/**
 * Clay 3.116.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.116.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, .form-label--bold {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .feux-form__input--blue-10 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .feux-form__input--blue-10 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control[type=file], [type=file].feux-form__input--blue-10 {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]), [type=file].feux-form__input--blue-10:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .feux-form__input--blue-10:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value, .feux-form__input--blue-10::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder, .feux-form__input--blue-10::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder, .feux-form__input--blue-10::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .feux-form__input--blue-10:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .feux-form__input--blue-10::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .feux-form__input--blue-10::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .feux-form__input--blue-10:disabled, .form-control[readonly], [readonly].feux-form__input--blue-10 {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button, .feux-form__input--blue-10::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button, .feux-form__input--blue-10::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .feux-form__input--blue-10:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .feux-form__input--blue-10:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .feux-form__input--blue-10:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, textarea.feux-form__input--blue-10 {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check, .form-check__color-box {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input, .form-check .form-check__input, .form-check .form-check__color-box-input, .form-check__color-box .form-check-input, .form-check__color-box .form-check__input, .form-check__color-box .form-check__color-box-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input, .form-check__input, .form-check__color-box-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox], [type=checkbox].form-check__input, [type=checkbox].form-check__color-box-input {
  border-radius: 0.25em;
}

.form-check-input[type=radio], [type=radio].form-check__input, [type=radio].form-check__color-box-input {
  border-radius: 50%;
}

.form-check-input:active, .form-check__input:active, .form-check__color-box-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus, .form-check__input:focus, .form-check__color-box-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked, .form-check__input:checked, .form-check__color-box-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox], .form-check__input:checked[type=checkbox], .form-check__color-box-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio], .form-check__input:checked[type=radio], .form-check__color-box-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate, [type=checkbox].form-check__input:indeterminate, [type=checkbox].form-check__color-box-input:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled, .form-check__input:disabled, .form-check__color-box-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, [disabled].form-check__input ~ .form-check-label, .form-check-input[disabled] ~ .form-check__color-box-label, [disabled].form-check__input ~ .form-check__color-box-label, [disabled].form-check__color-box-input ~ .form-check-label, [disabled].form-check__color-box-input ~ .form-check__color-box-label, .form-check-input:disabled ~ .form-check-label, .form-check__input:disabled ~ .form-check-label, .form-check-input:disabled ~ .form-check__color-box-label, .form-check__input:disabled ~ .form-check__color-box-label, .form-check__color-box-input:disabled ~ .form-check-label, .form-check__color-box-input:disabled ~ .form-check__color-box-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input, .form-switch .form-check__input, .form-switch .form-check__color-box-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch .form-check__input, .form-switch .form-check__color-box-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .form-check__input:focus, .form-switch .form-check__color-box-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked, .form-switch .form-check__input:checked, .form-switch .form-check__color-box-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check[disabled] + .feux-btn-link__center-svg, .btn-check[disabled] + .feux-btn-link--darkgray, .btn-check:disabled + .btn, .btn-check:disabled + .feux-btn-link__center-svg, .btn-check:disabled + .feux-btn-link--darkgray {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .feux-form__input--blue-10, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .feux-form__input--blue-10 {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .feux-form__input--blue-10::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .feux-form__input--blue-10::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder, .form-floating > .feux-form__input--blue-10:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder, .form-floating > .feux-form__input--blue-10::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder, .form-floating > .feux-form__input--blue-10::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .feux-form__input--blue-10:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .feux-form__input--blue-10:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .feux-form__input--blue-10:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .feux-form__input--blue-10:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill, .form-floating > .feux-form__input--blue-10:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .feux-form__input--blue-10:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .feux-form__input--blue-10:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .feux-form__input--blue-10:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .feux-form__input--blue-10:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .feux-form__input--blue-10:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .feux-form__input--blue-10, .input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .feux-form__input--blue-10:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn, .input-group .feux-btn-link__center-svg, .input-group .feux-btn-link--darkgray {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group .feux-btn-link__center-svg:focus, .input-group .feux-btn-link--darkgray:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > .feux-form__input--blue-10, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .input-group-lg > .feux-btn-link__center-svg, .input-group-lg > .feux-btn-link--darkgray {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .feux-form__input--blue-10, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .input-group-sm > .feux-btn-link__center-svg, .input-group-sm > .feux-btn-link--darkgray {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .feux-form__input--blue-10:valid, .form-control.is-valid, .is-valid.feux-form__input--blue-10 {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .was-validated .feux-form__input--blue-10:valid:focus, .form-control.is-valid:focus, .is-valid.feux-form__input--blue-10:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.feux-form__input--blue-10:valid, textarea.form-control.is-valid, textarea.is-valid.feux-form__input--blue-10 {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .was-validated .form-check__input:valid, .was-validated .form-check__color-box-input:valid, .form-check-input.is-valid, .is-valid.form-check__input, .is-valid.form-check__color-box-input {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .was-validated .form-check__input:valid:checked, .was-validated .form-check__color-box-input:valid:checked, .form-check-input.is-valid:checked, .is-valid.form-check__input:checked, .is-valid.form-check__color-box-input:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .was-validated .form-check__input:valid:focus, .was-validated .form-check__color-box-input:valid:focus, .form-check-input.is-valid:focus, .is-valid.form-check__input:focus, .is-valid.form-check__color-box-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check__input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check__color-box-label, .was-validated .form-check__input:valid ~ .form-check__color-box-label, .was-validated .form-check__color-box-input:valid ~ .form-check-label, .was-validated .form-check__color-box-input:valid ~ .form-check__color-box-label, .form-check-input.is-valid ~ .form-check-label, .is-valid.form-check__input ~ .form-check-label, .form-check-input.is-valid ~ .form-check__color-box-label, .is-valid.form-check__input ~ .form-check__color-box-label, .is-valid.form-check__color-box-input ~ .form-check-label, .is-valid.form-check__color-box-input ~ .form-check__color-box-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .form-check__input ~ .valid-feedback, .form-check-inline .form-check__color-box-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .feux-form__input--blue-10:valid, .input-group .form-control.is-valid, .input-group .is-valid.feux-form__input--blue-10, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .feux-form__input--blue-10:valid:focus, .input-group .form-control.is-valid:focus, .input-group .is-valid.feux-form__input--blue-10:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .feux-form__input--blue-10:invalid, .form-control.is-invalid, .is-invalid.feux-form__input--blue-10 {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .was-validated .feux-form__input--blue-10:invalid:focus, .form-control.is-invalid:focus, .is-invalid.feux-form__input--blue-10:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.feux-form__input--blue-10:invalid, textarea.form-control.is-invalid, textarea.is-invalid.feux-form__input--blue-10 {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .was-validated .form-check__input:invalid, .was-validated .form-check__color-box-input:invalid, .form-check-input.is-invalid, .is-invalid.form-check__input, .is-invalid.form-check__color-box-input {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .was-validated .form-check__input:invalid:checked, .was-validated .form-check__color-box-input:invalid:checked, .form-check-input.is-invalid:checked, .is-invalid.form-check__input:checked, .is-invalid.form-check__color-box-input:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .was-validated .form-check__input:invalid:focus, .was-validated .form-check__color-box-input:invalid:focus, .form-check-input.is-invalid:focus, .is-invalid.form-check__input:focus, .is-invalid.form-check__color-box-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check__input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check__color-box-label, .was-validated .form-check__input:invalid ~ .form-check__color-box-label, .was-validated .form-check__color-box-input:invalid ~ .form-check-label, .was-validated .form-check__color-box-input:invalid ~ .form-check__color-box-label, .form-check-input.is-invalid ~ .form-check-label, .is-invalid.form-check__input ~ .form-check-label, .form-check-input.is-invalid ~ .form-check__color-box-label, .is-invalid.form-check__input ~ .form-check__color-box-label, .is-invalid.form-check__color-box-input ~ .form-check-label, .is-invalid.form-check__color-box-input ~ .form-check__color-box-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check__input ~ .invalid-feedback, .form-check-inline .form-check__color-box-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .feux-form__input--blue-10:invalid, .input-group .form-control.is-invalid, .input-group .is-invalid.feux-form__input--blue-10, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .feux-form__input--blue-10:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .is-invalid.feux-form__input--blue-10:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .feux-btn-link__center-svg, .feux-btn-link--darkgray {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .feux-btn-link__center-svg, .feux-btn-link--darkgray {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .feux-btn-link__center-svg:hover, .feux-btn-link--darkgray:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn-check:focus + .feux-btn-link__center-svg, .btn-check:focus + .feux-btn-link--darkgray, .btn:focus, .feux-btn-link__center-svg:focus, .feux-btn-link--darkgray:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .feux-btn-link__center-svg:disabled, .feux-btn-link--darkgray:disabled, .btn.disabled, .disabled.feux-btn-link__center-svg, .disabled.feux-btn-link--darkgray, fieldset:disabled .btn, fieldset:disabled .feux-btn-link__center-svg, fieldset:disabled .feux-btn-link--darkgray {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link, .feux-btn-link__center-svg, .feux-btn-link--darkgray {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover, .feux-btn-link__center-svg:hover, .feux-btn-link--darkgray:hover {
  color: #0a58ca;
}

.btn-link:disabled, .feux-btn-link__center-svg:disabled, .feux-btn-link--darkgray:disabled, .btn-link.disabled, .disabled.feux-btn-link__center-svg, .disabled.feux-btn-link--darkgray {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .feux-btn-link__center-svg, .btn-group-lg > .feux-btn-link--darkgray {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .feux-btn-link__center-svg, .btn-group-sm > .feux-btn-link--darkgray {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .feux-btn-link__center-svg, .btn-group > .feux-btn-link--darkgray, .btn-group-vertical > .btn, .btn-group-vertical > .feux-btn-link__center-svg, .btn-group-vertical > .feux-btn-link--darkgray {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .feux-btn-link__center-svg, .btn-group > .btn-check:checked + .feux-btn-link--darkgray, .btn-group > .btn-check:focus + .btn, .btn-group > .btn-check:focus + .feux-btn-link__center-svg, .btn-group > .btn-check:focus + .feux-btn-link--darkgray, .btn-group > .btn:hover, .btn-group > .feux-btn-link__center-svg:hover, .btn-group > .feux-btn-link--darkgray:hover, .btn-group > .btn:focus, .btn-group > .feux-btn-link__center-svg:focus, .btn-group > .feux-btn-link--darkgray:focus, .btn-group > .btn:active, .btn-group > .feux-btn-link__center-svg:active, .btn-group > .feux-btn-link--darkgray:active, .btn-group > .btn.active, .btn-group > .active.feux-btn-link__center-svg, .btn-group > .active.feux-btn-link--darkgray, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:checked + .feux-btn-link__center-svg, .btn-group-vertical > .btn-check:checked + .feux-btn-link--darkgray, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn-check:focus + .feux-btn-link__center-svg, .btn-group-vertical > .btn-check:focus + .feux-btn-link--darkgray, .btn-group-vertical > .btn:hover, .btn-group-vertical > .feux-btn-link__center-svg:hover, .btn-group-vertical > .feux-btn-link--darkgray:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .feux-btn-link__center-svg:focus, .btn-group-vertical > .feux-btn-link--darkgray:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .feux-btn-link__center-svg:active, .btn-group-vertical > .feux-btn-link--darkgray:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.feux-btn-link__center-svg, .btn-group-vertical > .active.feux-btn-link--darkgray {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .feux-btn-link__center-svg:not(:first-child), .btn-group > .feux-btn-link--darkgray:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .feux-btn-link__center-svg:not(:last-child):not(.dropdown-toggle), .btn-group > .feux-btn-link--darkgray:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > .feux-btn-link__center-svg, .btn-group > .btn-group:not(:last-child) > .feux-btn-link--darkgray {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > .feux-btn-link__center-svg:nth-child(n+3), .btn-group > .feux-btn-link--darkgray:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > :not(.btn-check) + .feux-btn-link__center-svg, .btn-group > :not(.btn-check) + .feux-btn-link--darkgray, .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > .feux-btn-link__center-svg, .btn-group > .btn-group:not(:first-child) > .feux-btn-link--darkgray {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .feux-btn-link__center-svg + .dropdown-toggle-split, .btn-group-sm > .feux-btn-link--darkgray + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .feux-btn-link__center-svg + .dropdown-toggle-split, .btn-group-lg > .feux-btn-link--darkgray + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .feux-btn-link__center-svg, .btn-group-vertical > .feux-btn-link--darkgray, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .feux-btn-link__center-svg:not(:first-child), .btn-group-vertical > .feux-btn-link--darkgray:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .feux-btn-link__center-svg:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .feux-btn-link--darkgray:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > .feux-btn-link__center-svg, .btn-group-vertical > .btn-group:not(:last-child) > .feux-btn-link--darkgray {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .feux-btn-link__center-svg ~ .btn, .btn-group-vertical > .btn ~ .feux-btn-link__center-svg, .btn-group-vertical > .feux-btn-link__center-svg ~ .feux-btn-link__center-svg, .btn-group-vertical > .feux-btn-link--darkgray ~ .btn, .btn-group-vertical > .feux-btn-link--darkgray ~ .feux-btn-link__center-svg, .btn-group-vertical > .btn ~ .feux-btn-link--darkgray, .btn-group-vertical > .feux-btn-link__center-svg ~ .feux-btn-link--darkgray, .btn-group-vertical > .feux-btn-link--darkgray ~ .feux-btn-link--darkgray, .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > .feux-btn-link__center-svg, .btn-group-vertical > .btn-group:not(:first-child) > .feux-btn-link--darkgray {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group, .card > .feux-filtry {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child, .card > .feux-filtry:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child, .card > .feux-filtry:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .card-header + .feux-filtry, .card > .list-group + .card-footer, .card > .feux-filtry + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, .feux-btn-link__center-svg .badge, .feux-btn-link--darkgray .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group, .feux-filtry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item, .feux-filtry__item, .feux-filtry__item--icon-only {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child, .feux-filtry__item:first-child, .feux-filtry__item--icon-only:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child, .feux-filtry__item:last-child, .feux-filtry__item--icon-only:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .disabled.feux-filtry__item, .disabled.feux-filtry__item--icon-only, .list-group-item:disabled, .feux-filtry__item:disabled, .feux-filtry__item--icon-only:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active, .active.feux-filtry__item, .active.feux-filtry__item--icon-only {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item, .feux-filtry__item + .list-group-item, .feux-filtry__item--icon-only + .list-group-item, .list-group-item + .feux-filtry__item, .feux-filtry__item + .feux-filtry__item, .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-item + .feux-filtry__item--icon-only, .feux-filtry__item + .feux-filtry__item--icon-only, .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active, .feux-filtry__item + .list-group-item.active, .feux-filtry__item--icon-only + .list-group-item.active, .list-group-item + .active.feux-filtry__item, .feux-filtry__item + .active.feux-filtry__item, .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-item + .active.feux-filtry__item--icon-only, .feux-filtry__item + .active.feux-filtry__item--icon-only, .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child, .list-group-horizontal > .feux-filtry__item:first-child, .list-group-horizontal > .feux-filtry__item--icon-only:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child, .list-group-horizontal > .feux-filtry__item:last-child, .list-group-horizontal > .feux-filtry__item--icon-only:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active, .list-group-horizontal > .active.feux-filtry__item, .list-group-horizontal > .active.feux-filtry__item--icon-only {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item, .list-group-horizontal > .feux-filtry__item + .list-group-item, .list-group-horizontal > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal > .list-group-item + .feux-filtry__item, .list-group-horizontal > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active, .list-group-horizontal > .feux-filtry__item + .list-group-item.active, .list-group-horizontal > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.feux-filtry__item, .list-group-horizontal > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child, .list-group-horizontal-sm > .feux-filtry__item:first-child, .list-group-horizontal-sm > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child, .list-group-horizontal-sm > .feux-filtry__item:last-child, .list-group-horizontal-sm > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .list-group-horizontal-sm > .active.feux-filtry__item, .list-group-horizontal-sm > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .list-group-horizontal-sm > .feux-filtry__item + .list-group-item, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-sm > .list-group-item + .feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-sm > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .list-group-horizontal-sm > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-sm > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child, .list-group-horizontal-md > .feux-filtry__item:first-child, .list-group-horizontal-md > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child, .list-group-horizontal-md > .feux-filtry__item:last-child, .list-group-horizontal-md > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .list-group-horizontal-md > .active.feux-filtry__item, .list-group-horizontal-md > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .list-group-horizontal-md > .feux-filtry__item + .list-group-item, .list-group-horizontal-md > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-md > .list-group-item + .feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-md > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .list-group-horizontal-md > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-md > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-md > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg, .feux-filtry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child, .list-group-horizontal-lg > .feux-filtry__item:first-child, .list-group-horizontal-lg > .feux-filtry__item--icon-only:first-child, .feux-filtry > .list-group-item:first-child, .feux-filtry > .feux-filtry__item:first-child, .feux-filtry > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child, .list-group-horizontal-lg > .feux-filtry__item:last-child, .list-group-horizontal-lg > .feux-filtry__item--icon-only:last-child, .feux-filtry > .list-group-item:last-child, .feux-filtry > .feux-filtry__item:last-child, .feux-filtry > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .list-group-horizontal-lg > .active.feux-filtry__item, .list-group-horizontal-lg > .active.feux-filtry__item--icon-only, .feux-filtry > .list-group-item.active, .feux-filtry > .active.feux-filtry__item, .feux-filtry > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .list-group-horizontal-lg > .feux-filtry__item + .list-group-item, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-lg > .list-group-item + .feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-lg > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only, .feux-filtry > .list-group-item + .list-group-item, .feux-filtry > .feux-filtry__item + .list-group-item, .feux-filtry > .feux-filtry__item--icon-only + .list-group-item, .feux-filtry > .list-group-item + .feux-filtry__item, .feux-filtry > .feux-filtry__item + .feux-filtry__item, .feux-filtry > .feux-filtry__item--icon-only + .feux-filtry__item, .feux-filtry > .list-group-item + .feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item + .feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .list-group-horizontal-lg > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-lg > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only, .feux-filtry > .list-group-item + .list-group-item.active, .feux-filtry > .feux-filtry__item + .list-group-item.active, .feux-filtry > .feux-filtry__item--icon-only + .list-group-item.active, .feux-filtry > .list-group-item + .active.feux-filtry__item, .feux-filtry > .feux-filtry__item + .active.feux-filtry__item, .feux-filtry > .feux-filtry__item--icon-only + .active.feux-filtry__item, .feux-filtry > .list-group-item + .active.feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item + .active.feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child, .list-group-horizontal-xl > .feux-filtry__item:first-child, .list-group-horizontal-xl > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child, .list-group-horizontal-xl > .feux-filtry__item:last-child, .list-group-horizontal-xl > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .list-group-horizontal-xl > .active.feux-filtry__item, .list-group-horizontal-xl > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .list-group-horizontal-xl > .feux-filtry__item + .list-group-item, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-xl > .list-group-item + .feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-xl > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .list-group-horizontal-xl > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-xl > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child, .list-group-horizontal-xxl > .feux-filtry__item:first-child, .list-group-horizontal-xxl > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child, .list-group-horizontal-xxl > .feux-filtry__item:last-child, .list-group-horizontal-xxl > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active, .list-group-horizontal-xxl > .active.feux-filtry__item, .list-group-horizontal-xxl > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .list-group-horizontal-xxl > .feux-filtry__item + .list-group-item, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-xxl > .list-group-item + .feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-xxl > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .list-group-horizontal-xxl > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-xxl > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-xxl > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item, .list-group-flush > .feux-filtry__item, .list-group-flush > .feux-filtry__item--icon-only {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child, .list-group-flush > .feux-filtry__item:last-child, .list-group-flush > .feux-filtry__item--icon-only:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before, .placeholder.feux-btn-link__center-svg::before, .placeholder.feux-btn-link--darkgray::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start, .feux-filtry {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

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

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

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

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

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

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}

.plyr video, .plyr audio, .plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui *::after, .plyr--full-ui *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, .plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions], .plyr [data-plyr=pip], .plyr [data-plyr=airplay], .plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions], .plyr--pip-supported [data-plyr=pip], .plyr--airplay-supported [data-plyr=airplay], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2) * -1);
  overflow: hidden;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, black));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip, .plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.feux-page-top {
  padding-top: 75px;
}

@media (max-width: 767.98px) {
  .feux-page-top {
    padding-top: 15px;
  }
}
.d-list-item {
  display: list-item;
}

.feux-border-grey {
  border-color: var(--feux-white, #ffffff);
}

.feux-border-bottom-dark-blue-10 {
  border-bottom: 1px solid var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
}

.feux-border-bottom-grey {
  border-bottom: 1px solid rgba(64, 125, 216, 0.15);
}

.feux-border-bottom-orange {
  border-bottom: 3px solid var(--feux-orange2-bg, #FDBA13);
}

.feux-border-top-grey {
  border-top: 1px solid rgba(64, 125, 216, 0.15);
}

.feux-border-top-grey9-3px {
  border-top: 3px solid var(--feux-grey14-bg, #6A6A6A);
}

.feux-border-top-green2 {
  border-top: 1px solid var(--feux-green2-bg, #4BBC38);
}

.feux-border-top-green2-3px {
  border-top: 3px solid var(--feux-green2-bg, #4BBC38);
}

.feux-border-bottom-green2-3px {
  border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
}

.feux-border-right-grey {
  border-right: 1px solid var(--feux-white, #ffffff);
}

.feux-border-right-blue {
  border-right: 2px solid var(--feux-ue-blue-bg, #20196F);
}

.feux-border-left-blue {
  border-left: 2px solid var(--feux-ue-blue-bg, #20196F);
}

.feux-border-top-blue-3px {
  border-top: 3px solid var(--feux-ue-blue-bg, #20196F);
}

.feux-border-top-green-3px {
  border-top: 3px solid var(--feux-green-bg, #008744);
}

.feux-border-top-grey-3px {
  border-top: 3px solid var(--feux-grey14-bg, #6A6A6A);
}

.feux-border-top-ue-blue-3px {
  border-top: 3px solid var(--feux-blue-3, #003399);
}

.feux-border-bottom-ue-blue-3px {
  border-bottom: 3px solid var(--feux-blue-3, #003399);
}

.feux-border-bottom-grey-3px {
  border-bottom: 3px solid var(--feux-grey14-bg, #6A6A6A);
}

.feux-border-bottom-grey-3px-max-width {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  border-bottom: 3px solid var(--feux-grey14-bg, #6A6A6A);
}

.feux-border-bottom-blue-3px {
  border-bottom: 3px solid var(--feux-ue-blue-bg, #20196F);
}

@media (min-width: 992px) {
  .feux-border-top-lg-blue-3px {
    border-top: 3px solid var(--feux-ue-blue-bg, #20196F);
  }
}
@media (min-width: 992px) {
  .feux-border-top-lg-ue-blue-3px {
    border-top: 3px solid var(--feux-blue-3, #003399);
  }
}
@media (min-width: 992px) {
  .feux-border-top-lg-green-3px {
    border-top: 3px solid var(--feux-green-bg, #008744);
  }
}
@media (min-width: 992px) {
  .feux-border-top-lg-green2-3px {
    border-top: 3px solid var(--feux-green2-bg, #4BBC38);
  }
}
@media (min-width: 992px) {
  .feux-border-top-lg-grey-3px {
    border-top: 3px solid var(--feux-grey14-bg, #6A6A6A);
  }
}
.feux-border-top-regio {
  border-top: 3px solid var(--feux-orange2-bg, #FDBA13);
}

@media (min-width: 992px) {
  .feux-border-top-lg-regio {
    border-top: 3px solid var(--feux-orange2-bg, #FDBA13);
  }
}
.feux-border-bottom-white {
  border-bottom: 1px solid var(--feux-white, #ffffff);
}

.feux-border-grey-solid-radius {
  border: 1px solid var(--feux-grey9-bg, #E0E0E0);
  border-radius: 6px;
  padding: 8px 10px;
}

.feux-border-top--black-30 {
  border-top: 1px solid var(--feux-black-font, rgba(0, 0, 0, 0.3));
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .feux-border-top--black-30-md {
    border-top: 1px solid var(--feux-black-font, rgba(0, 0, 0, 0.3));
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feux-border-top--black-30-md {
    border-top: 1px solid var(--feux-black-font, rgba(0, 0, 0, 0.3));
  }
}
@media (min-width: 1400px) {
  .feux-border-top--black-30-md {
    border-top: 1px solid var(--feux-black-font, rgba(0, 0, 0, 0.3));
  }
}
.feux-border-bottom__green {
  border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-border-bottom__green-sm {
    position: relative;
    width: inherit;
    border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .feux-border-bottom__green-sm {
    position: relative;
    width: inherit;
    border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feux-border-bottom__green-sm {
    position: relative;
    width: inherit;
    border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
  }
}
@media (min-width: 1400px) {
  .feux-border-bottom__green-sm {
    position: relative;
    width: inherit;
    border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
  }
}
.line-header-bottom {
  position: relative;
  border-bottom: 1px solid transparent;
  border-top: none;
  -o-border-image: -o-linear-gradient(left, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 100px, transparent 100px, transparent 117px, rgba(64, 125, 216, 0.15) 117px, rgba(64, 125, 216, 0.15) 100%);
  border-image: linear-gradient(to right, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 100px, transparent 100px, transparent 117px, rgba(64, 125, 216, 0.15) 117px, rgba(64, 125, 216, 0.15) 100%);
  border-image-slice: 1;
}

@media (max-width: 767.98px) {
  .line-header-bottom {
    -o-border-image: none;
    border-image: none;
    border-image-slice: 1;
    border-bottom: 1px solid rgba(64, 125, 216, 0.15);
    margin-bottom: 16px;
  }
}
.line-header-bottom:after {
  content: "";
  position: absolute;
  left: 100px;
  background-color: rgba(0, 0, 0, 0);
  bottom: -8px;
  height: 15px;
  width: 15px;
  border-top: 1px solid rgba(64, 125, 216, 0.15);
  border-left: 1px solid rgba(64, 125, 216, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media (max-width: 767.98px) {
  .line-header-bottom:after {
    left: calc(50% - 15px);
    background-color: #f5f7fb;
  }
}
.line-header-top {
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: none;
  -o-border-image: -o-linear-gradient(left, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 100px, transparent 100px, transparent 117px, rgba(64, 125, 216, 0.15) 117px, rgba(64, 125, 216, 0.15) 100%);
  border-image: linear-gradient(to right, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 100px, transparent 100px, transparent 117px, rgba(64, 125, 216, 0.15) 117px, rgba(64, 125, 216, 0.15) 100%);
  border-image-slice: 1;
}

@media (max-width: 767.98px) {
  .line-header-top {
    -o-border-image: -o-linear-gradient(left, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 150px, transparent 150px, transparent 167px, rgba(64, 125, 216, 0.15) 167px, rgba(64, 125, 216, 0.15) 100%);
    border-image: linear-gradient(to right, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 150px, transparent 150px, transparent 167px, rgba(64, 125, 216, 0.15) 167px, rgba(64, 125, 216, 0.15) 100%);
    border-image-slice: 1;
  }
}
@media (max-width: 575.98px) {
  .line-header-top {
    -o-border-image: -o-linear-gradient(left, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 110px, transparent 110px, transparent 127px, rgba(64, 125, 216, 0.15) 127px, rgba(64, 125, 216, 0.15) 100%);
    border-image: linear-gradient(to right, rgba(64, 125, 216, 0.15) 0, rgba(64, 125, 216, 0.15) 110px, transparent 110px, transparent 127px, rgba(64, 125, 216, 0.15) 127px, rgba(64, 125, 216, 0.15) 100%);
    border-image-slice: 1;
  }
}
.line-header-top:after {
  content: "";
  position: absolute;
  left: 100px;
  top: -8px;
  height: 15px;
  width: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(64, 125, 216, 0.15);
  border-bottom: 1px solid rgba(64, 125, 216, 0.15);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767.98px) {
  .line-header-top:after {
    left: 150px;
  }
}
@media (max-width: 575.98px) {
  .line-header-top:after {
    left: 110px;
  }
}
.border-12px {
  border-radius: 12px;
}

.border-6px {
  border-radius: 6px;
}

.border-50pp {
  border-radius: 50%;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.btn, .feux-btn-link__center-svg, .feux-btn-link--darkgray {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .feux-btn-link__center-svg, .feux-btn-link--darkgray {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .feux-btn-link__center-svg:hover, .feux-btn-link--darkgray:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn-check:focus + .feux-btn-link__center-svg, .btn-check:focus + .feux-btn-link--darkgray, .btn:focus, .feux-btn-link__center-svg:focus, .feux-btn-link--darkgray:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .feux-btn-link__center-svg:disabled, .feux-btn-link--darkgray:disabled, .btn.disabled, .disabled.feux-btn-link__center-svg, .disabled.feux-btn-link--darkgray, fieldset:disabled .btn, fieldset:disabled .feux-btn-link__center-svg, fieldset:disabled .feux-btn-link--darkgray {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link, .feux-btn-link__center-svg, .feux-btn-link--darkgray {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover, .feux-btn-link__center-svg:hover, .feux-btn-link--darkgray:hover {
  color: #0a58ca;
}

.btn-link:disabled, .feux-btn-link__center-svg:disabled, .feux-btn-link--darkgray:disabled, .btn-link.disabled, .disabled.feux-btn-link__center-svg, .disabled.feux-btn-link--darkgray {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .feux-btn-link__center-svg, .btn-group-lg > .feux-btn-link--darkgray {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .feux-btn-link__center-svg, .btn-group-sm > .feux-btn-link--darkgray {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.feux-btn__ue-blue {
  background: var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
}

.feux-btn-primary {
  background: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  border-radius: 6px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  min-width: 223px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.feux-btn-primary:disabled {
  background: var(--feux-grey6-font, #545454);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  border-radius: 6px;
}

.feux-btn-primary:hover {
  background: var(--feux-uep-blue-bg, #407DD8);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  border-radius: 6px;
}

.feux-btn-primary:active {
  background: var(--feux-uep-blue-bg, #407DD8);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  border-radius: 6px;
}

.feux-btn-primary:focus {
  background: var(--feux-uep-blue-bg, #407DD8);
  border: 2px solid var(--feux-white, #ffffff);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feux-btn-secondary {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--feux-ue-blue-bg, #20196F);
  color: var(--feux-dark-blue-font, #020947);
  font-size: 12px;
  border-radius: 6px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  letter-spacing: 0.12em;
  min-width: 223px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}

.feux-btn-secondary:disabled {
  background: var(--feux-grey6-font, #545454);
  border: 1px solid var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
  border-radius: 6px;
}

.feux-btn-secondary:hover {
  background: var(--feux-ue-blue-bg, #0A50B9);
  border: 1px solid var(--feux-white, #ffffff);
  color: var(--feux-white-font, #FFFFFF);
  border-radius: 6px;
}

.feux-btn-secondary:active {
  background: var(--feux-ue-blue-bg, #20196F);
  color: var(--feux-white-font, #FFFFFF);
  border-radius: 6px;
}

.feux-btn-secondary:focus {
  background: var(--feux-ue-blue-bg, #20196F);
  border: 2px solid var(--feux-ue-blue-bg, #20196F);
  color: var(--feux-white-font, #FFFFFF);
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feux-btn-secondary-active {
  background: var(--feux-white, #ffffff);
  border: 1px solid var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  min-width: 223px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feux-btn-secondary-active:disabled {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
  border-radius: 6px;
}

.feux-btn-secondary-active:hover {
  background: var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
  border-radius: 6px;
}

.feux-btn-secondary-active:active {
  background: var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
  border-radius: 6px;
}

.feux-btn-secondary-active:focus {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--feux-white, #ffffff);
  color: var(--feux-white, #ffffff);
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feux-btn-link--darkgray {
  font-size: 14px;
  color: var(--feux-dark-blue-font, #020947);
}

.feux-btn-link--close-icon {
  position: relative;
  padding-right: calc(0.75rem + 20px);
}

.feux-btn-link--close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/fes/svg/clear.svg") no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  right: 8px;
}

.feux-btn-link__center-svg {
  position: relative;
  padding: 0px;
  border: 0px;
  margin-bottom: 5px;
}

.feux-btn-link__center-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.feux-btn-clear {
  background: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  font-size: 14px;
  border-radius: 6px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feux-btn-clear:focus {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--feux-white, #ffffff);
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.feux-btn-primary-search {
  background: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 16px;
  border-radius: 4px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.02em;
}

.feux-btn-primary-search:disabled {
  background: var(--feux-grey6-font, #545454);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 16px;
  border-radius: 4px;
}

.feux-btn-primary-search:hover {
  background: var(--feux-uep-blue-bg, #407DD8);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 16px;
  border-radius: 4px;
}

.feux-btn-primary-search:active {
  background: var(--feux-uep-blue-bg, #407DD8);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 16px;
  border-radius: 4px;
}

.feux-btn-primary-search:focus {
  background: var(--feux-uep-blue-bg, #407DD8);
  border: 2px solid var(--feux-white, #ffffff);
  color: var(--feux-white-font, #FFFFFF);
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-underline {
  background-color: unset;
  border: unset;
  padding: unset;
  text-decoration: underline;
  color: var(--feux-blue-3-font, #003399);
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.btn-blur-bg {
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.btn-play {
  position: relative;
}

.btn-play::after {
  content: "";
  background: url("../images/fes/svg/play.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .btn-play::after {
    width: 17px;
    height: 22px;
  }
}
@media (max-width: 991.98px) {
  .btn-play::after {
    width: 15px;
    height: 18px;
  }
}
a:not(.focus-off) {
  display: inline-block;
}

a:not(.focus-off):focus-within, a:not(.focus-off):focus-visible, button:not(.focus-off):focus-within, button:not(.focus-off):focus-visible, div[tabindex]:not(.focus-off):focus-within, div[tabindex]:not(.focus-off):focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20) !important;
}

a:not(.focus-off):focus, button:not(.focus-off):focus, div[tabindex]:not(.focus-off):focus {
  outline: 2px solid var(--feux-orange-bg, #FF5F20) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a:focus-visible, button:focus-visible, div[tabindex]:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20) !important;
}

.button-unstyled {
  background: none;
  border: none;
  padding: 0;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.feux-label__blue {
  background: var(--feux-grey12-bg, #F2F5FA);
  border: 1px solid;
  border-color: var(--feux-grey12-bg, #F2F5FA);
  border-radius: 4px;
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 14px;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 21px;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .feux-label__blue {
    background: rgba(144, 190, 255, 0.2);
    border: 1px solid;
    border-color: rgba(144, 190, 255, 0.2);
    border-radius: 8px;
    color: var(--feux-ue-blue-font, #0A50B9);
    font-size: 14px;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 6px;
  }
}
.feux-label__white {
  background: var(--feux-white, #ffffff);
  border: 1px solid;
  border-color: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.3));
  border-radius: 4px;
  color: var(--feux-dark-blue-font, #020947);
  font-size: 14px;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 21px;
}

@media (max-width: 767.98px) {
  .feux-label__white {
    background: var(--feux-white, #ffffff);
    border: 1px solid;
    border-color: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.3));
    border-radius: 8px;
    color: var(--feux-dark-blue-font, #020947);
    font-size: 14px;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 7px;
  }
}
.feux-label__lite-blue {
  background: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-blue-3-font, #003399);
  font-size: 14px;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 21px;
}

@media (max-width: 767.98px) {
  .feux-label__lite-blue {
    background: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
    border: 1px solid;
    border-color: var(--feux-white, #ffffff);
    border-radius: 8px;
    color: var(--feux-blue-3-font, #003399);
    font-size: 14px;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 7px;
  }
}
.feux-label-tag__blue {
  background: var(--feux-lightblue-bg, #63A3FF);
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 7px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__blue {
    height: 26px;
    background: var(--feux-lightblue-bg, #63A3FF);
    border-color: var(--feux-white, #ffffff);
    border-radius: 6px;
    color: var(--feux-white, #ffffff);
    font-size: 12px;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 10px;
  }
}
.feux-label-tag__blue-eu {
  background: var(--feux-blue-3, #003399);
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 7px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__blue-eu {
    height: 26px;
    background: var(--feux-blue-3, #003399);
    border-color: var(--feux-white, #ffffff);
    border-radius: 6px;
    color: var(--feux-white, #ffffff);
    font-size: 12px;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 10px;
  }
}
.feux-label-tag__white {
  background: var(--feux-white, #ffffff);
  border: 1px solid;
  border-color: var(--feux-lightblue-bg, #63A3FF);
  border-radius: 6px;
  color: var(--feux-lightblue-bg, #63A3FF);
  font-size: 14px;
  font-size: 14px;
  padding: 7px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__white {
    height: 26px;
    background: var(--feux-white, #ffffff);
    border: 1px solid;
    border-color: var(--feux-lightblue-bg, #63A3FF);
    border-radius: 6px;
    color: var(--feux-lightblue-bg, #63A3FF);
    font-size: 12px;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 10px;
  }
}
.feux-label-tag__green__active {
  background: var(--feux-green5-bg, #388325);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__green__active {
    height: 26px;
  }
}
.feux-label-tag__green__active:hover {
  cursor: pointer;
}

.feux-label-tag__green__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-green4-bg-10, rgba(35, 201, 106, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-green3-font, #23C96A);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__green__no-active {
    height: 26px;
  }
}
.feux-label-tag__green__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__orange__active {
  background: var(--feux-orange2-bg, #FDBA13);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-black-font, #1B1B1B);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__orange__active {
    height: 26px;
  }
}
.feux-label-tag__orange__active:hover {
  cursor: pointer;
}

.feux-label-tag__orange__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-orange3-bg, rgba(255, 172, 51, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-orange3-font, #FFAC33);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__orange__no-active {
    height: 26px;
  }
}
.feux-label-tag__orange__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__lite-blue__active {
  background: var(--feux-blue-3, #003399);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__lite-blue__active {
    height: 26px;
  }
}
.feux-label-tag__lite-blue__active:hover {
  cursor: pointer;
}

.feux-label-tag__lite-blue__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-blue-3-font, #003399);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__lite-blue__no-active {
    height: 26px;
  }
}
.feux-label-tag__lite-blue__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__ue-blue__active {
  background: var(--feux-uep-blue-bg, #407DD8);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__ue-blue__active {
    height: 26px;
  }
}
.feux-label-tag__ue-blue__active:hover {
  cursor: pointer;
}

.feux-label-tag__ue-blue__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-uep-blue-font, #407DD8);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__ue-blue__no-active {
    height: 26px;
  }
}
.feux-label-tag__ue-blue__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__gray-blue__active {
  background: var(--feux-blue-4, #36678E);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__gray-blue__active {
    height: 26px;
  }
}
.feux-label-tag__gray-blue__active:hover {
  cursor: pointer;
}

.feux-label-tag__gray-blue__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-blue-4-10, rgba(54, 103, 142, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-blue-4-font, #36678E);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__gray-blue__no-active {
    height: 26px;
  }
}
.feux-label-tag__gray-blue__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__dark-pink__active {
  background: var(--feux-pink2-bg, #8036E1);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__dark-pink__active {
    height: 26px;
  }
}
.feux-label-tag__dark-pink__active:hover {
  cursor: pointer;
}

.feux-label-tag__dark-pink__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-pink2-bg-10, rgba(128, 54, 225, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-pink-font, #8036E1);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__dark-pink__no-active {
    height: 26px;
  }
}
.feux-label-tag__dark-pink__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__gray__active {
  background: var(--feux-grey8-bg, #6A6A6A);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__gray__active {
    height: 26px;
  }
}
.feux-label-tag__gray__active:hover {
  cursor: pointer;
}

.feux-label-tag__gray__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-grey8-bg-10, rgba(106, 106, 106, 0.1));
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-grey7-font, #6A6A6A);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__gray__no-active {
    height: 26px;
  }
}
.feux-label-tag__gray__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__red__active {
  background: var(--feux-red-bg4, #940E0E);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__red__active {
    height: 26px;
  }
}
.feux-label-tag__red__active:hover {
  cursor: pointer;
}

.feux-label-tag__red__no-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
  background: var(--feux-red-bg3, #A82C23);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__red__no-active {
    height: 26px;
  }
}
.feux-label-tag__red__no-active:hover {
  cursor: pointer;
}

.feux-label-tag__violet__active {
  background: var(--feux-violet, #9127FC);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__violet__active {
    height: 26px;
  }
}
.feux-label-tag__violet__active:hover {
  cursor: pointer;
}

.feux-label-tag__dark-blue__active {
  background: var(--feux-blue-3, #003399);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__dark-blue__active {
    height: 26px;
  }
}
.feux-label-tag__dark-blue__active:hover {
  cursor: pointer;
}

.feux-label-tag__light-blue__active {
  background: var(--feux-blue-8, #205DB8);
  border: none;
  border-color: var(--feux-white, #ffffff);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-size: 12px;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__light-blue__active {
    height: 26px;
  }
}
.feux-label-tag__light-blue__active:hover {
  cursor: pointer;
}

.form-label--bold {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.form-check__color-box {
  position: relative;
  height: 0px;
  width: 100%;
  padding-top: 111px;
  border-radius: 6px;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

@media (max-width: 767.98px) {
  .form-check__color-box {
    padding-top: 161px;
  }
}
.form-check__color-box-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.form-check__color-box-input {
  margin: 0 !important;
  position: absolute;
  top: 15px;
  left: 15px;
}

.form-check__color-box-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-dark-blue-font, #020947);
}

.form-check__color-box-label:hover, .form-check__color-box-label:focus {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .form-check__color-box-label {
    padding: 12px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form-check__color-box-label {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form-check__color-box-label {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form-check__color-box-label {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .form-check__color-box-label {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .form-check__color-box-label {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.form-check__with-bg {
  background-color: var(--feux-white-bg, #FFFFFF);
  border-radius: 4px;
  padding: 10px 12px;
  position: relative;
}

.form-check__with-bg.active {
  background-color: var(--feux-ue-blue-bg, #20196F);
}

.form-check__with-bg.active .form-check__input {
  background-color: var(--feux-white-bg, #FFFFFF);
  background-image: url("../images/fes/svg/checkbox-check-blue.svg") !important;
}

.form-check__with-bg.active .form-check__label {
  color: var(--feux-white-bg, #FFFFFF);
}

.form-check__with-bg:not(.active):hover, .form-check__with-bg:not(.active):focus {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

.form-check__with-bg:not(.active):hover .form-check__input, .form-check__with-bg:not(.active):focus .form-check__input {
  border-color: var(--feux-ue-blue-bg, #20196F);
}

.form-check__with-bg:focus, .form-check__with-bg:hover {
  cursor: pointer;
}

.form-check__input {
  position: absolute;
  top: 10px;
  left: 12px;
  margin-top: 2px !important;
  border: 2px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.5)) !important;
}

.form-check__label {
  display: block;
  padding-left: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3, #003399);
  font-size: 14px;
  line-height: 21px;
  word-break: break-word;
}

.form-check__button {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.form-check__textarea {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7)) !important;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.form-check__button-textarea {
  color: var(--feux-uep-blue-font, #407DD8);
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.feux-label-search {
  background: var(--feux-white-bg, #FFFFFF);
  border: 1px solid;
  border-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.3));
  border-radius: 6px;
  color: var(--feux-blue-3-font, #003399);
  font-size: 12px;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .feux-label-search {
    background: var(--feux-white-bg, #FFFFFF);
    border: 1px solid;
    border-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.3));
    border-radius: 6px;
    color: var(--feux-blue-3-font, #003399);
    font-size: 12px;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 10px;
  }
}
.feux-label-search:focus, .feux-label-search:hover {
  cursor: pointer;
  background-color: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.feux-label-search.selected {
  background-color: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.feux-label-letter {
  background: rgba(0, 0, 0, 0);
  border: 1px solid;
  border-color: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
  border-radius: 12px;
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 18px;
  font-size: 18px;
  line-height: 34px;
  padding: 7px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  height: 55px;
  width: 55px;
}

@media (max-width: 991.98px) {
  .feux-label-letter {
    background: rgba(0, 0, 0, 0);
    border: 1px solid;
    border-color: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
    border-radius: 12px;
    color: var(--feux-ue-blue-font, #0A50B9);
    font-size: 14px;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 10px;
    height: 55px;
    width: 55px;
  }
}
.feux-label-letter:focus, .feux-label-letter:hover {
  cursor: pointer;
  background-color: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.feux-label-letter.selected {
  background-color: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.feux-label-letter.disabled {
  border-color: var(--feux-black-10-bg, rgba(27, 27, 27, 0.1));
  color: var(--feux-black-font, #1B1B1B);
}

.feux-label-letter.disabled:focus, .feux-label-letter.disabled:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

html, body {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 30px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 22px;
}

.text-bold {
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
}

.text-bold.text-italic {
  font-family: Ubuntu-BoldItalic, sans-serif;
  font-weight: 700;
}

.text-medium {
  font-family: Ubuntu-Medium, sans-serif;
  font-weight: 500;
}

.text-medium.text-italic {
  font-family: Ubuntu-MediumItalic, sans-serif;
  font-weight: 500;
}

.text-regular {
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

.text-regular.text-italic {
  font-family: Ubuntu-RegularItalic, sans-serif;
  font-weight: 400;
}

.text-lightfont {
  font-family: Ubuntu-Light, sans-serif;
  font-weight: 300;
}

.text-lightfont.text-italic {
  font-family: Ubuntu-LightItalic, sans-serif;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text-lightfont-md {
    font-family: Ubuntu-Light, sans-serif;
    font-weight: 300;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-lightfont-md {
    font-family: Ubuntu-Light, sans-serif;
    font-weight: 300;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .text-lightfont-md {
    font-family: Ubuntu-Light, sans-serif;
    font-weight: 300;
  }
}
@media (min-width: 1400px) {
  .text-lightfont-md {
    font-family: Ubuntu-Light, sans-serif;
    font-weight: 300;
  }
}
.text-bold-2 {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.text-semibold-2 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.text-medium-2 {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

.text-regular-2 {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.text-lightfont-2 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.text-lightfont-3 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 200;
}

.text-decoration-underline-blue {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--feux-white, #ffffff);
  text-decoration-color: var(--feux-white, #ffffff);
}

.text-8px {
  font-size: 8px !important;
}

.text-xs-8px {
  font-size: 8px !important;
}

.text-8px-xs {
  font-size: 8px !important;
}

@media (max-width: 575.98px) {
  .text-sm-8px {
    font-size: 8px !important;
  }
}
@media (min-width: 576px) {
  .text-8px-sm {
    font-size: 8px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-8px {
    font-size: 8px !important;
  }
}
@media (min-width: 768px) {
  .text-8px-md {
    font-size: 8px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-8px {
    font-size: 8px !important;
  }
}
@media (min-width: 992px) {
  .text-8px-lg {
    font-size: 8px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-8px {
    font-size: 8px !important;
  }
}
@media (min-width: 1200px) {
  .text-8px-xl {
    font-size: 8px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-8px {
    font-size: 8px !important;
  }
}
@media (min-width: 1400px) {
  .text-8px-xxl {
    font-size: 8px !important;
  }
}
.text-10px {
  font-size: 10px !important;
}

.text-xs-10px {
  font-size: 10px !important;
}

.text-10px-xs {
  font-size: 10px !important;
}

@media (max-width: 575.98px) {
  .text-sm-10px {
    font-size: 10px !important;
  }
}
@media (min-width: 576px) {
  .text-10px-sm {
    font-size: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-10px {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) {
  .text-10px-md {
    font-size: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-10px {
    font-size: 10px !important;
  }
}
@media (min-width: 992px) {
  .text-10px-lg {
    font-size: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-10px {
    font-size: 10px !important;
  }
}
@media (min-width: 1200px) {
  .text-10px-xl {
    font-size: 10px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-10px {
    font-size: 10px !important;
  }
}
@media (min-width: 1400px) {
  .text-10px-xxl {
    font-size: 10px !important;
  }
}
.text-11px {
  font-size: 11px !important;
}

.text-xs-11px {
  font-size: 11px !important;
}

.text-11px-xs {
  font-size: 11px !important;
}

@media (max-width: 575.98px) {
  .text-sm-11px {
    font-size: 11px !important;
  }
}
@media (min-width: 576px) {
  .text-11px-sm {
    font-size: 11px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-11px {
    font-size: 11px !important;
  }
}
@media (min-width: 768px) {
  .text-11px-md {
    font-size: 11px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-11px {
    font-size: 11px !important;
  }
}
@media (min-width: 992px) {
  .text-11px-lg {
    font-size: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-11px {
    font-size: 11px !important;
  }
}
@media (min-width: 1200px) {
  .text-11px-xl {
    font-size: 11px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-11px {
    font-size: 11px !important;
  }
}
@media (min-width: 1400px) {
  .text-11px-xxl {
    font-size: 11px !important;
  }
}
.text-12px {
  font-size: 12px !important;
}

.text-xs-12px {
  font-size: 12px !important;
}

.text-12px-xs {
  font-size: 12px !important;
}

@media (max-width: 575.98px) {
  .text-sm-12px {
    font-size: 12px !important;
  }
}
@media (min-width: 576px) {
  .text-12px-sm {
    font-size: 12px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-12px {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .text-12px-md {
    font-size: 12px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-12px {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  .text-12px-lg {
    font-size: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-12px {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  .text-12px-xl {
    font-size: 12px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-12px {
    font-size: 12px !important;
  }
}
@media (min-width: 1400px) {
  .text-12px-xxl {
    font-size: 12px !important;
  }
}
.text-13px {
  font-size: 13px !important;
}

.text-xs-13px {
  font-size: 13px !important;
}

.text-13px-xs {
  font-size: 13px !important;
}

@media (max-width: 575.98px) {
  .text-sm-13px {
    font-size: 13px !important;
  }
}
@media (min-width: 576px) {
  .text-13px-sm {
    font-size: 13px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-13px {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) {
  .text-13px-md {
    font-size: 13px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-13px {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .text-13px-lg {
    font-size: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-13px {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .text-13px-xl {
    font-size: 13px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-13px {
    font-size: 13px !important;
  }
}
@media (min-width: 1400px) {
  .text-13px-xxl {
    font-size: 13px !important;
  }
}
.text-14px {
  font-size: 14px !important;
}

.text-xs-14px {
  font-size: 14px !important;
}

.text-14px-xs {
  font-size: 14px !important;
}

@media (max-width: 575.98px) {
  .text-sm-14px {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) {
  .text-14px-sm {
    font-size: 14px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-14px {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .text-14px-md {
    font-size: 14px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-14px {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .text-14px-lg {
    font-size: 14px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-14px {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .text-14px-xl {
    font-size: 14px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-14px {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  .text-14px-xxl {
    font-size: 14px !important;
  }
}
.text-15px {
  font-size: 15px !important;
}

.text-xs-15px {
  font-size: 15px !important;
}

.text-15px-xs {
  font-size: 15px !important;
}

@media (max-width: 575.98px) {
  .text-sm-15px {
    font-size: 15px !important;
  }
}
@media (min-width: 576px) {
  .text-15px-sm {
    font-size: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-15px {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .text-15px-md {
    font-size: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-15px {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .text-15px-lg {
    font-size: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-15px {
    font-size: 15px !important;
  }
}
@media (min-width: 1200px) {
  .text-15px-xl {
    font-size: 15px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-15px {
    font-size: 15px !important;
  }
}
@media (min-width: 1400px) {
  .text-15px-xxl {
    font-size: 15px !important;
  }
}
.text-16px {
  font-size: 16px !important;
}

.text-xs-16px {
  font-size: 16px !important;
}

.text-16px-xs {
  font-size: 16px !important;
}

@media (max-width: 575.98px) {
  .text-sm-16px {
    font-size: 16px !important;
  }
}
@media (min-width: 576px) {
  .text-16px-sm {
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-16px {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .text-16px-md {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-16px {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .text-16px-lg {
    font-size: 16px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-16px {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .text-16px-xl {
    font-size: 16px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-16px {
    font-size: 16px !important;
  }
}
@media (min-width: 1400px) {
  .text-16px-xxl {
    font-size: 16px !important;
  }
}
.text-18px {
  font-size: 18px !important;
}

.text-xs-18px {
  font-size: 18px !important;
}

.text-18px-xs {
  font-size: 18px !important;
}

@media (max-width: 575.98px) {
  .text-sm-18px {
    font-size: 18px !important;
  }
}
@media (min-width: 576px) {
  .text-18px-sm {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-18px {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .text-18px-md {
    font-size: 18px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-18px {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .text-18px-lg {
    font-size: 18px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-18px {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .text-18px-xl {
    font-size: 18px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-18px {
    font-size: 18px !important;
  }
}
@media (min-width: 1400px) {
  .text-18px-xxl {
    font-size: 18px !important;
  }
}
.text-19px {
  font-size: 19px !important;
}

.text-xs-19px {
  font-size: 19px !important;
}

.text-19px-xs {
  font-size: 19px !important;
}

@media (max-width: 575.98px) {
  .text-sm-19px {
    font-size: 19px !important;
  }
}
@media (min-width: 576px) {
  .text-19px-sm {
    font-size: 19px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-19px {
    font-size: 19px !important;
  }
}
@media (min-width: 768px) {
  .text-19px-md {
    font-size: 19px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-19px {
    font-size: 19px !important;
  }
}
@media (min-width: 992px) {
  .text-19px-lg {
    font-size: 19px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-19px {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .text-19px-xl {
    font-size: 19px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-19px {
    font-size: 19px !important;
  }
}
@media (min-width: 1400px) {
  .text-19px-xxl {
    font-size: 19px !important;
  }
}
.text-20px {
  font-size: 20px !important;
}

.text-xs-20px {
  font-size: 20px !important;
}

.text-20px-xs {
  font-size: 20px !important;
}

@media (max-width: 575.98px) {
  .text-sm-20px {
    font-size: 20px !important;
  }
}
@media (min-width: 576px) {
  .text-20px-sm {
    font-size: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-20px {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .text-20px-md {
    font-size: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-20px {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .text-20px-lg {
    font-size: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-20px {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .text-20px-xl {
    font-size: 20px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-20px {
    font-size: 20px !important;
  }
}
@media (min-width: 1400px) {
  .text-20px-xxl {
    font-size: 20px !important;
  }
}
.text-21px {
  font-size: 21px !important;
}

.text-xs-21px {
  font-size: 21px !important;
}

.text-21px-xs {
  font-size: 21px !important;
}

@media (max-width: 575.98px) {
  .text-sm-21px {
    font-size: 21px !important;
  }
}
@media (min-width: 576px) {
  .text-21px-sm {
    font-size: 21px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-21px {
    font-size: 21px !important;
  }
}
@media (min-width: 768px) {
  .text-21px-md {
    font-size: 21px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-21px {
    font-size: 21px !important;
  }
}
@media (min-width: 992px) {
  .text-21px-lg {
    font-size: 21px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-21px {
    font-size: 21px !important;
  }
}
@media (min-width: 1200px) {
  .text-21px-xl {
    font-size: 21px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-21px {
    font-size: 21px !important;
  }
}
@media (min-width: 1400px) {
  .text-21px-xxl {
    font-size: 21px !important;
  }
}
.text-24px {
  font-size: 24px !important;
}

.text-xs-24px {
  font-size: 24px !important;
}

.text-24px-xs {
  font-size: 24px !important;
}

@media (max-width: 575.98px) {
  .text-sm-24px {
    font-size: 24px !important;
  }
}
@media (min-width: 576px) {
  .text-24px-sm {
    font-size: 24px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-24px {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .text-24px-md {
    font-size: 24px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-24px {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .text-24px-lg {
    font-size: 24px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-24px {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .text-24px-xl {
    font-size: 24px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-24px {
    font-size: 24px !important;
  }
}
@media (min-width: 1400px) {
  .text-24px-xxl {
    font-size: 24px !important;
  }
}
.text-26px {
  font-size: 26px !important;
}

.text-xs-26px {
  font-size: 26px !important;
}

.text-26px-xs {
  font-size: 26px !important;
}

@media (max-width: 575.98px) {
  .text-sm-26px {
    font-size: 26px !important;
  }
}
@media (min-width: 576px) {
  .text-26px-sm {
    font-size: 26px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-26px {
    font-size: 26px !important;
  }
}
@media (min-width: 768px) {
  .text-26px-md {
    font-size: 26px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-26px {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  .text-26px-lg {
    font-size: 26px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-26px {
    font-size: 26px !important;
  }
}
@media (min-width: 1200px) {
  .text-26px-xl {
    font-size: 26px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-26px {
    font-size: 26px !important;
  }
}
@media (min-width: 1400px) {
  .text-26px-xxl {
    font-size: 26px !important;
  }
}
.text-28px {
  font-size: 28px !important;
}

.text-xs-28px {
  font-size: 28px !important;
}

.text-28px-xs {
  font-size: 28px !important;
}

@media (max-width: 575.98px) {
  .text-sm-28px {
    font-size: 28px !important;
  }
}
@media (min-width: 576px) {
  .text-28px-sm {
    font-size: 28px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-28px {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  .text-28px-md {
    font-size: 28px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-28px {
    font-size: 28px !important;
  }
}
@media (min-width: 992px) {
  .text-28px-lg {
    font-size: 28px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-28px {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  .text-28px-xl {
    font-size: 28px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-28px {
    font-size: 28px !important;
  }
}
@media (min-width: 1400px) {
  .text-28px-xxl {
    font-size: 28px !important;
  }
}
.text-36px {
  font-size: 36px !important;
}

.text-xs-36px {
  font-size: 36px !important;
}

.text-36px-xs {
  font-size: 36px !important;
}

@media (max-width: 575.98px) {
  .text-sm-36px {
    font-size: 36px !important;
  }
}
@media (min-width: 576px) {
  .text-36px-sm {
    font-size: 36px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-36px {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .text-36px-md {
    font-size: 36px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-36px {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) {
  .text-36px-lg {
    font-size: 36px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-36px {
    font-size: 36px !important;
  }
}
@media (min-width: 1200px) {
  .text-36px-xl {
    font-size: 36px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-36px {
    font-size: 36px !important;
  }
}
@media (min-width: 1400px) {
  .text-36px-xxl {
    font-size: 36px !important;
  }
}
.text-42px {
  font-size: 42px !important;
}

.text-xs-42px {
  font-size: 42px !important;
}

.text-42px-xs {
  font-size: 42px !important;
}

@media (max-width: 575.98px) {
  .text-sm-42px {
    font-size: 42px !important;
  }
}
@media (min-width: 576px) {
  .text-42px-sm {
    font-size: 42px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-42px {
    font-size: 42px !important;
  }
}
@media (min-width: 768px) {
  .text-42px-md {
    font-size: 42px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-42px {
    font-size: 42px !important;
  }
}
@media (min-width: 992px) {
  .text-42px-lg {
    font-size: 42px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-42px {
    font-size: 42px !important;
  }
}
@media (min-width: 1200px) {
  .text-42px-xl {
    font-size: 42px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-42px {
    font-size: 42px !important;
  }
}
@media (min-width: 1400px) {
  .text-42px-xxl {
    font-size: 42px !important;
  }
}
.text-47px {
  font-size: 47px !important;
}

.text-xs-47px {
  font-size: 47px !important;
}

.text-47px-xs {
  font-size: 47px !important;
}

@media (max-width: 575.98px) {
  .text-sm-47px {
    font-size: 47px !important;
  }
}
@media (min-width: 576px) {
  .text-47px-sm {
    font-size: 47px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-47px {
    font-size: 47px !important;
  }
}
@media (min-width: 768px) {
  .text-47px-md {
    font-size: 47px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-47px {
    font-size: 47px !important;
  }
}
@media (min-width: 992px) {
  .text-47px-lg {
    font-size: 47px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-47px {
    font-size: 47px !important;
  }
}
@media (min-width: 1200px) {
  .text-47px-xl {
    font-size: 47px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-47px {
    font-size: 47px !important;
  }
}
@media (min-width: 1400px) {
  .text-47px-xxl {
    font-size: 47px !important;
  }
}
.text-48px {
  font-size: 48px !important;
}

.text-xs-48px {
  font-size: 48px !important;
}

.text-48px-xs {
  font-size: 48px !important;
}

@media (max-width: 575.98px) {
  .text-sm-48px {
    font-size: 48px !important;
  }
}
@media (min-width: 576px) {
  .text-48px-sm {
    font-size: 48px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-48px {
    font-size: 48px !important;
  }
}
@media (min-width: 768px) {
  .text-48px-md {
    font-size: 48px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-48px {
    font-size: 48px !important;
  }
}
@media (min-width: 992px) {
  .text-48px-lg {
    font-size: 48px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-48px {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .text-48px-xl {
    font-size: 48px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-48px {
    font-size: 48px !important;
  }
}
@media (min-width: 1400px) {
  .text-48px-xxl {
    font-size: 48px !important;
  }
}
.text-56px {
  font-size: 56px !important;
}

.text-xs-56px {
  font-size: 56px !important;
}

.text-56px-xs {
  font-size: 56px !important;
}

@media (max-width: 575.98px) {
  .text-sm-56px {
    font-size: 56px !important;
  }
}
@media (min-width: 576px) {
  .text-56px-sm {
    font-size: 56px !important;
  }
}
@media (max-width: 767.98px) {
  .text-md-56px {
    font-size: 56px !important;
  }
}
@media (min-width: 768px) {
  .text-56px-md {
    font-size: 56px !important;
  }
}
@media (max-width: 991.98px) {
  .text-lg-56px {
    font-size: 56px !important;
  }
}
@media (min-width: 992px) {
  .text-56px-lg {
    font-size: 56px !important;
  }
}
@media (max-width: 1199.98px) {
  .text-xl-56px {
    font-size: 56px !important;
  }
}
@media (min-width: 1200px) {
  .text-56px-xl {
    font-size: 56px !important;
  }
}
@media (max-width: 1399.98px) {
  .text-xxl-56px {
    font-size: 56px !important;
  }
}
@media (min-width: 1400px) {
  .text-56px-xxl {
    font-size: 56px !important;
  }
}
.text-c-transparent {
  color: rgba(0, 0, 0, 0);
}

.text-c-transparent--hover:hover {
  color: rgba(0, 0, 0, 0);
}

.text-c-transparent--focus:focus {
  color: rgba(0, 0, 0, 0);
}

.text-c-black-font {
  color: var(--feux-black-font, #1B1B1B);
}

.text-c-black-font--hover:hover {
  color: var(--feux-black-font, #1B1B1B);
}

.text-c-black-font--focus:focus {
  color: var(--feux-black-font, #1B1B1B);
}

.text-c-black2-font {
  color: var(--feux-black-font, #383838);
}

.text-c-black2-font--hover:hover {
  color: var(--feux-black-font, #383838);
}

.text-c-black2-font--focus:focus {
  color: var(--feux-black-font, #383838);
}

.text-c-grey0-font {
  color: var(--feux-black-font, #3A3A3A);
}

.text-c-grey0-font--hover:hover {
  color: var(--feux-black-font, #3A3A3A);
}

.text-c-grey0-font--focus:focus {
  color: var(--feux-black-font, #3A3A3A);
}

.text-c-black-30-font {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.3));
}

.text-c-black-30-font--hover:hover {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.3));
}

.text-c-black-30-font--focus:focus {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.3));
}

.text-c-black-40-font {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.4));
}

.text-c-black-40-font--hover:hover {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.4));
}

.text-c-black-40-font--focus:focus {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.4));
}

.text-c-black-50-font {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.5));
}

.text-c-black-50-font--hover:hover {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.5));
}

.text-c-black-50-font--focus:focus {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.5));
}

.text-c-black-70-font {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.text-c-black-70-font--hover:hover {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.text-c-black-70-font--focus:focus {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.text-c-black-80-font {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.text-c-black-80-font--hover:hover {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.text-c-black-80-font--focus:focus {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.text-c-black2-70-font {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.text-c-black2-70-font--hover:hover {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.text-c-black2-70-font--focus:focus {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.text-c-black2-80-font {
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
}

.text-c-black2-80-font--hover:hover {
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
}

.text-c-black2-80-font--focus:focus {
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
}

.text-c-black3-70-font {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
}

.text-c-black3-70-font--hover:hover {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
}

.text-c-black3-70-font--focus:focus {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
}

.text-c-black3-80-font {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
}

.text-c-black3-80-font--hover:hover {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
}

.text-c-black3-80-font--focus:focus {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
}

.text-c-black4-70-font {
  color: var(--feux-black4-70-font, rgba(33, 37, 41, 0.7));
}

.text-c-black4-70-font--hover:hover {
  color: var(--feux-black4-70-font, rgba(33, 37, 41, 0.7));
}

.text-c-black4-70-font--focus:focus {
  color: var(--feux-black4-70-font, rgba(33, 37, 41, 0.7));
}

.text-c-black5-font {
  color: var(--feux-black5-font, rgba(43, 50, 63, 0.8));
}

.text-c-black5-font--hover:hover {
  color: var(--feux-black5-font, rgba(43, 50, 63, 0.8));
}

.text-c-black5-font--focus:focus {
  color: var(--feux-black5-font, rgba(43, 50, 63, 0.8));
}

.text-c-white-font {
  color: var(--feux-white-font, #FFFFFF);
}

.text-c-white-font--hover:hover {
  color: var(--feux-white-font, #FFFFFF);
}

.text-c-white-font--focus:focus {
  color: var(--feux-white-font, #FFFFFF);
}

.text-c-white2-70-font {
  color: var(--feux-white3-70-font, rgba(255, 255, 255, 0.7));
}

.text-c-white2-70-font--hover:hover {
  color: var(--feux-white3-70-font, rgba(255, 255, 255, 0.7));
}

.text-c-white2-70-font--focus:focus {
  color: var(--feux-white3-70-font, rgba(255, 255, 255, 0.7));
}

.text-c-white3-font {
  color: var(--feux-white3-font, #e3ebf7);
}

.text-c-white3-font--hover:hover {
  color: var(--feux-white3-font, #e3ebf7);
}

.text-c-white3-font--focus:focus {
  color: var(--feux-white3-font, #e3ebf7);
}

.text-c-white4-font {
  color: var(--feux-white4-font, #C3CFE8);
}

.text-c-white4-font--hover:hover {
  color: var(--feux-white4-font, #C3CFE8);
}

.text-c-white4-font--focus:focus {
  color: var(--feux-white4-font, #C3CFE8);
}

.text-c-white5-font {
  color: var(--feux-white5-font, #f4f7fb);
}

.text-c-white5-font--hover:hover {
  color: var(--feux-white5-font, #f4f7fb);
}

.text-c-white5-font--focus:focus {
  color: var(--feux-white5-font, #f4f7fb);
}

.text-c-ue-blue-font {
  color: var(--feux-ue-blue-font, #20196F);
}

.text-c-ue-blue-font--hover:hover {
  color: var(--feux-ue-blue-font, #20196F);
}

.text-c-ue-blue-font--focus:focus {
  color: var(--feux-ue-blue-font, #20196F);
}

.text-c-portal-ue-blue-font {
  color: var(--feux-ue-blue-font, #0A50B9);
}

.text-c-portal-ue-blue-font--hover:hover {
  color: var(--feux-ue-blue-font, #0A50B9);
}

.text-c-portal-ue-blue-font--focus:focus {
  color: var(--feux-ue-blue-font, #0A50B9);
}

.text-c-dark-blue-font {
  color: var(--feux-dark-blue-font, #020947);
}

.text-c-dark-blue-font--hover:hover {
  color: var(--feux-dark-blue-font, #020947);
}

.text-c-dark-blue-font--focus:focus {
  color: var(--feux-dark-blue-font, #020947);
}

.text-c-dark-blue-70-font {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
}

.text-c-dark-blue-70-font--hover:hover {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
}

.text-c-dark-blue-70-font--focus:focus {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
}

.text-c-dark-blue2-font {
  color: var(--feux-dark-blue2-font, #00388C);
}

.text-c-dark-blue2-font--hover:hover {
  color: var(--feux-dark-blue2-font, #00388C);
}

.text-c-dark-blue2-font--focus:focus {
  color: var(--feux-dark-blue2-font, #00388C);
}

.text-c-uep-blue-font {
  color: var(--feux-uep-blue-font, #407DD8);
}

.text-c-uep-blue-font--hover:hover {
  color: var(--feux-uep-blue-font, #407DD8);
}

.text-c-uep-blue-font--focus:focus {
  color: var(--feux-uep-blue-font, #407DD8);
}

.text-c-uep-blue-font-10 {
  color: var(--feux-uep-blue-font, rgba(64, 125, 216, 0.1));
}

.text-c-uep-blue-font-10--hover:hover {
  color: var(--feux-uep-blue-font, rgba(64, 125, 216, 0.1));
}

.text-c-uep-blue-font-10--focus:focus {
  color: var(--feux-uep-blue-font, rgba(64, 125, 216, 0.1));
}

.text-c-ue-blue-2-font {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.text-c-ue-blue-2-font--hover:hover {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.text-c-ue-blue-2-font--focus:focus {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.text-c-ue-blue3-font {
  color: var(--feux-blue-3-font, #003399);
}

.text-c-ue-blue3-font--hover:hover {
  color: var(--feux-blue-3-font, #003399);
}

.text-c-ue-blue3-font--focus:focus {
  color: var(--feux-blue-3-font, #003399);
}

.text-c-ue-blue3-20-font {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.text-c-ue-blue3-20-font--hover:hover {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.text-c-ue-blue3-20-font--focus:focus {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.text-c-ue-blue3-30-font {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.3));
}

.text-c-ue-blue3-30-font--hover:hover {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.3));
}

.text-c-ue-blue3-30-font--focus:focus {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.3));
}

.text-c-ue-blue3-70-font {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.text-c-ue-blue3-70-font--hover:hover {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.text-c-ue-blue3-70-font--focus:focus {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.text-c-ue-blue3-80-font {
  color: var(--feux-blue-3-80-font, rgba(0, 51, 153, 0.8));
}

.text-c-ue-blue3-80-font--hover:hover {
  color: var(--feux-blue-3-80-font, rgba(0, 51, 153, 0.8));
}

.text-c-ue-blue3-80-font--focus:focus {
  color: var(--feux-blue-3-80-font, rgba(0, 51, 153, 0.8));
}

.text-c-ue-blue4-font {
  color: var(--feux-blue-4-font, #36678E);
}

.text-c-ue-blue4-font--hover:hover {
  color: var(--feux-blue-4-font, #36678E);
}

.text-c-ue-blue4-font--focus:focus {
  color: var(--feux-blue-4-font, #36678E);
}

.text-c-orange-font {
  color: var(--feux-orange-font, #FF5F20);
}

.text-c-orange-font--hover:hover {
  color: var(--feux-orange-font, #FF5F20);
}

.text-c-orange-font--focus:focus {
  color: var(--feux-orange-font, #FF5F20);
}

.text-c-orange2-font {
  color: var(--feux-orange2-font, #FDBA13);
}

.text-c-orange2-font--hover:hover {
  color: var(--feux-orange2-font, #FDBA13);
}

.text-c-orange2-font--focus:focus {
  color: var(--feux-orange2-font, #FDBA13);
}

.text-c-orange3-font {
  color: var(--feux-orange3-font, #FFAC33);
}

.text-c-orange3-font--hover:hover {
  color: var(--feux-orange3-font, #FFAC33);
}

.text-c-orange3-font--focus:focus {
  color: var(--feux-orange3-font, #FFAC33);
}

.text-c-gold-font {
  color: var(--feux-gold-font, #F9990D);
}

.text-c-gold-font--hover:hover {
  color: var(--feux-gold-font, #F9990D);
}

.text-c-gold-font--focus:focus {
  color: var(--feux-gold-font, #F9990D);
}

.text-c-red-font {
  color: var(--feux-red-font, #E5001D);
}

.text-c-red-font--hover:hover {
  color: var(--feux-red-font, #E5001D);
}

.text-c-red-font--focus:focus {
  color: var(--feux-red-font, #E5001D);
}

.text-c-red-font2 {
  color: var(--feux-red-font2, #D01F34);
}

.text-c-red-font2--hover:hover {
  color: var(--feux-red-font2, #D01F34);
}

.text-c-red-font2--focus:focus {
  color: var(--feux-red-font2, #D01F34);
}

.text-c-pink-font {
  color: var(--feux-pink-font, #8036E1);
}

.text-c-pink-font--hover:hover {
  color: var(--feux-pink-font, #8036E1);
}

.text-c-pink-font--focus:focus {
  color: var(--feux-pink-font, #8036E1);
}

.text-c-green-font {
  color: var(--feux-green-font, #238E12);
}

.text-c-green-font--hover:hover {
  color: var(--feux-green-font, #238E12);
}

.text-c-green-font--focus:focus {
  color: var(--feux-green-font, #238E12);
}

.text-c-green2-font {
  color: var(--feux-green2-font, #4BBC38);
}

.text-c-green2-font--hover:hover {
  color: var(--feux-green2-font, #4BBC38);
}

.text-c-green2-font--focus:focus {
  color: var(--feux-green2-font, #4BBC38);
}

.text-c-green3-font {
  color: var(--feux-green3-font, #23C96A);
}

.text-c-green3-font--hover:hover {
  color: var(--feux-green3-font, #23C96A);
}

.text-c-green3-font--focus:focus {
  color: var(--feux-green3-font, #23C96A);
}

.text-c-green4-font {
  color: var(--feux-green4-font, #008744);
}

.text-c-green4-font--hover:hover {
  color: var(--feux-green4-font, #008744);
}

.text-c-green4-font--focus:focus {
  color: var(--feux-green4-font, #008744);
}

.text-c-green5-font {
  color: var(--feux-green5-font, #00A197);
}

.text-c-green5-font--hover:hover {
  color: var(--feux-green5-font, #00A197);
}

.text-c-green5-font--focus:focus {
  color: var(--feux-green5-font, #00A197);
}

.text-c-green6-font {
  color: var(--feux-green6-font, #00A197);
}

.text-c-green6-font--hover:hover {
  color: var(--feux-green6-font, #00A197);
}

.text-c-green6-font--focus:focus {
  color: var(--feux-green6-font, #00A197);
}

.text-c-green7-font {
  color: var(--feux-green6-font, #00857C);
}

.text-c-green7-font--hover:hover {
  color: var(--feux-green6-font, #00857C);
}

.text-c-green7-font--focus:focus {
  color: var(--feux-green6-font, #00857C);
}

.text-c-green8-font {
  color: var(--feux-green6-font, #005C56);
}

.text-c-green8-font--hover:hover {
  color: var(--feux-green6-font, #005C56);
}

.text-c-green8-font--focus:focus {
  color: var(--feux-green6-font, #005C56);
}

.text-c-grey1-font {
  color: var(--feux-grey1-font, #333333);
}

.text-c-grey1-font--hover:hover {
  color: var(--feux-grey1-font, #333333);
}

.text-c-grey1-font--focus:focus {
  color: var(--feux-grey1-font, #333333);
}

.text-c-grey2-font {
  color: var(--feux-grey2-font, #4F4F4F);
}

.text-c-grey2-font--hover:hover {
  color: var(--feux-grey2-font, #4F4F4F);
}

.text-c-grey2-font--focus:focus {
  color: var(--feux-grey2-font, #4F4F4F);
}

.text-c-grey3-font {
  color: var(--feux-grey3-font, #828282);
}

.text-c-grey3-font--hover:hover {
  color: var(--feux-grey3-font, #828282);
}

.text-c-grey3-font--focus:focus {
  color: var(--feux-grey3-font, #828282);
}

.text-c-grey4-font {
  color: var(--feux-grey4-font, #757575);
}

.text-c-grey4-font--hover:hover {
  color: var(--feux-grey4-font, #757575);
}

.text-c-grey4-font--focus:focus {
  color: var(--feux-grey4-font, #757575);
}

.text-c-grey5-font {
  color: var(--feux-grey5-font, #F3F3F3);
}

.text-c-grey5-font--hover:hover {
  color: var(--feux-grey5-font, #F3F3F3);
}

.text-c-grey5-font--focus:focus {
  color: var(--feux-grey5-font, #F3F3F3);
}

.text-c-grey6-font {
  color: var(--feux-grey6-font, #545454);
}

.text-c-grey6-font--hover:hover {
  color: var(--feux-grey6-font, #545454);
}

.text-c-grey6-font--focus:focus {
  color: var(--feux-grey6-font, #545454);
}

.text-c-grey7-font {
  color: var(--feux-grey7-font, #6A6A6A);
}

.text-c-grey7-font--hover:hover {
  color: var(--feux-grey7-font, #6A6A6A);
}

.text-c-grey7-font--focus:focus {
  color: var(--feux-grey7-font, #6A6A6A);
}

.text-c-grey8-font {
  color: var(--feux-grey8-font, #E0E0E0);
}

.text-c-grey8-font--hover:hover {
  color: var(--feux-grey8-font, #E0E0E0);
}

.text-c-grey8-font--focus:focus {
  color: var(--feux-grey8-font, #E0E0E0);
}

.text-c-grey9-font {
  color: var(--feux-grey9-font, #D9D9D9);
}

.text-c-grey9-font--hover:hover {
  color: var(--feux-grey9-font, #D9D9D9);
}

.text-c-grey9-font--focus:focus {
  color: var(--feux-grey9-font, #D9D9D9);
}

.text-c-grey10-font {
  color: var(--feux-grey10-font, #262626);
}

.text-c-grey10-font--hover:hover {
  color: var(--feux-grey10-font, #262626);
}

.text-c-grey10-font--focus:focus {
  color: var(--feux-grey10-font, #262626);
}

.text-c-grey11-font {
  color: var(--feux-grey11-font, #DCDCDC);
}

.text-c-grey11-font--hover:hover {
  color: var(--feux-grey11-font, #DCDCDC);
}

.text-c-grey11-font--focus:focus {
  color: var(--feux-grey11-font, #DCDCDC);
}

.text-c-blue-20-font {
  color: rgba(144, 190, 255, 0.2);
}

.text-c-blue-20-font--hover:hover {
  color: rgba(144, 190, 255, 0.2);
}

.text-c-blue-20-font--focus:focus {
  color: rgba(144, 190, 255, 0.2);
}

.text-c-green-10-font {
  color: rgba(35, 142, 18, 0.1);
}

.text-c-green-10-font--hover:hover {
  color: rgba(35, 142, 18, 0.1);
}

.text-c-green-10-font--focus:focus {
  color: rgba(35, 142, 18, 0.1);
}

.text-c-orange-10-font {
  color: rgba(255, 172, 51, 0.1);
}

.text-c-orange-10-font--hover:hover {
  color: rgba(255, 172, 51, 0.1);
}

.text-c-orange-10-font--focus:focus {
  color: rgba(255, 172, 51, 0.1);
}

.text-c-black-78-font {
  color: var(--feux-black-20-bg, rgba(27, 27, 27, 0.78));
}

.text-c-black-78-font--hover:hover {
  color: var(--feux-black-20-bg, rgba(27, 27, 27, 0.78));
}

.text-c-black-78-font--focus:focus {
  color: var(--feux-black-20-bg, rgba(27, 27, 27, 0.78));
}

.text-c-step-anchor-blue-font {
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
}

.text-c-step-anchor-blue-font--hover:hover {
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
}

.text-c-step-anchor-blue-font--focus:focus {
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
}

.text-c-step-dark-blue-font2 {
  color: var(--feux-blue11-10-bg, #00388C);
}

.text-c-step-dark-blue-font2--hover:hover {
  color: var(--feux-blue11-10-bg, #00388C);
}

.text-c-step-dark-blue-font2--focus:focus {
  color: var(--feux-blue11-10-bg, #00388C);
}

.text-c-step-dark-blue3-40-font {
  color: var(--feux-blue12-40-bg, rgba(0, 56, 140, 0.4));
}

.text-c-step-dark-blue3-40-font--hover:hover {
  color: var(--feux-blue12-40-bg, rgba(0, 56, 140, 0.4));
}

.text-c-step-dark-blue3-40-font--focus:focus {
  color: var(--feux-blue12-40-bg, rgba(0, 56, 140, 0.4));
}

.text-c-step-dark-blue-80-font2 {
  color: var(--feux-blue11-80-font, rgba(0, 56, 140, 0.8));
}

.text-c-step-dark-blue-80-font2--hover:hover {
  color: var(--feux-blue11-80-font, rgba(0, 56, 140, 0.8));
}

.text-c-step-dark-blue-80-font2--focus:focus {
  color: var(--feux-blue11-80-font, rgba(0, 56, 140, 0.8));
}

.text-c-pfp-blue-font {
  color: var(--feux-pfp-blue-font, #343F4E);
}

.text-c-pfp-blue-font--hover:hover {
  color: var(--feux-pfp-blue-font, #343F4E);
}

.text-c-pfp-blue-font--focus:focus {
  color: var(--feux-pfp-blue-font, #343F4E);
}

a {
  text-decoration: none;
  color: inherit;
}

.page-title, .page-title-with-bottom-span-no-border, .page-title-with-bottom-span-grey-width-max-content, .page-title-with-bottom-span-width-max-content, .page-title-with-bottom-span {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--feux-orange2-bg, #FDBA13);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767.98px) {
  .page-title, .page-title-with-bottom-span-no-border, .page-title-with-bottom-span-grey-width-max-content, .page-title-with-bottom-span-width-max-content, .page-title-with-bottom-span {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.page-title span, .page-title-with-bottom-span-no-border span, .page-title-with-bottom-span-grey-width-max-content span, .page-title-with-bottom-span-width-max-content span, .page-title-with-bottom-span span {
  font-size: 21px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.page-title-with-bottom-span {
  padding-bottom: 12px;
  border-bottom: 3px solid var(--feux-blue-3, #003399);
}

.page-title-with-bottom-span-width-max-content {
  padding-bottom: 12px;
  border-bottom: 3px solid var(--feux-blue-3, #003399);
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.page-title-with-bottom-span-grey-width-max-content {
  padding-bottom: 12px;
  border-bottom: 3px solid var(--feux-grey14-bg, #6A6A6A);
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.page-title-with-bottom-span-no-border {
  padding-bottom: 0;
  border-bottom: none;
}

.page-title--100px {
  position: relative;
}

@media (min-width: 768px) {
  .page-title--100px {
    padding-bottom: 25px;
  }
  .page-title--100px::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--feux-orange2-bg, #FDBA13);
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
.text-initial {
  font-size: initial;
  line-height: normal;
}

.title__border-bottom--orange2, .title__border-bottom--red, .title__border-bottom--green, .title__border-bottom--green7, .title__border-bottom--grey14, .title__border-bottom--none, .title__border-bottom--ue-blue-light, .title__border-bottom--ue-blue {
  position: relative;
  padding-bottom: 25px;
  padding-left: 0;
}

.title__border-bottom--orange2::after, .title__border-bottom--red::after, .title__border-bottom--green::after, .title__border-bottom--green7::after, .title__border-bottom--grey14::after, .title__border-bottom--none::after, .title__border-bottom--ue-blue-light::after, .title__border-bottom--ue-blue::after {
  content: "";
  width: 144px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.title__border-bottom--orange2 h1, .title__border-bottom--orange2 .h1, .title__border-bottom--orange2 h2, .title__border-bottom--orange2 .h2, .title__border-bottom--orange2 h3, .title__border-bottom--orange2 .h3, .title__border-bottom--orange2 h4, .title__border-bottom--orange2 .h4, .title__border-bottom--orange2 h5, .title__border-bottom--orange2 .h5, .title__border-bottom--orange2 h6, .title__border-bottom--orange2 .h6, .title__border-bottom--red h1, .title__border-bottom--red .h1, .title__border-bottom--red h2, .title__border-bottom--red .h2, .title__border-bottom--red h3, .title__border-bottom--red .h3, .title__border-bottom--red h4, .title__border-bottom--red .h4, .title__border-bottom--red h5, .title__border-bottom--red .h5, .title__border-bottom--red h6, .title__border-bottom--red .h6, .title__border-bottom--green h1, .title__border-bottom--green .h1, .title__border-bottom--green h2, .title__border-bottom--green .h2, .title__border-bottom--green h3, .title__border-bottom--green .h3, .title__border-bottom--green h4, .title__border-bottom--green .h4, .title__border-bottom--green h5, .title__border-bottom--green .h5, .title__border-bottom--green h6, .title__border-bottom--green .h6, .title__border-bottom--green7 h1, .title__border-bottom--green7 .h1, .title__border-bottom--green7 h2, .title__border-bottom--green7 .h2, .title__border-bottom--green7 h3, .title__border-bottom--green7 .h3, .title__border-bottom--green7 h4, .title__border-bottom--green7 .h4, .title__border-bottom--green7 h5, .title__border-bottom--green7 .h5, .title__border-bottom--green7 h6, .title__border-bottom--green7 .h6, .title__border-bottom--grey14 h1, .title__border-bottom--grey14 .h1, .title__border-bottom--grey14 h2, .title__border-bottom--grey14 .h2, .title__border-bottom--grey14 h3, .title__border-bottom--grey14 .h3, .title__border-bottom--grey14 h4, .title__border-bottom--grey14 .h4, .title__border-bottom--grey14 h5, .title__border-bottom--grey14 .h5, .title__border-bottom--grey14 h6, .title__border-bottom--grey14 .h6, .title__border-bottom--none h1, .title__border-bottom--none .h1, .title__border-bottom--none h2, .title__border-bottom--none .h2, .title__border-bottom--none h3, .title__border-bottom--none .h3, .title__border-bottom--none h4, .title__border-bottom--none .h4, .title__border-bottom--none h5, .title__border-bottom--none .h5, .title__border-bottom--none h6, .title__border-bottom--none .h6, .title__border-bottom--ue-blue-light h1, .title__border-bottom--ue-blue-light .h1, .title__border-bottom--ue-blue-light h2, .title__border-bottom--ue-blue-light .h2, .title__border-bottom--ue-blue-light h3, .title__border-bottom--ue-blue-light .h3, .title__border-bottom--ue-blue-light h4, .title__border-bottom--ue-blue-light .h4, .title__border-bottom--ue-blue-light h5, .title__border-bottom--ue-blue-light .h5, .title__border-bottom--ue-blue-light h6, .title__border-bottom--ue-blue-light .h6, .title__border-bottom--ue-blue h1, .title__border-bottom--ue-blue .h1, .title__border-bottom--ue-blue h2, .title__border-bottom--ue-blue .h2, .title__border-bottom--ue-blue h3, .title__border-bottom--ue-blue .h3, .title__border-bottom--ue-blue h4, .title__border-bottom--ue-blue .h4, .title__border-bottom--ue-blue h5, .title__border-bottom--ue-blue .h5, .title__border-bottom--ue-blue h6, .title__border-bottom--ue-blue .h6 {
  margin: 0px;
}

.title__border-bottom--orange2::after {
  background-color: var(--feux-orange2-bg, #FDBA13);
}

.title__border-bottom--green::after {
  background-color: var(--feux-green-bg, #008744) !important;
}

.title__border-bottom--green7::after {
  background-color: var(--feux-green7-bg, #008744) !important;
}

.title__border-bottom--grey14::after {
  background-color: var(--feux-grey14-bg, #6A6A6A) !important;
}

@media (max-width: 1199.98px) {
  .not-on-mobile::after {
    background-color: transparent !important;
  }
}
.title__border-bottom--red::after {
  background-color: var(--feux-red-bg, #E5001D);
}

.title__border-bottom--ue-blue::after {
  background-color: var(--feux-blue-3, #003399);
}

.title__border-bottom--ue-blue-light::after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
}

.title__border-bottom--none::after {
  background-color: transparent;
}

.title-h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 767.98px) {
  .title-h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.letterspacing-04 {
  letter-spacing: 0.04em;
}

.letterspacing-02 {
  letter-spacing: 0.02em;
}

.feux-background-blue {
  background-color: var(--feux-white, #ffffff);
}

.feux-background-blue-light {
  background-color: var(--feux-white, #ffffff);
}

@media (max-width: 575.98px) {
  .feux-md-background-gray-12 {
    background-color: var(--feux-grey5-bg, #EAEDF5);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-md-background-gray-12 {
    background-color: var(--feux-grey5-bg, #EAEDF5);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-md-background-gray-12 {
    background-color: var(--feux-grey5-bg, #EAEDF5);
  }
}
.feux-bg--c-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.feux-bg--c-black-font {
  background-color: var(--feux-black-font, #1B1B1B);
}

.feux-bg--c-black2-font {
  background-color: var(--feux-black-font, #383838);
}

.feux-bg--c-grey0-font {
  background-color: var(--feux-black-font, #3A3A3A);
}

.feux-bg--c-black-30-font {
  background-color: var(--feux-black-font, rgba(0, 0, 0, 0.3));
}

.feux-bg--c-black-40-font {
  background-color: var(--feux-black-font, rgba(0, 0, 0, 0.4));
}

.feux-bg--c-black-50-font {
  background-color: var(--feux-black-font, rgba(0, 0, 0, 0.5));
}

.feux-bg--c-black-70-font {
  background-color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.feux-bg--c-black-80-font {
  background-color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.feux-bg--c-black2-70-font {
  background-color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.feux-bg--c-black2-80-font {
  background-color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
}

.feux-bg--c-black3-70-font {
  background-color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
}

.feux-bg--c-black3-80-font {
  background-color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
}

.feux-bg--c-black4-70-font {
  background-color: var(--feux-black4-70-font, rgba(33, 37, 41, 0.7));
}

.feux-bg--c-black5-font {
  background-color: var(--feux-black5-font, rgba(43, 50, 63, 0.8));
}

.feux-bg--c-white-font {
  background-color: var(--feux-white-font, #FFFFFF);
}

.feux-bg--c-white2-70-font {
  background-color: var(--feux-white3-70-font, rgba(255, 255, 255, 0.7));
}

.feux-bg--c-white3-font {
  background-color: var(--feux-white3-font, #e3ebf7);
}

.feux-bg--c-white4-font {
  background-color: var(--feux-white4-font, #C3CFE8);
}

.feux-bg--c-white5-font {
  background-color: var(--feux-white5-font, #f4f7fb);
}

.feux-bg--c-ue-blue-font {
  background-color: var(--feux-ue-blue-font, #20196F);
}

.feux-bg--c-portal-ue-blue-font {
  background-color: var(--feux-ue-blue-font, #0A50B9);
}

.feux-bg--c-dark-blue-font {
  background-color: var(--feux-dark-blue-font, #020947);
}

.feux-bg--c-dark-blue-70-font {
  background-color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
}

.feux-bg--c-dark-blue2-font {
  background-color: var(--feux-dark-blue2-font, #00388C);
}

.feux-bg--c-uep-blue-font {
  background-color: var(--feux-uep-blue-font, #407DD8);
}

.feux-bg--c-uep-blue-font-10 {
  background-color: var(--feux-uep-blue-font, rgba(64, 125, 216, 0.1));
}

.feux-bg--c-ue-blue-2-font {
  background-color: var(--feux-ue-blue-2-font, #0A50B9);
}

.feux-bg--c-ue-blue3-font {
  background-color: var(--feux-blue-3-font, #003399);
}

.feux-bg--c-ue-blue3-20-font {
  background-color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.feux-bg--c-ue-blue3-30-font {
  background-color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.3));
}

.feux-bg--c-ue-blue3-70-font {
  background-color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.feux-bg--c-ue-blue3-80-font {
  background-color: var(--feux-blue-3-80-font, rgba(0, 51, 153, 0.8));
}

.feux-bg--c-ue-blue4-font {
  background-color: var(--feux-blue-4-font, #36678E);
}

.feux-bg--c-orange-font {
  background-color: var(--feux-orange-font, #FF5F20);
}

.feux-bg--c-orange2-font {
  background-color: var(--feux-orange2-font, #FDBA13);
}

.feux-bg--c-orange3-font {
  background-color: var(--feux-orange3-font, #FFAC33);
}

.feux-bg--c-gold-font {
  background-color: var(--feux-gold-font, #F9990D);
}

.feux-bg--c-red-font {
  background-color: var(--feux-red-font, #E5001D);
}

.feux-bg--c-red-font2 {
  background-color: var(--feux-red-font2, #D01F34);
}

.feux-bg--c-pink-font {
  background-color: var(--feux-pink-font, #8036E1);
}

.feux-bg--c-green-font {
  background-color: var(--feux-green-font, #238E12);
}

.feux-bg--c-green2-font {
  background-color: var(--feux-green2-font, #4BBC38);
}

.feux-bg--c-green3-font {
  background-color: var(--feux-green3-font, #23C96A);
}

.feux-bg--c-green4-font {
  background-color: var(--feux-green4-font, #008744);
}

.feux-bg--c-green5-font {
  background-color: var(--feux-green5-font, #00A197);
}

.feux-bg--c-green6-font {
  background-color: var(--feux-green6-font, #00A197);
}

.feux-bg--c-green7-font {
  background-color: var(--feux-green6-font, #00857C);
}

.feux-bg--c-green8-font {
  background-color: var(--feux-green6-font, #005C56);
}

.feux-bg--c-grey1-font {
  background-color: var(--feux-grey1-font, #333333);
}

.feux-bg--c-grey2-font {
  background-color: var(--feux-grey2-font, #4F4F4F);
}

.feux-bg--c-grey3-font {
  background-color: var(--feux-grey3-font, #828282);
}

.feux-bg--c-grey4-font {
  background-color: var(--feux-grey4-font, #757575);
}

.feux-bg--c-grey5-font {
  background-color: var(--feux-grey5-font, #F3F3F3);
}

.feux-bg--c-grey6-font {
  background-color: var(--feux-grey6-font, #545454);
}

.feux-bg--c-grey7-font {
  background-color: var(--feux-grey7-font, #6A6A6A);
}

.feux-bg--c-grey8-font {
  background-color: var(--feux-grey8-font, #E0E0E0);
}

.feux-bg--c-grey9-font {
  background-color: var(--feux-grey9-font, #D9D9D9);
}

.feux-bg--c-grey10-font {
  background-color: var(--feux-grey10-font, #262626);
}

.feux-bg--c-grey11-font {
  background-color: var(--feux-grey11-font, #DCDCDC);
}

.feux-bg--c-blue-20-font {
  background-color: rgba(144, 190, 255, 0.2);
}

.feux-bg--c-green-10-font {
  background-color: rgba(35, 142, 18, 0.1);
}

.feux-bg--c-orange-10-font {
  background-color: rgba(255, 172, 51, 0.1);
}

.feux-bg--c-black-78-font {
  background-color: var(--feux-black-20-bg, rgba(27, 27, 27, 0.78));
}

.feux-bg--c-step-anchor-blue-font {
  background-color: var(--feux-step-anchor-blue-font, #0C4DA2);
}

.feux-bg--c-step-dark-blue-font2 {
  background-color: var(--feux-blue11-10-bg, #00388C);
}

.feux-bg--c-step-dark-blue3-40-font {
  background-color: var(--feux-blue12-40-bg, rgba(0, 56, 140, 0.4));
}

.feux-bg--c-step-dark-blue-80-font2 {
  background-color: var(--feux-blue11-80-font, rgba(0, 56, 140, 0.8));
}

.feux-bg--c-pfp-blue-font {
  background-color: var(--feux-pfp-blue-font, #343F4E);
}

.feux-bg--c-transparent-bg {
  background-color: rgba(0, 0, 0, 0);
}

.feux-bg--c-main-bg {
  background-color: var(--feux-main-bg, rgba(0, 51, 153, 0.05));
}

.feux-bg--c-black-bg {
  background-color: var(--feux-black-bg, #1B1B1B);
}

.feux-bg--c-black-05-bg {
  background-color: var(--feux-black-05-bg, rgba(27, 27, 27, 0.05));
}

.feux-bg--c-black-95-bg {
  background-color: var(--feux-black-95-bg, rgba(27, 27, 27, 0.95));
}

.feux-bg--c-black-20-bg {
  background-color: var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
}

.feux-bg--c-black-10-bg {
  background-color: var(--feux-black-10-bg, rgba(27, 27, 27, 0.1));
}

.feux-bg--c-white-bg {
  background-color: var(--feux-white-bg, #FFFFFF);
}

.feux-bg--c-white-10-bg {
  background-color: var(--feux-white-20-bg, rgba(255, 255, 255, 0.1));
}

.feux-bg--c-white-20-bg {
  background-color: var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
}

.feux-bg--c-white-30-bg {
  background-color: var(--feux-white-30-bg, rgba(255, 255, 255, 0.3));
}

.feux-bg--c-white-60-bg {
  background-color: var(--feux-white-60-bg, rgba(255, 255, 255, 0.6));
}

.feux-bg--c-white-80-bg {
  background-color: var(--feux-white-80-bg, rgba(255, 255, 255, 0.8));
}

.feux-bg--c-ue-blue-bg {
  background-color: var(--feux-ue-blue-bg, #20196F);
}

.feux-bg--c-ue-blue-bg-20 {
  background-color: var(--feux-ue-blue-bg-20, rgba(32, 25, 111, 0.2));
}

.feux-bg--c-ue-blue2-bg {
  background-color: var(--feux-blue-1, #2F80ED);
}

.feux-bg--c-ue-blue3-bg {
  background-color: var(--feux-blue-3, #003399);
}

.feux-bg--c-ue-blue3-bg-5 {
  background-color: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.feux-bg--c-ue-blue3-bg-10 {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

.feux-bg--c-ue-blue3-bg-15 {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.15));
}

.feux-bg--c-ue-blue3-bg-20 {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.feux-bg--c-ue-blue3-bg-25 {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.25));
}

.feux-bg--c-ue-blue3-bg-30 {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.3));
}

.feux-bg--c-ue-blue3-bg-40 {
  background-color: var(--feux-blue-3-40, rgba(0, 51, 153, 0.4));
}

.feux-bg--c-ue-blue3-bg-50 {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.5));
}

.feux-bg--c-ue-blue3-bg-60 {
  background-color: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
}

.feux-bg--c-ue-blue3-bg-80 {
  background-color: var(--feux-blue-3-80, rgba(0, 51, 153, 0.8));
}

.feux-bg--c-ue-blue3-bg-90 {
  background-color: var(--feux-blue-3-80, rgba(0, 51, 153, 0.9));
}

.feux-bg--c-ue-blue3-hover-bg {
  background-color: var(--feux-blue-3-hover, #002265);
}

.feux-bg--c-ue-blue4-bg {
  background-color: var(--feux-blue-4, #36678E);
}

.feux-bg--c-ue-blue4-bg-10 {
  background-color: var(--feux-blue-4-10, rgba(54, 103, 142, 0.1));
}

.feux-bg--c-ue-blue5-bg {
  background-color: var(--feux-blue-5, #E9EFFA);
}

.feux-bg--c-ue-blue6-bg {
  background-color: var(--feux-blue-6, #ECF3FC);
}

.feux-bg--c-ue-blue7-bg {
  background-color: var(--feux-blue-7, #FAFCFF);
}

.feux-bg--c-ue-blue8-bg {
  background-color: var(--feux-blue-8, #205DB8);
}

.feux-bg--c-ue-blue9-bg {
  background-color: var(--feux-blue-9, #f5f7fb);
}

.feux-bg--c-portal-ue-blue-bg {
  background-color: var(--feux-ue-blue-bg, #0A50B9);
}

.feux-bg--c-portal-ue-blue2-30-bg {
  background-color: var(--feux-ue-blue2-bg, rgba(10, 80, 185, 0.3));
}

.feux-bg--c-lightblue-bg {
  background-color: var(--feux-lightblue-bg, #63A3FF);
}

.feux-bg--c-lightblue-bg-2 {
  background-color: var(--prefix-lightblue-bg-2, #EFF5FF);
}

.feux-bg--c-lightblue2-bg-20 {
  background-color: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
}

.feux-bg--c-lightblue3-bg-05 {
  background-color: var(--feux-lightblue3-bg-05, rgba(19, 51, 162, 0.05));
}

.feux-bg--c-ue-blue-15-bg {
  background-color: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

.feux-bg--c-ue-blue-bg-bg {
  background-color: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.feux-bg--c-ue-blue-30-bg {
  background-color: var(--feux-ue-blue-30-bg, rgba(32, 25, 111, 0.3));
}

.feux-bg--c-ue-blue-50-bg {
  background-color: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.feux-bg--c-ue-blue-05-bg {
  background-color: var(--feux-ue-blue-05-bg, rgba(32, 25, 111, 0.05));
}

.feux-bg--c-ue-blue-70-bg {
  background-color: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.7));
}

.feux-bg--c-dark-blue-bg {
  background-color: var(--feux-dark-blue-bg, #020947);
}

.feux-bg--c-dark-blue-bg-10 {
  background-color: var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
}

.feux-bg--c-dark-blue-bg-30 {
  background-color: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.3));
}

.feux-bg--c-dark-blue-bg-20 {
  background-color: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

.feux-bg--c-dark-blue-bg-70 {
  background-color: var(--feux-dark-blue-bg-70, rgba(2, 9, 71, 0.7));
}

.feux-bg--c-uep-blue-bg {
  background-color: var(--feux-uep-blue-bg, #407DD8);
}

.feux-bg--c-uep-blue-bg-20 {
  background-color: var(--feux-uep-blue-bg, rgba(64, 125, 216, 0.2));
}

.feux-bg--c-blue6-bg {
  background-color: var(--feux-blue6-bg, #38808D);
}

.feux-bg--c-blue7-bg {
  background-color: var(--feux-blue7-bg, #367BAB);
}

.feux-bg--c-blue8-bg {
  background-color: var(--feux-blue8-bg, #132557);
}

.feux-bg--c-blue9-bg {
  background-color: var(--feux-blue9-bg, #205db8);
}

.feux-bg--c-blue-step-bg {
  background-color: var(--feux-blue-step-bg, #00AEEF);
}

.feux-bg--c-blue-step-bg-15 {
  background-color: var(--feux-blue-step-bg, rgba(0, 174, 239, 0.15));
}

.feux-bg--c-blue-step2-bg {
  background-color: var(--feux-blue-step2-bg, #007AA9);
}

.feux-bg--c-orange-bg {
  background-color: var(--feux-orange-bg, #FF5F20);
}

.feux-bg--c-orange2-bg {
  background-color: var(--feux-orange2-bg, #FDBA13);
}

.feux-bg--c-orange3-bg {
  background-color: var(--feux-orange3-bg, #FFAC33);
}

.feux-bg--c-orange4-bg {
  background-color: var(--feux-orange4-bg, #FF7E35);
}

.feux-bg--c-orange5-bg {
  background-color: var(--feux-orange5-bg, #B05F35);
}

.feux-bg--c-orange6-bg {
  background-color: var(--feux-orange6-bg, #FFF4CE);
}

.feux-bg--c-orange3-bg-10 {
  background-color: var(--feux-orange3-bg, rgba(255, 172, 51, 0.1));
}

.feux-bg--c-gold-bg {
  background-color: var(--feux-gold-bg, #F9990D);
}

.feux-bg--c-gold3-bg {
  background-color: var(--feux-gold3-bg, #FFEB00);
}

.feux-bg--c-gold3-bg-20 {
  background-color: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
}

.feux-bg--c-red-bg {
  background-color: var(--feux-red-bg, #E5001D);
}

.feux-bg--c-red-bg2 {
  background-color: var(--feux-red-bg2, #D01F34);
}

.feux-bg--c-red-bg3 {
  background-color: var(--feux-red-bg3, #A82C23);
}

.feux-bg--c-red-bg4 {
  background-color: var(--feux-red-bg4, #940E0E);
}

.feux-bg--c-red-bg5 {
  background-color: var(--feux-red-bg5, #f1d7dd);
}

.feux-bg--c-red-bg2-10 {
  background-color: var(--feux-red-bg2, rgba(208, 31, 52, 0.1));
}

.feux-bg--c-red-bg2-15 {
  background-color: var(--feux-red-bg2, rgba(208, 31, 52, 0.15));
}

.feux-bg--c-green-bg {
  background-color: var(--feux-green-bg, #008744);
}

.feux-bg--c-green2-bg {
  background-color: var(--feux-green2-bg, #4BBC38);
}

.feux-bg--c-green3-bg {
  background-color: var(--feux-green3, #1FA099);
}

.feux-bg--c-green4-bg {
  background-color: var(--feux-green4-bg, #23C96A);
}

.feux-bg--c-green4-bg-10 {
  background-color: var(--feux-green4-bg-10, rgba(35, 201, 106, 0.1));
}

.feux-bg--c-green5-bg {
  background-color: var(--feux-green5-bg, #388325);
}

.feux-bg--c-green6-bg {
  background-color: var(--feux-green6-bg, #3A854B);
}

.feux-bg--c-green7-bg {
  background-color: var(--feux-green7-bg, #008744);
}

.feux-bg--c-green8-bg {
  background-color: var(--feux-green8-bg, #238E12);
}

.feux-bg--c-green9-bg {
  background-color: var(--feux-green9-bg, #1C8281);
}

.feux-bg--c-green10-bg {
  background-color: var(--feux-green10-bg, #00828C);
}

.feux-bg--c-green11-bg {
  background-color: var(--feux-green11-bg, #E7FAFB);
}

.feux-bg--c-green-step-bg {
  background-color: var(--feux-green-step-bg, #00A197);
}

.feux-bg--c-green-step-15-bg {
  background-color: var(--feux-green-step-bg, rgba(0, 161, 151, 0.15));
}

.feux-bg--c-green-step-30-bg {
  background-color: var(--feux-green-step-bg, rgba(0, 161, 151, 0.3));
}

.feux-bg--c-grey1-bg {
  background-color: var(--feux-grey1-bg, #333333);
}

.feux-bg--c-grey2-bg {
  background-color: var(--feux-grey2-bg, #4F4F4F);
}

.feux-bg--c-grey3-bg {
  background-color: var(--feux-grey3-bg, #828282);
}

.feux-bg--c-grey4-bg {
  background-color: var(--feux-grey4-bg, #F3F3F3);
}

.feux-bg--c-grey5-bg {
  background-color: var(--feux-grey5-bg, #EAEDF5);
}

.feux-bg--c-grey6-bg-20 {
  background-color: var(--feux-grey6-bg, rgba(117, 117, 117, 0.2));
}

.feux-bg--c-grey7-bg {
  background-color: var(--feux-grey7-bg, #757575);
}

.feux-bg--c-grey8-bg {
  background-color: var(--feux-grey8-bg, #6A6A6A);
}

.feux-bg--c-grey8-bg-10 {
  background-color: var(--feux-grey8-bg-10, rgba(106, 106, 106, 0.1));
}

.feux-bg--c-grey9-bg {
  background-color: var(--feux-grey9-bg, #E0E0E0);
}

.feux-bg--c-grey10-bg {
  background-color: var(--feux-grey10-bg, #C4C4C4);
}

.feux-bg--c-grey10-bg-30 {
  background-color: var(--feux-grey10-bg, rgba(196, 196, 196, 0.3));
}

.feux-bg--c-grey11-bg {
  background-color: var(--feux-lightgray, #DDDDDD);
}

.feux-bg--c-grey11-30-bg {
  background-color: rgba(221, 221, 221, 0.3);
}

.feux-bg--c-grey12-bg {
  background-color: var(--feux-grey12-bg, #F2F5FA);
}

.feux-bg--c-grey13-bg {
  background-color: var(--feux-grey13-bg, rgba(64, 125, 216, 0.1));
}

.feux-bg--c-dark-grey-bg {
  background-color: var(--feux-grey13-bg, #37393C);
}

.feux-bg--c-grey14-bg {
  background-color: var(--feux-grey14-bg, #6A6A6A);
}

.feux-bg--c-grey15-bg {
  background-color: var(--feux-grey15-bg, #898A8C);
}

.feux-bg--c-grey15-7-bg {
  background-color: var(--feux-grey15-7-bg, rgba(137, 138, 140, 0.7));
}

.feux-bg--c-grey16-bg {
  background-color: var(--feux-grey16-bg, #D9D9D9);
}

.feux-bg--c-grey17-bg {
  background-color: var(--feux-grey17-bg, #6F7072);
}

.feux-bg--c-grey18-bg {
  background-color: var(--feux-grey18-bg, #F8F8F8);
}

.feux-bg--c-grey19-bg {
  background-color: var(--feux-grey16-bg, #FBFBFD);
}

.feux-bg--c-grey20-bg {
  background-color: var(--feux-grey20-bg, #EEEEEE);
}

.feux-bg--c-grey21-bg {
  background-color: var(--feux-grey21-bg, #F3F6FA);
}

.feux-bg--c-blue-20-bg {
  background-color: rgba(144, 190, 255, 0.2);
}

.feux-bg--c-blue-50-bg {
  background-color: rgba(64, 125, 216, 0.5);
}

.feux-bg--c-green-10-bg {
  background-color: rgba(35, 142, 18, 0.1);
}

.feux-bg--c-orange-10-bg {
  background-color: rgba(255, 172, 51, 0.1);
}

.feux-bg--c-orange-20-bg {
  background-color: rgba(253, 186, 19, 0.2);
}

.feux-bg--c-pink-bg {
  background-color: var(--feux-pink, #F11184);
}

.feux-bg--c-pink2-bg {
  background-color: var(--feux-pink2-bg, #8036E1);
}

.feux-bg--c-pink2-bg-10 {
  background-color: var(--feux-pink2-bg-10, rgba(128, 54, 225, 0.1));
}

.feux-bg--c-pink3-bg {
  background-color: var(--feux-pink3, #A82B6A);
}

.feux-bg--c-violet-bg {
  background-color: var(--feux-violet, #9127FC);
}

.feux-bg--c-violet2-bg {
  background-color: var(--feux-violet2, #534B92);
}

.feux-bg--c-uep-blue-15-bg {
  background-color: rgba(64, 125, 216, 0.15);
}

.feux-bg--c-uep-blue-10-bg {
  background-color: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
}

.feux-bg--c-ue-blue-152-bg {
  background-color: rgba(32, 25, 111, 0.15);
}

.feux-bg--c-grey5-bg-2 {
  background-color: #eaedf5;
}

.feux-bg--c-grey6-bg {
  background-color: var(--feux-grey-6-bg, #E5E7E9);
}

.feux-bg--c-modal-backdrop-90-bg {
  background-color: rgba(238, 243, 249, 0.9);
}

.feux-bg--c-red-kpo-bg {
  background-color: var(--feux-red-kpo-bg, #B91B26);
}

.feux-bg--c-step-lightblue-bg {
  background-color: var(--feux-step-lightblue-bg, #ECEFF4);
}

.feux-bg--c-step-green-1-bg {
  background-color: var(--prefix-step-green-1-bg, #00B6AD);
}

.feux-bg--c-step-green10-1-bg {
  background-color: var(--prefix-step-green10-1-bg, rgba(0, 182, 173, 0.1));
}

.feux-bg--c-step-anchor-blue-bg {
  background-color: var(--feux-step-anchor-blue-bg, #0C4DA2);
}

.feux-bg--c-step-anchor-blue-bg-10 {
  background-color: var(--feux-step-anchor-blue-bg, rgba(12, 77, 162, 0.1));
}

.feux-bg--c-step-anchor-blue-bg-20 {
  background-color: var(--feux-step-anchor-blue-bg-20, rgba(12, 77, 162, 0.2));
}

.feux-bg--c-step-anchor-blue-bg-50 {
  background-color: var(--feux-step-anchor-blue-bg-20, rgba(12, 77, 162, 0.5));
}

.feux-bg--c-blue10-bg {
  background-color: var(--feux-blue10-10-bg, #0C4DA2);
}

.feux-bg--c-blue10-10-bg {
  background-color: var(--feux-blue10-10-bg, rgba(12, 77, 162, 0.1));
}

.feux-bg--c-blue10-60-bg {
  background-color: var(--feux-blue10-60-bg, rgba(12, 77, 162, 0.6));
}

.feux-bg--c-blue11-10-bg {
  background-color: var(--feux-blue11-10-bg, rgba(0, 56, 140, 0.1));
}

.feux-bg--c-blue11-40-bg {
  background-color: var(--feux-blue11-40-bg, rgba(0, 56, 140, 0.4));
}

.feux-bg--c-blue11-5-bg {
  background-color: var(--feux-blue11-5-bg, rgba(0, 56, 140, 0.05));
}

.feux-bg--c-blue12-bg {
  background-color: var(--feux-blue12-bg, #00388C);
}

.feux-bg--c-blue13-bg {
  background-color: var(--feux-blue13-bg, #00aeef);
}

.feux-bg--c-blue14-bg {
  background-color: var(--feux-blue14-bg, #1333A2);
}

.feux-bg--c-blue14-10-bg {
  background-color: var(--feux-blue14-bg, rgba(19, 51, 162, 0.1));
}

.feux-bg--c-pz-red {
  background-color: var(--prefix-pz-red, #D01F34);
}

body {
  background: var(--feux-white, #ffffff);
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  min-height: 100vh;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: absolute;
  background-color: var(--feux-blue-9, #f5f7fb);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  body:before {
    background-position: -2650px -2900px;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
.step__body-bg--lightblue-gradient {
  background: #f4f7fb !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f7fb), to(white)) !important;
  background: -o-linear-gradient(bottom, #f4f7fb 0%, white 100%) !important;
  background: linear-gradient(0deg, #f4f7fb 0%, white 100%) !important;
}

.step__body-bg--white-gradient, .step__body-bg--white-gradient::before {
  background: var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
}

.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.feux-dropdown__menu--filtry {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  padding: 20px 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-dropdown__menu--filtry {
    width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .feux-dropdown__menu--filtry {
    width: 380px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feux-dropdown__menu--filtry {
    width: 380px;
  }
}
@media (min-width: 1400px) {
  .feux-dropdown__menu--filtry {
    width: 380px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-dropdown__menu--filtry {
    width: 100vw !important;
  }
}
@media (max-width: 575.98px) {
  .feux-dropdown__menu--filtry {
    width: 100vw !important;
  }
}
.feux-dropdown__sortowanie .dropdown-item.active {
  background-color: var(--feux-ue-blue-font, #0A50B9);
  color: var(--feux-white-font, #FFFFFF);
}

.feux-dropdown__grid-image-checkbox {
  display: grid;
  gap: 10px;
  grid-template-columns: 33% 33% 33%;
  padding-right: 20px;
}

.feux-dropdown__grid-image-checkbox > * img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 60px;
  margin-bottom: 5px;
}

.feux-dropdown__grid-image-checkbox > * label {
  width: 100%;
  line-height: normal;
  text-align: center;
}

.dropdown-menu__body, .dropdown-menu__header, .dropdown-menu__footer {
  padding: 15px;
}

.dropdown-menu__header:not(:empty) {
  -webkit-box-shadow: 0px 10px 8px var(--feux-black-05-bg, rgba(27, 27, 27, 0.05));
  box-shadow: 0px 10px 8px var(--feux-black-05-bg, rgba(27, 27, 27, 0.05));
}

.dropdown-menu__footer {
  padding-top: 0px;
}

.more-dropdown-mobile .feux-filtry__dropdown-btn {
  background: rgba(0, 0, 0, 0);
  color: var(--feux-ue-blue-font, #0A50B9);
}

.more-dropdown-mobile .feux-filtry__dropdown-btn svg path {
  fill: var(--feux-ue-blue-font, #0A50B9);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.form-label, .form-label--bold {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .feux-form__input--blue-10 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .feux-form__input--blue-10 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control[type=file], [type=file].feux-form__input--blue-10 {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]), [type=file].feux-form__input--blue-10:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .feux-form__input--blue-10:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value, .feux-form__input--blue-10::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder, .feux-form__input--blue-10::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder, .feux-form__input--blue-10::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .feux-form__input--blue-10:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .feux-form__input--blue-10::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .feux-form__input--blue-10::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .feux-form__input--blue-10:disabled, .form-control[readonly], [readonly].feux-form__input--blue-10 {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button, .feux-form__input--blue-10::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button, .feux-form__input--blue-10::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .feux-form__input--blue-10:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .feux-form__input--blue-10:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .feux-form__input--blue-10::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .feux-form__input--blue-10:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, textarea.feux-form__input--blue-10 {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check, .form-check__color-box {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input, .form-check__color-box .form-check-input, .form-check .form-check__color-box-input, .form-check__color-box .form-check__color-box-input, .form-check .form-check__input, .form-check__color-box .form-check__input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input, .form-check__color-box-input, .form-check__input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox], [type=checkbox].form-check__color-box-input, [type=checkbox].form-check__input {
  border-radius: 0.25em;
}

.form-check-input[type=radio], [type=radio].form-check__color-box-input, [type=radio].form-check__input {
  border-radius: 50%;
}

.form-check-input:active, .form-check__color-box-input:active, .form-check__input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus, .form-check__color-box-input:focus, .form-check__input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked, .form-check__color-box-input:checked, .form-check__input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox], .form-check__color-box-input:checked[type=checkbox], .form-check__input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio], .form-check__color-box-input:checked[type=radio], .form-check__input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate, [type=checkbox].form-check__color-box-input:indeterminate, [type=checkbox].form-check__input:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled, .form-check__color-box-input:disabled, .form-check__input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, [disabled].form-check__color-box-input ~ .form-check-label, [disabled].form-check__input ~ .form-check-label, .form-check-input[disabled] ~ .form-check__color-box-label, [disabled].form-check__color-box-input ~ .form-check__color-box-label, [disabled].form-check__input ~ .form-check__color-box-label, .form-check-input:disabled ~ .form-check-label, .form-check__color-box-input:disabled ~ .form-check-label, .form-check__input:disabled ~ .form-check-label, .form-check-input:disabled ~ .form-check__color-box-label, .form-check__color-box-input:disabled ~ .form-check__color-box-label, .form-check__input:disabled ~ .form-check__color-box-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input, .form-switch .form-check__color-box-input, .form-switch .form-check__input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch .form-check__color-box-input, .form-switch .form-check__input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .form-check__color-box-input:focus, .form-switch .form-check__input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked, .form-switch .form-check__color-box-input:checked, .form-switch .form-check__input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check[disabled] + .feux-btn-link--darkgray, .btn-check[disabled] + .feux-btn-link__center-svg, .btn-check:disabled + .btn, .btn-check:disabled + .feux-btn-link--darkgray, .btn-check:disabled + .feux-btn-link__center-svg {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .feux-form__input--blue-10, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .feux-form__input--blue-10 {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .feux-form__input--blue-10::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .feux-form__input--blue-10::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder, .form-floating > .feux-form__input--blue-10:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder, .form-floating > .feux-form__input--blue-10::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder, .form-floating > .feux-form__input--blue-10::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .feux-form__input--blue-10:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .feux-form__input--blue-10:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .feux-form__input--blue-10:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .feux-form__input--blue-10:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill, .form-floating > .feux-form__input--blue-10:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .feux-form__input--blue-10:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .feux-form__input--blue-10:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .feux-form__input--blue-10:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .feux-form__input--blue-10:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .feux-form__input--blue-10:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .feux-form__input--blue-10, .input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .feux-form__input--blue-10:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn, .input-group .feux-btn-link--darkgray, .input-group .feux-btn-link__center-svg {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group .feux-btn-link--darkgray:focus, .input-group .feux-btn-link__center-svg:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > .feux-form__input--blue-10, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .input-group-lg > .feux-btn-link--darkgray, .input-group-lg > .feux-btn-link__center-svg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .feux-form__input--blue-10, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .input-group-sm > .feux-btn-link--darkgray, .input-group-sm > .feux-btn-link__center-svg {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .feux-form__input--blue-10:valid, .form-control.is-valid, .is-valid.feux-form__input--blue-10 {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .was-validated .feux-form__input--blue-10:valid:focus, .form-control.is-valid:focus, .is-valid.feux-form__input--blue-10:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.feux-form__input--blue-10:valid, textarea.form-control.is-valid, textarea.is-valid.feux-form__input--blue-10 {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .was-validated .form-check__color-box-input:valid, .was-validated .form-check__input:valid, .form-check-input.is-valid, .is-valid.form-check__color-box-input, .is-valid.form-check__input {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .was-validated .form-check__color-box-input:valid:checked, .was-validated .form-check__input:valid:checked, .form-check-input.is-valid:checked, .is-valid.form-check__color-box-input:checked, .is-valid.form-check__input:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .was-validated .form-check__color-box-input:valid:focus, .was-validated .form-check__input:valid:focus, .form-check-input.is-valid:focus, .is-valid.form-check__color-box-input:focus, .is-valid.form-check__input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check__color-box-input:valid ~ .form-check-label, .was-validated .form-check__input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check__color-box-label, .was-validated .form-check__color-box-input:valid ~ .form-check__color-box-label, .was-validated .form-check__input:valid ~ .form-check__color-box-label, .form-check-input.is-valid ~ .form-check-label, .is-valid.form-check__color-box-input ~ .form-check-label, .is-valid.form-check__input ~ .form-check-label, .form-check-input.is-valid ~ .form-check__color-box-label, .is-valid.form-check__color-box-input ~ .form-check__color-box-label, .is-valid.form-check__input ~ .form-check__color-box-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .form-check__color-box-input ~ .valid-feedback, .form-check-inline .form-check__input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .feux-form__input--blue-10:valid, .input-group .form-control.is-valid, .input-group .is-valid.feux-form__input--blue-10, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .feux-form__input--blue-10:valid:focus, .input-group .form-control.is-valid:focus, .input-group .is-valid.feux-form__input--blue-10:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .feux-form__input--blue-10:invalid, .form-control.is-invalid, .is-invalid.feux-form__input--blue-10 {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .was-validated .feux-form__input--blue-10:invalid:focus, .form-control.is-invalid:focus, .is-invalid.feux-form__input--blue-10:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.feux-form__input--blue-10:invalid, textarea.form-control.is-invalid, textarea.is-invalid.feux-form__input--blue-10 {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .was-validated .form-check__color-box-input:invalid, .was-validated .form-check__input:invalid, .form-check-input.is-invalid, .is-invalid.form-check__color-box-input, .is-invalid.form-check__input {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .was-validated .form-check__color-box-input:invalid:checked, .was-validated .form-check__input:invalid:checked, .form-check-input.is-invalid:checked, .is-invalid.form-check__color-box-input:checked, .is-invalid.form-check__input:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .was-validated .form-check__color-box-input:invalid:focus, .was-validated .form-check__input:invalid:focus, .form-check-input.is-invalid:focus, .is-invalid.form-check__color-box-input:focus, .is-invalid.form-check__input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check__color-box-input:invalid ~ .form-check-label, .was-validated .form-check__input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check__color-box-label, .was-validated .form-check__color-box-input:invalid ~ .form-check__color-box-label, .was-validated .form-check__input:invalid ~ .form-check__color-box-label, .form-check-input.is-invalid ~ .form-check-label, .is-invalid.form-check__color-box-input ~ .form-check-label, .is-invalid.form-check__input ~ .form-check-label, .form-check-input.is-invalid ~ .form-check__color-box-label, .is-invalid.form-check__color-box-input ~ .form-check__color-box-label, .is-invalid.form-check__input ~ .form-check__color-box-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check__color-box-input ~ .invalid-feedback, .form-check-inline .form-check__input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .feux-form__input--blue-10:invalid, .input-group .form-control.is-invalid, .input-group .is-invalid.feux-form__input--blue-10, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .feux-form__input--blue-10:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .is-invalid.feux-form__input--blue-10:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.feux-form__input--blue-10 {
  background-color: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
  border-color: transparent;
  color: var(--feux-ue-blue-font, #20196F);
  font-size: 14px;
  padding-left: 10px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.feux-form__input--blue-10::-webkit-input-placeholder {
  font-size: inherit;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.feux-form__input--blue-10::-moz-placeholder {
  font-size: inherit;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.feux-form__input--blue-10:-ms-input-placeholder {
  font-size: inherit;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.feux-form__input--blue-10::-ms-input-placeholder {
  font-size: inherit;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.feux-form__input--blue-10::placeholder {
  font-size: inherit;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.feux-form__icon, .feux-form__icon--search, .feux-form__icon--marker {
  position: relative;
}

.feux-form__icon:not(.hide)::after, .feux-form__icon--search:not(.hide)::after, .feux-form__icon--marker:not(.hide)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.feux-form__icon input, .feux-form__icon--search input, .feux-form__icon--marker input {
  padding-right: 36px;
}

.feux-form__icon .btn-link-clear, .feux-form__icon--search .btn-link-clear, .feux-form__icon--marker .btn-link-clear {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.feux-form__icon--search:not(.hide)::after {
  background: url("../images/fes/svg/search-icon-search-input.svg") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.feux-form__icon--marker:not(.hide)::after {
  background: url("../images/fes/svg/search-icon-search-input.svg") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.feux-checkbox--transparent-white {
  border-color: var(--feux-white-bg, #FFFFFF) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.mt-0px {
  margin-top: 0px !important;
}

.mb-0px {
  margin-bottom: 0px !important;
}

.mr-0px {
  margin-right: 0px !important;
}

.ml-0px {
  margin-left: 0px !important;
}

.my-0px {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0px {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mt-1px {
  margin-top: 1px !important;
}

.mb-1px {
  margin-bottom: 1px !important;
}

.mr-1px {
  margin-right: 1px !important;
}

.ml-1px {
  margin-left: 1px !important;
}

.my-1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-1px {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.my-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mx-2px {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mt-3px {
  margin-top: 3px !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.mr-3px {
  margin-right: 3px !important;
}

.ml-3px {
  margin-left: 3px !important;
}

.my-3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mx-3px {
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.my-4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-4px {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-5px {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.mr-6px {
  margin-right: 6px !important;
}

.ml-6px {
  margin-left: 6px !important;
}

.my-6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mx-6px {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mt-7px {
  margin-top: 7px !important;
}

.mb-7px {
  margin-bottom: 7px !important;
}

.mr-7px {
  margin-right: 7px !important;
}

.ml-7px {
  margin-left: 7px !important;
}

.my-7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.mx-7px {
  margin-right: 7px !important;
  margin-left: 7px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.my-8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-8px {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mt-9px {
  margin-top: 9px !important;
}

.mb-9px {
  margin-bottom: 9px !important;
}

.mr-9px {
  margin-right: 9px !important;
}

.ml-9px {
  margin-left: 9px !important;
}

.my-9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mx-9px {
  margin-right: 9px !important;
  margin-left: 9px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-10px {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mt-11px {
  margin-top: 11px !important;
}

.mb-11px {
  margin-bottom: 11px !important;
}

.mr-11px {
  margin-right: 11px !important;
}

.ml-11px {
  margin-left: 11px !important;
}

.my-11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.mx-11px {
  margin-right: 11px !important;
  margin-left: 11px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mr-12px {
  margin-right: 12px !important;
}

.ml-12px {
  margin-left: 12px !important;
}

.my-12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-12px {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mt-13px {
  margin-top: 13px !important;
}

.mb-13px {
  margin-bottom: 13px !important;
}

.mr-13px {
  margin-right: 13px !important;
}

.ml-13px {
  margin-left: 13px !important;
}

.my-13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.mx-13px {
  margin-right: 13px !important;
  margin-left: 13px !important;
}

.mt-14px {
  margin-top: 14px !important;
}

.mb-14px {
  margin-bottom: 14px !important;
}

.mr-14px {
  margin-right: 14px !important;
}

.ml-14px {
  margin-left: 14px !important;
}

.my-14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.mx-14px {
  margin-right: 14px !important;
  margin-left: 14px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mr-15px {
  margin-right: 15px !important;
}

.ml-15px {
  margin-left: 15px !important;
}

.my-15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-15px {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mr-16px {
  margin-right: 16px !important;
}

.ml-16px {
  margin-left: 16px !important;
}

.my-16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-16px {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mt-17px {
  margin-top: 17px !important;
}

.mb-17px {
  margin-bottom: 17px !important;
}

.mr-17px {
  margin-right: 17px !important;
}

.ml-17px {
  margin-left: 17px !important;
}

.my-17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.mx-17px {
  margin-right: 17px !important;
  margin-left: 17px !important;
}

.mt-18px {
  margin-top: 18px !important;
}

.mb-18px {
  margin-bottom: 18px !important;
}

.mr-18px {
  margin-right: 18px !important;
}

.ml-18px {
  margin-left: 18px !important;
}

.my-18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.mx-18px {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.mt-19px {
  margin-top: 19px !important;
}

.mb-19px {
  margin-bottom: 19px !important;
}

.mr-19px {
  margin-right: 19px !important;
}

.ml-19px {
  margin-left: 19px !important;
}

.my-19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.mx-19px {
  margin-right: 19px !important;
  margin-left: 19px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.my-20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-20px {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mt-21px {
  margin-top: 21px !important;
}

.mb-21px {
  margin-bottom: 21px !important;
}

.mr-21px {
  margin-right: 21px !important;
}

.ml-21px {
  margin-left: 21px !important;
}

.my-21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.mx-21px {
  margin-right: 21px !important;
  margin-left: 21px !important;
}

.mt-22px {
  margin-top: 22px !important;
}

.mb-22px {
  margin-bottom: 22px !important;
}

.mr-22px {
  margin-right: 22px !important;
}

.ml-22px {
  margin-left: 22px !important;
}

.my-22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.mx-22px {
  margin-right: 22px !important;
  margin-left: 22px !important;
}

.mt-23px {
  margin-top: 23px !important;
}

.mb-23px {
  margin-bottom: 23px !important;
}

.mr-23px {
  margin-right: 23px !important;
}

.ml-23px {
  margin-left: 23px !important;
}

.my-23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.mx-23px {
  margin-right: 23px !important;
  margin-left: 23px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mb-24px {
  margin-bottom: 24px !important;
}

.mr-24px {
  margin-right: 24px !important;
}

.ml-24px {
  margin-left: 24px !important;
}

.my-24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-24px {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mr-25px {
  margin-right: 25px !important;
}

.ml-25px {
  margin-left: 25px !important;
}

.my-25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-25px {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mt-26px {
  margin-top: 26px !important;
}

.mb-26px {
  margin-bottom: 26px !important;
}

.mr-26px {
  margin-right: 26px !important;
}

.ml-26px {
  margin-left: 26px !important;
}

.my-26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.mx-26px {
  margin-right: 26px !important;
  margin-left: 26px !important;
}

.mt-27px {
  margin-top: 27px !important;
}

.mb-27px {
  margin-bottom: 27px !important;
}

.mr-27px {
  margin-right: 27px !important;
}

.ml-27px {
  margin-left: 27px !important;
}

.my-27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.mx-27px {
  margin-right: 27px !important;
  margin-left: 27px !important;
}

.mt-28px {
  margin-top: 28px !important;
}

.mb-28px {
  margin-bottom: 28px !important;
}

.mr-28px {
  margin-right: 28px !important;
}

.ml-28px {
  margin-left: 28px !important;
}

.my-28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mx-28px {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.mt-29px {
  margin-top: 29px !important;
}

.mb-29px {
  margin-bottom: 29px !important;
}

.mr-29px {
  margin-right: 29px !important;
}

.ml-29px {
  margin-left: 29px !important;
}

.my-29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.mx-29px {
  margin-right: 29px !important;
  margin-left: 29px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.my-30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-30px {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mt-31px {
  margin-top: 31px !important;
}

.mb-31px {
  margin-bottom: 31px !important;
}

.mr-31px {
  margin-right: 31px !important;
}

.ml-31px {
  margin-left: 31px !important;
}

.my-31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.mx-31px {
  margin-right: 31px !important;
  margin-left: 31px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.mr-32px {
  margin-right: 32px !important;
}

.ml-32px {
  margin-left: 32px !important;
}

.my-32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-32px {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mt-33px {
  margin-top: 33px !important;
}

.mb-33px {
  margin-bottom: 33px !important;
}

.mr-33px {
  margin-right: 33px !important;
}

.ml-33px {
  margin-left: 33px !important;
}

.my-33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.mx-33px {
  margin-right: 33px !important;
  margin-left: 33px !important;
}

.mt-34px {
  margin-top: 34px !important;
}

.mb-34px {
  margin-bottom: 34px !important;
}

.mr-34px {
  margin-right: 34px !important;
}

.ml-34px {
  margin-left: 34px !important;
}

.my-34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.mx-34px {
  margin-right: 34px !important;
  margin-left: 34px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mr-35px {
  margin-right: 35px !important;
}

.ml-35px {
  margin-left: 35px !important;
}

.my-35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mx-35px {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mt-36px {
  margin-top: 36px !important;
}

.mb-36px {
  margin-bottom: 36px !important;
}

.mr-36px {
  margin-right: 36px !important;
}

.ml-36px {
  margin-left: 36px !important;
}

.my-36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mx-36px {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mt-37px {
  margin-top: 37px !important;
}

.mb-37px {
  margin-bottom: 37px !important;
}

.mr-37px {
  margin-right: 37px !important;
}

.ml-37px {
  margin-left: 37px !important;
}

.my-37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.mx-37px {
  margin-right: 37px !important;
  margin-left: 37px !important;
}

.mt-38px {
  margin-top: 38px !important;
}

.mb-38px {
  margin-bottom: 38px !important;
}

.mr-38px {
  margin-right: 38px !important;
}

.ml-38px {
  margin-left: 38px !important;
}

.my-38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.mx-38px {
  margin-right: 38px !important;
  margin-left: 38px !important;
}

.mt-39px {
  margin-top: 39px !important;
}

.mb-39px {
  margin-bottom: 39px !important;
}

.mr-39px {
  margin-right: 39px !important;
}

.ml-39px {
  margin-left: 39px !important;
}

.my-39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.mx-39px {
  margin-right: 39px !important;
  margin-left: 39px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.my-40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-40px {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mt-41px {
  margin-top: 41px !important;
}

.mb-41px {
  margin-bottom: 41px !important;
}

.mr-41px {
  margin-right: 41px !important;
}

.ml-41px {
  margin-left: 41px !important;
}

.my-41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.mx-41px {
  margin-right: 41px !important;
  margin-left: 41px !important;
}

.mt-42px {
  margin-top: 42px !important;
}

.mb-42px {
  margin-bottom: 42px !important;
}

.mr-42px {
  margin-right: 42px !important;
}

.ml-42px {
  margin-left: 42px !important;
}

.my-42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.mx-42px {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.mt-43px {
  margin-top: 43px !important;
}

.mb-43px {
  margin-bottom: 43px !important;
}

.mr-43px {
  margin-right: 43px !important;
}

.ml-43px {
  margin-left: 43px !important;
}

.my-43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.mx-43px {
  margin-right: 43px !important;
  margin-left: 43px !important;
}

.mt-44px {
  margin-top: 44px !important;
}

.mb-44px {
  margin-bottom: 44px !important;
}

.mr-44px {
  margin-right: 44px !important;
}

.ml-44px {
  margin-left: 44px !important;
}

.my-44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.mx-44px {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.mt-45px {
  margin-top: 45px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mr-45px {
  margin-right: 45px !important;
}

.ml-45px {
  margin-left: 45px !important;
}

.my-45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx-45px {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mt-46px {
  margin-top: 46px !important;
}

.mb-46px {
  margin-bottom: 46px !important;
}

.mr-46px {
  margin-right: 46px !important;
}

.ml-46px {
  margin-left: 46px !important;
}

.my-46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.mx-46px {
  margin-right: 46px !important;
  margin-left: 46px !important;
}

.mt-47px {
  margin-top: 47px !important;
}

.mb-47px {
  margin-bottom: 47px !important;
}

.mr-47px {
  margin-right: 47px !important;
}

.ml-47px {
  margin-left: 47px !important;
}

.my-47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.mx-47px {
  margin-right: 47px !important;
  margin-left: 47px !important;
}

.mt-48px {
  margin-top: 48px !important;
}

.mb-48px {
  margin-bottom: 48px !important;
}

.mr-48px {
  margin-right: 48px !important;
}

.ml-48px {
  margin-left: 48px !important;
}

.my-48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-48px {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mt-49px {
  margin-top: 49px !important;
}

.mb-49px {
  margin-bottom: 49px !important;
}

.mr-49px {
  margin-right: 49px !important;
}

.ml-49px {
  margin-left: 49px !important;
}

.my-49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.mx-49px {
  margin-right: 49px !important;
  margin-left: 49px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mr-50px {
  margin-right: 50px !important;
}

.ml-50px {
  margin-left: 50px !important;
}

.my-50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-50px {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mt-51px {
  margin-top: 51px !important;
}

.mb-51px {
  margin-bottom: 51px !important;
}

.mr-51px {
  margin-right: 51px !important;
}

.ml-51px {
  margin-left: 51px !important;
}

.my-51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.mx-51px {
  margin-right: 51px !important;
  margin-left: 51px !important;
}

.mt-52px {
  margin-top: 52px !important;
}

.mb-52px {
  margin-bottom: 52px !important;
}

.mr-52px {
  margin-right: 52px !important;
}

.ml-52px {
  margin-left: 52px !important;
}

.my-52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.mx-52px {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.mt-53px {
  margin-top: 53px !important;
}

.mb-53px {
  margin-bottom: 53px !important;
}

.mr-53px {
  margin-right: 53px !important;
}

.ml-53px {
  margin-left: 53px !important;
}

.my-53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.mx-53px {
  margin-right: 53px !important;
  margin-left: 53px !important;
}

.mt-54px {
  margin-top: 54px !important;
}

.mb-54px {
  margin-bottom: 54px !important;
}

.mr-54px {
  margin-right: 54px !important;
}

.ml-54px {
  margin-left: 54px !important;
}

.my-54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.mx-54px {
  margin-right: 54px !important;
  margin-left: 54px !important;
}

.mt-55px {
  margin-top: 55px !important;
}

.mb-55px {
  margin-bottom: 55px !important;
}

.mr-55px {
  margin-right: 55px !important;
}

.ml-55px {
  margin-left: 55px !important;
}

.my-55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mx-55px {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mt-56px {
  margin-top: 56px !important;
}

.mb-56px {
  margin-bottom: 56px !important;
}

.mr-56px {
  margin-right: 56px !important;
}

.ml-56px {
  margin-left: 56px !important;
}

.my-56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.mx-56px {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mt-57px {
  margin-top: 57px !important;
}

.mb-57px {
  margin-bottom: 57px !important;
}

.mr-57px {
  margin-right: 57px !important;
}

.ml-57px {
  margin-left: 57px !important;
}

.my-57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.mx-57px {
  margin-right: 57px !important;
  margin-left: 57px !important;
}

.mt-58px {
  margin-top: 58px !important;
}

.mb-58px {
  margin-bottom: 58px !important;
}

.mr-58px {
  margin-right: 58px !important;
}

.ml-58px {
  margin-left: 58px !important;
}

.my-58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.mx-58px {
  margin-right: 58px !important;
  margin-left: 58px !important;
}

.mt-59px {
  margin-top: 59px !important;
}

.mb-59px {
  margin-bottom: 59px !important;
}

.mr-59px {
  margin-right: 59px !important;
}

.ml-59px {
  margin-left: 59px !important;
}

.my-59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.mx-59px {
  margin-right: 59px !important;
  margin-left: 59px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mr-60px {
  margin-right: 60px !important;
}

.ml-60px {
  margin-left: 60px !important;
}

.my-60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-60px {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mt-61px {
  margin-top: 61px !important;
}

.mb-61px {
  margin-bottom: 61px !important;
}

.mr-61px {
  margin-right: 61px !important;
}

.ml-61px {
  margin-left: 61px !important;
}

.my-61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.mx-61px {
  margin-right: 61px !important;
  margin-left: 61px !important;
}

.mt-62px {
  margin-top: 62px !important;
}

.mb-62px {
  margin-bottom: 62px !important;
}

.mr-62px {
  margin-right: 62px !important;
}

.ml-62px {
  margin-left: 62px !important;
}

.my-62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.mx-62px {
  margin-right: 62px !important;
  margin-left: 62px !important;
}

.mt-63px {
  margin-top: 63px !important;
}

.mb-63px {
  margin-bottom: 63px !important;
}

.mr-63px {
  margin-right: 63px !important;
}

.ml-63px {
  margin-left: 63px !important;
}

.my-63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.mx-63px {
  margin-right: 63px !important;
  margin-left: 63px !important;
}

.mt-64px {
  margin-top: 64px !important;
}

.mb-64px {
  margin-bottom: 64px !important;
}

.mr-64px {
  margin-right: 64px !important;
}

.ml-64px {
  margin-left: 64px !important;
}

.my-64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-64px {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mt-65px {
  margin-top: 65px !important;
}

.mb-65px {
  margin-bottom: 65px !important;
}

.mr-65px {
  margin-right: 65px !important;
}

.ml-65px {
  margin-left: 65px !important;
}

.my-65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mx-65px {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mt-66px {
  margin-top: 66px !important;
}

.mb-66px {
  margin-bottom: 66px !important;
}

.mr-66px {
  margin-right: 66px !important;
}

.ml-66px {
  margin-left: 66px !important;
}

.my-66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.mx-66px {
  margin-right: 66px !important;
  margin-left: 66px !important;
}

.mt-67px {
  margin-top: 67px !important;
}

.mb-67px {
  margin-bottom: 67px !important;
}

.mr-67px {
  margin-right: 67px !important;
}

.ml-67px {
  margin-left: 67px !important;
}

.my-67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.mx-67px {
  margin-right: 67px !important;
  margin-left: 67px !important;
}

.mt-68px {
  margin-top: 68px !important;
}

.mb-68px {
  margin-bottom: 68px !important;
}

.mr-68px {
  margin-right: 68px !important;
}

.ml-68px {
  margin-left: 68px !important;
}

.my-68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.mx-68px {
  margin-right: 68px !important;
  margin-left: 68px !important;
}

.mt-69px {
  margin-top: 69px !important;
}

.mb-69px {
  margin-bottom: 69px !important;
}

.mr-69px {
  margin-right: 69px !important;
}

.ml-69px {
  margin-left: 69px !important;
}

.my-69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.mx-69px {
  margin-right: 69px !important;
  margin-left: 69px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mr-70px {
  margin-right: 70px !important;
}

.ml-70px {
  margin-left: 70px !important;
}

.my-70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mx-70px {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mt-71px {
  margin-top: 71px !important;
}

.mb-71px {
  margin-bottom: 71px !important;
}

.mr-71px {
  margin-right: 71px !important;
}

.ml-71px {
  margin-left: 71px !important;
}

.my-71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.mx-71px {
  margin-right: 71px !important;
  margin-left: 71px !important;
}

.mt-72px {
  margin-top: 72px !important;
}

.mb-72px {
  margin-bottom: 72px !important;
}

.mr-72px {
  margin-right: 72px !important;
}

.ml-72px {
  margin-left: 72px !important;
}

.my-72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mx-72px {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mt-73px {
  margin-top: 73px !important;
}

.mb-73px {
  margin-bottom: 73px !important;
}

.mr-73px {
  margin-right: 73px !important;
}

.ml-73px {
  margin-left: 73px !important;
}

.my-73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.mx-73px {
  margin-right: 73px !important;
  margin-left: 73px !important;
}

.mt-74px {
  margin-top: 74px !important;
}

.mb-74px {
  margin-bottom: 74px !important;
}

.mr-74px {
  margin-right: 74px !important;
}

.ml-74px {
  margin-left: 74px !important;
}

.my-74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.mx-74px {
  margin-right: 74px !important;
  margin-left: 74px !important;
}

.mt-75px {
  margin-top: 75px !important;
}

.mb-75px {
  margin-bottom: 75px !important;
}

.mr-75px {
  margin-right: 75px !important;
}

.ml-75px {
  margin-left: 75px !important;
}

.my-75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mx-75px {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mt-76px {
  margin-top: 76px !important;
}

.mb-76px {
  margin-bottom: 76px !important;
}

.mr-76px {
  margin-right: 76px !important;
}

.ml-76px {
  margin-left: 76px !important;
}

.my-76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.mx-76px {
  margin-right: 76px !important;
  margin-left: 76px !important;
}

.mt-77px {
  margin-top: 77px !important;
}

.mb-77px {
  margin-bottom: 77px !important;
}

.mr-77px {
  margin-right: 77px !important;
}

.ml-77px {
  margin-left: 77px !important;
}

.my-77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.mx-77px {
  margin-right: 77px !important;
  margin-left: 77px !important;
}

.mt-78px {
  margin-top: 78px !important;
}

.mb-78px {
  margin-bottom: 78px !important;
}

.mr-78px {
  margin-right: 78px !important;
}

.ml-78px {
  margin-left: 78px !important;
}

.my-78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.mx-78px {
  margin-right: 78px !important;
  margin-left: 78px !important;
}

.mt-79px {
  margin-top: 79px !important;
}

.mb-79px {
  margin-bottom: 79px !important;
}

.mr-79px {
  margin-right: 79px !important;
}

.ml-79px {
  margin-left: 79px !important;
}

.my-79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.mx-79px {
  margin-right: 79px !important;
  margin-left: 79px !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mr-80px {
  margin-right: 80px !important;
}

.ml-80px {
  margin-left: 80px !important;
}

.my-80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-80px {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

@media (max-width: 767.98px) {
  .mx-0-md {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .mt-lg-50px {
    margin-top: 50px;
  }
  .mt-lg-35px {
    margin-top: 35px;
  }
  .mr-lg-35px {
    margin-right: 35px;
  }
  .mb-lg-0px {
    margin-bottom: 0px !important;
  }
}
.mt-100px {
  margin-top: 100px !important;
}

.margin-top--\[-40px\] {
  margin-top: -40px;
}

.margin-top--\[-20px\] {
  margin-top: -20px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5px {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pt-6px {
  padding-top: 6px !important;
}

.pb-6px {
  padding-bottom: 6px !important;
}

.pr-6px {
  padding-right: 6px !important;
}

.pl-6px {
  padding-left: 6px !important;
}

.py-6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.px-6px {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.pt-7px {
  padding-top: 7px !important;
}

.pb-7px {
  padding-bottom: 7px !important;
}

.pr-7px {
  padding-right: 7px !important;
}

.pl-7px {
  padding-left: 7px !important;
}

.py-7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.px-7px {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pr-8px {
  padding-right: 8px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.py-8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-8px {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.pt-9px {
  padding-top: 9px !important;
}

.pb-9px {
  padding-bottom: 9px !important;
}

.pr-9px {
  padding-right: 9px !important;
}

.pl-9px {
  padding-left: 9px !important;
}

.py-9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.px-9px {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10px {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pt-11px {
  padding-top: 11px !important;
}

.pb-11px {
  padding-bottom: 11px !important;
}

.pr-11px {
  padding-right: 11px !important;
}

.pl-11px {
  padding-left: 11px !important;
}

.py-11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.px-11px {
  padding-right: 11px !important;
  padding-left: 11px !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.pr-12px {
  padding-right: 12px !important;
}

.pl-12px {
  padding-left: 12px !important;
}

.py-12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-12px {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pt-13px {
  padding-top: 13px !important;
}

.pb-13px {
  padding-bottom: 13px !important;
}

.pr-13px {
  padding-right: 13px !important;
}

.pl-13px {
  padding-left: 13px !important;
}

.py-13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.px-13px {
  padding-right: 13px !important;
  padding-left: 13px !important;
}

.pt-14px {
  padding-top: 14px !important;
}

.pb-14px {
  padding-bottom: 14px !important;
}

.pr-14px {
  padding-right: 14px !important;
}

.pl-14px {
  padding-left: 14px !important;
}

.py-14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.px-14px {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15px {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pt-16px {
  padding-top: 16px !important;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.pr-16px {
  padding-right: 16px !important;
}

.pl-16px {
  padding-left: 16px !important;
}

.py-16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-16px {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.pt-17px {
  padding-top: 17px !important;
}

.pb-17px {
  padding-bottom: 17px !important;
}

.pr-17px {
  padding-right: 17px !important;
}

.pl-17px {
  padding-left: 17px !important;
}

.py-17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.px-17px {
  padding-right: 17px !important;
  padding-left: 17px !important;
}

.pt-18px {
  padding-top: 18px !important;
}

.pb-18px {
  padding-bottom: 18px !important;
}

.pr-18px {
  padding-right: 18px !important;
}

.pl-18px {
  padding-left: 18px !important;
}

.py-18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.px-18px {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.pt-19px {
  padding-top: 19px !important;
}

.pb-19px {
  padding-bottom: 19px !important;
}

.pr-19px {
  padding-right: 19px !important;
}

.pl-19px {
  padding-left: 19px !important;
}

.py-19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.px-19px {
  padding-right: 19px !important;
  padding-left: 19px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20px {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pt-21px {
  padding-top: 21px !important;
}

.pb-21px {
  padding-bottom: 21px !important;
}

.pr-21px {
  padding-right: 21px !important;
}

.pl-21px {
  padding-left: 21px !important;
}

.py-21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.px-21px {
  padding-right: 21px !important;
  padding-left: 21px !important;
}

.pt-22px {
  padding-top: 22px !important;
}

.pb-22px {
  padding-bottom: 22px !important;
}

.pr-22px {
  padding-right: 22px !important;
}

.pl-22px {
  padding-left: 22px !important;
}

.py-22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.px-22px {
  padding-right: 22px !important;
  padding-left: 22px !important;
}

.pt-23px {
  padding-top: 23px !important;
}

.pb-23px {
  padding-bottom: 23px !important;
}

.pr-23px {
  padding-right: 23px !important;
}

.pl-23px {
  padding-left: 23px !important;
}

.py-23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.px-23px {
  padding-right: 23px !important;
  padding-left: 23px !important;
}

.pt-24px {
  padding-top: 24px !important;
}

.pb-24px {
  padding-bottom: 24px !important;
}

.pr-24px {
  padding-right: 24px !important;
}

.pl-24px {
  padding-left: 24px !important;
}

.py-24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-24px {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pr-25px {
  padding-right: 25px !important;
}

.pl-25px {
  padding-left: 25px !important;
}

.py-25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25px {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pt-26px {
  padding-top: 26px !important;
}

.pb-26px {
  padding-bottom: 26px !important;
}

.pr-26px {
  padding-right: 26px !important;
}

.pl-26px {
  padding-left: 26px !important;
}

.py-26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.px-26px {
  padding-right: 26px !important;
  padding-left: 26px !important;
}

.pt-27px {
  padding-top: 27px !important;
}

.pb-27px {
  padding-bottom: 27px !important;
}

.pr-27px {
  padding-right: 27px !important;
}

.pl-27px {
  padding-left: 27px !important;
}

.py-27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.px-27px {
  padding-right: 27px !important;
  padding-left: 27px !important;
}

.pt-28px {
  padding-top: 28px !important;
}

.pb-28px {
  padding-bottom: 28px !important;
}

.pr-28px {
  padding-right: 28px !important;
}

.pl-28px {
  padding-left: 28px !important;
}

.py-28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-28px {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.pt-29px {
  padding-top: 29px !important;
}

.pb-29px {
  padding-bottom: 29px !important;
}

.pr-29px {
  padding-right: 29px !important;
}

.pl-29px {
  padding-left: 29px !important;
}

.py-29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.px-29px {
  padding-right: 29px !important;
  padding-left: 29px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.py-30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30px {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pt-31px {
  padding-top: 31px !important;
}

.pb-31px {
  padding-bottom: 31px !important;
}

.pr-31px {
  padding-right: 31px !important;
}

.pl-31px {
  padding-left: 31px !important;
}

.py-31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.px-31px {
  padding-right: 31px !important;
  padding-left: 31px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.pb-32px {
  padding-bottom: 32px !important;
}

.pr-32px {
  padding-right: 32px !important;
}

.pl-32px {
  padding-left: 32px !important;
}

.py-32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-32px {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.pt-33px {
  padding-top: 33px !important;
}

.pb-33px {
  padding-bottom: 33px !important;
}

.pr-33px {
  padding-right: 33px !important;
}

.pl-33px {
  padding-left: 33px !important;
}

.py-33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.px-33px {
  padding-right: 33px !important;
  padding-left: 33px !important;
}

.pt-34px {
  padding-top: 34px !important;
}

.pb-34px {
  padding-bottom: 34px !important;
}

.pr-34px {
  padding-right: 34px !important;
}

.pl-34px {
  padding-left: 34px !important;
}

.py-34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.px-34px {
  padding-right: 34px !important;
  padding-left: 34px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pr-35px {
  padding-right: 35px !important;
}

.pl-35px {
  padding-left: 35px !important;
}

.py-35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-35px {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.pt-36px {
  padding-top: 36px !important;
}

.pb-36px {
  padding-bottom: 36px !important;
}

.pr-36px {
  padding-right: 36px !important;
}

.pl-36px {
  padding-left: 36px !important;
}

.py-36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.px-36px {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.pt-37px {
  padding-top: 37px !important;
}

.pb-37px {
  padding-bottom: 37px !important;
}

.pr-37px {
  padding-right: 37px !important;
}

.pl-37px {
  padding-left: 37px !important;
}

.py-37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.px-37px {
  padding-right: 37px !important;
  padding-left: 37px !important;
}

.pt-38px {
  padding-top: 38px !important;
}

.pb-38px {
  padding-bottom: 38px !important;
}

.pr-38px {
  padding-right: 38px !important;
}

.pl-38px {
  padding-left: 38px !important;
}

.py-38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.px-38px {
  padding-right: 38px !important;
  padding-left: 38px !important;
}

.pt-39px {
  padding-top: 39px !important;
}

.pb-39px {
  padding-bottom: 39px !important;
}

.pr-39px {
  padding-right: 39px !important;
}

.pl-39px {
  padding-left: 39px !important;
}

.py-39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.px-39px {
  padding-right: 39px !important;
  padding-left: 39px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pr-40px {
  padding-right: 40px !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.py-40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40px {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pt-41px {
  padding-top: 41px !important;
}

.pb-41px {
  padding-bottom: 41px !important;
}

.pr-41px {
  padding-right: 41px !important;
}

.pl-41px {
  padding-left: 41px !important;
}

.py-41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.px-41px {
  padding-right: 41px !important;
  padding-left: 41px !important;
}

.pt-42px {
  padding-top: 42px !important;
}

.pb-42px {
  padding-bottom: 42px !important;
}

.pr-42px {
  padding-right: 42px !important;
}

.pl-42px {
  padding-left: 42px !important;
}

.py-42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.px-42px {
  padding-right: 42px !important;
  padding-left: 42px !important;
}

.pt-43px {
  padding-top: 43px !important;
}

.pb-43px {
  padding-bottom: 43px !important;
}

.pr-43px {
  padding-right: 43px !important;
}

.pl-43px {
  padding-left: 43px !important;
}

.py-43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.px-43px {
  padding-right: 43px !important;
  padding-left: 43px !important;
}

.pt-44px {
  padding-top: 44px !important;
}

.pb-44px {
  padding-bottom: 44px !important;
}

.pr-44px {
  padding-right: 44px !important;
}

.pl-44px {
  padding-left: 44px !important;
}

.py-44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.px-44px {
  padding-right: 44px !important;
  padding-left: 44px !important;
}

.pt-45px {
  padding-top: 45px !important;
}

.pb-45px {
  padding-bottom: 45px !important;
}

.pr-45px {
  padding-right: 45px !important;
}

.pl-45px {
  padding-left: 45px !important;
}

.py-45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-45px {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.pt-46px {
  padding-top: 46px !important;
}

.pb-46px {
  padding-bottom: 46px !important;
}

.pr-46px {
  padding-right: 46px !important;
}

.pl-46px {
  padding-left: 46px !important;
}

.py-46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.px-46px {
  padding-right: 46px !important;
  padding-left: 46px !important;
}

.pt-47px {
  padding-top: 47px !important;
}

.pb-47px {
  padding-bottom: 47px !important;
}

.pr-47px {
  padding-right: 47px !important;
}

.pl-47px {
  padding-left: 47px !important;
}

.py-47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.px-47px {
  padding-right: 47px !important;
  padding-left: 47px !important;
}

.pt-48px {
  padding-top: 48px !important;
}

.pb-48px {
  padding-bottom: 48px !important;
}

.pr-48px {
  padding-right: 48px !important;
}

.pl-48px {
  padding-left: 48px !important;
}

.py-48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-48px {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pt-49px {
  padding-top: 49px !important;
}

.pb-49px {
  padding-bottom: 49px !important;
}

.pr-49px {
  padding-right: 49px !important;
}

.pl-49px {
  padding-left: 49px !important;
}

.py-49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.px-49px {
  padding-right: 49px !important;
  padding-left: 49px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pr-50px {
  padding-right: 50px !important;
}

.pl-50px {
  padding-left: 50px !important;
}

.py-50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50px {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.mh-220px {
  max-height: 220px;
}

.mh-140px {
  max-height: 140px;
}

.mh-260px {
  max-height: 260px;
}

.mh-420px {
  max-height: 420px;
}

.h-11px {
  height: 11px;
}

.h-14px {
  height: 14px;
}

.h-24px {
  height: 24px;
}

.h-48px {
  height: 48px;
}

.h-380px {
  height: 380px;
}

.hm-68px {
  min-height: 68px;
}

.hm-200px {
  min-height: 200px;
}

@media (min-width: 992px) {
  .hm-lg-150px {
    min-height: 150px;
  }
  .hm-lg-100px {
    min-height: 100px;
  }
}
.wm-70px {
  min-width: 70px;
}

.w-1px {
  width: 1px;
}

.w-24px {
  width: 24px;
}

.w-335px {
  width: 335px;
}

.mw-140px {
  max-width: 140px;
}

.mw-275px {
  max-width: 275px;
}

.mw-240px {
  max-width: 240px;
}

.mw-430px {
  max-width: 430px;
}

.mw-520px {
  max-width: 520px;
}

.mw-710px {
  max-width: 710px;
}

.mw-670px {
  max-width: 670px;
}

.mw-800px {
  max-width: 800px;
}

.w-90 {
  width: 90% !important;
}

.w-1-12 {
  width: 8.3333333333%;
}

@media (min-width: 992px) {
  .mw-lg-275px {
    max-width: 275px;
  }
}
@media (max-width: 575.98px) {
  .mw-xs-100-40px {
    max-width: calc(100% - 40px);
  }
}
.after-w-100::after {
  content: "";
  width: 100% !important;
}

.scrollbar-lightgray {
  scrollbar-width: auto;
  scrollbar-color: var(--feux-grey3-bg, #828282) var(--feux-white-bg, #FFFFFF);
}

.scrollbar-lightgray::-webkit-scrollbar {
  width: 3px;
}

.scrollbar-lightgray::-webkit-scrollbar-track {
  background: var(--feux-white-bg, #FFFFFF);
}

.scrollbar-lightgray::-webkit-scrollbar-thumb {
  background-color: var(--feux-grey3-bg, #828282);
  border-radius: 3px;
  border: 0px solid var(--feux-grey3-bg, #828282);
}

.scrollbar-transparent {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-transparent::-webkit-scrollbar {
  display: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-lh-8 {
  line-height: 8px;
}

.text-lh-9 {
  line-height: 9px;
}

.text-lh-12 {
  line-height: 12px;
}

.text-lh-14 {
  line-height: 14px;
}

.text-lh-15 {
  line-height: 15px;
}

.text-lh-16 {
  line-height: 16px;
}

.text-lh-18 {
  line-height: 18px;
}

.text-lh-20 {
  line-height: 20px;
}

.text-lh-21 {
  line-height: 21px;
}

.text-lh-22 {
  line-height: 22px;
}

.text-lh-23 {
  line-height: 23px;
}

.text-lh-24 {
  line-height: 24px;
}

.text-lh-26 {
  line-height: 26px;
}

.text-lh-28 {
  line-height: 28px;
}

.text-lh-29 {
  line-height: 29px;
}

.text-lh-30 {
  line-height: 30px;
}

.text-lh-32 {
  line-height: 32px;
}

.text-lh-34 {
  line-height: 34px;
}

.text-lh-35 {
  line-height: 35px;
}

.text-lh-41 {
  line-height: 41px;
}

.text-lh-45 {
  line-height: 45px;
}

.text-lh-70 {
  line-height: 70px;
}

.grid-programy-krajowe {
  display: grid;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-programy-krajowe {
    grid-template-columns: repeat(3, 274px);
    grid-gap: 26px;
    margin-right: 2.5rem;
    grid-template-rows: 111px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .grid-programy-krajowe {
    grid-template-columns: repeat(3, 274px);
    grid-gap: 26px;
    margin-right: 2.5rem;
    grid-template-rows: 111px;
  }
}
@media (min-width: 1400px) {
  .grid-programy-krajowe {
    grid-template-columns: repeat(3, 274px);
    grid-gap: 26px;
    margin-right: 2.5rem;
    grid-template-rows: 111px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-programy-krajowe {
    grid-template-columns: 50% 50%;
    grid-gap: 25px;
    margin-right: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .grid-programy-krajowe {
    grid-template-columns: 50% 50%;
    grid-gap: 11px;
    margin-right: 0.75rem;
    grid-template-rows: 160px;
  }
  .grid-programy-krajowe:first-of-type {
    grid-template-rows: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-programy-krajowe {
    grid-template-columns: 50% 50%;
    grid-gap: 11px;
    margin-right: 0.75rem;
    grid-template-rows: 160px;
  }
  .grid-programy-krajowe:first-of-type {
    grid-template-rows: auto;
  }
}
@media (max-width: 575.98px) {
  .grid-programy-krajowe > div:first-of-type {
    grid-area: 1/1/2/3;
    height: auto;
    padding-top: unset;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-body {
    position: relative;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-label {
    position: relative;
    display: inline-block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0px 0px 0px 26px;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-input {
    margin-top: 3px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-programy-krajowe > div:first-of-type {
    grid-area: 1/1/2/3;
    height: auto;
    padding-top: unset;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-body {
    position: relative;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-label {
    position: relative;
    display: inline-block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0px 0px 0px 26px;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-input {
    margin-top: 3px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-programy-krajowe > div:first-of-type {
    grid-area: 1/1/2/3;
    height: auto;
    padding-top: unset;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-body {
    position: relative;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-label {
    position: relative;
    display: inline-block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0px 0px 0px 26px;
  }
  .grid-programy-krajowe > div:first-of-type .form-check__color-box-input {
    margin-top: 3px !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.modal {
  background: rgba(238, 243, 249, 0.9);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.modal-content {
  border-radius: 20px;
  border: unset;
}

.modal-title {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 21px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.modal-header {
  padding: 35px;
  border-bottom: unset;
}

.modal-footer {
  padding: 35px;
  border-top: unset;
}

.modal-body {
  padding: 35px;
}

.modal-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-row__date {
  color: var(--feux-blue-3-font, #003399);
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.modal-row__title {
  color: var(--feux-blue-3-font, #003399);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.card-success-story {
  border: unset;
  border-radius: 12px;
  background-color: unset;
}

@media (max-width: 991.98px) {
  .card-success-story {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 92px !important;
  }
}
.card-success-story .card-body {
  border-radius: inherit;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 14px;
  max-width: calc(100% - 30px);
}

@media (min-width: 992px) {
  .card-success-story .card-body {
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .card-success-story .card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
}
@media (max-width: 991.98px) {
  .card-success-story .card-body {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.card-success-story .card-img-top {
  position: relative;
  border-radius: inherit;
}

@media (max-width: 991.98px) {
  .card-success-story .card-img-top {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 130px !important;
    height: 100% !important;
    overflow: hidden;
  }
}
.card-success-story .card-img-top > img {
  border-radius: inherit;
}

@media (max-width: 991.98px) {
  .card-success-story .card-img-top > img {
    width: auto;
    height: 100%;
  }
}
.card-success-story .card-img-top > .btn-blur-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .card-success-story .card-img-top > .btn-blur-bg {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 991.98px) {
  .card-success-story .card-img-top > .btn-blur-bg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .card-success-story__extra-info {
    display: none;
  }
}
.card-success-story__extra-info.custom-card-box-styling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-success-story__extra-info.custom-card-box-styling li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card-success-story__extra-info, .card-success-story__subtitle, .card-success-story__date {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

@media (max-width: 991.98px) {
  .card-success-story__extra-info, .card-success-story__subtitle, .card-success-story__date {
    font-size: 12px;
    line-height: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .card-success-story__extra-info, .card-success-story__subtitle, .card-success-story__date {
    font-size: 14px;
    line-height: 20px;
  }
}
.card-success-story__title {
  color: var(--feux-blue-3-font, #003399);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .card-success-story__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .card-success-story__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-success-story__title h3, .card-success-story__title .h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
  .card-success-story__title h3, .card-success-story__title .h3 {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .card-success-story__title h3, .card-success-story__title .h3 {
    -webkit-line-clamp: 3;
  }
}
.card-success-story-red .card-body {
  background-color: red !important;
}

@media (min-width: 992px) {
  .card-success-story-red .card-body {
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .card-success-story-red .card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
  .card-success-story-red .card-body:before {
    background-color: red !important;
  }
}
.card-success-story-blue .card-body {
  background-color: var(--feux-blue-3, #003399) !important;
}

@media (min-width: 992px) {
  .card-success-story-blue .card-body {
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .card-success-story-blue .card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
  .card-success-story-blue .card-body:before {
    background-color: var(--feux-blue-3, #003399) !important;
  }
}
.card-success-story-green .card-body {
  background-color: var(--feux-green-bg, #008744) !important;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.card-success-story-green .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

.card-success-story-green .card-body:before {
  background-color: var(--feux-green-bg, #008744) !important;
}

.card-success-story__title-red, .card-success-story__title-blue, .card-success-story__title-green {
  color: #fff !important;
  margin-bottom: 20px;
}

.poradniki-lista__card {
  background-color: unset;
  border-radius: 12px;
}

.poradniki-lista__card .card-img-top {
  border-radius: inherit;
  overflow: hidden;
}

.poradniki-lista__card .card-img-top img {
  border-radius: 12px;
}

.poradniki-lista__card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  min-height: 166px;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 20px 15px;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.poradniki-lista__card .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

@media (max-width: 991.98px) {
  .poradniki-lista__card .card-body {
    border-top-left-radius: 0 !important;
    margin-right: 15px;
  }
}
.container__fill--to-right {
  padding-left: 0.75rem;
  margin-right: 0px;
  margin-left: auto;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container__fill--to-right {
    max-width: calc(540px + (100% - 540px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container__fill--to-right {
    max-width: calc(720px + (100% - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container__fill--to-right {
    max-width: calc(960px + (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container__fill--to-right {
    max-width: calc(1140px + (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container__fill--to-right {
    max-width: calc(1320px + (100% - 1320px) / 2);
  }
}
.container__fill--to-left {
  padding-right: 0.75rem;
  margin-right: auto;
  margin-left: 0px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container__fill--to-left {
    max-width: calc(540px + (100% - 540px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container__fill--to-left {
    max-width: calc(720px + (100% - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container__fill--to-left {
    max-width: calc(960px + (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container__fill--to-left {
    max-width: calc(1140px + (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container__fill--to-left {
    max-width: calc(1320px + (100% - 1320px) / 2);
  }
}
.svg-8-auto {
  width: 8px;
  height: auto;
}

.svg-22 {
  width: 22px;
  height: 22px;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.fill-c-transparent [fill] {
  fill: rgba(0, 0, 0, 0);
}

.stroke-c-transparent [stroke] {
  stroke: rgba(0, 0, 0, 0);
}

.fill-c-transparent-bg [fill] {
  fill: rgba(0, 0, 0, 0);
}

.stroke-c-transparent-bg [stroke] {
  stroke: rgba(0, 0, 0, 0);
}

.fill-c-main-bg [fill] {
  fill: var(--feux-main-bg, rgba(0, 51, 153, 0.05));
}

.stroke-c-main-bg [stroke] {
  stroke: var(--feux-main-bg, rgba(0, 51, 153, 0.05));
}

.fill-c-black-bg [fill] {
  fill: var(--feux-black-bg, #1B1B1B);
}

.stroke-c-black-bg [stroke] {
  stroke: var(--feux-black-bg, #1B1B1B);
}

.fill-c-black-05-bg [fill] {
  fill: var(--feux-black-05-bg, rgba(27, 27, 27, 0.05));
}

.stroke-c-black-05-bg [stroke] {
  stroke: var(--feux-black-05-bg, rgba(27, 27, 27, 0.05));
}

.fill-c-black-95-bg [fill] {
  fill: var(--feux-black-95-bg, rgba(27, 27, 27, 0.95));
}

.stroke-c-black-95-bg [stroke] {
  stroke: var(--feux-black-95-bg, rgba(27, 27, 27, 0.95));
}

.fill-c-black-20-bg [fill] {
  fill: var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
}

.stroke-c-black-20-bg [stroke] {
  stroke: var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
}

.fill-c-black-10-bg [fill] {
  fill: var(--feux-black-10-bg, rgba(27, 27, 27, 0.1));
}

.stroke-c-black-10-bg [stroke] {
  stroke: var(--feux-black-10-bg, rgba(27, 27, 27, 0.1));
}

.fill-c-white-bg [fill] {
  fill: var(--feux-white-bg, #FFFFFF);
}

.stroke-c-white-bg [stroke] {
  stroke: var(--feux-white-bg, #FFFFFF);
}

.fill-c-white-10-bg [fill] {
  fill: var(--feux-white-20-bg, rgba(255, 255, 255, 0.1));
}

.stroke-c-white-10-bg [stroke] {
  stroke: var(--feux-white-20-bg, rgba(255, 255, 255, 0.1));
}

.fill-c-white-20-bg [fill] {
  fill: var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
}

.stroke-c-white-20-bg [stroke] {
  stroke: var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
}

.fill-c-white-30-bg [fill] {
  fill: var(--feux-white-30-bg, rgba(255, 255, 255, 0.3));
}

.stroke-c-white-30-bg [stroke] {
  stroke: var(--feux-white-30-bg, rgba(255, 255, 255, 0.3));
}

.fill-c-white-60-bg [fill] {
  fill: var(--feux-white-60-bg, rgba(255, 255, 255, 0.6));
}

.stroke-c-white-60-bg [stroke] {
  stroke: var(--feux-white-60-bg, rgba(255, 255, 255, 0.6));
}

.fill-c-white-80-bg [fill] {
  fill: var(--feux-white-80-bg, rgba(255, 255, 255, 0.8));
}

.stroke-c-white-80-bg [stroke] {
  stroke: var(--feux-white-80-bg, rgba(255, 255, 255, 0.8));
}

.fill-c-ue-blue-bg [fill] {
  fill: var(--feux-ue-blue-bg, #20196F);
}

.stroke-c-ue-blue-bg [stroke] {
  stroke: var(--feux-ue-blue-bg, #20196F);
}

.fill-c-ue-blue-bg-20 [fill] {
  fill: var(--feux-ue-blue-bg-20, rgba(32, 25, 111, 0.2));
}

.stroke-c-ue-blue-bg-20 [stroke] {
  stroke: var(--feux-ue-blue-bg-20, rgba(32, 25, 111, 0.2));
}

.fill-c-ue-blue2-bg [fill] {
  fill: var(--feux-blue-1, #2F80ED);
}

.stroke-c-ue-blue2-bg [stroke] {
  stroke: var(--feux-blue-1, #2F80ED);
}

.fill-c-ue-blue3-bg [fill] {
  fill: var(--feux-blue-3, #003399);
}

.stroke-c-ue-blue3-bg [stroke] {
  stroke: var(--feux-blue-3, #003399);
}

.fill-c-ue-blue3-bg-5 [fill] {
  fill: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.stroke-c-ue-blue3-bg-5 [stroke] {
  stroke: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.fill-c-ue-blue3-bg-10 [fill] {
  fill: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

.stroke-c-ue-blue3-bg-10 [stroke] {
  stroke: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

.fill-c-ue-blue3-bg-15 [fill] {
  fill: var(--feux-blue-3-10, rgba(0, 51, 153, 0.15));
}

.stroke-c-ue-blue3-bg-15 [stroke] {
  stroke: var(--feux-blue-3-10, rgba(0, 51, 153, 0.15));
}

.fill-c-ue-blue3-bg-20 [fill] {
  fill: var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.stroke-c-ue-blue3-bg-20 [stroke] {
  stroke: var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.fill-c-ue-blue3-bg-25 [fill] {
  fill: var(--feux-blue-3-10, rgba(0, 51, 153, 0.25));
}

.stroke-c-ue-blue3-bg-25 [stroke] {
  stroke: var(--feux-blue-3-10, rgba(0, 51, 153, 0.25));
}

.fill-c-ue-blue3-bg-30 [fill] {
  fill: var(--feux-blue-3-10, rgba(0, 51, 153, 0.3));
}

.stroke-c-ue-blue3-bg-30 [stroke] {
  stroke: var(--feux-blue-3-10, rgba(0, 51, 153, 0.3));
}

.fill-c-ue-blue3-bg-40 [fill] {
  fill: var(--feux-blue-3-40, rgba(0, 51, 153, 0.4));
}

.stroke-c-ue-blue3-bg-40 [stroke] {
  stroke: var(--feux-blue-3-40, rgba(0, 51, 153, 0.4));
}

.fill-c-ue-blue3-bg-50 [fill] {
  fill: var(--feux-blue-3-10, rgba(0, 51, 153, 0.5));
}

.stroke-c-ue-blue3-bg-50 [stroke] {
  stroke: var(--feux-blue-3-10, rgba(0, 51, 153, 0.5));
}

.fill-c-ue-blue3-bg-60 [fill] {
  fill: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
}

.stroke-c-ue-blue3-bg-60 [stroke] {
  stroke: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
}

.fill-c-ue-blue3-bg-80 [fill] {
  fill: var(--feux-blue-3-80, rgba(0, 51, 153, 0.8));
}

.stroke-c-ue-blue3-bg-80 [stroke] {
  stroke: var(--feux-blue-3-80, rgba(0, 51, 153, 0.8));
}

.fill-c-ue-blue3-bg-90 [fill] {
  fill: var(--feux-blue-3-80, rgba(0, 51, 153, 0.9));
}

.stroke-c-ue-blue3-bg-90 [stroke] {
  stroke: var(--feux-blue-3-80, rgba(0, 51, 153, 0.9));
}

.fill-c-ue-blue3-hover-bg [fill] {
  fill: var(--feux-blue-3-hover, #002265);
}

.stroke-c-ue-blue3-hover-bg [stroke] {
  stroke: var(--feux-blue-3-hover, #002265);
}

.fill-c-ue-blue4-bg [fill] {
  fill: var(--feux-blue-4, #36678E);
}

.stroke-c-ue-blue4-bg [stroke] {
  stroke: var(--feux-blue-4, #36678E);
}

.fill-c-ue-blue4-bg-10 [fill] {
  fill: var(--feux-blue-4-10, rgba(54, 103, 142, 0.1));
}

.stroke-c-ue-blue4-bg-10 [stroke] {
  stroke: var(--feux-blue-4-10, rgba(54, 103, 142, 0.1));
}

.fill-c-ue-blue5-bg [fill] {
  fill: var(--feux-blue-5, #E9EFFA);
}

.stroke-c-ue-blue5-bg [stroke] {
  stroke: var(--feux-blue-5, #E9EFFA);
}

.fill-c-ue-blue6-bg [fill] {
  fill: var(--feux-blue-6, #ECF3FC);
}

.stroke-c-ue-blue6-bg [stroke] {
  stroke: var(--feux-blue-6, #ECF3FC);
}

.fill-c-ue-blue7-bg [fill] {
  fill: var(--feux-blue-7, #FAFCFF);
}

.stroke-c-ue-blue7-bg [stroke] {
  stroke: var(--feux-blue-7, #FAFCFF);
}

.fill-c-ue-blue8-bg [fill] {
  fill: var(--feux-blue-8, #205DB8);
}

.stroke-c-ue-blue8-bg [stroke] {
  stroke: var(--feux-blue-8, #205DB8);
}

.fill-c-ue-blue9-bg [fill] {
  fill: var(--feux-blue-9, #f5f7fb);
}

.stroke-c-ue-blue9-bg [stroke] {
  stroke: var(--feux-blue-9, #f5f7fb);
}

.fill-c-portal-ue-blue-bg [fill] {
  fill: var(--feux-ue-blue-bg, #0A50B9);
}

.stroke-c-portal-ue-blue-bg [stroke] {
  stroke: var(--feux-ue-blue-bg, #0A50B9);
}

.fill-c-portal-ue-blue2-30-bg [fill] {
  fill: var(--feux-ue-blue2-bg, rgba(10, 80, 185, 0.3));
}

.stroke-c-portal-ue-blue2-30-bg [stroke] {
  stroke: var(--feux-ue-blue2-bg, rgba(10, 80, 185, 0.3));
}

.fill-c-lightblue-bg [fill] {
  fill: var(--feux-lightblue-bg, #63A3FF);
}

.stroke-c-lightblue-bg [stroke] {
  stroke: var(--feux-lightblue-bg, #63A3FF);
}

.fill-c-lightblue-bg-2 [fill] {
  fill: var(--prefix-lightblue-bg-2, #EFF5FF);
}

.stroke-c-lightblue-bg-2 [stroke] {
  stroke: var(--prefix-lightblue-bg-2, #EFF5FF);
}

.fill-c-lightblue2-bg-20 [fill] {
  fill: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
}

.stroke-c-lightblue2-bg-20 [stroke] {
  stroke: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
}

.fill-c-lightblue3-bg-05 [fill] {
  fill: var(--feux-lightblue3-bg-05, rgba(19, 51, 162, 0.05));
}

.stroke-c-lightblue3-bg-05 [stroke] {
  stroke: var(--feux-lightblue3-bg-05, rgba(19, 51, 162, 0.05));
}

.fill-c-ue-blue-15-bg [fill] {
  fill: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

.stroke-c-ue-blue-15-bg [stroke] {
  stroke: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

.fill-c-ue-blue-bg-bg [fill] {
  fill: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.stroke-c-ue-blue-bg-bg [stroke] {
  stroke: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.fill-c-ue-blue-30-bg [fill] {
  fill: var(--feux-ue-blue-30-bg, rgba(32, 25, 111, 0.3));
}

.stroke-c-ue-blue-30-bg [stroke] {
  stroke: var(--feux-ue-blue-30-bg, rgba(32, 25, 111, 0.3));
}

.fill-c-ue-blue-50-bg [fill] {
  fill: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.stroke-c-ue-blue-50-bg [stroke] {
  stroke: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.fill-c-ue-blue-05-bg [fill] {
  fill: var(--feux-ue-blue-05-bg, rgba(32, 25, 111, 0.05));
}

.stroke-c-ue-blue-05-bg [stroke] {
  stroke: var(--feux-ue-blue-05-bg, rgba(32, 25, 111, 0.05));
}

.fill-c-ue-blue-70-bg [fill] {
  fill: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.7));
}

.stroke-c-ue-blue-70-bg [stroke] {
  stroke: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.7));
}

.fill-c-dark-blue-bg [fill] {
  fill: var(--feux-dark-blue-bg, #020947);
}

.stroke-c-dark-blue-bg [stroke] {
  stroke: var(--feux-dark-blue-bg, #020947);
}

.fill-c-dark-blue-bg-10 [fill] {
  fill: var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
}

.stroke-c-dark-blue-bg-10 [stroke] {
  stroke: var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
}

.fill-c-dark-blue-bg-30 [fill] {
  fill: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.3));
}

.stroke-c-dark-blue-bg-30 [stroke] {
  stroke: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.3));
}

.fill-c-dark-blue-bg-20 [fill] {
  fill: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

.stroke-c-dark-blue-bg-20 [stroke] {
  stroke: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

.fill-c-dark-blue-bg-70 [fill] {
  fill: var(--feux-dark-blue-bg-70, rgba(2, 9, 71, 0.7));
}

.stroke-c-dark-blue-bg-70 [stroke] {
  stroke: var(--feux-dark-blue-bg-70, rgba(2, 9, 71, 0.7));
}

.fill-c-uep-blue-bg [fill] {
  fill: var(--feux-uep-blue-bg, #407DD8);
}

.stroke-c-uep-blue-bg [stroke] {
  stroke: var(--feux-uep-blue-bg, #407DD8);
}

.fill-c-uep-blue-bg-20 [fill] {
  fill: var(--feux-uep-blue-bg, rgba(64, 125, 216, 0.2));
}

.stroke-c-uep-blue-bg-20 [stroke] {
  stroke: var(--feux-uep-blue-bg, rgba(64, 125, 216, 0.2));
}

.fill-c-blue6-bg [fill] {
  fill: var(--feux-blue6-bg, #38808D);
}

.stroke-c-blue6-bg [stroke] {
  stroke: var(--feux-blue6-bg, #38808D);
}

.fill-c-blue7-bg [fill] {
  fill: var(--feux-blue7-bg, #367BAB);
}

.stroke-c-blue7-bg [stroke] {
  stroke: var(--feux-blue7-bg, #367BAB);
}

.fill-c-blue8-bg [fill] {
  fill: var(--feux-blue8-bg, #132557);
}

.stroke-c-blue8-bg [stroke] {
  stroke: var(--feux-blue8-bg, #132557);
}

.fill-c-blue9-bg [fill] {
  fill: var(--feux-blue9-bg, #205db8);
}

.stroke-c-blue9-bg [stroke] {
  stroke: var(--feux-blue9-bg, #205db8);
}

.fill-c-blue-step-bg [fill] {
  fill: var(--feux-blue-step-bg, #00AEEF);
}

.stroke-c-blue-step-bg [stroke] {
  stroke: var(--feux-blue-step-bg, #00AEEF);
}

.fill-c-blue-step-bg-15 [fill] {
  fill: var(--feux-blue-step-bg, rgba(0, 174, 239, 0.15));
}

.stroke-c-blue-step-bg-15 [stroke] {
  stroke: var(--feux-blue-step-bg, rgba(0, 174, 239, 0.15));
}

.fill-c-blue-step2-bg [fill] {
  fill: var(--feux-blue-step2-bg, #007AA9);
}

.stroke-c-blue-step2-bg [stroke] {
  stroke: var(--feux-blue-step2-bg, #007AA9);
}

.fill-c-orange-bg [fill] {
  fill: var(--feux-orange-bg, #FF5F20);
}

.stroke-c-orange-bg [stroke] {
  stroke: var(--feux-orange-bg, #FF5F20);
}

.fill-c-orange2-bg [fill] {
  fill: var(--feux-orange2-bg, #FDBA13);
}

.stroke-c-orange2-bg [stroke] {
  stroke: var(--feux-orange2-bg, #FDBA13);
}

.fill-c-orange3-bg [fill] {
  fill: var(--feux-orange3-bg, #FFAC33);
}

.stroke-c-orange3-bg [stroke] {
  stroke: var(--feux-orange3-bg, #FFAC33);
}

.fill-c-orange4-bg [fill] {
  fill: var(--feux-orange4-bg, #FF7E35);
}

.stroke-c-orange4-bg [stroke] {
  stroke: var(--feux-orange4-bg, #FF7E35);
}

.fill-c-orange5-bg [fill] {
  fill: var(--feux-orange5-bg, #B05F35);
}

.stroke-c-orange5-bg [stroke] {
  stroke: var(--feux-orange5-bg, #B05F35);
}

.fill-c-orange6-bg [fill] {
  fill: var(--feux-orange6-bg, #FFF4CE);
}

.stroke-c-orange6-bg [stroke] {
  stroke: var(--feux-orange6-bg, #FFF4CE);
}

.fill-c-orange3-bg-10 [fill] {
  fill: var(--feux-orange3-bg, rgba(255, 172, 51, 0.1));
}

.stroke-c-orange3-bg-10 [stroke] {
  stroke: var(--feux-orange3-bg, rgba(255, 172, 51, 0.1));
}

.fill-c-gold-bg [fill] {
  fill: var(--feux-gold-bg, #F9990D);
}

.stroke-c-gold-bg [stroke] {
  stroke: var(--feux-gold-bg, #F9990D);
}

.fill-c-gold3-bg [fill] {
  fill: var(--feux-gold3-bg, #FFEB00);
}

.stroke-c-gold3-bg [stroke] {
  stroke: var(--feux-gold3-bg, #FFEB00);
}

.fill-c-gold3-bg-20 [fill] {
  fill: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
}

.stroke-c-gold3-bg-20 [stroke] {
  stroke: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
}

.fill-c-red-bg [fill] {
  fill: var(--feux-red-bg, #E5001D);
}

.stroke-c-red-bg [stroke] {
  stroke: var(--feux-red-bg, #E5001D);
}

.fill-c-red-bg2 [fill] {
  fill: var(--feux-red-bg2, #D01F34);
}

.stroke-c-red-bg2 [stroke] {
  stroke: var(--feux-red-bg2, #D01F34);
}

.fill-c-red-bg3 [fill] {
  fill: var(--feux-red-bg3, #A82C23);
}

.stroke-c-red-bg3 [stroke] {
  stroke: var(--feux-red-bg3, #A82C23);
}

.fill-c-red-bg4 [fill] {
  fill: var(--feux-red-bg4, #940E0E);
}

.stroke-c-red-bg4 [stroke] {
  stroke: var(--feux-red-bg4, #940E0E);
}

.fill-c-red-bg5 [fill] {
  fill: var(--feux-red-bg5, #f1d7dd);
}

.stroke-c-red-bg5 [stroke] {
  stroke: var(--feux-red-bg5, #f1d7dd);
}

.fill-c-red-bg2-10 [fill] {
  fill: var(--feux-red-bg2, rgba(208, 31, 52, 0.1));
}

.stroke-c-red-bg2-10 [stroke] {
  stroke: var(--feux-red-bg2, rgba(208, 31, 52, 0.1));
}

.fill-c-red-bg2-15 [fill] {
  fill: var(--feux-red-bg2, rgba(208, 31, 52, 0.15));
}

.stroke-c-red-bg2-15 [stroke] {
  stroke: var(--feux-red-bg2, rgba(208, 31, 52, 0.15));
}

.fill-c-green-bg [fill] {
  fill: var(--feux-green-bg, #008744);
}

.stroke-c-green-bg [stroke] {
  stroke: var(--feux-green-bg, #008744);
}

.fill-c-green2-bg [fill] {
  fill: var(--feux-green2-bg, #4BBC38);
}

.stroke-c-green2-bg [stroke] {
  stroke: var(--feux-green2-bg, #4BBC38);
}

.fill-c-green3-bg [fill] {
  fill: var(--feux-green3, #1FA099);
}

.stroke-c-green3-bg [stroke] {
  stroke: var(--feux-green3, #1FA099);
}

.fill-c-green4-bg [fill] {
  fill: var(--feux-green4-bg, #23C96A);
}

.stroke-c-green4-bg [stroke] {
  stroke: var(--feux-green4-bg, #23C96A);
}

.fill-c-green4-bg-10 [fill] {
  fill: var(--feux-green4-bg-10, rgba(35, 201, 106, 0.1));
}

.stroke-c-green4-bg-10 [stroke] {
  stroke: var(--feux-green4-bg-10, rgba(35, 201, 106, 0.1));
}

.fill-c-green5-bg [fill] {
  fill: var(--feux-green5-bg, #388325);
}

.stroke-c-green5-bg [stroke] {
  stroke: var(--feux-green5-bg, #388325);
}

.fill-c-green6-bg [fill] {
  fill: var(--feux-green6-bg, #3A854B);
}

.stroke-c-green6-bg [stroke] {
  stroke: var(--feux-green6-bg, #3A854B);
}

.fill-c-green7-bg [fill] {
  fill: var(--feux-green7-bg, #008744);
}

.stroke-c-green7-bg [stroke] {
  stroke: var(--feux-green7-bg, #008744);
}

.fill-c-green8-bg [fill] {
  fill: var(--feux-green8-bg, #238E12);
}

.stroke-c-green8-bg [stroke] {
  stroke: var(--feux-green8-bg, #238E12);
}

.fill-c-green9-bg [fill] {
  fill: var(--feux-green9-bg, #1C8281);
}

.stroke-c-green9-bg [stroke] {
  stroke: var(--feux-green9-bg, #1C8281);
}

.fill-c-green10-bg [fill] {
  fill: var(--feux-green10-bg, #00828C);
}

.stroke-c-green10-bg [stroke] {
  stroke: var(--feux-green10-bg, #00828C);
}

.fill-c-green11-bg [fill] {
  fill: var(--feux-green11-bg, #E7FAFB);
}

.stroke-c-green11-bg [stroke] {
  stroke: var(--feux-green11-bg, #E7FAFB);
}

.fill-c-green-step-bg [fill] {
  fill: var(--feux-green-step-bg, #00A197);
}

.stroke-c-green-step-bg [stroke] {
  stroke: var(--feux-green-step-bg, #00A197);
}

.fill-c-green-step-15-bg [fill] {
  fill: var(--feux-green-step-bg, rgba(0, 161, 151, 0.15));
}

.stroke-c-green-step-15-bg [stroke] {
  stroke: var(--feux-green-step-bg, rgba(0, 161, 151, 0.15));
}

.fill-c-green-step-30-bg [fill] {
  fill: var(--feux-green-step-bg, rgba(0, 161, 151, 0.3));
}

.stroke-c-green-step-30-bg [stroke] {
  stroke: var(--feux-green-step-bg, rgba(0, 161, 151, 0.3));
}

.fill-c-grey1-bg [fill] {
  fill: var(--feux-grey1-bg, #333333);
}

.stroke-c-grey1-bg [stroke] {
  stroke: var(--feux-grey1-bg, #333333);
}

.fill-c-grey2-bg [fill] {
  fill: var(--feux-grey2-bg, #4F4F4F);
}

.stroke-c-grey2-bg [stroke] {
  stroke: var(--feux-grey2-bg, #4F4F4F);
}

.fill-c-grey3-bg [fill] {
  fill: var(--feux-grey3-bg, #828282);
}

.stroke-c-grey3-bg [stroke] {
  stroke: var(--feux-grey3-bg, #828282);
}

.fill-c-grey4-bg [fill] {
  fill: var(--feux-grey4-bg, #F3F3F3);
}

.stroke-c-grey4-bg [stroke] {
  stroke: var(--feux-grey4-bg, #F3F3F3);
}

.fill-c-grey5-bg [fill] {
  fill: var(--feux-grey5-bg, #EAEDF5);
}

.stroke-c-grey5-bg [stroke] {
  stroke: var(--feux-grey5-bg, #EAEDF5);
}

.fill-c-grey6-bg-20 [fill] {
  fill: var(--feux-grey6-bg, rgba(117, 117, 117, 0.2));
}

.stroke-c-grey6-bg-20 [stroke] {
  stroke: var(--feux-grey6-bg, rgba(117, 117, 117, 0.2));
}

.fill-c-grey7-bg [fill] {
  fill: var(--feux-grey7-bg, #757575);
}

.stroke-c-grey7-bg [stroke] {
  stroke: var(--feux-grey7-bg, #757575);
}

.fill-c-grey8-bg [fill] {
  fill: var(--feux-grey8-bg, #6A6A6A);
}

.stroke-c-grey8-bg [stroke] {
  stroke: var(--feux-grey8-bg, #6A6A6A);
}

.fill-c-grey8-bg-10 [fill] {
  fill: var(--feux-grey8-bg-10, rgba(106, 106, 106, 0.1));
}

.stroke-c-grey8-bg-10 [stroke] {
  stroke: var(--feux-grey8-bg-10, rgba(106, 106, 106, 0.1));
}

.fill-c-grey9-bg [fill] {
  fill: var(--feux-grey9-bg, #E0E0E0);
}

.stroke-c-grey9-bg [stroke] {
  stroke: var(--feux-grey9-bg, #E0E0E0);
}

.fill-c-grey10-bg [fill] {
  fill: var(--feux-grey10-bg, #C4C4C4);
}

.stroke-c-grey10-bg [stroke] {
  stroke: var(--feux-grey10-bg, #C4C4C4);
}

.fill-c-grey10-bg-30 [fill] {
  fill: var(--feux-grey10-bg, rgba(196, 196, 196, 0.3));
}

.stroke-c-grey10-bg-30 [stroke] {
  stroke: var(--feux-grey10-bg, rgba(196, 196, 196, 0.3));
}

.fill-c-grey11-bg [fill] {
  fill: var(--feux-lightgray, #DDDDDD);
}

.stroke-c-grey11-bg [stroke] {
  stroke: var(--feux-lightgray, #DDDDDD);
}

.fill-c-grey11-30-bg [fill] {
  fill: rgba(221, 221, 221, 0.3);
}

.stroke-c-grey11-30-bg [stroke] {
  stroke: rgba(221, 221, 221, 0.3);
}

.fill-c-grey12-bg [fill] {
  fill: var(--feux-grey12-bg, #F2F5FA);
}

.stroke-c-grey12-bg [stroke] {
  stroke: var(--feux-grey12-bg, #F2F5FA);
}

.fill-c-grey13-bg [fill] {
  fill: var(--feux-grey13-bg, rgba(64, 125, 216, 0.1));
}

.stroke-c-grey13-bg [stroke] {
  stroke: var(--feux-grey13-bg, rgba(64, 125, 216, 0.1));
}

.fill-c-dark-grey-bg [fill] {
  fill: var(--feux-grey13-bg, #37393C);
}

.stroke-c-dark-grey-bg [stroke] {
  stroke: var(--feux-grey13-bg, #37393C);
}

.fill-c-grey14-bg [fill] {
  fill: var(--feux-grey14-bg, #6A6A6A);
}

.stroke-c-grey14-bg [stroke] {
  stroke: var(--feux-grey14-bg, #6A6A6A);
}

.fill-c-grey15-bg [fill] {
  fill: var(--feux-grey15-bg, #898A8C);
}

.stroke-c-grey15-bg [stroke] {
  stroke: var(--feux-grey15-bg, #898A8C);
}

.fill-c-grey15-7-bg [fill] {
  fill: var(--feux-grey15-7-bg, rgba(137, 138, 140, 0.7));
}

.stroke-c-grey15-7-bg [stroke] {
  stroke: var(--feux-grey15-7-bg, rgba(137, 138, 140, 0.7));
}

.fill-c-grey16-bg [fill] {
  fill: var(--feux-grey16-bg, #D9D9D9);
}

.stroke-c-grey16-bg [stroke] {
  stroke: var(--feux-grey16-bg, #D9D9D9);
}

.fill-c-grey17-bg [fill] {
  fill: var(--feux-grey17-bg, #6F7072);
}

.stroke-c-grey17-bg [stroke] {
  stroke: var(--feux-grey17-bg, #6F7072);
}

.fill-c-grey18-bg [fill] {
  fill: var(--feux-grey18-bg, #F8F8F8);
}

.stroke-c-grey18-bg [stroke] {
  stroke: var(--feux-grey18-bg, #F8F8F8);
}

.fill-c-grey19-bg [fill] {
  fill: var(--feux-grey16-bg, #FBFBFD);
}

.stroke-c-grey19-bg [stroke] {
  stroke: var(--feux-grey16-bg, #FBFBFD);
}

.fill-c-grey20-bg [fill] {
  fill: var(--feux-grey20-bg, #EEEEEE);
}

.stroke-c-grey20-bg [stroke] {
  stroke: var(--feux-grey20-bg, #EEEEEE);
}

.fill-c-grey21-bg [fill] {
  fill: var(--feux-grey21-bg, #F3F6FA);
}

.stroke-c-grey21-bg [stroke] {
  stroke: var(--feux-grey21-bg, #F3F6FA);
}

.fill-c-blue-20-bg [fill] {
  fill: rgba(144, 190, 255, 0.2);
}

.stroke-c-blue-20-bg [stroke] {
  stroke: rgba(144, 190, 255, 0.2);
}

.fill-c-blue-50-bg [fill] {
  fill: rgba(64, 125, 216, 0.5);
}

.stroke-c-blue-50-bg [stroke] {
  stroke: rgba(64, 125, 216, 0.5);
}

.fill-c-green-10-bg [fill] {
  fill: rgba(35, 142, 18, 0.1);
}

.stroke-c-green-10-bg [stroke] {
  stroke: rgba(35, 142, 18, 0.1);
}

.fill-c-orange-10-bg [fill] {
  fill: rgba(255, 172, 51, 0.1);
}

.stroke-c-orange-10-bg [stroke] {
  stroke: rgba(255, 172, 51, 0.1);
}

.fill-c-orange-20-bg [fill] {
  fill: rgba(253, 186, 19, 0.2);
}

.stroke-c-orange-20-bg [stroke] {
  stroke: rgba(253, 186, 19, 0.2);
}

.fill-c-pink-bg [fill] {
  fill: var(--feux-pink, #F11184);
}

.stroke-c-pink-bg [stroke] {
  stroke: var(--feux-pink, #F11184);
}

.fill-c-pink2-bg [fill] {
  fill: var(--feux-pink2-bg, #8036E1);
}

.stroke-c-pink2-bg [stroke] {
  stroke: var(--feux-pink2-bg, #8036E1);
}

.fill-c-pink2-bg-10 [fill] {
  fill: var(--feux-pink2-bg-10, rgba(128, 54, 225, 0.1));
}

.stroke-c-pink2-bg-10 [stroke] {
  stroke: var(--feux-pink2-bg-10, rgba(128, 54, 225, 0.1));
}

.fill-c-pink3-bg [fill] {
  fill: var(--feux-pink3, #A82B6A);
}

.stroke-c-pink3-bg [stroke] {
  stroke: var(--feux-pink3, #A82B6A);
}

.fill-c-violet-bg [fill] {
  fill: var(--feux-violet, #9127FC);
}

.stroke-c-violet-bg [stroke] {
  stroke: var(--feux-violet, #9127FC);
}

.fill-c-violet2-bg [fill] {
  fill: var(--feux-violet2, #534B92);
}

.stroke-c-violet2-bg [stroke] {
  stroke: var(--feux-violet2, #534B92);
}

.fill-c-uep-blue-15-bg [fill] {
  fill: rgba(64, 125, 216, 0.15);
}

.stroke-c-uep-blue-15-bg [stroke] {
  stroke: rgba(64, 125, 216, 0.15);
}

.fill-c-uep-blue-10-bg [fill] {
  fill: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
}

.stroke-c-uep-blue-10-bg [stroke] {
  stroke: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
}

.fill-c-ue-blue-152-bg [fill] {
  fill: rgba(32, 25, 111, 0.15);
}

.stroke-c-ue-blue-152-bg [stroke] {
  stroke: rgba(32, 25, 111, 0.15);
}

.fill-c-grey5-bg-2 [fill] {
  fill: #eaedf5;
}

.stroke-c-grey5-bg-2 [stroke] {
  stroke: #eaedf5;
}

.fill-c-grey6-bg [fill] {
  fill: var(--feux-grey-6-bg, #E5E7E9);
}

.stroke-c-grey6-bg [stroke] {
  stroke: var(--feux-grey-6-bg, #E5E7E9);
}

.fill-c-modal-backdrop-90-bg [fill] {
  fill: rgba(238, 243, 249, 0.9);
}

.stroke-c-modal-backdrop-90-bg [stroke] {
  stroke: rgba(238, 243, 249, 0.9);
}

.fill-c-red-kpo-bg [fill] {
  fill: var(--feux-red-kpo-bg, #B91B26);
}

.stroke-c-red-kpo-bg [stroke] {
  stroke: var(--feux-red-kpo-bg, #B91B26);
}

.fill-c-step-lightblue-bg [fill] {
  fill: var(--feux-step-lightblue-bg, #ECEFF4);
}

.stroke-c-step-lightblue-bg [stroke] {
  stroke: var(--feux-step-lightblue-bg, #ECEFF4);
}

.fill-c-step-green-1-bg [fill] {
  fill: var(--prefix-step-green-1-bg, #00B6AD);
}

.stroke-c-step-green-1-bg [stroke] {
  stroke: var(--prefix-step-green-1-bg, #00B6AD);
}

.fill-c-step-green10-1-bg [fill] {
  fill: var(--prefix-step-green10-1-bg, rgba(0, 182, 173, 0.1));
}

.stroke-c-step-green10-1-bg [stroke] {
  stroke: var(--prefix-step-green10-1-bg, rgba(0, 182, 173, 0.1));
}

.fill-c-step-anchor-blue-bg [fill] {
  fill: var(--feux-step-anchor-blue-bg, #0C4DA2);
}

.stroke-c-step-anchor-blue-bg [stroke] {
  stroke: var(--feux-step-anchor-blue-bg, #0C4DA2);
}

.fill-c-step-anchor-blue-bg-10 [fill] {
  fill: var(--feux-step-anchor-blue-bg, rgba(12, 77, 162, 0.1));
}

.stroke-c-step-anchor-blue-bg-10 [stroke] {
  stroke: var(--feux-step-anchor-blue-bg, rgba(12, 77, 162, 0.1));
}

.fill-c-step-anchor-blue-bg-20 [fill] {
  fill: var(--feux-step-anchor-blue-bg-20, rgba(12, 77, 162, 0.2));
}

.stroke-c-step-anchor-blue-bg-20 [stroke] {
  stroke: var(--feux-step-anchor-blue-bg-20, rgba(12, 77, 162, 0.2));
}

.fill-c-step-anchor-blue-bg-50 [fill] {
  fill: var(--feux-step-anchor-blue-bg-20, rgba(12, 77, 162, 0.5));
}

.stroke-c-step-anchor-blue-bg-50 [stroke] {
  stroke: var(--feux-step-anchor-blue-bg-20, rgba(12, 77, 162, 0.5));
}

.fill-c-blue10-bg [fill] {
  fill: var(--feux-blue10-10-bg, #0C4DA2);
}

.stroke-c-blue10-bg [stroke] {
  stroke: var(--feux-blue10-10-bg, #0C4DA2);
}

.fill-c-blue10-10-bg [fill] {
  fill: var(--feux-blue10-10-bg, rgba(12, 77, 162, 0.1));
}

.stroke-c-blue10-10-bg [stroke] {
  stroke: var(--feux-blue10-10-bg, rgba(12, 77, 162, 0.1));
}

.fill-c-blue10-60-bg [fill] {
  fill: var(--feux-blue10-60-bg, rgba(12, 77, 162, 0.6));
}

.stroke-c-blue10-60-bg [stroke] {
  stroke: var(--feux-blue10-60-bg, rgba(12, 77, 162, 0.6));
}

.fill-c-blue11-10-bg [fill] {
  fill: var(--feux-blue11-10-bg, rgba(0, 56, 140, 0.1));
}

.stroke-c-blue11-10-bg [stroke] {
  stroke: var(--feux-blue11-10-bg, rgba(0, 56, 140, 0.1));
}

.fill-c-blue11-40-bg [fill] {
  fill: var(--feux-blue11-40-bg, rgba(0, 56, 140, 0.4));
}

.stroke-c-blue11-40-bg [stroke] {
  stroke: var(--feux-blue11-40-bg, rgba(0, 56, 140, 0.4));
}

.fill-c-blue11-5-bg [fill] {
  fill: var(--feux-blue11-5-bg, rgba(0, 56, 140, 0.05));
}

.stroke-c-blue11-5-bg [stroke] {
  stroke: var(--feux-blue11-5-bg, rgba(0, 56, 140, 0.05));
}

.fill-c-blue12-bg [fill] {
  fill: var(--feux-blue12-bg, #00388C);
}

.stroke-c-blue12-bg [stroke] {
  stroke: var(--feux-blue12-bg, #00388C);
}

.fill-c-blue13-bg [fill] {
  fill: var(--feux-blue13-bg, #00aeef);
}

.stroke-c-blue13-bg [stroke] {
  stroke: var(--feux-blue13-bg, #00aeef);
}

.fill-c-blue14-bg [fill] {
  fill: var(--feux-blue14-bg, #1333A2);
}

.stroke-c-blue14-bg [stroke] {
  stroke: var(--feux-blue14-bg, #1333A2);
}

.fill-c-blue14-10-bg [fill] {
  fill: var(--feux-blue14-bg, rgba(19, 51, 162, 0.1));
}

.stroke-c-blue14-10-bg [stroke] {
  stroke: var(--feux-blue14-bg, rgba(19, 51, 162, 0.1));
}

.fill-c-pz-red [fill] {
  fill: var(--prefix-pz-red, #D01F34);
}

.stroke-c-pz-red [stroke] {
  stroke: var(--prefix-pz-red, #D01F34);
}

.swiper-wydarzenia-prev, .swiper-publikacje-prev, .swiper-poznaj-programy-prev, .swiper-wydarzenia-prelegenci-prev, .swiper-na-jakie-cele-5col-prev, .swiper-na-jakie-cele-4col-prev, .swiper-na-jakie-cele-prev, .swiper-inne-poradniki-prev, .swiper-finansowych-przedsiewziec-prev, .swiper-liczby-prev, .swiper-liczby5-prev, .swiper-fundusze-to-prev, .swiper-juz-teraz-prev, .swiper-zobacz-innych-prev, .swiper-aktualnosci-prev, .swiper-juz-teraz-blue-arrows-prev, .swiper-lista-dokumenty-prev, .swiper-zobacz-inne-poradniki-2-prev, .swiper-raporty-lista-prev, .swiper-programy-lista-w-okolicy-prev, .swiper-powiazane-aktualnosci-prev, [class*=swiper-pls-prev-] {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: 0;
  margin-top: 0;
}

.swiper-wydarzenia-prev::after, .swiper-publikacje-prev::after, .swiper-poznaj-programy-prev::after, .swiper-wydarzenia-prelegenci-prev::after, .swiper-na-jakie-cele-5col-prev::after, .swiper-na-jakie-cele-4col-prev::after, .swiper-na-jakie-cele-prev::after, .swiper-inne-poradniki-prev::after, .swiper-finansowych-przedsiewziec-prev::after, .swiper-liczby-prev::after, .swiper-liczby5-prev::after, .swiper-fundusze-to-prev::after, .swiper-juz-teraz-prev::after, .swiper-zobacz-innych-prev::after, .swiper-aktualnosci-prev::after, .swiper-juz-teraz-blue-arrows-prev::after, .swiper-lista-dokumenty-prev::after, .swiper-zobacz-inne-poradniki-2-prev::after, .swiper-raporty-lista-prev::after, .swiper-programy-lista-w-okolicy-prev::after, .swiper-powiazane-aktualnosci-prev::after, [class*=swiper-pls-prev-]::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/left-blue.svg") no-repeat;
  background-size: cover;
}

.swiper-wydarzenia-next, .swiper-publikacje-next, .swiper-poznaj-programy-next, .swiper-wydarzenia-prelegenci-next, .swiper-na-jakie-cele-5col-next, .swiper-na-jakie-cele-4col-next, .swiper-na-jakie-cele-next, .swiper-inne-poradniki-next, .swiper-finansowych-przedsiewziec-next, .swiper-liczby-next, .swiper-liczby5-next, .swiper-fundusze-to-next, .swiper-juz-teraz-next, .swiper-zobacz-innych-next, .swiper-aktualnosci-next, .swiper-juz-teraz-blue-arrows-next, .swiper-lista-dokumenty-next, .swiper-zobacz-inne-poradniki-2-next, .swiper-raporty-lista-next, .swiper-programy-lista-w-okolicy-next, .swiper-powiazane-aktualnosci-next, [class*=swiper-pls-next-] {
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: 0;
  margin-top: 0;
}

.swiper-wydarzenia-next::after, .swiper-publikacje-next::after, .swiper-poznaj-programy-next::after, .swiper-wydarzenia-prelegenci-next::after, .swiper-na-jakie-cele-5col-next::after, .swiper-na-jakie-cele-4col-next::after, .swiper-na-jakie-cele-next::after, .swiper-inne-poradniki-next::after, .swiper-finansowych-przedsiewziec-next::after, .swiper-liczby-next::after, .swiper-liczby5-next::after, .swiper-fundusze-to-next::after, .swiper-juz-teraz-next::after, .swiper-zobacz-innych-next::after, .swiper-aktualnosci-next::after, .swiper-juz-teraz-blue-arrows-next::after, .swiper-lista-dokumenty-next::after, .swiper-zobacz-inne-poradniki-2-next::after, .swiper-raporty-lista-next::after, .swiper-programy-lista-w-okolicy-next::after, .swiper-powiazane-aktualnosci-next::after, [class*=swiper-pls-next-]::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/right-blue.svg") no-repeat;
  background-size: cover;
}

.swiper-juz-teraz-prev::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/left-white.svg") no-repeat;
  background-size: cover;
}

.swiper-juz-teraz-next::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/right-white.svg") no-repeat;
  background-size: cover;
}

.swiper-transparent-edge-slides {
  overflow: visible;
}

.swiper-transparent-edge-slides .swiper-slide {
  opacity: 0.25;
}

.swiper-transparent-edge-slides .swiper-slide-visible {
  opacity: 1;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper {
  height: 318px;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide {
  margin-right: 30px;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body {
  min-height: initial;
  height: auto;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body.widget-connection-news__list__item__body {
  height: 146px;
}

@media (max-width: 1400px) {
  .rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body.widget-connection-news__list__item__body {
    height: 160px;
  }
}
@media (max-width: 1199.98px) {
  .rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body.widget-connection-news__list__item__body {
    height: 173px;
  }
}
.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body .widget-connection-news__list__item--title {
  overflow-y: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body .card-success-story__date {
  font-size: 14px;
  line-height: 22px;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body .card-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  max-height: 135px;
  overflow-y: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body .publi-box-download-wrapper__icon {
  height: 25px;
  margin-left: -3px;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body .publi-box-download-wrapper__icon > svg {
  height: 26px;
}

.rpo-swiper-powiazane-aktualnosci > .swiper-wrapper > .swiper-slide .card-body .publi-box-download-wrapper__text {
  font-size: 14px;
  line-height: 22px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.list-custom-start {
  padding-left: unset;
  list-style-position: inside;
}

@media (min-width: 992px) {
  .list-custom-start {
    display: grid;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    grid-auto-flow: column;
  }
}
@media (min-width: 768px) {
  .list-custom-start a {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .list-custom-start a {
    display: inline;
  }
}
.blue-counter::marker {
  color: var(--feux-blue-3, #003399);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .blue-counter::marker {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .blue-counter::marker {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .blue-counter {
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .blue-counter {
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.light-blue-counter::marker {
  color: var(--feux-uep-blue-bg, #407DD8);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .light-blue-counter::marker {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .light-blue-counter::marker {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .light-blue-counter {
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .light-blue-counter {
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.orange-counter::marker {
  color: var(--feux-orange2-font, #FDBA13);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .orange-counter::marker {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .orange-counter::marker {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .orange-counter {
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .orange-counter {
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.green-counter::marker {
  color: var(--feux-green2-font, #4BBC38);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .green-counter::marker {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .green-counter::marker {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .green-counter {
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .green-counter {
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.black-counter::marker {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .black-counter::marker {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .black-counter::marker {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .black-counter {
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .black-counter {
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.list-styled-1 {
  list-style: none;
  padding-left: 0px;
}

.list-styled-1 li {
  position: relative;
  padding-left: 50px;
}

.list-styled-1 li::before {
  content: "";
  background: url("../images/fes/svg/li-style-1.svg") no-repeat;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 21px;
  height: 3px;
}

.list-styled-1 li.active::before {
  background: url("../images/fes/svg/li-style-1-active.svg") no-repeat;
  width: 38px;
  height: 15px;
  top: 6px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

#headerMenuModal, #headerProgramMenuModal {
  display: none;
}

@-webkit-keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header-tooltip {
  white-space: nowrap;
}

.header-tooltip.show {
  opacity: 1 !important;
}

.header-tooltip .tooltip-inner {
  background-color: var(--feux-blue-3, #003399);
  max-width: 100%;
  border-radius: 12px;
  text-align: left;
  padding: 13px 19px;
}

.header-tooltip .tooltip-arrow::before {
  border-bottom-color: var(--feux-blue-3, #003399);
}

.site-header {
  position: relative;
}

@media (max-width: 991.98px) {
  .site-header {
    padding-bottom: 15px;
    overflow: hidden;
  }
}
.site-header .visible svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.site-header__top-menu {
  padding-top: 0;
  height: 39px;
  row-gap: 2em;
  margin-bottom: 35px;
}

.site-header__top-menu__el-active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  background: var(--feux-white-bg, #FFFFFF);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: calc(100% + 35px);
  height: 44px;
  top: 13px;
  z-index: -1;
}

.site-header__top-menu__el-active:after {
  content: "";
  position: absolute;
  width: 0 !important;
  top: 9px;
  right: -18px;
  background: var(--feux-white-bg, #FFFFFF) !important;
}

.site-header__top-menu--bcg:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  left: 0;
  background: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.site-header__top-menu__left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__left-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.site-header__top-menu__left-menu li {
  position: relative;
  z-index: 0;
  margin-right: 30px;
}

.site-header__top-menu__left-menu li:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 1px;
  top: 9px;
  right: -18px;
  background: var(--feux-blue-3, #003399);
  opacity: 0.2;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__left-menu li:after {
    position: unset;
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
}
@media (max-width: 767.98px) {
  .site-header__top-menu__left-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .site-header__top-menu__left-menu li:last-child:after {
    top: 5px;
  }
}
.site-header__top-menu__left-menu li a {
  white-space: nowrap;
  color: var(--feux-blue-3-font, #003399);
  font-size: 13px;
  line-height: 16px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__left-menu li a {
    font-size: 12px;
    line-height: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.site-header__top-menu__left-menu li:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 6px;
  width: calc(100% + 35px);
  height: 44px;
  top: 13px;
  z-index: -1;
}

.site-header__top-menu__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 2em;
  row-gap: 1em;
}

.site-header__top-menu__additional:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 44px;
  bottom: 0;
  width: 100%;
  height: 44px;
  left: 0;
  background: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

@media (max-width: 991.98px) {
  .site-header__top-menu__additional:before {
    height: 85px;
  }
}
@media (max-width: 767.98px) {
  .site-header__top-menu__additional {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.site-header__top-menu__additional li {
  position: relative;
  z-index: 0;
  margin-right: 36px;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__additional li:last-child:after {
    top: 5px;
  }
}
.site-header__top-menu__additional li a {
  color: var(--feux-blue-3-font, #003399);
  font-size: 13px;
  line-height: 16px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__additional li a {
    font-size: 12px;
    line-height: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
.site-header__top-menu__additional li:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 6px;
  width: calc(100% + 35px);
  height: 44px;
  top: 13px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__search-en {
    margin-bottom: 2rem !important;
  }
}
.site-header__top-menu__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.site-header__top-menu__search li {
  color: var(--feux-blue-3, #003399);
  position: relative;
}

.site-header__top-menu__search li svg path {
  fill: var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .site-header__top-menu__search li {
    height: 32px;
  }
}
.site-header__top-menu__search li:not(:last-child) {
  margin-right: 26px;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__search li:not(:last-child) {
    margin-right: 10px;
  }
}
.site-header__top-menu__search li.lang-swich {
  margin-right: 40px !important;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__search li.lang-swich {
    margin-right: 10px !important;
  }
}
.site-header__top-menu__search li.lang-swich::after {
  content: none !important;
}

.site-header__top-menu__search li a, .site-header__top-menu__search li button {
  color: #171717;
  opacity: 0.8;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__search li a, .site-header__top-menu__search li button {
    color: var(--feux-blue-3-font, #003399);
    opacity: 1;
  }
}
.site-header__top-menu__search__link__icon {
  margin-right: 9px;
}

.site-header__top-menu__search__dropdown {
  color: var(--feux-blue-3-font, #003399);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.site-header__top-menu__search__dropdown__icon {
  margin-left: 9px;
}

.site-header__top-menu__menu-modal-en {
  position: relative !important;
  background: transparent !important;
}

.site-header__top-menu__menu-modal-en__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.site-header__top-menu__menu-modal-en__close-btn-wrap {
  position: inherit !important;
}

.site-header__top-menu__menu-modal {
  display: none;
  background: transparent;
  width: 100%;
  padding: 80px 50px;
  z-index: 999;
  margin-top: 10px;
  padding: 25px 0 60px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .site-header__top-menu__menu-modal {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-animation: 0.6s ease 0s 1 normal none running fade_in_show;
    animation: 0.6s ease 0s 1 normal none running fade_in_show;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    padding: 50px 20px 90px 20px !important;
    top: -20px;
    background: var(--feux-white, #ffffff);
    height: 100%;
    overflow: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .site-header__top-menu__menu-modal .site-header__logo-nav__menu-modal__list li {
    width: 90px !important;
    height: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .site-header__top-menu__menu-modal {
    padding: 55px 50px 50px 50px;
  }
}
.site-header__top-menu__menu-modal__program {
  margin-bottom: 40px;
}

.site-header__top-menu__menu-modal__program h2, .site-header__top-menu__menu-modal__program .h2 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.site-header__top-menu__menu-modal__program p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.site-header__top-menu__menu-modal__program .w-mc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 768px) {
  .site-header__top-menu__menu-modal .custom-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 0;
    width: 56.2%;
  }
}
.site-header__top-menu__menu-modal__list-doted {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991.98px) {
  .site-header__top-menu__menu-modal__list-doted {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .site-header__top-menu__menu-modal__list-doted {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-header__top-menu__menu-modal__list-doted li {
  width: 218px;
}

.site-header__top-menu__menu-modal__list-doted li a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 13px;
}

.site-header__top-menu__menu-modal__list-doted li a:hover {
  background-color: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
}

.site-header__top-menu__menu-modal__list-doted--dot {
  padding: 10px 2px;
  display: inline-block;
  margin-right: 14px;
}

.site-header__top-menu__menu-modal__list-districts {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991.98px) {
  .site-header__top-menu__menu-modal__list-districts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-header__top-menu__menu-modal__list-districts li.active a {
  background-color: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
}

.site-header__top-menu__menu-modal__list-districts li a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 13px;
}

.site-header__top-menu__menu-modal__list-districts li a:hover {
  background-color: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
}

.site-header__top-menu__menu-modal__close {
  position: absolute;
  right: 0;
  top: 25px;
  background: transparent;
  border: none;
}

@media (max-width: 991.98px) {
  .site-header__top-menu__menu-modal__close {
    top: 50px;
  }
}
.site-header__top-menu__menu-modal .hr-light {
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

.site-header__top-menu__menu-modal .hr-dark {
  background-color: var(--feux-blue-3, #003399);
}

.site-header__logo-nav {
  width: 100%;
}

@media (max-width: 767.98px) {
  .site-header__logo-nav.interreg-header svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: unset;
  }
}
.site-header__logo-nav__logo-title-en {
  width: inherit !important;
}

.site-header__logo-nav__logo-en {
  width: inherit !important;
}

.site-header__logo-nav__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 575.98px) {
  .site-header__logo-nav__logo {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .site-header__logo-nav__logo__ribbon, .site-header__logo-nav__logo__ribbon > svg {
    width: 17px;
  }
}
@media only screen and (max-width: 405px) {
  .site-header__logo-nav__logo .funeral {
    width: 270px;
  }
}
.site-header__logo-nav__logo__icon {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .site-header__logo-nav__logo__icon {
    margin-right: 16px;
  }
}
.site-header__logo-nav__logo h1, .site-header__logo-nav__logo .h1 {
  font-size: 20px;
  line-height: 23px;
}

@media (max-width: 991.98px) {
  .site-header__logo-nav__logo h1, .site-header__logo-nav__logo .h1 {
    font-size: 14px;
    line-height: 15px;
  }
}
.site-header__logo-nav__logo h2, .site-header__logo-nav__logo .h2, .site-header__logo-nav__logo button {
  font-size: 20px;
  line-height: 23px;
}

@media (max-width: 991.98px) {
  .site-header__logo-nav__logo h2, .site-header__logo-nav__logo .h2, .site-header__logo-nav__logo button {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 0;
  }
}
.site-header__logo-nav__logo .button-border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.39) !important;
}

.site-header__logo-nav__logo__heading-wrapper {
  font-size: 20px;
  line-height: 23px;
}

@media (max-width: 991.98px) {
  .site-header__logo-nav__logo__heading-wrapper {
    font-size: 14px;
    line-height: 15px;
  }
}
.site-header__logo-nav__logo__heading-wrapper__title {
  font-size: 20px;
  line-height: 23px;
}

@media (max-width: 991.98px) {
  .site-header__logo-nav__logo__heading-wrapper__title {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .site-header__logo-nav__logo__heading-wrapper__title {
    white-space: nowrap;
  }
}
.site-header__logo-nav__nav {
  width: inherit;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header__logo-nav__nav__menu {
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .site-header__logo-nav__nav__menu {
    display: none;
  }
}
.site-header__logo-nav__nav__menu li:not(:last-child):not(:last-child) {
  padding: 0 39px 0 0;
}

.site-header__logo-nav__nav__menu li:not(:last-child) #headerMenuOpened {
  display: none;
}

.site-header__logo-nav__nav__menu li button, .site-header__logo-nav__nav__menu li a {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.site-header__logo-nav__nav__menu__contact-logo {
  margin-top: -5px;
  margin-right: 10px;
}

.site-header__logo-nav__nav__menu__contact-logo.no-top-margin {
  margin-top: 0;
}

.site-header__logo-nav__nav__partners li:first-child {
  margin-right: 36px;
}

.site-header__logo-nav__nav .intereg-no-margin-right {
  margin-right: 0;
}

.site-header__logo-nav__menu-modal {
  display: none;
  background: transparent;
  width: 100%;
  padding: 80px 50px;
  z-index: 999;
  margin-top: 10px;
  z-index: 998;
}

@media (max-width: 767.98px) {
  .site-header__logo-nav__menu-modal {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-animation: 0.6s ease 0s 1 normal none running fade_in_show;
    animation: 0.6s ease 0s 1 normal none running fade_in_show;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    padding: 50px 20px 90px 20px !important;
    top: -20px;
    background: var(--feux-white, #ffffff);
    height: 100%;
    overflow: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .site-header__logo-nav__menu-modal .site-header__logo-nav__menu-modal__list li {
    width: 90px !important;
    height: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .site-header__logo-nav__menu-modal {
    padding: 55px 50px 50px 50px;
  }
}
.site-header__logo-nav__menu-modal__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header__logo-nav__menu-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  max-width: 820px;
}

@media (max-width: 767.98px) {
  .site-header__logo-nav__menu-modal__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.site-header__logo-nav__menu-modal__list li {
  width: 136px;
  height: 114px;
  background: var(--feux-white-bg, #FFFFFF);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  margin-right: 32px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header__logo-nav__menu-modal__list li a {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-blue-3-font, #003399);
  max-width: 95px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header__logo-nav__menu-modal__list li a span {
  margin-top: 13px;
}

.site-header__logo-nav__menu-modal__sidebar {
  margin-bottom: 0;
}

.site-header__logo-nav__menu-modal__sidebar li:first-child {
  margin-bottom: 60px;
}

.site-header__logo-nav__menu-modal__sidebar li h2, .site-header__logo-nav__menu-modal__sidebar li .h2 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.site-header__logo-nav__menu-modal__sidebar li p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.site-header__quick-access-guides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header__quick-access-guides ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header__quick-access-guides ul li {
  background: var(--feux-white, #ffffff);
  padding: 17.5px 20px;
  border-radius: 12px;
  min-height: 71px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 276px;
  width: 100%;
  height: 70px;
  margin-right: 12px;
  margin-bottom: 11px;
}

@media (max-width: 1199.98px) {
  .site-header__quick-access-guides ul li {
    max-width: 45%;
    width: 100%;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .site-header__quick-access-guides ul li {
    max-width: unset;
    width: 100%;
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .site-header__quick-access-guides ul li {
    max-width: unset;
    width: 100%;
    height: 100px;
  }
}
.site-header__quick-access-guides ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  line-height: 20px;
}

.site-header__quick-access-guides ul li a > span {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .site-header__quick-access-guides ul li a > span {
    white-space: normal;
  }
}
.site-header__quick-access-guides ul li a > svg {
  margin-right: 20px;
}

@media (max-width: 1199.98px) {
  .site-header__quick-access-guides ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    white-space: normal;
  }
}
@media (max-width: 767.98px) {
  .site-header__quick-access-guides.two-columns ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
  .site-header__quick-access-guides.two-columns li {
    height: 105px;
  }
}
.site-header__quick-access-guides-img {
  height: 25px;
  width: auto;
}

.li-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .li-label {
    width: 100%;
    padding-right: 0 !important;
  }
  .li-label span {
    margin-right: 0 !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.site-footer {
  background: transparent;
}

@media (max-width: 991.98px) {
  .site-footer {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.site-footer__desktop__menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .site-footer__desktop__menu-top {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
  }
}
@media (max-width: 767.98px) {
  .site-footer__desktop__menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-footer__desktop__menu-top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--feux-white, #ffffff);
  border-radius: 12px;
  width: 111px;
  height: 94px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .site-footer__desktop__menu-top li {
    width: 100px;
  }
}
.site-footer__desktop__menu-top li:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-top li:not(:last-child) {
    margin-right: 10px;
  }
}
.site-footer__desktop__menu-top li.active {
  background: var(--feux-blue-5, #E9EFFA);
  border: 0.1rem solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.3));
}

.site-footer__desktop__menu-top li.active a {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.site-footer__desktop__menu-top li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  text-align: center;
}

.site-footer__desktop__menu-top li svg {
  max-width: 32px;
}

.site-footer__desktop__menu-top li svg path {
  fill: var(--feux-blue-3-font, #003399);
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer__desktop__menu-top li {
    margin: 4.5px !important;
  }
}
.site-footer__desktop__menu-bottom {
  padding-top: 26px;
  background: var(--feux-blue-3, #003399);
}

.site-footer__desktop__menu-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.site-footer__desktop__menu-bottom__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__desktop__menu-bottom__logo h2, .site-footer__desktop__menu-bottom__logo .h2 {
  color: var(--feux-white, #ffffff);
  font-size: 18px;
  line-height: 21px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 0 18px;
}

.site-footer__desktop__menu-bottom__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  color: var(--feux-white, #ffffff);
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.site-footer__desktop__menu-bottom__phone svg {
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__phone {
    margin-right: 0;
  }
}
.site-footer__desktop__menu-bottom__social {
  margin-bottom: 31px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__social {
    display: none;
  }
}
.site-footer__desktop__menu-bottom__social ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-footer__desktop__menu-bottom__social ul li:not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__social ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.site-footer__desktop__menu-bottom__menu {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul {
    margin-top: 25px;
  }
}
.site-footer__desktop__menu-bottom__menu ul li:not(:last-child) {
  margin-right: 38px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.site-footer__desktop__menu-bottom__menu ul li a {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-white, #ffffff);
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul li a {
    font-size: 14px;
    line-height: 35px;
  }
}
@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul li:not(:last-child)::after {
    content: " ";
    letter-spacing: 1em;
    width: 1px;
    height: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--feux-white, #ffffff);
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu ul li:not(:last-child)::after {
    margin-left: 10px;
  }
}
.site-footer__desktop__menu-bottom__menu .site-footer__desktop__menu-bottom__social {
  display: none;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu .site-footer__desktop__menu-bottom__social {
    display: block;
  }
  .site-footer__desktop__menu-bottom__menu .site-footer__desktop__menu-bottom__social ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-footer__desktop__menu-bottom__menu .site-footer__desktop__menu-bottom__social ul li:after {
    content: none;
  }
}
.site-footer__desktop__menu-bottom__menu-last {
  border-top: 1px solid var(--feux-white-30-bg, rgba(255, 255, 255, 0.3));
  padding: 20px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer__desktop__menu-bottom__menu-last ul:last-child li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last ul:last-child li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last ul:last-child li:not(:last-child)::after {
    content: " ";
    letter-spacing: 1em;
    width: 1px;
    height: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--feux-white, #ffffff);
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last ul:last-child li:not(:last-child)::after {
    margin-left: 10px;
  }
}
.site-footer__desktop__menu-bottom__menu-last ul li:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .site-footer__desktop__menu-bottom__menu-last ul li {
    margin-bottom: 10px;
  }
}
.site-footer__desktop__menu-bottom__menu-last ul li a, .site-footer__desktop__menu-bottom__menu-last ul li button {
  font-size: 12px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-white, #ffffff);
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.site-footer__desktop__copyright {
  padding: 37px 0;
  background-color: var(--feux-white, #ffffff);
}

.site-footer__desktop__copyright.step {
  background: transparent;
}

.site-footer__desktop__copyright p {
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  margin: 0;
}

.site-footer__desktop__copyright .row figure.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

@media (max-width: 767.98px) {
  .site-footer__desktop__copyright {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .site-footer__desktop__copyright__figure--first--en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer__desktop__copyright__figure--first--en, .site-footer__desktop__copyright__figure--first--en > svg {
    width: 100%;
    padding: 0;
  }
}
.site-footer__desktop__see-all-programs-mobile__btn {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--feux-blue-3-font, #003399);
  background: none;
  border: none;
  margin-bottom: 40px;
}

.site-footer__desktop__see-all-programs-mobile__btn svg {
  margin-left: 10px;
  height: 10.5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--feux-white, #ffffff);
}

@media (max-width: 991.98px) {
  .sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(64, 125, 216, 0.15);
    z-index: 999;
    width: 100vw;
  }
}
.sticky-footer__main-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0;
}

@media (min-width: 992px) {
  .sticky-footer__main-mobile {
    display: none;
  }
}
.sticky-footer__main-mobile__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  width: 100vw;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sticky-footer__main-mobile__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sticky-footer__main-mobile__menu li:not(:last-child) {
  margin-right: 31px;
}

@media (max-width: 991.98px) {
  .sticky-footer__main-mobile__menu li:not(:last-child) {
    margin-right: 10px;
  }
}
.sticky-footer__main-mobile__menu li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-footer__main-mobile__menu li a {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-dark-blue-font, #020947);
  margin-top: 9px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.footer-breadcrumb {
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 53px;
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  text-align: center;
  font-style: normal;
}

.footer-breadcrumb.footer-breadcrumb-no-border-top {
  padding-top: 0;
  border-top: none;
}

@media (max-width: 991.98px) {
  .footer-breadcrumb {
    padding-bottom: 0;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.footer-breadcrumb h2, .footer-breadcrumb .h2 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: var(--feux-dark-blue-font, #020947);
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 991.98px) {
  .footer-breadcrumb h2, .footer-breadcrumb .h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer-breadcrumb nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.footer-breadcrumb nav span {
  display: block;
  font-size: 16px;
  line-height: 21px;
}

.footer-breadcrumb nav ul {
  margin-bottom: 0;
  margin-left: 5px;
}

@media (max-width: 991.98px) {
  .footer-breadcrumb nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-breadcrumb nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-breadcrumb nav ul li a {
  color: var(--feux-ue-blue-font, #0A50B9);
}

.footer-breadcrumb__managed {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.footer-breadcrumb__managed a {
  text-decoration: underline;
}

.footer-breadcrumb__rate {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  margin-top: 15px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.footer-breadcrumb__separator {
  margin-right: 12px;
  margin-left: 7px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .events-list-archive-wrapper .events-list-wrapper__list-4 {
    display: none !important;
  }
}
.events-list-archive-wrapper .events-list-wrapper__list {
  row-gap: 60px;
}

.events-list-archive-wrapper .events-list-wrapper__list__item {
  height: 448px;
}

.events-list-archive-wrapper .events-list-wrapper__list__item .wydarzenia-lista__card {
  height: unset;
}

.events-list-archive-wrapper .events-list-wrapper__list__item__no-desc:not(.promoted) img {
  height: 211px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events-list-archive-wrapper .events-list-wrapper__list__item__no-desc:not(.promoted) img {
    height: 161px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events-list-archive-wrapper .wydarzenia-lista__card__no-desc.card__promoted img {
    height: 360px !important;
  }
}
.events-list-archive-wrapper .events-list-wrapper__list__swiper__item {
  margin-bottom: 50px;
}

.events-list-archive-wrapper .events-list-wrapper__list__swiper .events-box__description {
  max-width: 60%;
}

.events-list-archive-wrapper .events-list-wrapper__list__swiper .event-box-new {
  margin-left: 1em !important;
}

.events-label-bar-wrapper__status {
  font-size: 14px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--feux-black-font, #3A3A3A);
  padding-left: 8px;
}

.events-label-bar-wrapper__date {
  font-size: 26px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

.events-label-bar-wrapper__date__part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-label-bar-wrapper__date__part1__mobile {
  font-size: 18px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.events-label-bar-wrapper__date__part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  text-align: center;
}

.events-label-bar-wrapper__date__part2__mobile {
  font-size: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 200;
}

.events-label-bar-wrapper__date__part2__mobile__time {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.events-label-bar-wrapper__date__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  width: 2px;
  height: 30px;
  margin: 0 12px;
}

@media (max-width: 991.98px) {
  .side-day-wrapper {
    margin-left: 1em;
  }
}
.side-day-wrapper .side-day__date-relative {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

.side-day-wrapper .side-day__date__number {
  font-size: 48px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.side-day-wrapper .side-day__date__day-month {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.side-day-wrapper .side-day__date__day-name {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.side-day-wrapper .side-day__date__month {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

@media (max-width: 991.98px) {
  .event-categories-wrapper .list-unstyled {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.event-categories-wrapper .list-unstyled .category__button {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  background: var(--feux-blue9-bg, #205db8);
  border: none;
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  padding: 8.5px 10px;
}

.event-categories-wrapper .list-unstyled .category:not(:last-of-type) {
  margin-right: 8px;
}

.event-categories-wrapper .list-unstyled .category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 22px;
}

.event-categories-wrapper .list-unstyled .category__link a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-categories-wrapper .list-unstyled .category__link a svg {
  width: 8px;
  margin-left: 16px;
}

@media (max-width: 991.98px) {
  .event-categories-wrapper .list-unstyled .category__link {
    margin: 0;
  }
}
.events-box__description {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 45px;
  max-width: 247px;
}

@media (min-width: 768px) {
  .events-box__description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .events-box__description {
    display: none;
  }
}
.event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-box__labelbar {
  padding-bottom: 7px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .event-box__labelbar {
    border-bottom: 1px solid rgba(0, 51, 153, 0.1);
    margin-bottom: 0px;
    padding-bottom: 10px !important;
  }
  .event-box__labelbar .events-label-bar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .event-box__labelbar .events-label-bar-wrapper .col-6 {
    padding: 0.2rem 0em;
    width: 100%;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .event-box__labelbar .events-label-bar-wrapper .mb-15px {
    margin-bottom: 5px !important;
    padding: 0px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .event-box__labelbar .events-label-bar-wrapper .event-tags {
    padding: 0px;
  }
}
@media (max-width: 991.98px) {
  .event-box__labelbar .events-label-bar-wrapper .feux-label__blue {
    font-size: 13px;
    line-height: 8px;
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .event-box__labelbar .events-label-bar-wrapper .feux-label__blue {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .event-box__labelbar {
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
  }
}
.event-box__title {
  margin-bottom: 16px;
}

.event-box__title .events-box-title-wrapper {
  display: block;
  max-width: 480px;
}

.event-box__title .events-box-title-wrapper__title {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .event-box__title .events-box-title-wrapper__title {
    padding-top: 9px;
    line-height: 17.22px !important;
    max-height: 78px;
    overflow: hidden;
  }
}
.event-box__title .events-box-title-wrapper .big-title {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .event-box__title .events-box-title-wrapper .big-title {
    font-size: 14px;
  }
}
.event-box__img {
  border-radius: 12px;
}

.events-box-empty-wrapper {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding: 18px 0;
  margin-top: 40px;
  margin-bottom: 50px;
}

.event-box-image-wrapper {
  min-width: 100px;
}

@media (max-width: 767.98px) {
  .event-box-image-wrapper {
    min-width: 100px;
  }
}
.event-box-image-wrapper img {
  border-radius: 12px;
  min-width: 100px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .event-box-image-wrapper img {
    min-width: 100px;
  }
}
.event-box-simple {
  margin-bottom: 26px;
}

@media (max-width: 767.98px) {
  .event-box-simple {
    margin-bottom: 40px;
  }
}
.events-list-wrapper .swiper-navigation {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .events-list-wrapper .swiper-navigation {
    margin-bottom: 0;
    margin-top: -32px;
    margin-right: -20px;
  }
}
.events-list-wrapper__list-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
}

.events-list-wrapper__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}

.events-list-wrapper__list .item-no-image {
  height: calc(100% - 25px) !important;
}

.events-list-wrapper__list__item {
  height: 100%;
}

.events-list-wrapper__list__item .wydarzenia-lista__card {
  background-color: unset;
  border-radius: 12px;
  height: 100%;
}

.events-list-wrapper__list__item .card {
  border: none;
}

.events-list-wrapper__list__item .card .card-body {
  margin-bottom: -25px;
  min-height: 182px;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 15px;
  position: relative;
  background: var(--feux-white, #ffffff);
  margin-right: 4%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 12px;
}

.events-list-wrapper__list__item .card .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  bottom: -10px;
}

.events-list-wrapper__list__item .card .card-body__no-desc {
  min-height: 300px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events-list-wrapper__list__item .card .card-body__no-desc {
    min-height: 350px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .events-list-wrapper__list__item .card .card-body__no-desc {
    min-height: 410px !important;
  }
}
@media (max-width: 767.98px) {
  .events-list-wrapper__list__item .card .card-body {
    margin-top: 0;
    margin-bottom: 0;
    width: 95%;
    padding: 5px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.events-list-wrapper__list__item .card .card-body .events-label-bar-wrapper__details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5em;
}

.events-list-wrapper__list__item .card .card-body .events-box-place-wrapper {
  position: absolute;
  margin-top: auto;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 15px;
}

.events-list-wrapper__list__item .card .card-img-bottom img {
  width: 100%;
  height: 100%;
  max-height: 329px;
  border-radius: 12px !important;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__list__item .card .card-img-bottom img {
    height: 180px;
    width: 95%;
  }
}
.events-list-wrapper__list__item .card .card-img-top-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__list__item .card .card-img-top-mobile {
    display: initial;
  }
}
.events-list-wrapper__list__item .card-body__no-desc .events-box-place-wrapper {
  position: absolute;
}

.events-list-wrapper__list__item .card-no-img .card-body {
  height: 486px;
  margin-top: 0;
  margin-right: 0;
  border-radius: 12px;
}

.events-list-wrapper__list__item .card-no-img .card-body:before {
  content: none;
}

.events-list-wrapper__list__item .card-no-img .card-body:after {
  content: none;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__list__item .card-no-img .card-body {
    height: 260px;
  }
}
.events-list-wrapper__list__swiper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 100%;
  border: none;
  border-radius: 12px;
  min-height: 230px;
  min-width: 300px;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__list__swiper .card {
    min-height: 130px;
  }
}
.events-list-wrapper__list__swiper .card .card-img-bottom {
  width: 30%;
}

.events-list-wrapper__list__swiper .card .card-img-bottom img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: calc(100% + 12px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.events-list-wrapper__list__swiper .card .card-body {
  background: var(--feux-white, #ffffff);
  z-index: 2;
  height: 100%;
  border-radius: 12px;
  width: 66%;
}

@media (max-width: 991.98px) {
  .events-list-wrapper__list__swiper .card .card-body {
    padding: 11px 13px 13px;
    position: relative;
  }
}
.events-list-wrapper__list__swiper .card .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -10px;
  top: 30px;
}

.events-list-wrapper__list__swiper .card .card-body__no-desc {
  min-height: 200px !important;
}

@media (max-width: 991.98px) {
  .events-list-wrapper__list__swiper .card .card-body__no-desc {
    min-height: 230px !important;
  }
}
.events-list-wrapper__list__swiper .card .card-body .events-label-bar-wrapper__details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5em;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__list__swiper .card .card-body .events-label-bar-wrapper__details {
    padding: 0;
  }
}
.events-list-wrapper__list__swiper .card .card-body .events-box-place-wrapper {
  font-size: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  width: 80%;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__list__swiper .card .card-body .events-box-place-wrapper {
    position: relative;
    margin-bottom: 0;
    line-height: 17.22px !important;
    padding-bottom: 15px;
  }
}
.events-list-wrapper__list__swiper .card .card-body .events-box-place-wrapper__has-image {
  width: unset;
}

.events-list-wrapper__list__swiper .card .card-body .events-box-title-wrapper__title {
  font-size: 14px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.events-list-wrapper__list__swiper .card.card-no-img .card-body:before {
  content: none;
}

.events-list-wrapper .promoted {
  grid-column: 1/3;
}

@media (max-width: 767.98px) {
  .events-list-wrapper__data {
    padding-left: 23px;
    padding-right: 20px;
  }
}
.events-list-wrapper .event-box-new {
  margin-left: 0 !important;
}

.events-list-wrapper .box-height {
  min-height: 293px;
}

@media (max-width: 991.98px) {
  .events-list-wrapper .box-height {
    min-height: 230px !important;
  }
}
@media (max-width: 767.98px) {
  .mb-m-100px.overflow-hidden.mb-0 {
    overflow-y: initial !important;
  }
}
@media (max-width: 767.98px) {
  .mb-70px {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .events-box-place-wrapper__has-image {
    padding-right: 10px;
    bottom: -9px !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 426px;
  position: relative;
  top: 0px;
}

.timeline button {
  border: 0;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.3));
  outline: none !important;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  min-width: 24px;
}

.timeline button svg path {
  stroke: #bdbdbd;
}

.timeline button:hover svg path {
  stroke: #039;
}

.timeline button.timeline__arrow:focus, .timeline .timeline__dates button:focus {
  outline: none !important;
}

.timeline__arrow--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline__dates {
  margin: 16px 0 16px 0px;
  padding-right: 1ch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: auto;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: initial !important;
  flex-wrap: initial !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.timeline__dates::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.timeline__dates button.active {
  color: var(--feux-ue-blue-font, #20196F);
}

.timeline__dates button.active::after {
  content: "";
  width: 100%;
  max-width: 16px;
  display: block;
}

.timeline__dates button.single-digit {
  -webkit-transform: translateX(1ch);
  -ms-transform: translateX(1ch);
  transform: translateX(1ch);
  overflow: visible;
}

.timeline__dates button.today {
  border: 1px solid var(--feux-blue-3, #003399);
  background-color: var(--feux-blue-3, #003399);
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.timeline__dates button.today::after {
  content: none;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.event-card-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.event-card-wrapper .zoom-box-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .event-card-wrapper {
    margin: 0;
    padding: 0;
  }
  .event-card-wrapper .zoom-box-mobile {
    display: initial;
    margin-top: 65px;
  }
}
.event-card-wrapper__back {
  padding-right: 27px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .event-card-wrapper__back {
    display: none;
  }
}
.event-card-wrapper__content {
  position: relative;
  width: 100%;
  margin-top: 44px;
}

@media (max-width: 767.98px) {
  .event-card-wrapper__content {
    padding: 1em;
    top: 0;
  }
  .event-card-wrapper__content .right-side {
    padding: 0;
  }
}
.event-card-wrapper__content__sign-up-wrapper {
  position: fixed;
  bottom: 74px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  padding: 0 10px;
  z-index: 11;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up {
  padding: 8px 13px;
  background: var(--feux-white-bg, #FFFFFF);
  gap: 8px;
  border-radius: 12px 12px 0 0;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__date {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__meta__type {
  font-size: 13px;
  line-height: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__meta__isOnline, .event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__meta__place {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__meta__separator {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  opacity: 0.2;
  margin: 0 5px;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-card-wrapper__content__sign-up-wrapper .event-card-wrapper__content__sign-up__button__btn {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-white-font, #FFFFFF);
  background: var(--feux-blue-3, #003399);
  border: none;
  letter-spacing: 0.12em;
  height: 42px;
  width: 100%;
  border-radius: 6px;
}

.event-card-wrapper__other {
  padding-top: 43px;
}

.event-card-wrapper__other__title-rwd-icon {
  position: relative;
  width: 80px;
}

@media (max-width: 991.98px) {
  .event-card-wrapper__other__title-rwd-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.event-card-wrapper__other__title-rwd-icon .swiper-button-prev {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: 0;
  margin-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-card-wrapper__other__title-rwd-icon .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/left-blue.svg") no-repeat;
  background-size: cover;
}

.event-card-wrapper__other__title-rwd-icon .swiper-button-next {
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: 0;
  margin-top: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.event-card-wrapper__other__title-rwd-icon .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/right-blue.svg") no-repeat;
  background-size: cover;
}

.event-card-wrapper__other__title h2, .event-card-wrapper__other__title .h2, .event-card-wrapper__other__title h3, .event-card-wrapper__other__title .h3, .event-card-wrapper__other__title h4, .event-card-wrapper__other__title .h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 767.98px) {
  .event-card-wrapper__other__title h2, .event-card-wrapper__other__title .h2, .event-card-wrapper__other__title h3, .event-card-wrapper__other__title .h3, .event-card-wrapper__other__title h4, .event-card-wrapper__other__title .h4 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 26px;
    padding-right: 10px;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.event-card-wrapper__other__title h2__name, .event-card-wrapper__other__title h3__name, .event-card-wrapper__other__title h4__name {
  width: 50%;
}

.event-card-wrapper__other__title h2 .swiper-navigation, .event-card-wrapper__other__title .h2 .swiper-navigation, .event-card-wrapper__other__title h3 .swiper-navigation, .event-card-wrapper__other__title .h3 .swiper-navigation, .event-card-wrapper__other__title h4 .swiper-navigation, .event-card-wrapper__other__title .h4 .swiper-navigation {
  color: var(--feux-ue-blue-font, #0A50B9);
}

.event-card-wrapper__other__title__filters {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-grey2-font, #4F4F4F);
}

@media (max-width: 767.98px) {
  .event-card-wrapper__other__title__filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.event-card-wrapper__other__boxes .swiper-slide .card {
  border: none;
  background-color: unset;
}

.event-card-wrapper__other__boxes .swiper-slide .card .event-box__card {
  position: relative;
}

.event-card-wrapper__other__boxes .swiper-slide .card .card-body {
  margin-right: 25px !important;
  background-color: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px 12px 12px 0px !important;
  margin-bottom: -25px !important;
  z-index: 1;
}

.event-card-wrapper__other__boxes .swiper-slide .card .card-body:after {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  bottom: -10px;
}

.event-card-wrapper__other__boxes .swiper-slide .card .event-box-img {
  width: 100%;
}

.event-card-wrapper__other__boxes .swiper-slide .card .event-box-img .card-img-bottom {
  top: -40px;
}

@media (max-width: 991.98px) {
  .event-card-wrapper__other__boxes .promoted {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .event-card-wrapper__other__boxes .promoted {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.event-header-space {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .event-header-space {
    margin-bottom: 26px;
  }
}
.event-card-header-top-wrapper {
  color: var(--feux-grey2-font, #4F4F4F);
  min-height: 31px;
  height: auto;
  margin-bottom: 26px;
}

@media (max-width: 767.98px) {
  .event-card-header-top-wrapper {
    margin-bottom: 16px;
  }
}
.event-card-header-top-wrapper__title {
  margin-left: -15px;
  min-height: 31px;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .event-card-header-top-wrapper__title {
    text-align: left;
    padding-left: 29px;
  }
}
.event-card-header-top-wrapper__place {
  font-size: 14px;
  line-height: 20px;
  font-family: Ubuntu-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .event-card-header-top-wrapper__place {
    font-size: 12px;
    line-height: 18px;
  }
}
.event-card-header-top-wrapper__what {
  font-size: 14px;
  line-height: 20px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .event-card-header-top-wrapper__what {
    font-size: 12px;
    line-height: 18px;
  }
}
.event-card-header-top-wrapper__svg {
  width: 22px;
  height: 22px;
  margin-left: 27px;
}

@media (max-width: 767.98px) {
  .event-card-header-top-wrapper__svg {
    margin-left: 18px;
  }
}
.event-card-header-top-wrapper__buttons button {
  border: 1px solid transparent;
}

.event-card-left {
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .event-card-left {
    padding-left: 10px;
  }
}
.event-card-left__title {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B) !important;
}

.event-card-left__title__first-title {
  line-height: 22px !important;
}

.event-card-left__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B) !important;
  padding-bottom: 32px;
}

@media (max-width: 767.98px) {
  .event-card-left__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.event-card-main {
  padding: 0 23px;
}

@media (max-width: 767.98px) {
  .event-card-main {
    padding-left: 10px;
    padding-bottom: 0;
  }
}
.event-card-main__title {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--feux-black-font, #1B1B1B);
}

.event-card-main__text {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-card-main__text__subtitle {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-dark-blue-font, #020947);
}

.event-card-main__text__subtext {
  padding-bottom: 26px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .event-card-main__text {
    padding-right: 10px;
  }
}
.event-card-share {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-card-right {
  max-width: 278px;
}

@media (max-width: 767.98px) {
  .event-card-right {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .event-card-right .zoom-box-desktop {
    display: none;
  }
}
.event-card-right__share {
  padding-top: 25px;
}

@media (max-width: 767.98px) {
  .event-card-right__share {
    padding: 12px;
    margin-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .event-card-right__share {
    padding: 4px;
  }
}
.event-card-right__share ul {
  row-gap: 2em;
}

.event-card-right__org {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .event-card-right__org {
    padding-left: 10px;
    margin-top: 0;
  }
}
.event-card-right__org__title {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-grey2-font, #4F4F4F);
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .event-card-right__org__title {
    color: var(--feux-dark-blue-font, #020947);
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
}
.event-card-right__org__name {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  padding-bottom: 12px;
}

@media (max-width: 767.98px) {
  .event-card-right__org__name {
    font-family: Ubuntu-Regular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
.event-card-right__org__svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 767.98px) {
  .event-card-right__org__svg {
    margin-left: 18px;
  }
}
.event-card-right .event-time-details {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  margin-top: 1em;
  letter-spacing: 0.02em;
}

.event-other-events-wrapper {
  position: relative;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .event-other-events-wrapper {
    margin-left: 1em;
  }
}
.event-other-events-wrapper .event-card-wrapper__other .card {
  height: 100%;
  border: none;
  padding-bottom: 30px;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-body {
  width: 285px !important;
  min-height: 182px;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 15px;
  position: relative;
  background: var(--feux-white, #ffffff);
  margin-right: 6.5%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 12px;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-body.card__promoted {
  width: 100%;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  bottom: -10px;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-body__no-desc {
  min-height: 400px !important;
}

@media (max-width: 767.98px) {
  .event-other-events-wrapper .event-card-wrapper__other .card .card-body {
    margin-top: 0;
    width: 95%;
    padding: 5px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.event-other-events-wrapper .event-card-wrapper__other .card .card-body .events-label-bar-wrapper__details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5em;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-body .events-box-place-wrapper {
  margin-top: auto;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-img-bottom {
  width: 300px;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-img-bottom img {
  width: 100%;
  height: 100%;
  max-height: 329px;
  border-radius: 12px !important;
}

@media (max-width: 767.98px) {
  .event-other-events-wrapper .event-card-wrapper__other .card .card-img-bottom img {
    height: 180px;
    width: 95%;
  }
}
.event-other-events-wrapper .event-card-wrapper__other .card .card-img-bottom.card__promoted {
  width: unset;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-img-bottom.card__promoted img {
  max-height: unset;
}

.event-other-events-wrapper .event-card-wrapper__other .card .card-img-top-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .event-other-events-wrapper .event-card-wrapper__other .card .card-img-top-mobile {
    display: initial;
  }
}
.event-other-events-wrapper .event-card-wrapper__other .card-no-img .card-body {
  height: 486px;
  margin-top: 0;
  margin-right: 0;
  border-radius: 12px;
}

.event-other-events-wrapper .event-card-wrapper__other .card-no-img .card-body:before {
  content: none;
}

.event-other-events-wrapper .event-card-wrapper__other .card-no-img .card-body:after {
  content: none;
}

@media (max-width: 767.98px) {
  .event-other-events-wrapper .event-card-wrapper__other .card-no-img .card-body {
    height: 260px;
  }
}
.event-other-events-wrapper .event-card-wrapper__other .card-no-img .card-body .events-box-place-wrapper {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.event-big-card-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.event-big-card-wrapper .zoom-box-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper {
    margin: 0;
    padding: 0;
  }
  .event-big-card-wrapper .zoom-box-mobile {
    display: initial;
    margin-top: 65px;
  }
}
.event-big-card-wrapper__back {
  padding-right: 27px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper__back {
    display: none;
  }
}
.event-big-card-wrapper__content {
  position: relative;
  width: 100%;
  margin-top: 44px;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper__content {
    padding: 1em;
    top: 0;
  }
  .event-big-card-wrapper__content .right-side {
    padding: 0;
  }
}
.event-big-card-wrapper__content_event-map {
  min-height: 300px;
  height: 100%;
}

.event-big-card-wrapper__content__bookmark .icon-text-link-wrapper__text {
  padding: 0;
  margin-left: 0.5em;
}

.event-big-card-wrapper__content__bookmark .icon-text-link-wrapper__text button {
  font-size: 11px;
  line-height: 14px;
}

.event-big-card-wrapper__content__bookmark svg {
  height: 17px !important;
  width: 12px !important;
}

.event-big-card-wrapper__card {
  border: none;
}

.event-big-card-wrapper__card__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  width: 60%;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 20px 24px;
  margin-top: -50px !important;
}

@media (min-width: 992px) {
  .event-big-card-wrapper__card__card-body {
    margin-right: 35px;
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .event-big-card-wrapper__card__card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
}
@media (max-width: 991.98px) {
  .event-big-card-wrapper__card__card-body {
    border-top-left-radius: 0 !important;
    margin-right: 15px;
    width: 100%;
    margin-top: 0 !important;
  }
}
.event-big-card-wrapper .event-card-right {
  max-width: 278px;
}

.event-big-card-wrapper .event-card-right .text-left {
  text-align: left;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .event-card-right {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .event-big-card-wrapper .event-card-right .zoom-box-desktop {
    display: none;
  }
}
.event-big-card-wrapper .event-card-right .zoom-box-desktop {
  position: relative;
  z-index: 2;
}

.event-big-card-wrapper .event-card-right .zoom-box-desktop address {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}

.event-big-card-wrapper .event-card-right__map img {
  padding: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.event-big-card-wrapper .event-card-right__share {
  padding-top: 25px;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .event-card-right__share {
    padding: 12px;
    margin: 35px 0;
  }
}
.event-big-card-wrapper .harmonogram {
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .event-big-card-wrapper .harmonogram {
    width: 100vw !important;
    max-width: unset !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
.event-big-card-wrapper .harmonogram__tabs {
  border-radius: 10px;
  border: 1px solid var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 36px;
}

.event-big-card-wrapper .harmonogram__tabs__tab {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.04em;
  padding: 10px;
  border-radius: 6px;
  margin: 5px;
  background: var(--feux-white-bg, #FFFFFF);
  color: var(--feux-blue-3-font, #003399);
}

.event-big-card-wrapper .harmonogram__tabs .collapsed {
  background-color: transparent;
  color: var(--feux-white-font, #FFFFFF);
}

.event-big-card-wrapper .harmonogram__title {
  padding: 68px 0 36px 0;
  color: var(--feux-white-font, #FFFFFF);
  font-size: 24px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.event-big-card-wrapper .harmonogram .harmonogram-card {
  background-color: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
  border: none;
  width: 70%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .event-big-card-wrapper .harmonogram .harmonogram-card {
    width: 90%;
  }
}
.event-big-card-wrapper .harmonogram .harmonogram-card .accordion {
  padding: 30px 0;
}

.event-big-card-wrapper .harmonogram .harmonogram-card .accordion-header button {
  padding: 30px 0;
}

.event-big-card-wrapper .harmonogram .harmonogram-card .accordion-header .collapsed {
  border-bottom: 1px solid var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.event-big-card-wrapper .harmonogram .harmonogram-card__room {
  padding-top: 27px;
  padding-bottom: 27px;
  width: 80%;
  background: transparent;
  border: none;
}

.event-big-card-wrapper .harmonogram .harmonogram-card__room h4, .event-big-card-wrapper .harmonogram .harmonogram-card__room .h4, .event-big-card-wrapper .harmonogram .harmonogram-card__room h5, .event-big-card-wrapper .harmonogram .harmonogram-card__room .h5 {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3, #003399);
  margin-bottom: 0;
}

.event-big-card-wrapper .harmonogram .harmonogram-card__room:nth-of-type(2) {
  border-top: 1px solid var(--feux-blue-3, #003399);
  border-bottom: 1px solid var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.event-big-card-wrapper .harmonogram .harmonogram-card__room:nth-of-type(3) {
  border-bottom: 1px solid var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
}

.event-big-card-wrapper .harmonogram .harmonogram-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  padding: 27px 0 44px;
  border-bottom: 1px solid var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .harmonogram .harmonogram-card__row {
    width: 90%;
  }
}
.event-big-card-wrapper .harmonogram .harmonogram-card__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .harmonogram .harmonogram-card__row-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.event-big-card-wrapper .harmonogram .harmonogram-card__row-item .time {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .harmonogram .harmonogram-card__row-item .time {
    width: 100%;
  }
}
.event-big-card-wrapper .harmonogram .harmonogram-card__row-item .desc {
  width: 80%;
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #383838);
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .harmonogram .harmonogram-card__row-item .desc {
    width: 100%;
  }
}
.event-big-card-wrapper .patronage {
  padding: 66px 0 100px;
}

.event-big-card-wrapper .patronage__logo-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  row-gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 100px;
}

@media (max-width: 991.98px) {
  .event-big-card-wrapper .patronage__logo-row {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .event-big-card-wrapper .patronage__logo-row .logo-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 20px 10px;
    display: none;
  }
  .event-big-card-wrapper .patronage__logo-row .logo-item:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event-big-card-wrapper .patronage__logo-row .logo-item img {
    margin: 0 auto;
  }
}
.event-big-card-wrapper .prelegent-slide .card {
  border-radius: 15px;
}

.event-big-card-wrapper .prelegent-slide .card-body {
  background: var(--feux-white, #ffffff);
  border-radius: 0px 12px 12px 12px;
  width: 90%;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.event-big-card-wrapper .prelegent-slide .card-body h4, .event-big-card-wrapper .prelegent-slide .card-body .h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
}

.event-big-card-wrapper .prelegent-slide .card-body p {
  font-size: 14px;
  line-height: 22px;
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
}

.event-big-card-wrapper .prelegent-slide .wydarzenia-swiper-card:after {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  bottom: -1px;
}

.event-big-card-wrapper .prelegent-slide.active, .event-big-card-wrapper .prelegent-slide:hover {
  cursor: pointer;
}

.event-big-card-wrapper .prelegent-slide.active .card-body, .event-big-card-wrapper .prelegent-slide:hover .card-body {
  background: var(--feux-blue-3, #003399);
  color: var(--feux-white, #ffffff);
}

.event-big-card-wrapper .prelegent-slide.active .card-body h4, .event-big-card-wrapper .prelegent-slide.active .card-body .h4, .event-big-card-wrapper .prelegent-slide:hover .card-body h4, .event-big-card-wrapper .prelegent-slide:hover .card-body .h4 {
  color: var(--feux-white, #ffffff);
}

.event-big-card-wrapper .prelegent-slide.active .card-body button h4, .event-big-card-wrapper .prelegent-slide.active .card-body button .h4, .event-big-card-wrapper .prelegent-slide:hover .card-body button h4, .event-big-card-wrapper .prelegent-slide:hover .card-body button .h4 {
  color: var(--feux-white, #ffffff);
}

.event-big-card-wrapper .prelegent-slide.active .card-body p, .event-big-card-wrapper .prelegent-slide:hover .card-body p {
  color: var(--feux-white3-70-font, rgba(255, 255, 255, 0.7));
}

.event-big-card-wrapper .prelegent-slide.active .wydarzenia-swiper-card:after, .event-big-card-wrapper .prelegent-slide:hover .wydarzenia-swiper-card:after {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background: var(--feux-blue-3, #003399);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  bottom: -1px;
}

.event-big-card-wrapper .single-prelegent-slide-section {
  display: none;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram {
  margin-bottom: 60px;
  width: 60%;
}

@media (max-width: 991.98px) {
  .event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram {
    width: 90%;
  }
}
.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__top {
  margin-bottom: 16px;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__top h5, .event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__top .h5 {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__close {
  border: none;
  background-color: transparent;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__description, .event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__link > a {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__link a {
  text-decoration: underline;
  margin-right: 5px;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__icons {
  gap: 15px;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__icons a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--feux-black-font, #1B1B1B);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__icons a svg, .event-big-card-wrapper .single-prelegent-slide .single-prelegent__biogram__icons a path {
  color: var(--feux-white, #ffffff);
  fill: var(--feux-white, #ffffff);
}

.event-big-card-wrapper .address-map-card {
  position: relative;
  padding: 55px 0;
}

.event-big-card-wrapper .address-map-card__map {
  border-radius: 12px;
}

.event-big-card-wrapper .address-map-card__map__map-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .address-map-card__map__map-mobile {
    display: initial;
  }
  .event-big-card-wrapper .address-map-card__map__map-desktop {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .event-big-card-wrapper .address-map-card__map img {
    width: 100%;
  }
}
.event-big-card-wrapper .address-map-card__description {
  border-radius: 12px;
  background: var(--feux-white-bg, #FFFFFF);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  padding: 55px;
}

@media (max-width: 991.98px) {
  .event-big-card-wrapper .address-map-card__description {
    width: 70%;
    position: relative;
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
    left: 50%;
    background: var(--feux-white-bg, #FFFFFF);
    padding: 25px;
  }
}
.event-big-card-wrapper .address-map-card__description h4, .event-big-card-wrapper .address-map-card__description .h4 {
  font-size: 14px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.event-big-card-wrapper .address-map-card__description address {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  margin-bottom: 0;
}

.event-big-card-wrapper .address-map-card__description__date {
  margin: 9px 0;
  font-size: 26px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.event-big-card-wrapper .address-map-card__description__days, .event-big-card-wrapper .address-map-card__description__info {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  margin-bottom: 0;
}

.event-big-card-wrapper .event-card-wrapper__other .swiper-slide:not(.promoted) {
  width: 300px !important;
}

.event-big-card-wrapper .event-card-wrapper__other .card {
  height: 100%;
  border: none;
  padding-bottom: 30px;
}

.event-big-card-wrapper .event-card-wrapper__other .card:not(.card__promoted) {
  width: 300px !important;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-body {
  width: 300px;
  min-height: 182px;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 15px;
  position: relative;
  background: var(--feux-white, #ffffff);
  margin-right: 6.5%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 12px;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-body.card__promoted {
  width: 100%;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  bottom: -10px;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-body__no-desc {
  min-height: 400px !important;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .event-card-wrapper__other .card .card-body {
    margin-top: 0;
    width: 95%;
    padding: 5px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.event-big-card-wrapper .event-card-wrapper__other .card .card-body .events-label-bar-wrapper__details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5em;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-body .events-box-place-wrapper {
  margin-top: auto;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-img-bottom {
  width: 300px;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-img-bottom img {
  width: 100%;
  height: 100%;
  max-height: 329px;
  border-radius: 12px !important;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .event-card-wrapper__other .card .card-img-bottom img {
    height: 180px;
    width: 95%;
  }
}
.event-big-card-wrapper .event-card-wrapper__other .card .card-img-bottom.card__promoted {
  width: unset;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-img-bottom.card__promoted img {
  max-height: unset;
}

.event-big-card-wrapper .event-card-wrapper__other .card .card-img-top-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .event-card-wrapper__other .card .card-img-top-mobile {
    display: initial;
  }
}
.event-big-card-wrapper .event-card-wrapper__other .card-no-img .card-body {
  height: 486px;
  margin-top: 0;
  margin-right: 0;
  border-radius: 12px;
}

.event-big-card-wrapper .event-card-wrapper__other .card-no-img .card-body:before {
  content: none;
}

.event-big-card-wrapper .event-card-wrapper__other .card-no-img .card-body:after {
  content: none;
}

@media (max-width: 767.98px) {
  .event-big-card-wrapper .event-card-wrapper__other .card-no-img .card-body {
    height: 260px;
  }
}
.event-big-card-wrapper .event-card-wrapper__other .card-no-img .card-body .events-box-place-wrapper {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.topic-container {
  color: var(--feux-white-font, #FFFFFF);
  padding-top: 39px;
  max-width: 100% !important;
  width: 100vw !important;
  max-width: unset !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.topic-container__title {
  font-size: 24px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.topic-container .topic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 0 91px 0;
}

@media (max-width: 767.98px) {
  .topic-container .topic-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 55px 0 0 0;
  }
}
@media (min-width: 768px) {
  .topic-container .topic-row {
    width: 80%;
    margin: 0 auto 1rem;
  }
}
.topic-container .topic-row__topic-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .topic-container .topic-row__topic-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-bottom: 60px;
  }
}
.topic-container .topic-row__topic-item .h5 {
  padding-top: 16px;
  max-width: 13ch;
  font-size: 18px;
  line-height: 22px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

@media (max-width: 991.98px) {
  ul.publi-tags-wrapper {
    position: relative;
    padding-bottom: 25px;
  }
  ul.publi-tags-wrapper > li.publi-tags-bottom-left {
    position: absolute;
    bottom: 0;
    left: 5px;
    margin-left: 0 !important;
  }
  ul.publi-tags-wrapper > li.publi-tags-bottom-right {
    position: absolute;
    bottom: 0;
    left: 135px;
    margin-left: 0 !important;
  }
}
.publi-label-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.publi-label-bar-wrapper__date {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .publi-label-bar-wrapper__date {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .publi-label-bar-wrapper {
    margin: 0;
  }
}
.publi-box-title-wrapper {
  font-size: 18px;
  line-height: 22px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .publi-box-title-wrapper {
    font-size: 14px;
    line-height: 18px;
  }
}
.publi-box-download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--feux-dark-blue-bg, #020947);
}

.publi-box-download-wrapper__text {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .publi-box-download-wrapper__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.publi-box-download-wrapper--dot-separator {
  margin: 0 5px;
}

.publi-box-download-wrapper__icon {
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .publi-box-wrapper {
    width: 100%;
    height: 155px !important;
  }
  .publi-box-wrapper > .publi-box-new {
    position: absolute !important;
    width: 65%;
    height: 155px;
    right: 0;
    margin: 0 !important;
    border-radius: 12px !important;
  }
  .publi-box-wrapper > .publi-box-new::after {
    display: none;
  }
  .publi-box-wrapper > .publi-box-new > .publi-box__labelbar {
    padding-bottom: 5px;
  }
  .publi-box-wrapper > .publi-box-new > .card-title {
    margin-bottom: 28px !important;
    height: 60px;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 20px !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .publi-box-wrapper > .publi-box-new > .publi-box__download {
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  .publi-box-wrapper > .publi-box-image-wrapper {
    position: absolute !important;
    width: 39%;
    left: 0;
    height: 155px;
    margin: 0;
  }
  .publi-box-wrapper > .publi-box-image-wrapper > img.img-fluid {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.publi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.publi-box__labelbar {
  padding-bottom: 7px;
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  .publi-box__labelbar {
    margin-bottom: 0;
  }
}
.publi-box__title {
  margin-bottom: 33px;
}

.publi-box__img {
  border-radius: 12px;
  margin-top: 15px;
}

.publi-box-new {
  margin-left: 0 !important;
  margin-bottom: -25px !important;
}

.publi-box-new .card-title {
  color: var(--feux-blue-3-font, #003399) !important;
}

.publi-box-image-wrapper {
  min-width: 100px;
}

@media (max-width: 767.98px) {
  .publi-box-image-wrapper {
    min-width: 100px;
  }
}
.publi-box-image-wrapper img {
  border-radius: 12px;
  min-width: 100px;
  width: 100%;
  max-height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 767.98px) {
  .publi-box-image-wrapper img {
    min-width: 100px;
    height: 215px;
  }
}
.publi-box-bg {
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
  padding: 15px 14px;
}

@media (max-width: 767.98px) {
  .publi-box-bg {
    padding: 5px 4px;
  }
}
.publi-box-simple {
  height: 405px;
  min-height: 200px;
}

@media (max-width: 767.98px) {
  .publi-box-simple {
    margin-bottom: 40px;
  }
}
.publi-box-advance {
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .publi-box-advance {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .publi-mobile-scroll {
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}
@media (max-width: 767.98px) {
  .publi-list-wrapper__data {
    width: 108px;
    padding-left: 22px;
    padding-right: 51px;
  }
}
.publi-list-wrapper li {
  margin-bottom: 78px;
}

@media (max-width: 767.98px) {
  .publi-list-wrapper li {
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

@media (max-width: 991.98px) {
  .publi-card-wrapper {
    padding: 0 10px;
  }
}
.publi-card-wrapper__main-image {
  margin-left: 10px;
  width: 235px;
  height: 285px;
}

@media (max-width: 991.98px) {
  .publi-card-wrapper__main-image {
    margin-left: 10px;
    width: 165px;
    height: 195px;
  }
}
@media (max-width: 767.98px) {
  .publi-card-wrapper__main-row__col {
    padding-right: 0;
  }
}
.publi-card-wrapper__main-row .publi-card-right__save {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .publi-card-wrapper__main-row {
    padding-left: 0;
    padding-right: 0;
  }
  .publi-card-wrapper__main-row .publi-card-right__save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.publi-card-wrapper__content {
  position: relative;
  top: 260px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .publi-card-wrapper__content {
    top: 170px;
  }
  .publi-card-wrapper__content .right-side {
    padding: 0;
  }
}
.publi-card-wrapper__back {
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .publi-card-wrapper__back {
    display: none;
  }
}
.publi-card-wrapper__back svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 991.98px) {
  .publi-card-wrapper .contact__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .publi-card-wrapper .contact__wrapper__header {
    font-size: 18px;
    line-height: 22px;
    font-size: 18px !important;
  }
}
.publi-card-wrapper__bottom-sticky-box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 73px;
  z-index: 1000000;
  border-radius: 12px;
  background: var(--feux-white-bg, #FFFFFF);
  width: 95vw;
  -webkit-transform: translateX(-2.5vw);
  -ms-transform: translateX(-2.5vw);
  transform: translateX(-2.5vw);
}

.publi-header-space {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  .publi-header-space {
    margin-bottom: 26px;
  }
}
.publi-card-header {
  position: relative;
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .publi-card-header {
    height: 190px;
  }
}
@media (max-width: 575.98px) {
  .publi-card-header {
    height: 220px;
  }
}
.publi-card-header__labelbar {
  color: var(--feux-white, #ffffff);
  margin-top: 25px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .publi-card-header__labelbar {
    font-size: 12px;
    line-height: 22px;
    margin-top: 14px;
    margin-bottom: 19px;
  }
}
.publi-card-header__labelbar .publi-label-bar-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .publi-card-header__labelbar .publi-label-bar-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.publi-card-header__labelbar .publi-label-bar-wrapper__date, .publi-card-header__labelbar .publi-label-bar-wrapper__label {
  padding-left: 13px;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 767.98px) {
  .publi-card-header__labelbar .publi-label-bar-wrapper__date, .publi-card-header__labelbar .publi-label-bar-wrapper__label {
    font-size: 12px;
    line-height: 15px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
    padding: 0 6px;
    margin-right: 0.5rem;
  }
}
.publi-card-header__title .publi-box-title-wrapper__title {
  font-size: 26px;
  line-height: 34px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .publi-card-header__title .publi-box-title-wrapper__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.publi-card-header__date {
  position: absolute;
  bottom: 23px;
  color: var(--feux-black-font, #1B1B1B);
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .publi-card-header__date {
    bottom: 16px;
  }
}
.publi-card-header__date--dot-separator {
  margin: 0 5px;
}

.breadcrumb-header {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-header a {
  font-size: 12px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

.breadcrumb-header a:first-child {
  margin-right: 8px;
}

.breadcrumb-header a:last-child {
  margin-left: 8px;
}

.breadcrumb-header__home, .breadcrumb-header__arrow {
  height: 21px;
}

.publi-card-left {
  padding-left: 12px;
  color: var(--feux-dark-blue-font, #020947);
}

@media (max-width: 991.98px) {
  .publi-card-left {
    padding-left: 10px;
  }
}
.publi-card-left__title {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 12px;
}

.publi-card-left__text {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 36px;
  word-break: break-word;
  max-width: 240px;
}

.publi-card-left .publi-box-image-wrapper {
  margin-left: -12px;
}

.publi-card-left .publi-box-image-wrapper img {
  max-width: 237px;
}

@media (max-width: 991.98px) {
  .publi-card-left__img-wrapper {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .publi-card-main {
    padding-top: 23px;
  }
}
.publi-card-main__title {
  font-size: 18px;
  line-height: 22px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 12px;
}

.publi-card-main__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.publi-card-main__text__desc {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-black-font, #1B1B1B);
  letter-spacing: 0.5px;
}

.publi-card-main__text__desc a {
  color: var(--feux-blue-3-font, #003399);
  text-decoration: underline;
}

.publi-card-right {
  min-width: 278px;
  position: relative;
  top: -25px;
  padding-left: 45px;
}

@media (max-width: 1199.98px) {
  .publi-card-right {
    padding-left: 0;
    padding-right: 15px;
  }
}
.publi-card-right__wrapper {
  padding: 16px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .publi-card-right__wrapper {
    position: fixed;
    bottom: 74px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    width: 360px;
    margin: 0 auto;
    background-color: var(--feux-grey12-bg, #F2F5FA);
    border-radius: 12px 12px 0 0;
  }
}
.publi-card-right__title {
  font-size: 16px;
  line-height: 20px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-blue-3-font, #003399);
}

.publi-card-right__text {
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-grey2-font, #4F4F4F);
  letter-spacing: 0.5px;
  padding: 12px;
}

@media (max-width: 991.98px) {
  .publi-card-right__text {
    font-size: 10px;
    line-height: 12px;
    padding: 10px 0;
  }
}
.publi-card-right__text__wrapper {
  margin-bottom: 10px;
  color: var(--feux-grey2-font, #4F4F4F);
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 10px;
}

@media (max-width: 991.98px) {
  .publi-card-right__text__wrapper {
    margin-bottom: 0;
  }
}
.publi-card-right__text__wrapper a {
  color: var(--feux-blue-3-font, #003399);
  text-decoration: underline;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.publi-card-right__text__wrapper span {
  white-space: nowrap;
  padding-right: 3px;
}

.publi-card-right__text__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 2px;
  height: 8px;
  margin: 2px 5px;
}

@media (max-width: 991.98px) {
  .publi-card-right__text__text {
    text-align: end;
    padding-right: 15px !important;
  }
}
.publi-card-right__text__status {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .publi-card-right__text__status {
    text-align: end;
  }
}
.publi-card-right__text__status a {
  text-decoration: underline;
}

.publi-card-right__share {
  padding-top: 25px;
}

@media (max-width: 991.98px) {
  .publi-card-right__share {
    padding: 40px 0;
  }
}
.publi-card-right .publi-box-image-wrapper {
  position: relative;
  top: 25px;
  z-index: -1;
  max-width: 278px;
}

.publi-card-right .publi-box-image-wrapper img {
  border-radius: 12px;
  min-width: 278px;
  width: 100%;
}

.publi-card-right .event-card-right__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.publi-card-right .event-card-right__share ul li a .icon-text-link-wrapper__text {
  color: var(--feux-blue-3-font, #003399);
  text-decoration: none;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  padding-left: 5px;
}

.publi-card-right__organizer__h3 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.publi-card-right__organizer__address {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.publi-card-right__organizer__name {
  color: var(--feux-blue-3-font, #003399);
}

.publi-card-right .save-style {
  font-size: 11px;
  line-height: 14px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.wrapper--save-in-my div {
  margin-left: 0;
}

.wrapper--save-in-my div .save-style {
  padding-left: 3px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.docs-container__header {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.docs-container .show-more-tags {
  height: 26px;
  gap: 4px;
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.docs-container .show-more-tags::after {
  content: "";
  width: 8px;
  height: 8px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.docs-container .show-more-tags--open::after {
  background-image: url("../images/fes/svg/arrow-up.svg");
}

.docs-container .show-more-tags--closed::after {
  background-image: url("../images/fes/svg/arrow-down.svg");
}

.document-list-wrapper .download-wrapper--text {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.document-list-wrapper__buttons {
  padding-bottom: 1.6875rem;
}

@media (max-width: 767.98px) {
  .document-list-wrapper__buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.document-list-wrapper__buttons--border {
  border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
  padding-bottom: 60px;
}

.document-list-wrapper__buttons--btn:last-child {
  padding-left: 2.5rem;
}

@media (max-width: 767.98px) {
  .document-list-wrapper__buttons--btn:last-child {
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .document-list-wrapper__buttons--btn br {
    display: none;
  }
}
.document-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.document-list .download-wrapper--text {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.document-list__element--check-input {
  border: 1px solid var(--feux-blue-3, #003399);
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.125rem;
  margin-top: 0.625rem;
}

.document-list__element--check-input[type=checkbox] {
  border-radius: 0.125rem;
}

.document-list__element--title {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-ue-blue-font, #0A50B9);
  margin-top: 0.5rem;
  padding-right: 2.25rem;
}

@media (max-width: 767.98px) {
  .document-list__element--title {
    font-size: 16px;
    line-height: 20px;
    font-family: Lexend-SemiBold, sans-serif;
    font-weight: 600;
    padding-right: 0;
  }
}
.document-list__element__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .document-list__element__desc {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }
}
.document-list__element__desc--date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.document-list__element__desc--dot-separator {
  margin: 0 10px;
}

.document-list__element__desc--underline {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .document-list__element__desc--d-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .document-list__element__desc--m-none {
    display: none;
  }
}
.document-list__element__desc__additional {
  gap: 1em;
}

.document-list__element__desc__additional a {
  color: var(--feux-ue-blue-font, #0A50B9);
  text-decoration: underline;
}

.document-list__element__desc__otherFormat {
  text-decoration: underline;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.document-list__element__desc__shorter {
  gap: 1em;
}

.document-list__element--border {
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  .document-list__element--border {
    border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
    padding-bottom: 1rem;
    margin-bottom: 1.125rem;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

@media (max-width: 767.98px) {
  .documents-card-wrapper {
    padding: 0 10px;
  }
  .documents-card-wrapper .zapisz-w-moje {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.documents-card-wrapper__main-image {
  margin-left: 10px;
  width: 235px;
  height: 285px;
}

@media (max-width: 767.98px) {
  .documents-card-wrapper__main-image {
    margin-left: 10px;
    width: 165px;
    height: 195px;
  }
}
.documents-card-wrapper__content {
  position: relative;
  top: 260px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767.98px) {
  .documents-card-wrapper__content {
    top: 170px;
  }
  .documents-card-wrapper__content .right-side {
    padding: 0;
  }
}
.documents-card-wrapper__back {
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .documents-card-wrapper__back {
    display: none;
  }
}
.documents-card-wrapper__back svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.documents-header-space {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .documents-header-space {
    margin-bottom: 0;
  }
}
.documents-card-header {
  position: relative;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .documents-card-header {
    height: 160px;
  }
}
.documents-card-header__title .documents-box-title-wrapper__title {
  margin-top: 2rem;
  font-size: 26px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  max-width: 55%;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .documents-card-header__title .documents-box-title-wrapper__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
}
.documents-card-header__breadcumb {
  margin-bottom: 10px;
}

.documents-card-header__date {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  padding-bottom: 34px;
}

@media (max-width: 991.98px) {
  .documents-card-header__date {
    bottom: 16px;
  }
}
.documents-card-header__date--dot-separator {
  background-color: red;
  margin: 0 5px;
}

.documents-card-left {
  padding-left: 12px;
  color: var(--feux-black-font, #1B1B1B);
}

.documents-card-left__title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 0;
  letter-spacing: 0.02em;
}

.documents-card-left__text {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 36px;
  width: 260px;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .documents-card-left__text {
    padding-bottom: 18px;
  }
}
@media (max-width: 1199.98px) {
  .documents-card-left__text {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .documents-card-main {
    width: 98%;
  }
}
.documents-card-main__title {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 12px;
}

.documents-card-main__title--list {
  padding: 21px 0 12px 0;
}

@media (max-width: 767.98px) {
  .documents-card-main__title--list {
    padding: 30px 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .documents-card-main__title--hidden-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .documents-card-main__title--hidden-desktop {
    display: none;
  }
}
.documents-card-main__text {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--feux-black-font, #1B1B1B);
}

.documents-card-main__text small, .documents-card-main__text .small {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-grey2-font, #4F4F4F);
}

.documents-card-main__text--link {
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  color: var(--feux-blue-3-font, #003399);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

@media (max-width: 767.98px) {
  .documents-card-main__text--hidden-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .documents-card-main__text--hidden-desktop {
    display: none;
  }
}
.documents-card-main__meta-info {
  font-size: 12px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.documents-card-main__meta-info__validity {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.documents-card-main__meta-info__link {
  text-decoration: underline;
  color: var(--feux-blue-3-font, #003399);
  cursor: pointer;
}

.document-card-wrapper__buttons {
  padding-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
  .document-card-wrapper__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .download-wrapper {
    margin-right: 1.2rem;
  }
  .download-wrapper--text {
    padding-left: 1.2rem !important;
  }
}
.documents-card-right {
  min-width: 274px;
  position: relative;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .documents-card-right {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0;
    margin-top: 24px;
    margin-bottom: -24px;
  }
  .documents-card-right .documents-box-image-wrapper {
    display: none;
  }
}
.documents-card-right__btn .feux-btn-primary {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  background-color: var(--feux-blue-3, #003399);
}

.documents-card-right__btn .feux-btn-primary:hover {
  background-color: var(--feux-blue-3-80, rgba(0, 51, 153, 0.8));
}

.documents-card-right__wrapper {
  padding: 15px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  width: 100%;
  margin: 0;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .documents-card-right__wrapper {
    margin-top: 0;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }
}
.documents-card-right__title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 12px;
}

@media (min-width: 992px) {
  .documents-card-right__title--hidden-desktop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .documents-card-right__title--hidden-mobile {
    display: none;
  }
}
.documents-card-right__img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100% !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px 0 20px 0;
}

.documents-card-right__img__wrapper svg {
  height: 42px;
  width: auto;
}

.documents-card-right__img__wrapper svg path {
  fill: var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .documents-card-right__img__wrapper {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .documents-card-right__img__wrapper svg {
    height: 84px;
  }
}
.documents-card-right__text {
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-grey2-font, #4F4F4F);
  letter-spacing: 0.02em;
  padding: 0;
}

@media (max-width: 767.98px) {
  .documents-card-right__text {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
  }
}
.documents-card-right__text__wrapper {
  margin-bottom: 10px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 10px;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .documents-card-right__text__wrapper {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.documents-card-right__text__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 2px;
  height: 8px;
  margin: 0 2px;
}

.documents-card-right__text__separator--dot-separator {
  margin: 0 5px;
}

@media (max-width: 767.98px) {
  .documents-card-right__text__status {
    text-align: end;
    padding-right: 15px !important;
  }
}
.documents-card-right__text__status--underline {
  text-decoration: underline;
}

.documents-card-right__text--link {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  color: var(--feux-blue-3-font, #003399);
}

.documents-card-right__share {
  padding-top: 25px;
}

@media (max-width: 767.98px) {
  .documents-card-right__share {
    padding: 40px 0;
  }
}
.documents-card-right .documents-box-image-wrapper {
  position: relative;
  top: 25px;
  z-index: -1;
  max-width: 278px;
}

.documents-card-right .documents-box-image-wrapper img {
  border-radius: 12px;
  min-width: 278px;
  width: 100%;
}

.documents-list-wrapper {
  padding-bottom: 2rem;
}

.documents-list-wrapper__left {
  padding: 0 12px 0 10px;
}

.documents-list-wrapper__left__title {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.documents-list-wrapper__left__info {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

@media (min-width: 992px) {
  .documents-list-wrapper__left__info--hidden-desktop {
    display: none;
  }
}
.documents-list-wrapper__left__info--link {
  color: var(--feux-blue-3-font, #003399);
}

.documents-list-wrapper__left__info--link a {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .documents-list-wrapper__left__info--link {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .documents-list-wrapper__left {
    padding: 0 12px 0 0;
  }
}
@media (max-width: 767.98px) {
  .documents-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.details-wrapper {
  display: none;
}

.details-wrapper__title {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-dark-blue-font, #020947);
  padding-bottom: 12px;
}

.details-wrapper__desc {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.publi-card-right__share--documents .icon-text-link-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.publi-card-right__share--documents .icon-text-link-wrapper__text {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.publi-card-right__share--documents .icon-text-link-wrapper__text__slogan {
  margin: 0 0 6px 0;
}

.publi-card-right__share--documents .icon-text-link-wrapper__text__main {
  color: var(--feux-blue-3-font, #003399);
}

.publi-card-right__share--documents .icon-text-link-wrapper__text__icon-small a {
  margin: 0 0.6rem 0 0;
  text-decoration: none;
}

.publi-card-right__share--documents .icon-text-link-wrapper__text__icon-small a svg path {
  fill: var(--feux-black-font, #1B1B1B);
}

.publi-card-right__share--documents .icon-text-link-wrapper__icon {
  margin-top: 0.9rem;
}

.publi-card-right__share--documents .icon-text-link-wrapper__icon svg {
  height: 1.8rem;
  width: 1.8rem;
}

.publi-card-right__share--documents .icon-text-link-wrapper__icon svg path {
  stroke: var(--feux-blue-3-font, #003399);
}

.publi-card-right__save--documents {
  text-align: right;
  margin-top: 12px;
  margin-bottom: 1.6rem;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .publi-card-right__save--documents .icon-text-link-wrapper {
    margin-left: 0;
  }
}
.publi-card-right__save--documents .icon-text-link-wrapper__text {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: var(--feux-blue-3-font, #003399);
  padding-left: 0.25em;
}

.publi-card-right__save--documents .icon-text-link-wrapper__icon path {
  stroke: var(--feux-blue-3-font, #003399);
}

.breadcumb {
  font-size: 14px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 24px;
}

.breadcumb .breadcumd-separator {
  margin: 0 12px;
}

.breadcumb .breadcumd-separator svg {
  height: 9px;
  width: auto;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.bottom-spacer::after {
  content: "";
  display: block;
  height: 3px;
  width: 144px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.bottom-spacer--none::after {
  display: none;
}

.bottom-spacer--green::after {
  background-color: var(--feux-green8-bg, #238E12);
}

.bottom-spacer--blue::after {
  background-color: var(--feux-blue-3, #003399);
}

.bottom-spacer--gray::after {
  background-color: var(--feux-grey15-bg, #898A8C);
}

.bottom-spacer .contact-menu-wrapper__breadcrumb {
  margin-bottom: 24px;
}

.news-list-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list-wrapper__list__item {
  width: 313px;
  margin-bottom: 45px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news-list-wrapper__list__item {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-list-wrapper__list__item {
    width: 274px;
  }
}
@media (max-width: 767.98px) {
  .news-list-wrapper__list__item {
    width: 100%;
  }
}
.news-list-wrapper__list__item .card {
  border: none;
}

@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news-list-wrapper__list__item .card .card-body {
  height: 163px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 15px;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card .card-body {
    margin-top: 0;
    height: 92px;
    width: 60%;
    min-height: initial !important;
    padding: 5px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .news-list-wrapper__list__item .card .card-body:before {
    content: none;
  }
}
.news-list-wrapper__list__item .card .card-body .card-success-story__title h3, .news-list-wrapper__list__item .card .card-body .card-success-story__title .h3 {
  font-size: 16px;
  line-height: 22px;
  -webkit-line-clamp: 2;
}

.news-list-wrapper__list__item .card .card-img-top:not(.card-img-top-mobile) > img {
  border-top-right-radius: 12px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card .card-img-top {
    height: 92px;
    width: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card .card-img-top img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.news-list-wrapper__list__item .card .card-img-top-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card .card-img-top-mobile {
    display: initial;
  }
}
.news-list-wrapper__list__item .card-no-img .card-body {
  height: 318px;
  margin-top: 0;
  margin-right: 0;
  border-top-left-radius: 12px !important;
}

.news-list-wrapper__list__item .card-no-img .card-body:before {
  content: none;
}

@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card-no-img .card-body {
    height: 92px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.news-list-wrapper__list__item .card-no-img .card-body .card-success-story__desc {
  font-size: 14px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .news-list-wrapper__list__item .card-no-img .card-body .card-success-story__desc {
    display: none;
  }
}
@media (min-width: 992px) {
  .width-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.h2 {
  margin-top: 77px;
  margin-bottom: 43px;
  font-weight: 600 !important;
  width: 100%;
  word-break: break-word;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .h2 {
    margin-top: 17px;
    margin-bottom: 20px;
  }
}
.h3 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--feux-dark-blue-font, #020947);
  padding-bottom: 12px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.input-sd-sd-container {
  position: relative;
  float: left;
}

.input-sd-sd {
  padding: 5px 10px;
  height: 30px;
  width: 150px;
}

.input-sd-open-button {
  position: absolute;
  top: 5px;
  right: 11px;
  width: 35px;
  height: 35px;
  background: #fff;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-sd-open-button button {
  border: none;
  background: transparent;
}

.form-select {
  padding: 10px;
  border-radius: 6px;
  height: 46px;
  width: 100%;
  border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  font-size: 14px;
  line-height: 18px;
}

.form-select:hover {
  border: 1px solid var(--feux-gold-bg, #F9990D);
}

.form-select:hover ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.form-select:focus {
  border: 1px solid var(--feux-ue-blue-bg, #20196F);
}

.form-select:focus ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.yellow-box {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  background-color: var(--feux-orange6-bg, #FFF4CE);
  position: absolute;
  right: -70px;
  top: 33px;
  width: 200px;
  border-radius: 6px;
  padding: 18px 16px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .yellow-box {
    right: -120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .yellow-box {
    right: -140px;
  }
}
.yellow-box--desc {
  margin-top: 10px;
  color: #000;
}

@media (max-width: 991.98px) {
  .yellow-box {
    display: none;
  }
}
.calender-box .input-sd-sd {
  text-transform: uppercase;
}

.event-save-wrapper {
  position: relative;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__contact .icon-text-wrapper {
    text-align: left !important;
  }
}
.event-save-wrapper__content--left--title {
  font-size: 28px;
  line-height: 35px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left--title {
    font-size: 18px;
    line-height: 22px;
    border-bottom: none;
  }
}
.event-save-wrapper__content--left--desc {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
  padding-bottom: 20px;
  width: 90%;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left--desc {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}
.event-save-wrapper__content--left .form-content {
  margin-bottom: 3rem;
}

.event-save-wrapper__content--left .form-content__group__wysiwyg textarea {
  padding: 70px 10px 12px 10px !important;
}

.event-save-wrapper__content--left .form-content__required-info {
  font-size: 12px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.event-save-wrapper__content--left .form-content__name {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left .form-content__name {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}
.event-save-wrapper__content--left .form-content__small {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.9;
}

.event-save-wrapper__content--left .form-content__mail .input-wrapper__label--text {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
  margin-bottom: 5px;
}

.event-save-wrapper__content--left .form-content__mail .input-wrapper__label--text__asterisk {
  display: none !important;
  color: var(--feux-red-bg, #E5001D);
}

.event-save-wrapper__content--left .form-content__color-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 575.98px) {
  .event-save-wrapper__content--left .form-content__color-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.event-save-wrapper__content--left .form-content__color-grid .form-check__color-box {
  padding-top: 35px;
}

.event-save-wrapper__content--left .form-content__color-grid .form-check__color-box-label {
  font-size: 14px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  top: 12px;
  left: 20px;
}

.event-save-wrapper__content--left .form-content__color-grid .form-check__color-box-input {
  position: absolute;
  left: 10px;
  top: 9px;
}

.event-save-wrapper__content--left .form-content__range-slider .form-range::-webkit-slider-runnable-track {
  height: 3px;
}

.event-save-wrapper__content--left .form-content__range-slider .form-range::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  margin-top: -8px;
  background-color: var(--feux-blue-3, #003399);
}

.event-save-wrapper__content--left .form-content__range-slider--scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-save-wrapper__content--left .form-content__range-slider--scale span {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-save-wrapper__content--left .form-content__range-slider input {
  position: relative;
}

.event-save-wrapper__content--left .form-content__range-slider input:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--feux-uep-blue-bg, #407DD8);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 2px;
}

.event-save-wrapper__content--left .form-content__range-slider input:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--feux-uep-blue-bg, #407DD8);
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 2px;
}

.event-save-wrapper__content--left .form-content__group__comment__placeholder {
  position: absolute;
  height: 0;
  padding: 1em;
}

.event-save-wrapper__content--left .form-content__group__comment__placeholder__top {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-save-wrapper__content--left .form-content__group__comment__placeholder__bottom {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.event-save-wrapper__content--left .form-content__group__comment__placeholder__wysiwyg button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.event-save-wrapper__content--left .form-content__group__comment__placeholder-wysiwyg {
  background-color: rgba(217, 217, 217, 0.4);
  height: initial;
  width: 100%;
}

.event-save-wrapper__content--left .form-content__group textarea {
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  padding: 12px 10px;
  border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  border-radius: 6px;
  color: var(--feux-black-font, #1B1B1B);
  width: 100%;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left .form-content__group textarea {
    max-width: 100%;
  }
}
.event-save-wrapper__content--left .form-content__group textarea::-webkit-input-placeholder {
  visibility: hidden !important;
  color: var(--feux-white-bg, #FFFFFF);
}

.event-save-wrapper__content--left .form-content__group textarea::-moz-placeholder {
  visibility: hidden !important;
  color: var(--feux-white-bg, #FFFFFF);
}

.event-save-wrapper__content--left .form-content__group textarea:-ms-input-placeholder {
  visibility: hidden !important;
  color: var(--feux-white-bg, #FFFFFF);
}

.event-save-wrapper__content--left .form-content__group textarea::-ms-input-placeholder {
  visibility: hidden !important;
  color: var(--feux-white-bg, #FFFFFF);
}

.event-save-wrapper__content--left .form-content__group textarea::placeholder {
  visibility: hidden !important;
  color: var(--feux-white-bg, #FFFFFF);
}

.event-save-wrapper__content--left .form-content * > input[type=text] {
  width: inherit;
}

.event-save-wrapper__content--left .form-content__terms-wrapper {
  margin-bottom: 2.5rem;
}

.event-save-wrapper__content--left .form-content__terms-wrapper::-webkit-scrollbar {
  display: none;
}

.event-save-wrapper__content--left .form-content__terms-wrapper--check {
  border: 1px solid var(--feux-black-font, #1B1B1B);
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.125rem;
}

.event-save-wrapper__content--left .form-content__terms-wrapper--check[type=checkbox] {
  border-radius: 0.125rem;
}

.event-save-wrapper__content--left .form-content__terms-wrapper__list {
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  padding: 0;
}

@media (max-width: 991.98px) {
  .event-save-wrapper__content--left .form-content__terms-wrapper {
    width: 100%;
  }
}
.event-save-wrapper__content--left .form-content__score--title {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-black-font, #1B1B1B);
  width: 150px;
  margin-bottom: 1.25rem;
}

.event-save-wrapper__content--left .form-content__score--title--info-bot {
  margin-top: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey3-font, #828282);
}

@media (max-width: 991.98px) {
  .event-save-wrapper__content--left .form-content__score--title--info-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .event-save-wrapper__content--left .form-content__score--title--info-bot {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .event-save-wrapper__content--left .form-content__score--title {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.event-save-wrapper__content--left .form-content__score--equation-desktop {
  font-size: 18px;
  line-height: 20px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .event-save-wrapper__content--left .form-content__score--equation-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .event-save-wrapper__content--left .form-content__score--equation-desktop {
    display: none;
  }
}
.event-save-wrapper__content--left .form-content__score--equation-mobile {
  font-size: 18px;
  line-height: 20px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-save-wrapper__content--left .form-content__score--equation-mobile--input {
  margin-left: 0.5rem;
}

@media (max-width: 991.98px) {
  .event-save-wrapper__content--left .form-content__score--equation-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-save-wrapper__content--left .form-content__score--equation-mobile--input {
    margin-bottom: 1rem;
  }
}
.event-save-wrapper__content--left .form-content__score--info-bot {
  margin-top: 0.625rem;
  margin-bottom: 4.375rem;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-grey3-font, #828282);
}

@media (max-width: 991.98px) {
  .event-save-wrapper__content--left .form-content__score--info-bot {
    color: var(--feux-white-font, #FFFFFF);
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .event-save-wrapper__content--left .form-content__score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--feux-grey5-font, #F3F3F3);
    margin-bottom: 1rem;
  }
}
.event-save-wrapper__content--left .form-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-save-wrapper__content--left .form-content__info--text {
  margin-left: 1rem;
}

.event-save-wrapper__content--left .form-content__info--text--name {
  color: var(--feux-ue-blue-2-font, #0A50B9);
  font-size: 14px;
  line-height: 20px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left .form-content__info--text--name {
    width: 50%;
  }
}
.event-save-wrapper__content--left .form-content__info--text--address {
  padding-top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left .form-content__info--text {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .event-save-wrapper__content--left .form-content__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.event-save-wrapper__content--left--error-tooltip {
  border-radius: 6px;
  background: #fcd9dd;
  padding: 14px 19px;
  position: relative;
}

.event-save-wrapper__content--left--error-tooltip p {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .event-save-wrapper__content--left--error-tooltip {
    width: 100%;
  }
}
.event-save-wrapper__content--left--error-tooltip::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #fcd9dd;
}

.event-save-wrapper__content--right .event-save-wrapper-info__img {
  position: relative;
}

.event-save-wrapper__content--right .event-save-wrapper-info__img > img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.event-save-wrapper__content--right .event-save-wrapper-info__img:after {
  content: "";
  height: 20px;
  width: 100%;
  background-color: var(--feux-white-bg, #FFFFFF);
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.event-save-wrapper__content--right .event-save-wrapper-info__box {
  background-color: var(--feux-white-bg, #FFFFFF);
  color: var(--feux-black-font, #1B1B1B);
  padding: 0.375rem 1.5rem 0 1.5rem;
}

.event-save-wrapper__content--right .event-save-wrapper-info__box--title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
}

.event-save-wrapper__content--right .event-save-wrapper-info__box--date {
  font-size: 16px;
  line-height: 22px;
  font-family: Ubuntu-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.event-save-wrapper__content--right .event-save-wrapper-info__box--date--hour {
  font-size: 28px;
  line-height: 26px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.event-save-wrapper__content--right .event-save-wrapper-info__footer {
  padding: 1.875rem;
  background-color: var(--feux-white, #ffffff);
  font-size: 12px;
  line-height: 14px;
  color: var(--feux-grey2-font, #4F4F4F);
  letter-spacing: 0.02em;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media (max-width: 991.98px) {
  .event-save-wrapper__content--right {
    display: none;
  }
}
.event-save-wrapper textarea {
  resize: none;
  color: #000 !important;
}

.event-save-wrapper .calendar-wrapper {
  row-gap: 1rem;
}

@media (max-width: 991.98px) {
  .event-save-wrapper .calendar-wrapper .calender-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.input-range-20::-moz-range-track {
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 20%, #dee2e6 20%) !important;
}

.input-range-20::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--feux-blue-3, #003399)), color-stop(20%, #dee2e6)) !important;
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 20%, #dee2e6 20%) !important;
}

.input-range-40::-moz-range-track {
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 40%, #dee2e6 40%) !important;
}

.input-range-40::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--feux-blue-3, #003399)), color-stop(40%, #dee2e6)) !important;
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 40%, #dee2e6 40%) !important;
}

.input-range-60::-moz-range-track {
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 60%, #dee2e6 60%) !important;
}

.input-range-60::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, var(--feux-blue-3, #003399)), color-stop(60%, #dee2e6)) !important;
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 60%, #dee2e6 60%) !important;
}

.input-range-80::-moz-range-track {
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 80%, #dee2e6 80%) !important;
}

.input-range-80::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, var(--feux-blue-3, #003399)), color-stop(80%, #dee2e6)) !important;
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 80%, #dee2e6 80%) !important;
}

.input-range-100::-moz-range-track {
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 100%, #dee2e6 100%) !important;
}

.input-range-100::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, var(--feux-blue-3, #003399)), to(#dee2e6)) !important;
  background: linear-gradient(to right, var(--feux-blue-3, #003399) 100%, #dee2e6 100%) !important;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.event-save-wrapper-footer {
  margin: 2.75rem 0;
}

.event-save-wrapper-footer .btn-protip {
  width: 55%;
}

@media (max-width: 767.98px) {
  .event-save-wrapper-footer .btn-protip {
    width: 100%;
  }
}
.event-save-wrapper-footer > *:nth-child(1) {
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.event-save-wrapper-footer > *:nth-child(1) > p {
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  .event-save-wrapper-footer > *:nth-child(1) {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .event-save-wrapper-footer > div:nth-child(3) {
    margin: 1.25rem 0;
  }
}
.event-save-wrapper-footer .event-numbers-wrapper {
  margin-top: 1rem;
}

.event-save-wrapper-footer .event-numbers-wrapper--number {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

@media (max-width: 991.98px) {
  .event-save-wrapper-footer {
    margin: 2.75rem 0 2.75rem 0;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.icon-text-wrapper__desc--title {
  font-size: 16px;
  line-height: 18px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.icon-text-wrapper__desc--title--back {
  color: var(--feux-black-font, #1B1B1B);
}

.icon-text-wrapper__desc--title--blue {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.icon-text-wrapper__desc--info {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

@media (max-width: 991.98px) {
  .icon-text-wrapper__icon {
    margin-bottom: 1rem;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.event-save-success-wrapper {
  border-bottom: 0.5px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
}

.event-save-success-wrapper .event-save-success-content--img {
  margin-bottom: 2.75rem;
}

.event-save-success-wrapper .event-save-success-content--title {
  font-size: 28px;
  line-height: 35px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-dark-blue-font, #020947);
  border-bottom: 3px solid var(--feux-green2-bg, #4BBC38);
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper .event-save-success-content--title {
    font-family: Lexend-SemiBold, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    border-bottom: none;
  }
}
.event-save-success-wrapper .event-save-success-content--desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--feux-dark-blue-font, #020947);
  opacity: 0.7;
  padding-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper .event-save-success-content--desc {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .event-save-success-wrapper .event-save-success-content--btn {
    width: 100%;
  }
}
.event-save-success-wrapper .event-save-success-content--sub-title {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper .event-save-success-content--sub-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.event-save-success-wrapper .event-save-success-content--protip {
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-dark-blue-font, #020947);
  opacity: 0.7;
  margin-top: 2.5rem;
  border-top: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
  padding-top: 1.5625rem;
  width: 76%;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper .event-save-success-content--protip {
    border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
    border-top: none;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .event-save-success-wrapper .event-save-success-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.event-save-success-wrapper__left .form-content {
  margin-top: 14rem;
  margin-bottom: 3rem;
}

.event-save-success-wrapper__left .form-content__name {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper__left .form-content__name {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}
.event-save-success-wrapper__left .form-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper__left .form-content__info--name {
    margin-bottom: 0.625rem;
  }
}
.event-save-success-wrapper__left .form-content__info--text {
  margin-left: 1rem;
}

.event-save-success-wrapper__left .form-content__info--text--name {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 14px;
  line-height: 20px;
}

.event-save-success-wrapper__left .form-content__info--text--address {
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black-20-bg, rgba(27, 27, 27, 0.78));
  padding-top: 6px;
  width: 25%;
}

@media (max-width: 767.98px) {
  .event-save-success-wrapper__left .form-content__info--text--address {
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .event-save-success-wrapper__left .form-content__info--text {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .event-save-success-wrapper__left .form-content__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .event-save-success-wrapper__left .form-content {
    margin-top: 2rem;
  }
}
.event-save-success-wrapper__right .event-save-success-info__img {
  position: relative;
}

.event-save-success-wrapper__right .event-save-success-info__img > img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.event-save-success-wrapper__right .event-save-success-info__img:after {
  content: "";
  height: 20px;
  width: 100%;
  background-color: var(--feux-ue-blue-bg, #20196F);
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.event-save-success-wrapper__right .event-save-success-info__box {
  background-color: var(--feux-ue-blue-bg, #20196F);
  padding: 0.375rem 1.5rem 2rem 1.5rem;
}

.event-save-success-wrapper__right .event-save-success-info__box--title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-white, #ffffff);
}

.event-save-success-wrapper__right .event-save-success-info__box--date {
  font-size: 16px;
  line-height: 22px;
  font-family: Ubuntu-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-white, #ffffff);
}

.event-save-success-wrapper__right .event-save-success-info__box--date--hour {
  font-size: 28px;
  line-height: 26px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.event-save-success-wrapper__right .event-save-success-info__footer {
  padding: 1.875rem;
  background-color: var(--feux-white, #ffffff);
  font-size: 12px;
  line-height: 14px;
  color: var(--feux-grey2-font, #4F4F4F);
  letter-spacing: 0.02em;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media (max-width: 991.98px) {
  .event-save-success-wrapper__right {
    display: none;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.recruitment-wrapper {
  margin-top: 35px;
  background: var(--feux-blue-7, #FAFCFF);
  border-radius: 16px;
  padding: 17px 7px 0 7px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper {
    padding: 8px 10px;
    margin-top: 15px;
    border-radius: 12px;
  }
  .recruitment-wrapper:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.recruitment-wrapper__header {
  padding-bottom: 12px;
}

@media (max-width: 575.98px) {
  .recruitment-wrapper__header {
    padding-bottom: 30px;
  }
}
.recruitment-wrapper__header__whoWhat__small {
  font-size: 12px;
  line-height: 18px;
}

.recruitment-wrapper__header__whoWhat {
  font-size: 14px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__header__whoWhat {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .recruitment-wrapper__header__whoWhat__underline {
    text-decoration: underline;
  }
}
.recruitment-wrapper__header__whoWhat__width {
  max-width: 646px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__header__whoWhat__width {
    max-width: 80%;
  }
}
.recruitment-wrapper__header__whoWhat__logo {
  height: 100%;
  margin-right: 13px;
  margin-left: 15px;
}

.recruitment-wrapper__header__whoWhat--who {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

.recruitment-wrapper__header__dateTime {
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__header__dateTime {
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .recruitment-wrapper__header--save {
    display: none;
  }
}
.recruitment-wrapper__main {
  padding: 16px;
  background: var(--feux-white, #ffffff);
  border-radius: 14px;
}

.recruitment-wrapper__main__left__border {
  border-bottom: none;
  border-right: 1px solid var(--feux-blue-6, #ECF3FC);
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__main__left__border {
    border-right: none;
    border-bottom: 1px solid var(--feux-blue-6, #ECF3FC);
  }
}
.recruitment-wrapper__main__left__border__small {
  border-right: none;
  border-bottom: 1px solid var(--feux-blue-6, #ECF3FC);
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__main__right {
    padding-right: 0;
    margin-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--feux-blue-6, #ECF3FC);
  }
}
.recruitment-wrapper__main__right__small {
  border-right: none;
  border-bottom: 1px solid var(--feux-blue-6, #ECF3FC);
}

.recruitment-wrapper__tagBar {
  padding-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__tagBar {
    padding-right: 0;
    row-gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruitment-wrapper__tagBar__small {
  padding-right: 0;
  row-gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruitment-wrapper__tagBar__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruitment-wrapper__tagBar__tag span {
  padding-left: 8px;
  font-size: 14px;
  line-height: 22px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.recruitment-wrapper__tagBar__tag > * {
  font-size: 12px;
  line-height: 8px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.recruitment-wrapper__tagBar__tag.recruitment-wrapper__tagBar__tag__lowercase > * {
  text-transform: unset !important;
}

.recruitment-wrapper__tagBar__save {
  margin-top: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitment-wrapper__tagBar__save .icon-text-link-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}

.recruitment-wrapper__tagBar__save .icon-text-link-wrapper:first-child {
  margin-right: 20px;
}

.recruitment-wrapper__tagBar__save .icon-text-link-wrapper__icon svg {
  max-height: 18px;
}

.recruitment-wrapper__tagBar__save .icon-text-link-wrapper__text {
  padding-left: 5px;
  color: var(--feux-blue-3-font, #003399);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.recruitment-wrapper__tagBar__save__small .icon-text-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.recruitment-wrapper__titleBar {
  padding-top: 6px;
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__titleBar {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.recruitment-wrapper__titleBar__title {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 7px;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__titleBar__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.recruitment-wrapper__locationBar {
  color: var(--feux-blue-3-font, #003399);
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.recruitment-wrapper__descBar {
  width: 90%;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__descBar {
    display: none;
  }
}
.recruitment-wrapper__subdescBar {
  padding-top: 6px;
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-grey2-font, #4F4F4F);
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__subdescBar {
    padding-bottom: 10px;
    padding-top: 0px;
  }
}
.recruitment-wrapper__financeBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  line-height: 28px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__financeBar {
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .recruitment-wrapper__financeBar {
    margin-bottom: 47px;
  }
}
.recruitment-wrapper__financeBar__info__text-big, .recruitment-wrapper__financeBar__info__text-small {
  white-space: nowrap;
  font-size: 36px;
  line-height: 41px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__financeBar__info__text-big, .recruitment-wrapper__financeBar__info__text-small {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitment-wrapper__financeBar__info__text-big span, .recruitment-wrapper__financeBar__info__text-small span {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__financeBar__info__text-big span, .recruitment-wrapper__financeBar__info__text-small span {
    font-size: 12px;
    line-height: 20px;
  }
}
.recruitment-wrapper__financeBar__info__text-big__small, .recruitment-wrapper__financeBar__info__text-small__small {
  font-size: 16px;
  line-height: 20px;
}

.recruitment-wrapper__financeBar__info {
  font-size: 12px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__financeBar__info {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
}
.recruitment-wrapper__financeBar__info__range {
  font-size: 36px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__financeBar__info__range {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitment-wrapper__financeBar__info__from-to {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__financeBar__info__from-to {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitment-wrapper__financeBar__info__small {
  font-size: 14px;
  line-height: 20px;
}

.recruitment-wrapper__dateBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__dateBar {
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.recruitment-wrapper__dateBar_startEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__dateBar_startEnd {
    margin-top: 8px;
  }
}
.recruitment-wrapper__dateBar_title {
  font-size: 12px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
  letter-spacing: 0.02em;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__dateBar_title {
    font-size: 12px;
    line-height: 16px;
  }
}
.recruitment-wrapper__dateBar_date {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .recruitment-wrapper__dateBar_date {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitment-wrapper__dateBar_datetime {
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-active-filter-wrapper {
  padding: 24px 0;
}

.recruitment-active-filter-wrapper__memberBox {
  height: 24px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767.98px) {
  .recruitment-active-filter-wrapper__memberBox {
    padding-right: 20px;
  }
}
.recruitment-active-filter-wrapper__memberBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-left: 10px;
  font-size: 14px;
  line-height: 12px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-ue-blue-bg, #0A50B9);
}

@media (max-width: 767.98px) {
  .recruitment-active-filter-wrapper__memberBox__title {
    font-size: 12px;
    line-height: 12px;
  }
}
.recruitment-active-filter-wrapper__exportBox {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767.98px) {
  .recruitment-active-filter-wrapper__exportBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.recruitment-active-filter-wrapper__exportBox button {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.recruitment-active-filter-wrapper__exportBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 767.98px) {
  .recruitment-active-filter-wrapper__exportBox__title {
    font-size: 12px;
    line-height: 12px;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.recruitment-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .recruitment-card-wrapper__header {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .recruitment-card-wrapper__back {
    display: none;
  }
}
.recruitment-card-wrapper__back *.icon-back-wrapper {
  cursor: pointer;
}

.recruitment-card-wrapper__footer {
  height: 60px;
  padding-bottom: 25px;
  padding-top: 90px;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.125rem 0 1.5rem 1.5625rem;
}

@media (max-width: 767.98px) {
  .recruitment-card-header {
    padding: 1rem 1.25rem;
  }
}
.recruitment-card-header-top-wrapper {
  color: var(--feux-white, #ffffff);
  min-height: 31px;
  height: auto;
}

@media (max-width: 767.98px) {
  .recruitment-card-header-top-wrapper {
    background-color: var(--feux-white, #ffffff);
    margin: 0 -15px 15px;
    padding: 20px;
  }
}
.recruitment-card-header-top-wrapper__title {
  min-height: 31px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.recruitment-card-header-top-wrapper__place {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  font-family: Ubuntu-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-grey3-font, #828282);
}

@media (max-width: 767.98px) {
  .recruitment-card-header-top-wrapper__place {
    font-size: 12px;
    line-height: 18px;
  }
}
.recruitment-card-header-top-wrapper__what {
  font-size: 14px;
  line-height: 20px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-grey3-font, #828282);
}

@media (max-width: 767.98px) {
  .recruitment-card-header-top-wrapper__what {
    font-size: 12px;
    line-height: 18px;
  }
}
.recruitment-card-header-top-wrapper__svg {
  width: 22px;
  height: 22px;
  margin-left: 27px;
}

@media (max-width: 767.98px) {
  .recruitment-card-header-top-wrapper__svg {
    margin-left: 18px;
  }
}
.recruitment-card-header-top-wrapper__logo {
  width: auto;
  height: 50px;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .recruitment-card-header-top-wrapper__logo {
    display: none;
  }
}
.recruitment-submenu-wrapper {
  list-style: none;
  border: 1px solid var(--feux-ue-blue-bg-20, rgba(32, 25, 111, 0.2));
  border-radius: 10px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.recruitment-submenu-wrapper__item {
  color: var(--feux-ue-blue-bg, #20196F);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 8px 14px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .recruitment-submenu-wrapper__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
  }
}
.recruitment-submenu-wrapper__item a {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.recruitment-submenu-wrapper__item:hover {
  color: var(--feux-white, #ffffff);
  background-color: var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.recruitment-submenu-wrapper__item:hover a:hover {
  color: var(--feux-white, #ffffff);
}

.recruitment-submenu-wrapper__item__active {
  color: var(--feux-white, #ffffff);
  background-color: var(--feux-ue-blue-bg, #20196F);
}

.recruitment-submenu-wrapper__item__active-step {
  color: var(--feux-white, #ffffff);
  background-color: var(--feux-blue-3, #003399);
}

.recruitment-submenu-wrapper__item .tooltip-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-thickness: 2px;
  cursor: pointer;
}

.recruitment-submenu-wrapper__item-step {
  margin: 1px;
}

.recruitment-submenu-wrapper__item-step:hover {
  color: var(--feux-white-font, #FFFFFF);
  background-color: var(--feux-blue-3-hover, #002265);
}

.recruitment-submenu-wrapper__item-step:hover a {
  color: var(--feux-white-font, #FFFFFF);
  background: transparent;
}

.recruitment-lastUpdate-wrapper {
  background-color: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
  border-radius: 6px;
  padding: 16px;
}

.recruitment-lastUpdate-wrapper__item {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.recruitment-lastUpdate-wrapper__item__title {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .recruitment-lastUpdate-wrapper__item {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitment-lastUpdate-wrapper__item a {
  text-decoration: underline;
}

.recruitment-lastUpdate-wrapper__dateTime {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey2-font, #4F4F4F);
}

@media (max-width: 767.98px) {
  .recruitment-lastUpdate-wrapper .recruitment-lastUpdate-desktop {
    display: none;
  }
}
.recruitment-lastUpdate-wrapper .recruitment-lastUpdate-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .recruitment-lastUpdate-wrapper .recruitment-lastUpdate-mobile {
    display: initial;
  }
}
.recruitment-details-wrapper {
  padding-top: 34px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .recruitment-details-wrapper {
    padding-bottom: 30px;
  }
}
.recruitment-details-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 18px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.recruitment-details-wrapper__item {
  font-size: 14px;
  line-height: 22px;
}

.recruitment-details-wrapper__item__box {
  padding-bottom: 50px;
}

.recruitment-details-wrapper__item__title {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 767.98px) {
  .recruitment-details-wrapper__item__title {
    font-size: 12px;
    line-height: 15px;
  }
}
.recruitment-details-wrapper__item--paragraph {
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .recruitment-details-wrapper__item--paragraph {
    font-size: 16px;
    line-height: 26px;
  }
}
.recruitment-details-wrapper__item--list {
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .recruitment-details-wrapper__item--list {
    font-size: 16px;
    line-height: 26px;
  }
}
.recruitment-details-wrapper__item strong {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.recruitment-details-wrapper__download {
  mix-blend-mode: normal;
  border-radius: 12px;
}

.recruitment-details-wrapper__download__heading {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recruitment-details-wrapper__download__heading h4, .recruitment-details-wrapper__download__heading .h4 {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .recruitment-details-wrapper__download__heading h4, .recruitment-details-wrapper__download__heading .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruitment-details-wrapper__download__heading .download-wrapper--text {
  color: var(--feux-blue-3, #003399) !important;
}

@media (max-width: 767.98px) {
  .recruitment-details-wrapper__download__heading .download-wrapper--text {
    display: none;
  }
}
.recruitment-whodo-wrapper {
  padding-top: 34px;
  padding-bottom: 50px;
}

.recruitment-whodo-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 18px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .recruitment-whodo-wrapper__title {
    padding-bottom: 0;
  }
}
.recruitment-whodo-wrapper__item {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__wrap {
    margin-bottom: 25px;
    border-bottom: 1px solid var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
  }
}
.recruitment-whodo-wrapper__item__box .nabor-tooltip {
  position: relative;
  -ms-flex-line-pack: end;
  align-content: end;
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  cursor: pointer;
}

.recruitment-whodo-wrapper__item__box .tooltip-inner {
  float: right;
  width: 52px;
  height: 45px;
  background-color: var(--feux-blue-3, #003399);
  background-image: url("../images/fes/svg/nabor-tooltip-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.recruitment-whodo-wrapper__item__box .tooltip-inner:before {
  background-color: var(--feux-blue-3, #003399);
}

.recruitment-whodo-wrapper__item__title {
  padding-top: 40px;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__title {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
.recruitment-whodo-wrapper__item__blue-text {
  padding-top: 13px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-blue-3-font, #003399);
}

.recruitment-whodo-wrapper__item__light-blue-text {
  padding-top: 13px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-uep-blue-font, #407DD8);
}

.recruitment-whodo-wrapper__item__grey-text {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-whodo-wrapper__item__btn svg {
  margin-left: 0;
  margin-right: 27px;
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__btn svg {
    margin-right: 10px;
  }
}
.recruitment-whodo-wrapper__item__send {
  padding-top: 14px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 20px;
  color: var(--feux-dark-blue-font, #020947);
}

.recruitment-whodo-wrapper__item__box-ratting {
  background-color: var(--feux-green4-bg-10, rgba(35, 201, 106, 0.1));
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__box-ratting {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.recruitment-whodo-wrapper__item__rating {
  font-size: 28px;
  line-height: 20px;
}

.recruitment-whodo-wrapper__item__rating-bar-wrap {
  padding: 0;
  height: 4px;
  width: 100%;
  background-color: var(--feux-white, #ffffff);
  border-radius: 0;
  overflow: visible;
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__rating-bar-wrap {
    display: none;
  }
}
.recruitment-whodo-wrapper__item__rating-bar {
  position: relative;
  background-color: var(--feux-green2-bg, #4BBC38);
  width: 100%;
}

.recruitment-whodo-wrapper__item__rating-bar-end {
  width: 2px;
  height: 16px;
  color: var(--feux-green2-bg, #4BBC38);
  background-color: var(--feux-green2-bg, #4BBC38);
  margin-top: -6px;
}

.recruitment-whodo-wrapper__item__onoff-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
}

@media (min-width: 768px) {
  .recruitment-whodo-wrapper__item__onoff-or {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__onoff-or {
    margin: 20px 0px;
    font-size: 12px;
    line-height: 15px;
  }
}
.recruitment-whodo-wrapper__item__onoff-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__onoff-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .recruitment-whodo-wrapper__item__onoff-box svg {
    padding-right: 20px;
  }
}
.recruitment-whodo-wrapper__item__onoff-box--content .tooltip-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-thickness: 2px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .recruitment-whodo-wrapper__item__onoff-box--content:last-child {
    margin-bottom: 20px;
  }
}
.text-c-blue--active {
  color: var(--feux-blue-3, #003399);
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-bottom-color: var(--feux-blue-3, #003399);
  border-top-color: var(--feux-blue-3, #003399);
}

.recruitment-tips-wrapper {
  padding-top: 34px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .recruitment-tips-wrapper {
    border-top: unset;
    margin-top: 0px !important;
    padding-top: 25px;
  }
}
.recruitment-tips-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 18px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.recruitment-tips-wrapper__item {
  font-size: 16px;
  line-height: 26px;
}

.recruitment-tips-wrapper__item__box {
  padding-bottom: 50px;
  color: var(--feux-grey1-font, #333333);
}

.recruitment-tips-wrapper__item__title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--feux-white, #ffffff);
}

.recruitment-tips-wrapper .tooltip-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-color: var(--feux-ue-blue-bg, #0A50B9);
  text-decoration-thickness: 2px;
  cursor: pointer;
}

.recruitment-docs-wrapper {
  padding-top: 34px;
}

.recruitment-docs-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 18px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.recruitment-docs-wrapper__item__box {
  margin-bottom: 1.125rem;
}

.recruitment-docs-wrapper__item__box .document-list__element {
  border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
}

.recruitment-docs-wrapper__item__box .document-list__element--border {
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.recruitment-docs-wrapper__item__box__selectAllBar {
  padding: 15px 0;
}

@media (max-width: 767.98px) {
  .recruitment-docs-wrapper__item__box__selectAllBar {
    padding: 10px 0;
  }
}
.recruitment-links-wrapper {
  padding-top: 34px;
}

.recruitment-links-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 30px;
}

.recruitment-links-wrapper__item__box {
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.recruitment-links-wrapper__item__image {
  width: 95px;
  padding-right: 35px;
}

@media (max-width: 767.98px) {
  .recruitment-links-wrapper__item__image {
    display: none;
  }
}
.recruitment-links-wrapper__item__image__dynamic-text {
  font-size: 12px;
  line-height: 16px;
  background: var(--feux-blue-3, #003399);
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.recruitment-links-wrapper__item__title-box__main {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

.recruitment-links-wrapper__item__title-box__submain {
  font-size: 14px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-news-wrapper {
  padding-top: 34px;
}

.recruitment-news-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 30px;
}

.recruitment-news-wrapper__showAll {
  color: var(--feux-white, #ffffff);
  font-size: 14px;
  line-height: 12px;
  padding-bottom: 30px;
}

.recruitment-news-wrapper__showAll svg {
  margin-left: 5px;
}

.recruitment-news-wrapper__item__box:not(:last-child) {
  border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
}

.recruitment-news-wrapper__item__date {
  width: 100%;
  margin-right: 25px;
  margin-bottom: 5px;
  color: var(--feux-black-font, #1B1B1B);
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .recruitment-news-wrapper__item__date {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 10px;
  }
}
.recruitment-news-wrapper__item__title-box {
  width: 75%;
}

@media (max-width: 767.98px) {
  .recruitment-news-wrapper__item__title-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 10px;
  }
}
.recruitment-news-wrapper__item__title-box__main {
  color: var(--feux-blue-3-font, #003399);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.recruitment-news-wrapper__item__title-box__submain {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767.98px) {
  .recruitment-news-wrapper__item__title-box__submain {
    padding-bottom: 10px;
  }
}
.recruitment-news-wrapper__item__title-box__submain a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--feux-blue-3-font, #003399);
  text-decoration-color: var(--feux-blue-3-font, #003399);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.recruitment-news-wrapper__item__title-box__image {
  margin-top: 25px;
}

.recruitment-card-right__program {
  color: var(--feux-grey3-font, #828282);
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .recruitment-card-right__program {
    padding: 0;
    margin-right: -15px;
  }
}
.recruitment-card-right__breadcrumb {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .recruitment-card-right__breadcrumb {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.recruitment-card-right__breadcrumb__item {
  min-width: 260px;
  width: 100%;
  padding-left: 15px;
  display: block;
  position: relative;
}

.recruitment-card-right__breadcrumb__item.active {
  color: var(--feux-ue-blue-font, #0A50B9);
}

.recruitment-card-right__breadcrumb__item:not(.active) {
  color: var(--feux-grey3-font, #828282);
}

@media (min-width: 992px) {
  .recruitment-card-right__breadcrumb__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.recruitment-card-right__breadcrumb__item .svg-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.recruitment-card-right__breadcrumb__item .svg-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 9px;
}

.recruitment-box-info-wrapper {
  width: inherit;
}

.recruitment-box-info-wrapper__wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 25px 15px;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__wrapper {
    padding: 20px 15px;
  }
}
.recruitment-box-info-wrapper__title {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 12px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
}

.recruitment-box-info-wrapper__title__date {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .recruitment-box-info-wrapper__title__date {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__title__date {
    padding-top: 20px;
  }
}
.recruitment-box-info-wrapper__subtitle {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--feux-dark-blue-font, #020947);
}

.recruitment-box-info-wrapper__dateBar_startEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruitment-box-info-wrapper__dateBar_startEnd__title {
  font-size: 12px;
  line-height: 15px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.recruitment-box-info-wrapper__dateBar_startEnd__date {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
}

.recruitment-box-info-wrapper__financeBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 15px 0;
  font-size: 24px;
  line-height: 28px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__financeBar {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.recruitment-box-info-wrapper__financeBar span {
  font-size: 36px;
  line-height: 41px;
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__financeBar span {
    font-size: 21px;
    line-height: 24px;
  }
}
.recruitment-box-info-wrapper__financeBar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 12px;
  line-height: 15px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__financeBar__info {
    padding-right: 15px;
  }
}
.recruitment-box-info-wrapper__financeBar__info2 {
  margin-top: 15px;
}

.recruitment-box-info-wrapper__financeBar__info-sub {
  height: 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__financeBar__info-sub {
    font-size: 21px;
    line-height: 24px;
    text-align: end;
  }
}
.recruitment-box-info-wrapper__progress-bar {
  height: 4px;
  width: 100%;
  background-color: var(--feux-grey9-bg, #E0E0E0);
  position: relative;
  margin-bottom: 40px;
}

.recruitment-box-info-wrapper__progress-bar__current {
  height: 4px;
  width: 85%;
  background-color: var(--feux-blue-3, #003399);
  position: absolute;
  left: 0;
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__btn-action {
    position: fixed;
    bottom: 72px;
    background-color: var(--feux-white, #ffffff);
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 15px;
    left: 0;
    right: 0;
  }
}
.recruitment-box-info-wrapper__axis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

@media (max-width: 991.98px) {
  .recruitment-box-info-wrapper__axis {
    display: none;
  }
}
.recruitment-box-info-wrapper__axis__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: var(--feux-grey4-font, #757575);
}

.recruitment-box-info-wrapper__axis__box-icons {
  margin-bottom: 25px;
}

.recruitment-box-info-wrapper__axis__date {
  font-size: 14px;
  line-height: 21px;
}

.recruitment-box-info-wrapper__axis__date__start {
  padding-right: 7px;
}

.recruitment-box-info-wrapper__axis__date__end {
  padding-left: 7px;
}

.recruitment-box-info-wrapper__axis__line-for_border {
  height: 20px;
  color: var(--feux-ue-blue-font, #20196F);
}

.recruitment-box-info-wrapper__axis__line-clear {
  font-size: 14px;
  line-height: 21px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--feux-white, #ffffff);
}

.recruitment-box-info-wrapper__axis__line-clear__start {
  padding-right: 7px;
}

.recruitment-box-info-wrapper__axis__line-clear__end {
  padding-left: 7px;
}

.recruitment-box-info-wrapper__axis__line-clear .img-on-border {
  margin: 0 -8px;
}

.recruitment-box-info-wrapper__axis__line-clear .img-on-box {
  margin: 0 8px;
}

.recruitment-box-info-wrapper__axis__line-lite-grey {
  height: 4px;
  background-color: var(--feux-grey9-bg, #E0E0E0);
  color: var(--feux-grey8-font, #E0E0E0);
}

.recruitment-box-info-wrapper__axis__line-grey {
  height: 4px;
  background-color: var(--feux-grey3-bg, #828282);
  color: var(--feux-grey3-font, #828282);
}

.recruitment-box-info-wrapper__axis__line-blue {
  height: 4px;
  background-color: var(--feux-ue-blue-bg, #20196F);
  color: var(--feux-ue-blue-font, #20196F);
}

.recruitment-box-info-wrapper__axis__line-orange {
  height: 4px;
  background-color: var(--feux-orange-bg, #FF5F20);
  color: var(--feux-orange-font, #FF5F20);
}

.recruitment-card-notify-wrapper .recruitment-card-notify {
  padding-top: 100px;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__header {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--feux-black-font, #1B1B1B);
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__header {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 55px;
  margin-top: 15px;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__email, .recruitment-card-notify-wrapper .recruitment-card-notify__form__button {
  width: 293px;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__email input::-webkit-input-placeholder, .recruitment-card-notify-wrapper .recruitment-card-notify__form__button input::-webkit-input-placeholder {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__email input::-moz-placeholder, .recruitment-card-notify-wrapper .recruitment-card-notify__form__button input::-moz-placeholder {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__email input:-ms-input-placeholder, .recruitment-card-notify-wrapper .recruitment-card-notify__form__button input:-ms-input-placeholder {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__email input::-ms-input-placeholder, .recruitment-card-notify-wrapper .recruitment-card-notify__form__button input::-ms-input-placeholder {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__email input::placeholder, .recruitment-card-notify-wrapper .recruitment-card-notify__form__button input::placeholder {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__checkbox {
  margin-top: 30px;
  width: 600px;
}

.recruitment-card-notify-wrapper .recruitment-card-notify__form__required {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  color: var(--feux-black-font, #1B1B1B);
  padding-top: 10px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.list-group, .feux-filtry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item, .feux-filtry__item, .feux-filtry__item--icon-only {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child, .feux-filtry__item:first-child, .feux-filtry__item--icon-only:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child, .feux-filtry__item:last-child, .feux-filtry__item--icon-only:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .disabled.feux-filtry__item, .disabled.feux-filtry__item--icon-only, .list-group-item:disabled, .feux-filtry__item:disabled, .feux-filtry__item--icon-only:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active, .active.feux-filtry__item, .active.feux-filtry__item--icon-only {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item, .feux-filtry__item + .list-group-item, .feux-filtry__item--icon-only + .list-group-item, .list-group-item + .feux-filtry__item, .feux-filtry__item + .feux-filtry__item, .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-item + .feux-filtry__item--icon-only, .feux-filtry__item + .feux-filtry__item--icon-only, .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active, .feux-filtry__item + .list-group-item.active, .feux-filtry__item--icon-only + .list-group-item.active, .list-group-item + .active.feux-filtry__item, .feux-filtry__item + .active.feux-filtry__item, .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-item + .active.feux-filtry__item--icon-only, .feux-filtry__item + .active.feux-filtry__item--icon-only, .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child, .list-group-horizontal > .feux-filtry__item:first-child, .list-group-horizontal > .feux-filtry__item--icon-only:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child, .list-group-horizontal > .feux-filtry__item:last-child, .list-group-horizontal > .feux-filtry__item--icon-only:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active, .list-group-horizontal > .active.feux-filtry__item, .list-group-horizontal > .active.feux-filtry__item--icon-only {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item, .list-group-horizontal > .feux-filtry__item + .list-group-item, .list-group-horizontal > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal > .list-group-item + .feux-filtry__item, .list-group-horizontal > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active, .list-group-horizontal > .feux-filtry__item + .list-group-item.active, .list-group-horizontal > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.feux-filtry__item, .list-group-horizontal > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child, .list-group-horizontal-sm > .feux-filtry__item:first-child, .list-group-horizontal-sm > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child, .list-group-horizontal-sm > .feux-filtry__item:last-child, .list-group-horizontal-sm > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .list-group-horizontal-sm > .active.feux-filtry__item, .list-group-horizontal-sm > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .list-group-horizontal-sm > .feux-filtry__item + .list-group-item, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-sm > .list-group-item + .feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-sm > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .list-group-horizontal-sm > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-sm > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-sm > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child, .list-group-horizontal-md > .feux-filtry__item:first-child, .list-group-horizontal-md > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child, .list-group-horizontal-md > .feux-filtry__item:last-child, .list-group-horizontal-md > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .list-group-horizontal-md > .active.feux-filtry__item, .list-group-horizontal-md > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .list-group-horizontal-md > .feux-filtry__item + .list-group-item, .list-group-horizontal-md > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-md > .list-group-item + .feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-md > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .list-group-horizontal-md > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-md > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-md > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-md > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-md > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg, .feux-filtry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child, .list-group-horizontal-lg > .feux-filtry__item:first-child, .list-group-horizontal-lg > .feux-filtry__item--icon-only:first-child, .feux-filtry > .list-group-item:first-child, .feux-filtry > .feux-filtry__item:first-child, .feux-filtry > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child, .list-group-horizontal-lg > .feux-filtry__item:last-child, .list-group-horizontal-lg > .feux-filtry__item--icon-only:last-child, .feux-filtry > .list-group-item:last-child, .feux-filtry > .feux-filtry__item:last-child, .feux-filtry > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .list-group-horizontal-lg > .active.feux-filtry__item, .list-group-horizontal-lg > .active.feux-filtry__item--icon-only, .feux-filtry > .list-group-item.active, .feux-filtry > .active.feux-filtry__item, .feux-filtry > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .list-group-horizontal-lg > .feux-filtry__item + .list-group-item, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-lg > .list-group-item + .feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-lg > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only, .feux-filtry > .list-group-item + .list-group-item, .feux-filtry > .feux-filtry__item + .list-group-item, .feux-filtry > .feux-filtry__item--icon-only + .list-group-item, .feux-filtry > .list-group-item + .feux-filtry__item, .feux-filtry > .feux-filtry__item + .feux-filtry__item, .feux-filtry > .feux-filtry__item--icon-only + .feux-filtry__item, .feux-filtry > .list-group-item + .feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item + .feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .list-group-horizontal-lg > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-lg > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-lg > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only, .feux-filtry > .list-group-item + .list-group-item.active, .feux-filtry > .feux-filtry__item + .list-group-item.active, .feux-filtry > .feux-filtry__item--icon-only + .list-group-item.active, .feux-filtry > .list-group-item + .active.feux-filtry__item, .feux-filtry > .feux-filtry__item + .active.feux-filtry__item, .feux-filtry > .feux-filtry__item--icon-only + .active.feux-filtry__item, .feux-filtry > .list-group-item + .active.feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item + .active.feux-filtry__item--icon-only, .feux-filtry > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child, .list-group-horizontal-xl > .feux-filtry__item:first-child, .list-group-horizontal-xl > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child, .list-group-horizontal-xl > .feux-filtry__item:last-child, .list-group-horizontal-xl > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .list-group-horizontal-xl > .active.feux-filtry__item, .list-group-horizontal-xl > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .list-group-horizontal-xl > .feux-filtry__item + .list-group-item, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-xl > .list-group-item + .feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-xl > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .list-group-horizontal-xl > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-xl > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xl > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child, .list-group-horizontal-xxl > .feux-filtry__item:first-child, .list-group-horizontal-xxl > .feux-filtry__item--icon-only:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child, .list-group-horizontal-xxl > .feux-filtry__item:last-child, .list-group-horizontal-xxl > .feux-filtry__item--icon-only:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active, .list-group-horizontal-xxl > .active.feux-filtry__item, .list-group-horizontal-xxl > .active.feux-filtry__item--icon-only {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .list-group-horizontal-xxl > .feux-filtry__item + .list-group-item, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .list-group-item, .list-group-horizontal-xxl > .list-group-item + .feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item + .feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .feux-filtry__item, .list-group-horizontal-xxl > .list-group-item + .feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item + .feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .feux-filtry__item--icon-only {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .list-group-horizontal-xxl > .feux-filtry__item + .list-group-item.active, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .list-group-item.active, .list-group-horizontal-xxl > .list-group-item + .active.feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item + .active.feux-filtry__item, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .active.feux-filtry__item, .list-group-horizontal-xxl > .list-group-item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item + .active.feux-filtry__item--icon-only, .list-group-horizontal-xxl > .feux-filtry__item--icon-only + .active.feux-filtry__item--icon-only {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item, .list-group-flush > .feux-filtry__item, .list-group-flush > .feux-filtry__item--icon-only {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child, .list-group-flush > .feux-filtry__item:last-child, .list-group-flush > .feux-filtry__item--icon-only:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

@media (max-width: 575.98px) {
  .feux-filtry {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 575.98px) and (max-width: 991.98px) {
  .feux-filtry {
    padding-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .feux-filtry .feux-filtry__item--icon-only {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 575.98px) {
  .feux-filtry > *:nth-child(2) > ul {
    grid-area: 1/2/2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .feux-filtry > *:nth-child(2) > ul > * {
    margin: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-filtry {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 991.98px) {
  .feux-filtry {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-filtry .feux-filtry__item--icon-only {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-filtry > *:nth-child(2) > ul {
    grid-area: 1/2/2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .feux-filtry > *:nth-child(2) > ul > * {
    margin: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-filtry {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 991.98px) {
  .feux-filtry {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-filtry .feux-filtry__item--icon-only {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-filtry > *:nth-child(2) > ul {
    grid-area: 1/2/2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .feux-filtry > *:nth-child(2) > ul > * {
    margin: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .feux-filtry.feux-filtry__border-bottom-md {
    border-bottom: 1px solid var(--feux-white, #ffffff);
  }
  .feux-filtry:not(:nth-last-child(2))::after {
    content: "";
    width: 2px;
    height: 12px;
    background-color: var(--feux-grey6-bg, rgba(117, 117, 117, 0.2));
    right: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feux-filtry.feux-filtry__border-bottom-md {
    border-bottom: 1px solid var(--feux-white, #ffffff);
  }
  .feux-filtry:not(:nth-last-child(2))::after {
    content: "";
    width: 2px;
    height: 12px;
    background-color: var(--feux-grey6-bg, rgba(117, 117, 117, 0.2));
    right: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) {
  .feux-filtry.feux-filtry__border-bottom-md {
    border-bottom: 1px solid var(--feux-white, #ffffff);
  }
  .feux-filtry:not(:nth-last-child(2))::after {
    content: "";
    width: 2px;
    height: 12px;
    background-color: var(--feux-grey6-bg, rgba(117, 117, 117, 0.2));
    right: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.feux-filtry__item, .feux-filtry__item--icon-only {
  border-color: transparent;
  background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .feux-filtry__item, .feux-filtry__item--icon-only {
    padding: 0px 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feux-filtry__item, .feux-filtry__item--icon-only {
    padding: 0px 2px;
  }
}
@media (min-width: 1400px) {
  .feux-filtry__item, .feux-filtry__item--icon-only {
    padding: 0px 2px;
  }
}
@media (max-width: 575.98px) {
  .feux-filtry__item, .feux-filtry__item--icon-only {
    padding: 0px;
  }
  .feux-filtry__item .dropdown, .feux-filtry__item--icon-only .dropdown {
    height: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-filtry__item, .feux-filtry__item--icon-only {
    padding: 0px;
  }
  .feux-filtry__item .dropdown, .feux-filtry__item--icon-only .dropdown {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-filtry__item, .feux-filtry__item--icon-only {
    padding: 0px;
  }
  .feux-filtry__item .dropdown, .feux-filtry__item--icon-only .dropdown {
    height: 100%;
  }
}
.feux-filtry__dropdown-btn {
  height: inherit;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .feux-filtry__dropdown-btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: var(--feux-grey1-font, #333333);
    font-size: 14px;
    border-radius: 6px;
    padding: 15px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feux-filtry__dropdown-btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: var(--feux-grey1-font, #333333);
    font-size: 14px;
    border-radius: 6px;
    padding: 15px 10px;
  }
}
@media (min-width: 1400px) {
  .feux-filtry__dropdown-btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: var(--feux-grey1-font, #333333);
    font-size: 14px;
    border-radius: 6px;
    padding: 15px 10px;
  }
}
@media (max-width: 575.98px) {
  .feux-filtry__dropdown-btn {
    background: var(--feux-white-bg, #FFFFFF);
    border: none;
    color: var(--feux-grey1-font, #333333);
    font-size: 14px;
    border-radius: 6px;
    padding: 6px 7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .feux-filtry__dropdown-btn {
    background: var(--feux-white-bg, #FFFFFF);
    border: none;
    color: var(--feux-grey1-font, #333333);
    font-size: 14px;
    border-radius: 6px;
    padding: 6px 7px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feux-filtry__dropdown-btn {
    background: var(--feux-white-bg, #FFFFFF);
    border: none;
    color: var(--feux-grey1-font, #333333);
    font-size: 14px;
    border-radius: 6px;
    padding: 6px 7px;
  }
}
.feux-filtry__dropdown-btn:hover, .feux-filtry__dropdown-btn:focus, .feux-filtry__dropdown-btn.show {
  background-color: var(--feux-white, #ffffff);
  color: var(--feux-grey1-font, #333333);
}

.feux-filtry__dropdown-btn:hover svg, .feux-filtry__dropdown-btn:focus svg, .feux-filtry__dropdown-btn.show svg {
  fill: var(--feux-grey1-font, #333333);
}

.feux-filtry__item .feux-filtry__dropdown-btn svg {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: 12px;
}

.feux-filtry__item .feux-filtry__dropdown-btn.show svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pipe {
    margin-right: 36px;
  }
  .pipe:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    top: 20px;
    right: -18px;
    background: var(--feux-blue-3, #003399);
    opacity: 0.2;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pipe {
    margin-right: 36px;
  }
  .pipe:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    top: 20px;
    right: -18px;
    background: var(--feux-blue-3, #003399);
    opacity: 0.2;
  }
}
@media (min-width: 1400px) {
  .pipe {
    margin-right: 36px;
  }
  .pipe:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    top: 20px;
    right: -18px;
    background: var(--feux-blue-3, #003399);
    opacity: 0.2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pipe2 {
    margin-right: 36px;
  }
  .pipe2:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    top: 21px;
    right: -18px;
    background: var(--feux-blue-3, #003399);
    opacity: 0.2;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pipe2 {
    margin-right: 36px;
  }
  .pipe2:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    top: 21px;
    right: -18px;
    background: var(--feux-blue-3, #003399);
    opacity: 0.2;
  }
}
@media (min-width: 1400px) {
  .pipe2 {
    margin-right: 36px;
  }
  .pipe2:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    top: 21px;
    right: -18px;
    background: var(--feux-blue-3, #003399);
    opacity: 0.2;
  }
}
.feux-filtry__item--icon-only .feux-filtry__dropdown-btn svg {
  width: 18px;
  height: 18px;
}

.active-filter-wrapper__filters {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .active-filter-wrapper__filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.active-filter-wrapper__filters__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-grey2-font, #4F4F4F);
  margin-bottom: 7px;
  text-align: start;
}

@media (max-width: 767.98px) {
  .active-filter-wrapper__filters__box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 8px;
  }
}
.active-filter-wrapper__filters__box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .active-filter-wrapper__filters__box__items {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.active-filter-wrapper__filters__box__items button {
  border: 1px solid transparent;
}

.active-filter-wrapper__filters__box__items span {
  padding-right: 5px;
}

.active-filter-wrapper__box {
  padding-right: 32px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.simple-language h2, .simple-language .h2 {
  margin-bottom: 23px;
  font-size: 28px;
  line-height: 35px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  padding-bottom: 15px;
  border-bottom: 3px solid var(--feux-gold-bg, #F9990D);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767.98px) {
  .simple-language h2, .simple-language .h2 {
    font-size: 18px;
    line-height: 22px;
    border-bottom: none;
    margin-top: 26px;
    margin-bottom: 5px;
  }
}
.simple-language__short-description {
  font-size: 16px;
  line-height: 22px;
  color: var(--feux-dark-blue-font, #020947);
  margin-bottom: 56px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.simple-language-card {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

@media (max-width: 991.98px) {
  .simple-language-card {
    border: none;
    margin-top: 0;
  }
}
.simple-language-card h2, .simple-language-card .h2 {
  margin-bottom: 30px;
  color: var(--feux-dark-blue-font, #020947);
  font-size: 28px;
  line-height: 32px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .simple-language-card h2, .simple-language-card .h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 19px;
  }
}
.simple-language-card__main-description .widget-text ul, .simple-language-card__main-description .widget-text-bold ul {
  margin-bottom: 40px;
}

.simple-language-card__main-description .widget-text ul li:not(:last-child), .simple-language-card__main-description .widget-text-bold ul li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .simple-language-card__main-description .widget-text, .simple-language-card__main-description .widget-text-bold {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .simple-language-card__main-description .sidebar-menu-section {
    display: none;
  }
}
.simple-language-card__section-menu {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .simple-language-card__section-menu .sidebar-menu-section {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}
@media (max-width: 991.98px) {
  .simple-language-card__section-menu .sidebar-menu-section__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-box;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .simple-language-card__section-menu .sidebar-menu-section__list {
    margin-bottom: 18px;
  }
}
@media (max-width: 991.98px) {
  .simple-language-card__section-menu .sidebar-menu-section__list::-webkit-scrollbar {
    width: 0;
    background: transparent;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .simple-language-card__section-menu .sidebar-menu-section__list li {
    margin-right: 7px;
  }
}
.simple-language-card__section-menu .sidebar-menu-section__list li a {
  max-width: 153px;
}

@media (max-width: 991.98px) {
  .simple-language-card__section-menu .sidebar-menu-section__list li a {
    max-width: 100%;
    padding: 11px 12px !important;
  }
}
.simple-language-card__separator {
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .simple-language-card__separator {
    padding-bottom: 30px;
  }
}
.simple-language-card__article h3, .simple-language-card__article .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 28px;
  color: var(--feux-dark-blue-font, #020947);
}

@media (max-width: 991.98px) {
  .simple-language-card__article h3, .simple-language-card__article .h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 19px;
  }
}
.simple-language-card__article .widget-text ol li, .simple-language-card__article .widget-text-bold ol li {
  font-size: 16px;
  line-height: 26px;
}

.simple-language-card__article:last-child {
  margin-bottom: 140px;
}

@media (max-width: 991.98px) {
  .simple-language-card__article:last-child {
    margin-bottom: 70px;
  }
}
.simple-language-card__article__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .simple-language-card__article__download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.simple-language-card__article__download__info {
  margin-left: 15.5px;
}

@media (max-width: 575.98px) {
  .simple-language-card__article__download__info {
    margin-left: 0;
  }
}
.simple-language-card__article__download__info h4, .simple-language-card__article__download__info .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.simple-language-card__article__download__info__col {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 575.98px) {
  .simple-language-card__article__download__info__col {
    margin-left: 0 !important;
  }
}
.simple-language-card__article__download__info__col:last-child {
  margin-left: 33px;
}

.simple-language-card__article__download__info__col__dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-language-card__article__download__info__col__dotted span:not(:last-child) {
  margin-right: 6px;
}

.simple-language-card__article__download__info__col__dotted span:not(:first-child) {
  margin-left: 6px;
}

.simple-language-card__article .widget-image-gallery__thumbs {
  padding: 120px 30px 22px 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .simple-language-card__article .widget-image-gallery__thumbs {
    padding: 160px 30px 22px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .simple-language-card__article .widget-image-gallery__thumbs {
    padding: 160px 30px 22px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .simple-language-card__article .widget-image-gallery__thumbs {
    padding: 180px 30px 22px 10px;
  }
}
@media (max-width: 575.98px) {
  .simple-language-card__article .widget-image-gallery__thumbs {
    padding: 240px 30px 22px 10px;
  }
}
.simple-language-card__article .widget-image-gallery__thumbs .swiper-slide img {
  width: 117px;
  height: 78px;
}

@media (max-width: 991.98px) {
  .simple-language-card__article .widget-image-gallery__thumbs .swiper-slide img {
    width: 70px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .simple-language-card__article .widget-image-gallery__caption {
    padding-right: 17px;
  }
}
.simple-language-card__article__widget-iframe {
  margin-bottom: 50px;
}

.simple-language-card__article__widget-iframe iframe {
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .simple-language-card__article__widget-iframe iframe {
    height: 211px !important;
    border-radius: 0;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.newsletter-page__title {
  margin-top: 50px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: var(--feux-black-font, #1B1B1B);
  display: inline-block;
}

@media (max-width: 575.98px) {
  .newsletter-page__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .newsletter-page__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.newsletter-page__subtitle {
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .newsletter-page__subtitle {
    margin-top: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .newsletter-page__subtitle {
    margin-top: 25px;
  }
}
.newsletter-zgody {
  border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
  overflow: hidden;
}

.newsletter-zgody img, .newsletter-zgody svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 6px;
  top: 5px;
}

.more-btn {
  content: "Rozwiń";
  float: right;
  padding-top: 5px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-blue-3-font, #003399);
  background-color: inherit;
  border: none;
}

.more-btn svg {
  width: 9.5px;
  height: 5.5px;
}

.newsletter-form .newsletter-label {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 575.98px) {
  .newsletter-form .newsletter-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .newsletter-form .newsletter-label {
    font-size: 14px;
    line-height: 18px;
  }
}
.newsletter-form .text-c-red-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.newsletter-form .text-c-red-font-padding-negative {
  margin-top: -3px;
}

.newsletter-form .score-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsletter-form .score-row__title {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  width: 140px;
}

.newsletter-form .score-row__title--info-bot {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey6-font, #545454);
}

@media (max-width: 991.98px) {
  .newsletter-form .score-row__title--info-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.newsletter-form .score-row__title .input-wrapper__label {
  font-size: 12px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  .newsletter-form .score-row__title .input-wrapper__label {
    margin-top: 20px;
  }
}
.newsletter-form .score-row .result {
  width: 90px;
}

.newsletter-form .form-content__score--equation-mobile--input input::-webkit-input-placeholder {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.newsletter-form .form-content__score--equation-mobile--input input::-moz-placeholder {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.newsletter-form .form-content__score--equation-mobile--input input:-ms-input-placeholder {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.newsletter-form .form-content__score--equation-mobile--input input::-ms-input-placeholder {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.newsletter-form .form-content__score--equation-mobile--input input::placeholder {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.newsletter-success header {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .newsletter-success header {
    margin-bottom: 0;
  }
}
.newsletter-success header .n-title {
  font-size: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .newsletter-success header .n-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.newsletter-success header .n-title .n-subtitle {
  font-size: 28px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  width: 12%;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .newsletter-success header .n-title .n-subtitle {
    font-size: 18px;
    line-height: 22px;
    font-family: Lexend-SemiBold, sans-serif;
    font-weight: 600;
    white-space: unset;
    width: unset;
  }
}
.newsletter-success__separate-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
}

@media (max-width: 767.98px) {
  .newsletter-success__separate-border {
    display: none;
  }
}
.newsletter-success__instruction {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.reports-search-info-found h3, .reports-search-info-found .h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.reports-search-info-found h3 b, .reports-search-info-found .h3 b, .reports-search-info-found h3 strong, .reports-search-info-found .h3 strong {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.reports-tags-mobile-wrapper {
  inset: unset !important;
  margin: unset !important;
  width: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.reports-tags-mobile-wrapper .dropdown-menu__header {
  display: none;
}

.reports-tags-mobile-wrapper .dropdown-menu__body ul {
  row-gap: 1em;
}

.reports-tags-mobile-wrapper .dropdown-menu__footer {
  display: none;
}

.reports-label-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.reports-label-bar-wrapper__date {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 767.98px) {
  .reports-label-bar-wrapper__date {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 991.98px) {
  .reports-label-bar-wrapper {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .reports-label-bar-wrapper {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
.reports-box-title-wrapper__title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .reports-box-title-wrapper__title {
    font-size: 14px;
    line-height: 18px;
    font-family: Lexend-Bold, sans-serif;
    font-weight: 700;
  }
}
.reports-box-download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--feux-black-font, #1B1B1B);
}

.reports-box-download-wrapper__text {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-left: 11px;
}

@media (max-width: 767.98px) {
  .reports-box-download-wrapper__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.reports-box-download-wrapper--dot-separator {
  margin: 0 5px;
}

@media (max-width: 767.98px) {
  .reports-box-download-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 8px;
  }
}
.reports-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reports-box__labelbar {
  padding-bottom: 7px;
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  .reports-box__labelbar {
    border-bottom: 1px solid rgba(64, 125, 216, 0.15);
  }
}
.reports-box__title {
  margin-bottom: 120px;
}

@media (max-width: 767.98px) {
  .reports-box__title {
    margin-bottom: 20px;
  }
}
.reports-box__img {
  border-radius: 12px;
  margin-top: 15px;
}

.reports-box-image-wrapper {
  min-width: 100px;
}

@media (max-width: 767.98px) {
  .reports-box-image-wrapper {
    min-width: 100px;
  }
}
.reports-box-image-wrapper img {
  border-radius: 12px;
  min-width: 100px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .reports-box-image-wrapper img {
    min-width: 100px;
  }
}
.reports-box-bg {
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
  padding: 15px 14px;
}

@media (max-width: 767.98px) {
  .reports-box-bg {
    padding: 10px 8px;
  }
}
.reports-box-simple {
  margin-bottom: 1.5rem;
  max-width: 274px;
  max-height: 318px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .reports-box-simple {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .reports-box-simple {
    min-height: 170px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .reports-box-simple {
    max-width: unset;
  }
}
.reports-box-advance {
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .reports-box-advance {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .reports-mobile-scroll {
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}
.reports-list-wrapper .reports-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199.98px) {
  .reports-list-wrapper .reports-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .reports-list-wrapper .reports-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .reports-list-wrapper .reports-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  .reports-list-wrapper__data {
    width: 108px;
    padding-left: 22px;
    padding-right: 51px;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.report-card-wrapper .publi-card-main__text {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.report-card-wrapper .publi-card-main__text__desc {
  font-size: 14px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.harmonogramy-list-wrapper .feux-filtry .filters-sorting {
  display: none !important;
}

@media (min-width: 992px) {
  .harmonogramy-list-wrapper .container-sm {
    padding: 0 !important;
  }
  .harmonogramy-list-wrapper .container-sm .feux-filtry__dropdown-btn {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .harmonogramy-list-wrapper {
    display: initial !important;
  }
}
.harmonogramy-list-wrapper--save {
  margin-right: 20px;
}

.harmonogramy-list-wrapper--save .icon-text-link-wrapper__icon svg {
  height: 20px;
  width: 20px;
}

.harmonogramy-list-wrapper--save .icon-text-link-wrapper__text {
  padding-left: 4px;
}

.harmonogram__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 2px solid var(--feux-uep-blue-bg, #407DD8);
}

.harmonogram__header-figure {
  float: left;
  margin-right: 40px;
}

@media (max-width: 991.98px) {
  .harmonogram__header-figure {
    display: none;
  }
}
.harmonogram__header-img {
  max-width: 70px;
}

.harmonogram__header-title {
  color: var(--feux-dark-blue-font, #020947);
  font-size: 21px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.harmonogram__header-title-small {
  display: block;
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.harmonogram__accordion {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: -30px;
}

@media (max-width: 991.98px) {
  .harmonogram__accordion {
    display: none;
  }
}
.harmonogram__accordion-month {
  text-align: center;
  color: var(--feux-black-font, #1B1B1B);
  letter-spacing: 0.04em;
  opacity: 0.9;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.harmonogram__accordion-month.active {
  color: var(--feux-dark-blue-font, #020947);
}

.harmonogram__accordion-month:not(.no-separator):first-child::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 0px;
  width: 1px;
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
  left: 4px;
}

.harmonogram__accordion-month:not(.no-separator):last-child::after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 0px;
  width: 1px;
  background-color: var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
  right: 0;
}

.accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
}

.accordion-item .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-horizontal-line:after, .accordion-button .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-horizontal-line:after, .accordion-button:not(.collapsed) .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-horizontal-line:after {
  border-bottom: 3px solid var(--feux-orange2-bg, #FDBA13);
  border-top: 3px solid var(--feux-orange2-bg, #FDBA13);
}

.accordion-item .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-to-vertical:before, .accordion-button .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-to-vertical:before, .accordion-button:not(.collapsed) .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-to-vertical:before {
  border-bottom: 3px solid var(--feux-orange2-bg, #FDBA13);
  border-top: 3px solid var(--feux-orange2-bg, #FDBA13);
  border-right: 3px solid var(--feux-orange2-bg, #FDBA13);
}

.accordion-item .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-from-vertical:after, .accordion-button .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-from-vertical:after, .accordion-button:not(.collapsed) .harmonogram__accordion-grid-time.active .harmonogram__grid-time-month.date-from-vertical:after {
  border-bottom: 3px solid var(--feux-orange2-bg, #FDBA13);
  border-top: 3px solid var(--feux-orange2-bg, #FDBA13);
  border-left: 3px solid var(--feux-orange2-bg, #FDBA13);
}

@media (min-width: 992px) {
  .harmonogram__accordion-bs .accordion-button::after {
    display: none;
  }
}
.harmonogram__accordion-bs .accordion-button {
  padding: 0;
  min-height: 95px;
}

.harmonogram__accordion-bs .accordion-button:hover {
  cursor: pointer;
}

.harmonogram__accordion-bs .accordion-button .accordion-button-first-h4 a {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

.harmonogram__accordion-bs .accordion-button__border-top {
  border-top: 1.5px solid var(--feux-blue-3, #003399);
}

.harmonogram__accordion-bs .accordion-header {
  position: relative;
}

.harmonogram__accordion-bs .accordion-body .accordion-item {
  border-color: #cad1ea !important;
}

.harmonogram__accordion-bs .accordion-body .accordion-item.height--94px .harmonogram__accordion-grid-time {
  height: 94px !important;
}

.harmonogram__accordion-bs .harmonogram__accordion-grid-time {
  border-left: 1px solid #ced1ea !important;
  border-right: 1px solid #ced1ea !important;
  overflow: hidden;
}

.harmonogram__accordion-bs .accordion-grid-time__swiper {
  overflow: visible;
}

.accordion-item:not(:first-child) .harmonogram__grid-time-month__today {
  display: none;
}

.harmonogram__accordion-bs-title-anchor {
  position: relative;
  z-index: 3;
  padding-bottom: 2px;
  color: var(--feux-ue-blue-font, #20196F);
  font-size: 21px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .harmonogram__accordion-bs-title-anchor {
    display: inline;
  }
}
.harmonogram__accordion-bs-title-anchor.disabled {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.harmonogram__accordion-bs-title-color-line {
  padding: 25px 2px;
  display: inline-block;
  margin-right: 14px;
}

.harmonogram__accordion-subtitle-anchor {
  position: relative;
  z-index: 3;
  color: var(--feux-blue-3-font, #003399);
  margin-right: 10px;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.harmonogram__accordion-subtitle-anchor.disabled {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.harmonogram__accordion-price-range {
  position: relative;
  z-index: 3;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 14px;
  line-height: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .harmonogram__accordion-price-range {
    display: none;
  }
}
.harmonogram__accordion-plain-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 12px;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

@media (max-width: 991.98px) {
  .harmonogram__accordion-plain-info {
    display: none;
  }
}
.harmonogram__accordion-grid-time {
  position: relative;
  margin-top: -16px;
  margin-bottom: -16px;
  background: var(--feux-white-60-bg, rgba(255, 255, 255, 0.6));
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .harmonogram__accordion-grid-time {
    display: none;
  }
}
.harmonogram__accordion-grid-time:hover .harmonogram__grid-time-month:after, .harmonogram__accordion-grid-time:hover .harmonogram__grid-time-month:before {
  background-color: var(--feux-blue-3, #003399);
}

.harmonogram__accordion-grid-time:hover .harmonogram__accordion-grid-time__date-hover, .harmonogram__accordion-grid-time:hover .harmonogram__accordion-grid-time__not-announced, .harmonogram__accordion-grid-time:hover .harmonogram__accordion-grid-time__delay {
  display: block;
}

.harmonogram__accordion-grid-time__date-hover, .harmonogram__accordion-grid-time__not-announced, .harmonogram__accordion-grid-time__delay {
  display: none;
  position: absolute;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  opacity: 0.8;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: unset;
  bottom: 5px;
  left: 40%;
}

.harmonogram__accordion-grid-time__not-announced, .harmonogram__accordion-grid-time__delay {
  text-transform: uppercase;
  bottom: 28px;
  left: 12%;
  z-index: 1;
}

.harmonogram__accordion-grid-time__not-announced svg, .harmonogram__accordion-grid-time__delay svg {
  margin-right: 7px;
}

.harmonogram__accordion-grid-time__delay {
  bottom: 3px;
}

.harmonogram__accordion__year {
  position: absolute;
  top: 0px;
  left: 18px;
}

.swiper-slide.first-month .harmonogram__grid-time-month {
  border-left: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.swiper-slide:first-child .harmonogram__grid-time-month {
  border-right: 1px solid #23c96a !important;
}

.swiper-slide:first-child .harmonogram__grid-time-month.passed-month:not(.empty-month)::after {
  left: -50px !important;
}

.swiper-slide:first-child .harmonogram__grid-time-month:after, .swiper-slide.bg-uep-blue .harmonogram__grid-time-month:after {
  background-color: var(--feux-uep-blue-bg, rgba(64, 125, 216, 0.2)) !important;
}

.swiper-slide:last-child .harmonogram__grid-time-month {
  border-right: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.swiper-slide:not(:last-of-type) .harmonogram__grid-time-month {
  border-right: 1px solid #f0f0f0;
}

.swiper-slide .harmonogram__grid-time-month {
  height: 95px;
  position: relative;
}

.swiper-slide .harmonogram__grid-time-month:not(.date-horizontal-line):not(.date-from-vertical):not(.date-to-vertical)::after {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -1;
}

.swiper-slide .harmonogram__grid-time-month.passed-month {
  background: transparent;
}

.swiper-slide .harmonogram__grid-time-month.passed-month[data-passed-month] {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, transparent), color-stop(75%, transparent));
  background: -o-linear-gradient(left, transparent 0%, transparent 75%, transparent 75%);
  background: linear-gradient(90deg, transparent 0%, transparent 75%, transparent 75%);
}

.swiper-slide .harmonogram__grid-time-month.empty-month {
  background-color: #fbfbfd !important;
}

.swiper-slide .harmonogram__grid-time-month.date-from-vertical::after {
  content: "";
  position: absolute;
  background-color: var(--feux-uep-blue-bg, #407DD8) !important;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  right: -1px;
  border-radius: 12px 0 0 12px;
}

.swiper-slide .harmonogram__grid-time-month.date-horizontal-line::after {
  content: "";
  position: absolute;
  background-color: var(--feux-uep-blue-bg, #407DD8) !important;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  right: -5px;
}

.swiper-slide .harmonogram__grid-time-month.date-to-vertical::before {
  content: "";
  position: absolute;
  background-color: var(--feux-uep-blue-bg, #407DD8);
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 65px;
  border-radius: 0 12px 12px 0;
}

.swiper-slide .harmonogram__grid-time-month::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: auto;
}

.swiper-slide .harmonogram__grid-time-month__today {
  font-size: 12px;
  line-height: 14px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  opacity: 0.7;
  display: block;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
}

.harmonogram__body-description {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  font-size: 16px;
  line-height: 26px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (min-width: 992px) {
  .harmonogram__body-description + .harmonogram__body-author {
    margin-top: 40px;
  }
}
.harmonogram__body-author {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}

.harmonogram__body-author span {
  text-decoration: underline;
}

.harmonogram__body-date-from, .harmonogram__body-date-to {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 15px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.accordion-body {
  border-bottom: 1.5px solid var(--feux-blue-3, #003399);
}

.accordion-body__alert {
  border-radius: 6px;
  background-color: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 16px;
  width: 100%;
}

.accordion-body__alert p {
  color: var(--feux-black-font, #1B1B1B);
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.accordion-body__alert .rpo__header-cta {
  color: var(--feux-black-font, #1B1B1B);
}

.accordion-body__alert .rpo__header-cta svg path {
  stroke: var(--feux-black-font, #1B1B1B);
}

.harmonogramy-karta-wrapper .harmonogram__header {
  border-bottom: none;
}

.harmonogram__header-title {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 28px;
  line-height: 35px;
  max-width: 730px;
  margin-bottom: 12px;
}

.harmonogram__header-changes {
  font-size: 14px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  margin-top: 40px;
}

.harmonogram__header-changes span {
  color: var(--feux-black-font, #1B1B1B);
}

.harmonogram__header-changes a, .harmonogram__header-changes button {
  color: var(--feux-blue-3-font, #003399);
  text-decoration: underline;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.harmonogram__header-changes a:first-child, .harmonogram__header-changes button:first-child {
  margin-right: 20px;
}

.harmonogram__header-changes__prev {
  margin-top: 45px;
  padding-top: 30px;
  width: 90%;
  display: none;
}

@media (max-width: 767.98px) {
  .harmonogram__header-changes__prev {
    width: 100%;
  }
}
.harmonogram__header-changes__prev__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.harmonogram__header-changes__prev__header h2, .harmonogram__header-changes__prev__header .h2 {
  font-size: 18px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.harmonogram__header-changes__prev__header button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.harmonogram__header-changes__prev__desc {
  font-size: 14px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  opacity: 0.8;
}

.harmonogram__header-changes__prev__table--text {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.harmonogram__header-changes__prev__table ul {
  height: 370px;
  overflow-x: auto;
  padding: 20px 20px 20px 0;
}

.harmonogram__header-changes__prev__table ul::-webkit-scrollbar {
  width: 8px;
}

.harmonogram__header-changes__prev__table ul::-webkit-scrollbar-track {
  background-color: var(--feux-uep-blue-bg, rgba(64, 125, 216, 0.2));
  border-radius: 10px;
}

.harmonogram__header-changes__prev__table ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--feux-blue-3, #003399);
}

.harmonogram__header-changes__prev__table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

@media (max-width: 991.98px) {
  .harmonogram__header-card {
    border-top: 1px solid var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .harmonogram__header-card {
    width: 340px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid var(--feux-dark-blue-bg-10, rgba(2, 9, 71, 0.1));
  }
}
.harmonogram__header-card-title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.harmonogram__header-card-text {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

.harmonogram__header-card-text p {
  margin: 0;
}

.harmonogram__header-card-text span:not(:last-of-type)::after {
  content: "•";
  font-size: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

.months-accordion__swiper {
  --swiper-navigation-size: 12px;
}

.months-accordion__swiper .next-button, .months-accordion__swiper .prev-button {
  width: 15px;
  top: 0px;
  bottom: 4px;
  position: absolute;
  background: #f5f7fb;
  border: unset;
  z-index: 1;
}

.months-accordion__swiper .next-button::after, .months-accordion__swiper .prev-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.months-accordion__swiper .next-button.swiper-button-disabled, .months-accordion__swiper .prev-button.swiper-button-disabled {
  opacity: 0.5;
}

.months-accordion__swiper .next-button {
  right: 0px;
}

.months-accordion__swiper .next-button::after {
  background-image: url("../images/fes/svg/back_arrow-small.svg");
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}

.months-accordion__swiper .prev-button {
  left: 0px;
}

.months-accordion__swiper .prev-button::after {
  background-image: url("../images/fes/svg/back_arrow-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.search-wrapper img {
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .search-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.search-wrapper--title {
  font-size: 28px;
  line-height: 35px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .search-wrapper--title {
    font-size: 18px;
    line-height: 23px;
  }
}
.search-wrapper__popular-slogans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.search-wrapper__popular-slogans--title {
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-dark-blue-font, #020947);
  margin-bottom: 20px;
}

.search-wrapper__popular-slogans--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-wrapper-search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 6px;
  border: 1.5px solid transparent;
  background-color: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.search-wrapper-search-bar__type {
  width: 50%;
}

@media (max-width: 767.98px) {
  .search-wrapper-search-bar__type {
    width: 100%;
  }
}
.search-wrapper-search-bar > input {
  border: none;
  width: 100%;
  padding: 20px 4px 20px 50px;
  background: transparent url("../images/fes/svg/footer_search_icon.svg") no-repeat 13px center;
  border: 1.5px solid transparent;
  border-radius: 6px;
}

.search-wrapper-search-bar > input:focus-visible {
  border: none;
  outline: none;
  background-color: var(--feux-white-bg, #FFFFFF);
  border: 1.5px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
}

@media (max-width: 767.98px) {
  .search-wrapper-search-bar > input:focus-visible {
    font-size: 16px;
    line-height: 20px;
  }
}
.search-wrapper-search-bar > input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.search-wrapper-search-bar > input::-moz-placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.search-wrapper-search-bar > input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.search-wrapper-search-bar > input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.search-wrapper-search-bar > input::placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

@media (max-width: 767.98px) {
  .search-wrapper-search-bar > input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .search-wrapper-search-bar > input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .search-wrapper-search-bar > input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .search-wrapper-search-bar > input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .search-wrapper-search-bar > input::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .search-wrapper-search-bar > input {
    background: none;
    padding: 20px 4px 20px 15px;
  }
}
.search-wrapper-search-bar > input:hover {
  border: 1.5px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.search-wrapper-search-bar > input.disable {
  border: 1.5px solid var(--feux-ue-blue-30-bg, rgba(32, 25, 111, 0.3));
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
}

.search-wrapper-search-bar > button {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  z-index: 2;
}

.search-wrapper-search-bar > input:not(:-moz-placeholder-shown) {
  background-color: var(--feux-white-bg, #FFFFFF);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  border: 1.5px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  border-radius: 6px;
}

.search-wrapper-search-bar > input:not(:-ms-input-placeholder) {
  background-color: var(--feux-white-bg, #FFFFFF);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  border: 1.5px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  border-radius: 6px;
}

.search-wrapper-search-bar > input:not(:placeholder-shown) {
  background-color: var(--feux-white-bg, #FFFFFF);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  border: 1.5px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .search-wrapper-search-bar > input:not(:-moz-placeholder-shown) {
    font-size: 16px;
    line-height: 20px;
  }
  .search-wrapper-search-bar > input:not(:-ms-input-placeholder) {
    font-size: 16px;
    line-height: 20px;
  }
  .search-wrapper-search-bar > input:not(:placeholder-shown) {
    font-size: 16px;
    line-height: 20px;
  }
}
.search-wrapper-search-bar:focus-within {
  background-color: var(--feux-white-bg, #FFFFFF);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
}

@media (max-width: 767.98px) {
  .search-wrapper-search-bar:focus-within {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .search-wrapper-search-bar {
    width: 100%;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.zakladki-view {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

@media (max-width: 991.98px) {
  .zakladki-view {
    border: none;
    margin-top: 0;
  }
}
.zakladki-view h3, .zakladki-view .h3 {
  margin-bottom: 30px;
  color: var(--feux-dark-blue-font, #020947);
  font-size: 28px;
  line-height: 32px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .zakladki-view h3, .zakladki-view .h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 19px;
  }
}
.zakladki-view__main-description .widget-text ul, .zakladki-view__main-description .widget-text-bold ul {
  margin-bottom: 40px;
}

.zakladki-view__main-description .widget-text ul li:not(:last-child), .zakladki-view__main-description .widget-text-bold ul li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .zakladki-view__main-description .widget-text, .zakladki-view__main-description .widget-text-bold {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .zakladki-view__main-description .sidebar-menu-section {
    display: none;
  }
}
.zakladki-view__section-menu {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .zakladki-view__section-menu {
    top: 10px;
  }
}
.zakladki-view__section-menu .sidebar-menu-section {
  top: 20px;
}

@media (max-width: 991.98px) {
  .zakladki-view__section-menu .sidebar-menu-section__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-box;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .zakladki-view__section-menu .sidebar-menu-section__list {
    margin-bottom: 18px;
  }
}
@media (max-width: 991.98px) {
  .zakladki-view__section-menu .sidebar-menu-section__list::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}
@media (max-width: 991.98px) {
  .zakladki-view__section-menu .sidebar-menu-section__list li {
    margin-right: 7px;
  }
}
.zakladki-view__section-menu .sidebar-menu-section__list li a {
  max-width: 153px;
}

@media (max-width: 991.98px) {
  .zakladki-view__section-menu .sidebar-menu-section__list li a {
    max-width: 100%;
    padding: 11px 12px !important;
  }
}
.zakladki-view__separator {
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .zakladki-view__separator {
    padding-bottom: 30px;
  }
}
.zakladki-view__article h4, .zakladki-view__article .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 28px;
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .zakladki-view__article h4, .zakladki-view__article .h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 19px;
  }
}
.zakladki-view__article .widget-text li, .zakladki-view__article .widget-text-bold li {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}

.zakladki-view__article:last-child {
  margin-bottom: 140px;
}

@media (max-width: 991.98px) {
  .zakladki-view__article:last-child {
    margin-bottom: 70px;
  }
}
.zakladki-view__article__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .zakladki-view__article__download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.zakladki-view__article__download__info {
  margin-left: 15.5px;
}

@media (max-width: 575.98px) {
  .zakladki-view__article__download__info {
    margin-left: 0;
  }
}
.zakladki-view__article__download__info h5, .zakladki-view__article__download__info .h5 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.zakladki-view__article__download__info__col {
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 575.98px) {
  .zakladki-view__article__download__info__col {
    margin-left: 0 !important;
  }
}
.zakladki-view__article__download__info__col:last-child {
  margin-left: 33px;
}

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

.zakladki-view__article__download__info__col__dotted span:not(:last-child) {
  margin-right: 6px;
}

.zakladki-view__article__download__info__col__dotted span:not(:first-child) {
  margin-left: 6px;
}

.zakladki-view__article .widget-image-gallery__thumbs {
  padding: 120px 30px 22px 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .zakladki-view__article .widget-image-gallery__thumbs {
    padding: 160px 30px 22px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .zakladki-view__article .widget-image-gallery__thumbs {
    padding: 160px 30px 22px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .zakladki-view__article .widget-image-gallery__thumbs {
    padding: 180px 30px 22px 10px;
  }
}
@media (max-width: 575.98px) {
  .zakladki-view__article .widget-image-gallery__thumbs {
    padding: 240px 30px 22px 10px;
  }
}
.zakladki-view__article .widget-image-gallery__thumbs .swiper-slide img {
  width: 117px;
  height: 78px;
}

@media (max-width: 991.98px) {
  .zakladki-view__article .widget-image-gallery__thumbs .swiper-slide img {
    width: 70px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .zakladki-view__article .widget-image-gallery__caption {
    padding-right: 17px;
  }
}
.zakladki-view__article__widget-iframe {
  margin-bottom: 50px;
}

.zakladki-view__article__widget-iframe iframe {
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .zakladki-view__article__widget-iframe iframe {
    height: 211px !important;
    border-radius: 0;
  }
}
.zakladki-view__section-useful-links h5, .zakladki-view__section-useful-links .h5 {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.zakladki-view__section-useful-links__link {
  width: 100%;
  background: var(--feux-white-bg, #FFFFFF);
  color: var(--feux-blue-3-font, #003399);
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  border-radius: 6px;
  padding: 10px 12px 10px 12px;
}

.zakladki-view__section-useful-links__link:first-of-type {
  margin-bottom: 10px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.search-results-wrapper-filters .feux-filtry {
  padding-left: 0;
  grid-template-columns: 0 1fr;
}

@media (max-width: 991.98px) {
  .search-results-wrapper-filters .search-in-text-filter {
    visibility: hidden;
    display: initial;
  }
}
@media (max-width: 991.98px) {
  .search-results-wrapper-filters .filters-sorting span {
    padding-right: 10px;
  }
}
.search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.search-results-wrapper--title {
  font-size: 28px;
  line-height: 35px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  .search-results-wrapper--title {
    font-size: 18px;
    line-height: 23px;
  }
}
.search-results-wrapper__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 42px;
}

@media (max-width: 767.98px) {
  .search-results-wrapper__tags {
    margin-top: 26px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.search-results-wrapper__filters {
  margin-top: 0;
  margin-bottom: 3rem;
}

.search-results-wrapper__filters .feux-filtry .feux-filtry__item--icon-only {
  display: none;
}

@media (max-width: 767.98px) {
  .search-results-wrapper__filters {
    margin-top: 0;
  }
}
.search-results-wrapper__results-count {
  margin-top: 80px;
}

.search-results-wrapper__results-count h3, .search-results-wrapper__results-count .h3, .search-results-wrapper__results-count h2, .search-results-wrapper__results-count .h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.search-results-wrapper__results-count h3 span, .search-results-wrapper__results-count .h3 span, .search-results-wrapper__results-count h2 span, .search-results-wrapper__results-count .h2 span {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.search-results-public-element-wrapper {
  margin-bottom: 3rem;
}

.search-results-public-element-wrapper--white {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 12px;
  background-color: #fff;
  padding: 21px;
}

.search-results-public-element-wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 18px;
  overflow: hidden;
  border-radius: 10.1268px;
}

.search-results-public-element-wrapper__img img {
  border-radius: 10.1268px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
  min-height: 150px;
}

@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__img {
    padding-right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 10.1268px;
  }
}
.search-results-public-element-wrapper__desc2 {
  margin-top: -20px;
}

.search-results-public-element-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc {
    margin-left: -10px;
  }
}
.search-results-public-element-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-public-element-wrapper__desc--breadcrumbs {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc--breadcrumbs {
    margin-top: 0;
  }
}
.search-results-public-element-wrapper__desc--breadcrumbs__baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.search-results-public-element-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc--date {
    font-size: 12px;
    line-height: 22px;
  }
}
.search-results-public-element-wrapper__desc--title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: 80%;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc--title {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
.search-results-public-element-wrapper__desc--content {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-size: 16px;
  line-height: 26px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc--content {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc > .public-label2-wrapper {
    background: var(--feux-white, #ffffff);
    margin-top: 20px;
    padding: 12px 12px 0 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc > .public-title-wrapper {
    background: var(--feux-white, #ffffff);
    padding: 6px 12px 0 12px;
  }
}
@media (max-width: 767.98px) {
  .search-results-public-element-wrapper__desc > .public-download-wrapper {
    background: var(--feux-white, #ffffff);
    padding: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.public-element-wrapper--details {
  font-size: 12px;
  line-height: 14px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-grey2-font, #4F4F4F);
  margin-bottom: 6px;
}

.public-element-wrapper--link {
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-grey2-font, #4F4F4F);
  text-decoration: underline;
}

.search-results-public-element-mobile-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-results-public-element-mobile-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-public-element-mobile-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  margin-left: 8px;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-news-element-wrapper {
  margin-bottom: 3rem;
}

.search-results-news-element-wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 2rem;
}

.search-results-news-element-wrapper__img img {
  border-radius: 10.1268px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .search-results-news-element-wrapper__img {
    display: none;
  }
}
.search-results-news-element-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 180px;
}

.search-results-news-element-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-news-element-wrapper__desc--breadcrumbs {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-news-element-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-news-element-wrapper__desc--title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: 80%;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .search-results-news-element-wrapper__desc--title {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding-right: 20px;
  }
}
.search-results-news-element-wrapper__desc--title.news {
  margin-bottom: 3rem;
}

.search-results-news-element-wrapper__desc--content {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-size: 16px;
  line-height: 26px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .search-results-news-element-wrapper__desc--content {
    display: none;
  }
}
.news-img-wrapper {
  margin-top: 18px;
  padding: 10px;
  background: var(--feux-white, #ffffff);
  border-radius: 12px;
}

.news-img-wrapper__img {
  width: 100%;
  border-radius: 10.1268px;
  padding-bottom: 8px;
}

.news-img-wrapper__img img {
  border-radius: 10.1268px;
}

.news-img-wrapper__date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.news-img-wrapper__title {
  color: var(--feux-dark-blue-font, #020947);
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.search-results-events-element-wrapper {
  margin-bottom: 3rem;
}

.search-results-events-element-wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 2rem;
}

.search-results-events-element-wrapper__img img {
  border-radius: 10.1268px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .search-results-events-element-wrapper__img {
    display: none;
  }
}
.search-results-events-element-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-results-events-element-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-events-element-wrapper__desc--breadcrumbs {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-events-element-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-events-element-wrapper__desc--title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: 80%;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .search-results-events-element-wrapper__desc--title {
    display: none;
    width: 100%;
  }
}
.search-results-events-element-wrapper__desc--content {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .search-results-events-element-wrapper__desc--content {
    display: none;
  }
}
.search-results-events-element-wrapper__desc--content strong {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .search-results-events-element-wrapper__desc > .events-label2-wrapper {
    background: var(--feux-white, #ffffff);
    margin-top: 20px;
    padding: 12px;
    border-radius: 12px;
  }
}
.search-results-events-element-mobile-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-results-events-element-mobile-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-events-element-mobile-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  margin-left: 8px;
  font-size: 13px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-events-element-mobile-wrapper__desc--date-2 {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  padding-bottom: 13px;
  width: 100%;
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.search-results-events-element-mobile-wrapper__desc--title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  padding: 10px 0;
}

.search-results-events-element-mobile-wrapper__desc--sub-title {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}

.search-results-events-element-mobile-wrapper__desc--img {
  width: 100%;
  border-radius: 10px;
}

.search-results-recruitment-element-wrapper {
  margin-bottom: 3rem;
}

.search-results-recruitment-element-wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 2rem;
  border-radius: 10.1268px;
}

.search-results-recruitment-element-wrapper__img img {
  border-radius: 10.1268px;
}

.search-results-recruitment-element-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-results-recruitment-element-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-recruitment-element-wrapper__desc--breadcrumbs {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-recruitment-element-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-recruitment-element-wrapper__desc--title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: 80%;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .search-results-recruitment-element-wrapper__desc--title {
    width: 100%;
  }
}
.search-results-recruitment-element-wrapper__desc--content {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-size: 16px;
  line-height: 26px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
}

.search-results-actions-element-wrapper {
  margin-bottom: 3rem;
}

.search-results-actions-element-wrapper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 2rem;
  border-radius: 10.1268px;
}

.search-results-actions-element-wrapper__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-results-actions-element-wrapper__desc--label {
  margin-bottom: 0.5rem;
}

.search-results-actions-element-wrapper__desc--breadcrumbs {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-actions-element-wrapper__desc--breadcrumbs a {
  margin: 0 5px;
}

.search-results-actions-element-wrapper__desc--date {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .search-results-actions-element-wrapper__desc--date {
    display: none;
  }
}
.search-results-actions-element-wrapper__desc--date-mobile {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (min-width: 768px) {
  .search-results-actions-element-wrapper__desc--date-mobile {
    display: none;
  }
}
.search-results-actions-element-wrapper__desc--title {
  color: var(--feux-ue-blue-font, #0A50B9);
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  width: 80%;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .search-results-actions-element-wrapper__desc--title {
    display: none;
    width: 100%;
  }
}
.search-results-actions-element-wrapper__desc--content {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-results-download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--feux-dark-blue-bg, #020947);
}

.search-results-download-wrapper__text {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
  font-size: 16px;
  line-height: 22px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-left: 11px;
}

@media (max-width: 767.98px) {
  .search-results-download-wrapper__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .search-results-download-wrapper__text.hidden-text {
    display: none;
  }
}
.search-results-download-wrapper--dot-separator {
  margin: 0 5px;
}

.search-results-border-bottom {
  border-bottom: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
  margin-bottom: 3rem;
}

.search-results-zoom-box {
  max-width: 278px;
}

@media (max-width: 767.98px) {
  .search-results-zoom-box {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.search-results-zoom-box__wrapper {
  display: block;
  border-radius: 12px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .search-results-zoom-box__wrapper {
    padding: 10px;
    margin: 0 auto;
  }
}
.search-results-zoom-box__title-wrapper {
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-right: 2rem;
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

@media (max-width: 767.98px) {
  .search-results-zoom-box__title-wrapper {
    padding-bottom: 0;
  }
}
.search-results-zoom-box__desc-wrapper {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}

.search-results-zoom-box__label {
  background-color: var(--feux-lightblue2-bg, rgba(144, 190, 255, 0.2));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: var(--feux-uep-blue-font, #407DD8);
  padding: 6px;
}

.search-results-zoom-box__title {
  color: var(--feux-blue-3-font, #003399);
  padding-bottom: 13px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.search-results-zoom-box__subtitle {
  font-family: Lexend-Light, sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 22px;
  color: var(--feux-blue-3-font, #003399);
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .search-results-zoom-box__subtitle {
    font-size: 10px;
  }
}
.search-results-zoom-box__subtitle-upper {
  font-size: 26px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results-zoom-box__subtitle-border-right {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.search-results-zoom-box__text {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 767.98px) {
  .search-results-zoom-box__text {
    font-size: 10px;
    line-height: 12px;
    padding: 0;
    height: 100%;
  }
}
.search-results-zoom-box__text__wrapper {
  margin-bottom: 10px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-bottom: 14px;
}

@media (max-width: 767.98px) {
  .search-results-zoom-box__text__wrapper {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }
  .search-results-zoom-box__text__wrapper span {
    display: none;
  }
}
.search-results-zoom-box__text__wrapper__desktop {
  padding-left: 5px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  letter-spacing: 0.02em;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.actions-content-wrapper--title {
  display: none;
}

@media (max-width: 767.98px) {
  .actions-content-wrapper--title {
    padding-top: 6px;
    display: block;
    color: var(--feux-blue-3-font, #003399);
    font-size: 16px;
    line-height: 22px;
    font-family: Lexend-SemiBold, sans-serif;
    font-weight: 600;
  }
}
.actions-content-wrapper--sub-title {
  display: none;
}

@media (max-width: 767.98px) {
  .actions-content-wrapper--sub-title {
    padding-bottom: 6px;
    display: block;
    font-size: 10px;
    line-height: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
    color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
    border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  }
}
.actions-content-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-size: 12px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey2-font, #4F4F4F);
}

.actions-content-wrapper__header--text {
  margin-left: 1rem;
}

.actions-content-wrapper__content {
  padding: 20px 15px;
  border-radius: 12px;
  width: 100%;
  margin-top: 0.5rem;
}

.actions-content-wrapper__content--title {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
}

@media (max-width: 767.98px) {
  .actions-content-wrapper__content--title {
    font-size: 10px;
    line-height: 20px;
  }
}
.actions-content-wrapper__content--desc {
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-dark-blue-font, #020947);
}

.actions-content-wrapper__content div:nth-child(1) {
  padding-right: 2rem;
}

@media (max-width: 767.98px) {
  .actions-content-wrapper__content div:nth-child(1) {
    padding-right: 0;
  }
}
.actions-content-wrapper__content div:nth-child(2) {
  padding-left: 1.5rem;
  border-left: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

@media (max-width: 767.98px) {
  .actions-content-wrapper__content div:nth-child(2) {
    border-left: none;
  }
}
.actions-content-wrapper__content div:nth-child(2) .actions-content-wrapper__content--desc {
  width: 25%;
}

.actions-content-wrapper__content div:nth-child(3) {
  padding-left: 1.5rem;
  border-left: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

@media (max-width: 767.98px) {
  .actions-content-wrapper__content div:nth-child(3) {
    border-left: none;
  }
}
.actions-content-wrapper__content div:nth-child(3) .actions-content-wrapper__content--desc {
  width: 60%;
}

@media (max-width: 767.98px) {
  .actions-content-wrapper__content {
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .actions-content-wrapper {
    padding: 12px 12px 20px 12px;
    background: var(--feux-white, #ffffff);
    border-radius: 12px;
  }
}
.recruitment-content-wrapper {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.recruitment-content-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey2-font, #4F4F4F);
}

.recruitment-content-wrapper__header--text {
  margin-left: 1rem;
}

.recruitment-content-wrapper__left--title {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-ue-blue-font, #0A50B9);
}

.recruitment-content-wrapper__left--desc {
  color: var(--feux-grey2-font, #4F4F4F);
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.recruitment-content-wrapper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
  padding-left: 2rem;
}

.recruitment-content-wrapper__right--sub-title {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.recruitment-content-wrapper__right--percents {
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
  font-size: 36px;
  line-height: 45px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
}

.recruitment-content-wrapper__right__date--sub-title {
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.recruitment-content-wrapper__right__date--date {
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .recruitment-content-wrapper {
    display: none;
  }
}
.recruitment-content-wrapper-mobile {
  display: none;
  margin: 2rem 0;
}

@media (max-width: 767.98px) {
  .recruitment-content-wrapper-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    background: var(--feux-white, #ffffff);
    padding: 12px;
  }
  .recruitment-content-wrapper-mobile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
    color: var(--feux-grey2-font, #4F4F4F);
  }
  .recruitment-content-wrapper-mobile__header--text {
    margin-left: 1rem;
  }
  .recruitment-content-wrapper-mobile__title {
    padding-top: 6px;
    color: var(--feux-blue-3-font, #003399);
    font-size: 16px;
    line-height: 22px;
    font-family: Lexend-Bold, sans-serif;
    font-weight: 700;
  }
  .recruitment-content-wrapper-mobile__sub-title {
    padding-bottom: 6px;
    font-size: 10px;
    line-height: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
    color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
    border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  }
  .recruitment-content-wrapper-mobile__content--title {
    color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
    letter-spacing: 0.04em;
    font-size: 10px;
    line-height: 20px;
    font-family: Ubuntu-Light, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
  }
  .recruitment-content-wrapper-mobile__content--desc {
    color: var(--feux-dark-blue-font, #020947);
    font-family: Lexend-Regular, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.rpo__header-box {
  margin-top: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .rpo__header-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .rpo__header-box {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 150px;
  }
}
.rpo__header-photo {
  padding-top: 10px;
  position: relative;
}

.rpo__header-photo:not(.no-before)::before {
  content: "";
  background-color: var(--feux-orange2-bg, #FDBA13);
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 50px;
  border-radius: 12px;
}

.rpo__header-figure {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .rpo__header-figure {
    padding-bottom: 31.65%;
    border-radius: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rpo__header-figure {
    padding-bottom: 26%;
    border-radius: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .rpo__header-figure {
    padding-bottom: 36%;
    border-radius: 12px;
  }
}
@media (max-width: 575.98px) {
  .rpo__header-figure {
    padding-bottom: 42.5%;
    border-radius: 12px 12px 0 0;
  }
}
.rpo__header-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .rpo__header-image {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (min-width: 992px) {
  .rpo__header-image {
    width: 100%;
  }
}
.rpo__header {
  background: var(--feux-white-bg, #FFFFFF);
  padding: 20px 25px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .rpo__header {
    position: absolute;
    bottom: 0;
    width: 450px;
    border-radius: 0 12px 12px 12px;
  }
}
@media (max-width: 991.98px) {
  .rpo__header {
    border-radius: 0 12px 12px 12px !important;
    margin-top: -30px;
    z-index: 2;
    position: absolute;
    margin-right: 40px;
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .rpo__header {
    border-radius: 0 12px 12px 12px !important;
    margin-top: -30px;
    z-index: 2;
    position: absolute;
    margin-right: 40px;
    width: 90%;
  }
}
.rpo__header-title {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: var(--feux-black-font, #1B1B1B);
}

@media (min-width: 992px) {
  .rpo__header-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .rpo__header-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
}
.rpo__header-cta, .rpo__header-cta-bold, .rpo__header-cta-semibold {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--feux-ue-blue-2-font, #0A50B9);
  font-size: 12px;
  line-height: 12px;
}

.rpo__header-cta svg [stroke], .rpo__header-cta-bold svg [stroke], .rpo__header-cta-semibold svg [stroke] {
  stroke: var(--feux-ue-blue-2-font, #0A50B9);
}

.rpo__header-cta.white, .white.rpo__header-cta-bold, .white.rpo__header-cta-semibold {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__header-cta.white svg [stroke], .white.rpo__header-cta-bold svg [stroke], .white.rpo__header-cta-semibold svg [stroke] {
  stroke: var(--feux-white-font, #FFFFFF);
}

.rpo__header-cta:hover, .rpo__header-cta-bold:hover, .rpo__header-cta-semibold:hover {
  color: var(--feux-ue-blue-font, #20196F);
}

.rpo__header-cta:hover svg [stroke], .rpo__header-cta-bold:hover svg [stroke], .rpo__header-cta-semibold:hover svg [stroke] {
  stroke: var(--feux-ue-blue-font, #20196F);
}

.rpo__header-cta svg, .rpo__header-cta-bold svg, .rpo__header-cta-semibold svg {
  height: 12px;
  margin-left: 15px;
}

.rpo__header-cta.white, .white.rpo__header-cta-bold, .white.rpo__header-cta-semibold {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__header-cta.white svg [stroke], .white.rpo__header-cta-bold svg [stroke], .white.rpo__header-cta-semibold svg [stroke] {
  stroke: var(--feux-white-font, #FFFFFF);
}

.rpo__header-cta-semibold {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .rpo__header-cta-semibold {
    font-size: 10px;
    line-height: 12px;
  }
}
.rpo__header-cta-bold {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .rpo__header-cta-bold {
    font-size: 10px;
    line-height: 12px;
  }
}
.rpo__search-box, .rpo__search-box--mobile {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .rpo__search-box select, .rpo__search-box textarea, .rpo__search-box input, .rpo__search-box--mobile select, .rpo__search-box--mobile textarea, .rpo__search-box--mobile input {
    font-size: 16px !important;
  }
}
.rpo__search-box.orange2 .rpo__search-input-dla-kogo, .rpo__search-box.orange2 .rpo__search-input-na-co, .rpo__search-box.orange2 .rpo__search-input-gdzie, .rpo__search-box--mobile.orange2 .rpo__search-input-dla-kogo, .rpo__search-box--mobile.orange2 .rpo__search-input-na-co, .rpo__search-box--mobile.orange2 .rpo__search-input-gdzie {
  border-radius: 6px;
  position: relative;
}

.rpo__search-box.orange2 .rpo__search-input-dla-kogo input, .rpo__search-box.orange2 .rpo__search-input-na-co input, .rpo__search-box.orange2 .rpo__search-input-gdzie input, .rpo__search-box--mobile.orange2 .rpo__search-input-dla-kogo input, .rpo__search-box--mobile.orange2 .rpo__search-input-na-co input, .rpo__search-box--mobile.orange2 .rpo__search-input-gdzie input {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.rpo__search-box.orange2 .rpo__search-input-dla-kogo input:hover, .rpo__search-box.orange2 .rpo__search-input-dla-kogo input:focus, .rpo__search-box.orange2 .rpo__search-input-na-co input:hover, .rpo__search-box.orange2 .rpo__search-input-na-co input:focus, .rpo__search-box.orange2 .rpo__search-input-gdzie input:hover, .rpo__search-box.orange2 .rpo__search-input-gdzie input:focus, .rpo__search-box--mobile.orange2 .rpo__search-input-dla-kogo input:hover, .rpo__search-box--mobile.orange2 .rpo__search-input-dla-kogo input:focus, .rpo__search-box--mobile.orange2 .rpo__search-input-na-co input:hover, .rpo__search-box--mobile.orange2 .rpo__search-input-na-co input:focus, .rpo__search-box--mobile.orange2 .rpo__search-input-gdzie input:hover, .rpo__search-box--mobile.orange2 .rpo__search-input-gdzie input:focus {
  border-color: var(--feux-white-bg, #FFFFFF) !important;
}

.rpo__search-box.orange2 .rpo__search-input-dla-kogo input.active, .rpo__search-box.orange2 .rpo__search-input-na-co input.active, .rpo__search-box.orange2 .rpo__search-input-gdzie input.active, .rpo__search-box--mobile.orange2 .rpo__search-input-dla-kogo input.active, .rpo__search-box--mobile.orange2 .rpo__search-input-na-co input.active, .rpo__search-box--mobile.orange2 .rpo__search-input-gdzie input.active {
  border-color: var(--feux-white-bg, #FFFFFF);
}

.rpo__search-box.orange2 .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box.orange2 .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box.orange2 .rpo__search-input-gdzie input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.orange2 .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.orange2 .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.orange2 .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  border-color: var(--feux-white-bg, #FFFFFF);
}

.rpo__search-box.orange2 .rpo__search-submit, .rpo__search-box--mobile.orange2 .rpo__search-submit {
  width: 175px;
  background-color: var(--feux-white-bg, #FFFFFF);
}

@media (max-width: 991.98px) {
  .rpo__search-box.orange2 .rpo__search-submit, .rpo__search-box--mobile.orange2 .rpo__search-submit {
    width: 100%;
    border-radius: 6px;
  }
}
.rpo__search-box.orange2 .rpo__search-submit, .rpo__search-box--mobile.orange2 .rpo__search-submit {
  color: var(--feux-blue-3, #003399);
}

.rpo__search-box.orange2 .rpo__search-submit:hover, .rpo__search-box.orange2 .rpo__search-submit:focus, .rpo__search-box--mobile.orange2 .rpo__search-submit:hover, .rpo__search-box--mobile.orange2 .rpo__search-submit:focus {
  color: var(--feux-blue-3, #003399);
}

.rpo__search-box.red .rpo__search-input-dla-kogo, .rpo__search-box.red .rpo__search-input-na-co, .rpo__search-box.red .rpo__search-input-gdzie, .rpo__search-box--mobile.red .rpo__search-input-dla-kogo, .rpo__search-box--mobile.red .rpo__search-input-na-co, .rpo__search-box--mobile.red .rpo__search-input-gdzie {
  border-radius: 6px;
  position: relative;
}

.rpo__search-box.red .rpo__search-input-dla-kogo input, .rpo__search-box.red .rpo__search-input-na-co input, .rpo__search-box.red .rpo__search-input-gdzie input, .rpo__search-box--mobile.red .rpo__search-input-dla-kogo input, .rpo__search-box--mobile.red .rpo__search-input-na-co input, .rpo__search-box--mobile.red .rpo__search-input-gdzie input {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.rpo__search-box.red .rpo__search-input-dla-kogo input:hover, .rpo__search-box.red .rpo__search-input-dla-kogo input:focus, .rpo__search-box.red .rpo__search-input-na-co input:hover, .rpo__search-box.red .rpo__search-input-na-co input:focus, .rpo__search-box.red .rpo__search-input-gdzie input:hover, .rpo__search-box.red .rpo__search-input-gdzie input:focus, .rpo__search-box--mobile.red .rpo__search-input-dla-kogo input:hover, .rpo__search-box--mobile.red .rpo__search-input-dla-kogo input:focus, .rpo__search-box--mobile.red .rpo__search-input-na-co input:hover, .rpo__search-box--mobile.red .rpo__search-input-na-co input:focus, .rpo__search-box--mobile.red .rpo__search-input-gdzie input:hover, .rpo__search-box--mobile.red .rpo__search-input-gdzie input:focus {
  border-color: var(--feux-red-bg, #E5001D) !important;
}

.rpo__search-box.red .rpo__search-input-dla-kogo input.active, .rpo__search-box.red .rpo__search-input-na-co input.active, .rpo__search-box.red .rpo__search-input-gdzie input.active, .rpo__search-box--mobile.red .rpo__search-input-dla-kogo input.active, .rpo__search-box--mobile.red .rpo__search-input-na-co input.active, .rpo__search-box--mobile.red .rpo__search-input-gdzie input.active {
  border-color: var(--feux-red-bg, #E5001D);
}

.rpo__search-box.red .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box.red .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box.red .rpo__search-input-gdzie input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.red .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.red .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.red .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  border-color: var(--feux-red-bg, #E5001D);
}

.rpo__search-box.red .rpo__search-submit, .rpo__search-box--mobile.red .rpo__search-submit {
  width: 175px;
  background-color: var(--feux-red-bg, #E5001D);
}

@media (max-width: 991.98px) {
  .rpo__search-box.red .rpo__search-submit, .rpo__search-box--mobile.red .rpo__search-submit {
    width: 100%;
    border-radius: 6px;
  }
}
.rpo__search-box.red .rpo__search-submit, .rpo__search-box--mobile.red .rpo__search-submit {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-box.red .rpo__search-submit:hover, .rpo__search-box.red .rpo__search-submit:focus, .rpo__search-box--mobile.red .rpo__search-submit:hover, .rpo__search-box--mobile.red .rpo__search-submit:focus {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-box.red .rpo__search-submit--green, .rpo__search-box--mobile.red .rpo__search-submit--green {
  width: 175px;
  background-color: var(--feux-green-bg, #008744);
}

.rpo__search-box.red-results .rpo__search-input-dla-kogo, .rpo__search-box.red-results .rpo__search-input-na-co, .rpo__search-box.red-results .rpo__search-input-gdzie, .rpo__search-box--mobile.red-results .rpo__search-input-dla-kogo, .rpo__search-box--mobile.red-results .rpo__search-input-na-co, .rpo__search-box--mobile.red-results .rpo__search-input-gdzie {
  border-radius: 6px;
  position: relative;
}

.rpo__search-box.red-results .rpo__search-input-dla-kogo input, .rpo__search-box.red-results .rpo__search-input-na-co input, .rpo__search-box.red-results .rpo__search-input-gdzie input, .rpo__search-box--mobile.red-results .rpo__search-input-dla-kogo input, .rpo__search-box--mobile.red-results .rpo__search-input-na-co input, .rpo__search-box--mobile.red-results .rpo__search-input-gdzie input {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.rpo__search-box.red-results .rpo__search-input-dla-kogo input:hover, .rpo__search-box.red-results .rpo__search-input-dla-kogo input:focus, .rpo__search-box.red-results .rpo__search-input-na-co input:hover, .rpo__search-box.red-results .rpo__search-input-na-co input:focus, .rpo__search-box.red-results .rpo__search-input-gdzie input:hover, .rpo__search-box.red-results .rpo__search-input-gdzie input:focus, .rpo__search-box--mobile.red-results .rpo__search-input-dla-kogo input:hover, .rpo__search-box--mobile.red-results .rpo__search-input-dla-kogo input:focus, .rpo__search-box--mobile.red-results .rpo__search-input-na-co input:hover, .rpo__search-box--mobile.red-results .rpo__search-input-na-co input:focus, .rpo__search-box--mobile.red-results .rpo__search-input-gdzie input:hover, .rpo__search-box--mobile.red-results .rpo__search-input-gdzie input:focus {
  border-color: rgba(0, 0, 0, 0) !important;
}

.rpo__search-box.red-results .rpo__search-input-dla-kogo input.active, .rpo__search-box.red-results .rpo__search-input-na-co input.active, .rpo__search-box.red-results .rpo__search-input-gdzie input.active, .rpo__search-box--mobile.red-results .rpo__search-input-dla-kogo input.active, .rpo__search-box--mobile.red-results .rpo__search-input-na-co input.active, .rpo__search-box--mobile.red-results .rpo__search-input-gdzie input.active {
  border-color: rgba(0, 0, 0, 0);
}

.rpo__search-box.red-results .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box.red-results .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box.red-results .rpo__search-input-gdzie input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.red-results .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.red-results .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.red-results .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  border-color: rgba(0, 0, 0, 0);
}

.rpo__search-box.red-results .rpo__search-submit, .rpo__search-box--mobile.red-results .rpo__search-submit {
  width: 175px;
  background-color: var(--feux-red-bg, #E5001D);
}

@media (max-width: 991.98px) {
  .rpo__search-box.red-results .rpo__search-submit, .rpo__search-box--mobile.red-results .rpo__search-submit {
    width: 100%;
    border-radius: 6px;
  }
}
.rpo__search-box.red-results .rpo__search-submit, .rpo__search-box--mobile.red-results .rpo__search-submit {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-box.red-results .rpo__search-submit:hover, .rpo__search-box.red-results .rpo__search-submit:focus, .rpo__search-box--mobile.red-results .rpo__search-submit:hover, .rpo__search-box--mobile.red-results .rpo__search-submit:focus {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-box.red-results .rpo__search-input-triangle, .rpo__search-box--mobile.red-results .rpo__search-input-triangle {
  width: 0;
  height: 0;
}

.rpo__search-box.green .rpo__search-input-dla-kogo, .rpo__search-box.green .rpo__search-input-na-co, .rpo__search-box.green .rpo__search-input-gdzie, .rpo__search-box--mobile.green .rpo__search-input-dla-kogo, .rpo__search-box--mobile.green .rpo__search-input-na-co, .rpo__search-box--mobile.green .rpo__search-input-gdzie {
  border-radius: 6px;
  position: relative;
}

.rpo__search-box.green .rpo__search-input-dla-kogo input, .rpo__search-box.green .rpo__search-input-na-co input, .rpo__search-box.green .rpo__search-input-gdzie input, .rpo__search-box--mobile.green .rpo__search-input-dla-kogo input, .rpo__search-box--mobile.green .rpo__search-input-na-co input, .rpo__search-box--mobile.green .rpo__search-input-gdzie input {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.rpo__search-box.green .rpo__search-input-dla-kogo input:hover, .rpo__search-box.green .rpo__search-input-dla-kogo input:focus, .rpo__search-box.green .rpo__search-input-na-co input:hover, .rpo__search-box.green .rpo__search-input-na-co input:focus, .rpo__search-box.green .rpo__search-input-gdzie input:hover, .rpo__search-box.green .rpo__search-input-gdzie input:focus, .rpo__search-box--mobile.green .rpo__search-input-dla-kogo input:hover, .rpo__search-box--mobile.green .rpo__search-input-dla-kogo input:focus, .rpo__search-box--mobile.green .rpo__search-input-na-co input:hover, .rpo__search-box--mobile.green .rpo__search-input-na-co input:focus, .rpo__search-box--mobile.green .rpo__search-input-gdzie input:hover, .rpo__search-box--mobile.green .rpo__search-input-gdzie input:focus {
  border-color: var(--feux-green-bg, #008744) !important;
}

.rpo__search-box.green .rpo__search-input-dla-kogo input.active, .rpo__search-box.green .rpo__search-input-na-co input.active, .rpo__search-box.green .rpo__search-input-gdzie input.active, .rpo__search-box--mobile.green .rpo__search-input-dla-kogo input.active, .rpo__search-box--mobile.green .rpo__search-input-na-co input.active, .rpo__search-box--mobile.green .rpo__search-input-gdzie input.active {
  border-color: var(--feux-green-bg, #008744);
}

.rpo__search-box.green .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box.green .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box.green .rpo__search-input-gdzie input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.green .rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.green .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-box--mobile.green .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  border-color: var(--feux-green-bg, #008744);
}

.rpo__search-box.green .rpo__search-submit, .rpo__search-box--mobile.green .rpo__search-submit {
  width: 175px;
  background-color: var(--feux-green-bg, #008744);
}

@media (max-width: 991.98px) {
  .rpo__search-box.green .rpo__search-submit, .rpo__search-box--mobile.green .rpo__search-submit {
    width: 100%;
    border-radius: 6px;
  }
}
.rpo__search-box.green .rpo__search-submit, .rpo__search-box--mobile.green .rpo__search-submit {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-box.green .rpo__search-submit:hover, .rpo__search-box.green .rpo__search-submit:focus, .rpo__search-box--mobile.green .rpo__search-submit:hover, .rpo__search-box--mobile.green .rpo__search-submit:focus {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-header {
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  .rpo__search-header {
    margin-bottom: 25px;
  }
}
.rpo__search-title {
  text-align: center;
  margin-bottom: 0;
  margin-right: 2px;
  color: var(--feux-grey1-font, #333333);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
}

@media (max-width: 991.98px) {
  .rpo__search-title {
    font-size: 18px;
    line-height: 22px;
    font-size: 18px !important;
  }
}
.rpo__search-group-box, .rpo__search-group-box--mobile {
  padding: 20px 25px;
  border-radius: 12px;
  background-color: var(--feux-blue-3, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rpo__search-group-box--mobile {
  padding: 0;
}

.rpo__search-input-group {
  border-radius: 6px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #1947a3;
}

.rpo__search-input-group > div {
  border-radius: 6px !important;
}

@media (min-width: 992px) {
  .rpo__search-input-group {
    border-radius: 12px 0px 0px 12px !important;
    width: calc(100% - 181px);
  }
  .rpo__search-input-group > div {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-input-group {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    border-radius: 12px !important;
    display: block;
    background-color: var(--feux-blue-3, #003399);
  }
  .rpo__search-input-group > div {
    position: relative;
    background-color: #1947a3;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-input-group {
    margin: 3px 25px 3px 25px;
  }
}
@media (min-width: 992px) {
  .rpo__search-input-na-co::after {
    background: url("../images/fes/svg/star-white.svg");
    background-size: 100%;
  }
  .rpo__search-input-gdzie::after {
    background: url("../images/fes/svg/marker.svg");
    background-size: 18px;
  }
  .rpo__search-input-dla-kogo::before {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
    height: 22px;
    background-color: #9aafd7;
  }
  .rpo__search-input-na-co::before {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
    height: 22px;
    background-color: #9aafd7;
  }
  .rpo__search-input-dla-kogo::after {
    background: url("../images/fes/svg/rpo_dla_kogo.svg");
    background-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-input-na-co::after {
    background: url("../images/fes/svg/search_white_Icon.svg");
    background-size: 18px;
  }
  .rpo__search-input-gdzie::after {
    background: url("../images/fes/svg/marker.svg");
    background-size: 18px;
  }
  .rpo__search-input-dla-kogo::after {
    background: url("../images/fes/svg/rpo_dla_kogo.svg");
    background-size: 18px;
  }
}
.rpo__search-input-na-co::after, .rpo__search-input-dla-kogo::after, .rpo__search-input-gdzie::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 24px;
  height: 24px;
  background-position: right;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .rpo__search-input-na-co::after, .rpo__search-input-dla-kogo::after, .rpo__search-input-gdzie::after {
    left: 10px;
  }
}
.rpo__search-input-dla-kogo input, .rpo__search-input-na-co input, .rpo__search-input-gdzie input {
  border-radius: 6px !important;
  border: 2px solid transparent;
  color: var(--feux-white-font, #FFFFFF) !important;
  background-color: transparent;
  caret-color: var(--feux-white-font, #FFFFFF);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (min-width: 992px) {
  .rpo__search-input-dla-kogo input, .rpo__search-input-na-co input, .rpo__search-input-gdzie input {
    padding: 22px 22px 22px 54px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-input-dla-kogo input, .rpo__search-input-na-co input, .rpo__search-input-gdzie input {
    padding: 16px 41px;
    font-size: 14px;
    line-height: 18px;
  }
}
.rpo__search-input-dla-kogo input::-webkit-input-placeholder, .rpo__search-input-na-co input::-webkit-input-placeholder, .rpo__search-input-gdzie input::-webkit-input-placeholder {
  color: inherit;
}

.rpo__search-input-dla-kogo input::-moz-placeholder, .rpo__search-input-na-co input::-moz-placeholder, .rpo__search-input-gdzie input::-moz-placeholder {
  color: inherit;
}

.rpo__search-input-dla-kogo input:-ms-input-placeholder, .rpo__search-input-na-co input:-ms-input-placeholder, .rpo__search-input-gdzie input:-ms-input-placeholder {
  color: inherit;
}

.rpo__search-input-dla-kogo input::-ms-input-placeholder, .rpo__search-input-na-co input::-ms-input-placeholder, .rpo__search-input-gdzie input::-ms-input-placeholder {
  color: inherit;
}

.rpo__search-input-dla-kogo input::placeholder, .rpo__search-input-na-co input::placeholder, .rpo__search-input-gdzie input::placeholder {
  color: inherit;
}

.rpo__search-input-dla-kogo input:hover, .rpo__search-input-dla-kogo input:focus, .rpo__search-input-na-co input:hover, .rpo__search-input-na-co input:focus, .rpo__search-input-gdzie input:hover, .rpo__search-input-gdzie input:focus {
  background-color: #1947a3 !important;
}

.rpo__search-input-dla-kogo input:hover::-webkit-input-placeholder, .rpo__search-input-dla-kogo input:focus::-webkit-input-placeholder, .rpo__search-input-na-co input:hover::-webkit-input-placeholder, .rpo__search-input-na-co input:focus::-webkit-input-placeholder, .rpo__search-input-gdzie input:hover::-webkit-input-placeholder, .rpo__search-input-gdzie input:focus::-webkit-input-placeholder {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-input-dla-kogo input:hover::-moz-placeholder, .rpo__search-input-dla-kogo input:focus::-moz-placeholder, .rpo__search-input-na-co input:hover::-moz-placeholder, .rpo__search-input-na-co input:focus::-moz-placeholder, .rpo__search-input-gdzie input:hover::-moz-placeholder, .rpo__search-input-gdzie input:focus::-moz-placeholder {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-input-dla-kogo input:hover:-ms-input-placeholder, .rpo__search-input-dla-kogo input:focus:-ms-input-placeholder, .rpo__search-input-na-co input:hover:-ms-input-placeholder, .rpo__search-input-na-co input:focus:-ms-input-placeholder, .rpo__search-input-gdzie input:hover:-ms-input-placeholder, .rpo__search-input-gdzie input:focus:-ms-input-placeholder {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-input-dla-kogo input:hover::-ms-input-placeholder, .rpo__search-input-dla-kogo input:focus::-ms-input-placeholder, .rpo__search-input-na-co input:hover::-ms-input-placeholder, .rpo__search-input-na-co input:focus::-ms-input-placeholder, .rpo__search-input-gdzie input:hover::-ms-input-placeholder, .rpo__search-input-gdzie input:focus::-ms-input-placeholder {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-input-dla-kogo input:hover::placeholder, .rpo__search-input-dla-kogo input:focus::placeholder, .rpo__search-input-na-co input:hover::placeholder, .rpo__search-input-na-co input:focus::placeholder, .rpo__search-input-gdzie input:hover::placeholder, .rpo__search-input-gdzie input:focus::placeholder {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo__search-input-dla-kogo input.active + .rpo__search-input-triangle, .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  background-color: #1947a3;
  border-width: 0px 2px 2px 0px;
}

.rpo__search-input-triangle {
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-top: 0px;
  border-left: 0px;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  .rpo__search-input-triangle {
    position: absolute;
    left: 29px;
    bottom: -8.5px;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-input-triangle {
    position: absolute;
    left: 50%;
    bottom: -8.5px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}
.rpo__search-clear {
  position: absolute;
  bottom: -35px;
  right: -183px;
  color: var(--feux-white-font, #FFFFFF);
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.rpo__search-clear svg {
  margin-right: 10px;
}

.rpo__search-clear--mobile {
  color: var(--feux-white-font, #FFFFFF);
  background: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 25px 10px 25px;
}

.rpo__search-clear--mobile svg {
  margin-right: 10px;
}

.rpo__search-submit-box {
  border-radius: 0px 12px 12px 0px;
}

@media (min-width: 992px) {
  .rpo__search-submit-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 3px;
    background-color: #1947a3;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-submit-box {
    width: 100%;
  }
}
.rpo__search-submit-box--mobile {
  padding: 6px 25px 20px;
}

.rpo__search-submit {
  border: unset;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .rpo__search-submit {
    height: 62px;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-submit {
    height: 48px;
    width: 100%;
  }
}
.rpo__search-placeholder-na-co, .rpo__search-placeholder-gdzie, .rpo__search-placeholder-wyszukiwarka, .rpo__search-placeholder-dla-kogo {
  display: block;
  width: 100%;
}

@media (max-width: 991.98px) {
  .rpo__search-placeholder-na-co, .rpo__search-placeholder-gdzie, .rpo__search-placeholder-wyszukiwarka, .rpo__search-placeholder-dla-kogo {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .rpo__search-placeholder-na-co, .rpo__search-placeholder-gdzie, .rpo__search-placeholder-wyszukiwarka, .rpo__search-placeholder-dla-kogo {
    margin-top: 35px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.rpo__search-placeholder-na-co .swiper-button, .rpo__search-placeholder-gdzie .swiper-button, .rpo__search-placeholder-wyszukiwarka .swiper-button, .rpo__search-placeholder-dla-kogo .swiper-button {
  outline: 2px solid #039;
  margin: 2px;
  top: 2px;
  bottom: 0px;
  height: auto;
  background: rgba(0, 51, 153, 0.6);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rpo__search-placeholder-na-co .swiper-button-next, .rpo__search-placeholder-gdzie .swiper-button-next, .rpo__search-placeholder-wyszukiwarka .swiper-button-next, .rpo__search-placeholder-dla-kogo .swiper-button-next {
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 90px;
  background-color: initial;
  border: none;
}

.rpo__search-placeholder-na-co .swiper-button-next::after, .rpo__search-placeholder-gdzie .swiper-button-next::after, .rpo__search-placeholder-wyszukiwarka .swiper-button-next::after, .rpo__search-placeholder-dla-kogo .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/white-arrow-right.svg") no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .rpo__search-placeholder-na-co .swiper-button-next, .rpo__search-placeholder-gdzie .swiper-button-next, .rpo__search-placeholder-wyszukiwarka .swiper-button-next, .rpo__search-placeholder-dla-kogo .swiper-button-next {
    min-width: 20px !important;
    width: 20px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .rpo__search-placeholder-na-co .swiper-button-next, .rpo__search-placeholder-gdzie .swiper-button-next, .rpo__search-placeholder-wyszukiwarka .swiper-button-next, .rpo__search-placeholder-dla-kogo .swiper-button-next {
    display: none;
  }
}
.rpo__search-placeholder-na-co .swiper-button-prev, .rpo__search-placeholder-gdzie .swiper-button-prev, .rpo__search-placeholder-wyszukiwarka .swiper-button-prev, .rpo__search-placeholder-dla-kogo .swiper-button-prev {
  left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: initial;
  border: none;
}

.rpo__search-placeholder-na-co .swiper-button-prev::after, .rpo__search-placeholder-gdzie .swiper-button-prev::after, .rpo__search-placeholder-wyszukiwarka .swiper-button-prev::after, .rpo__search-placeholder-dla-kogo .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/white-arrow-left.svg") no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .rpo__search-placeholder-na-co .swiper-button-prev, .rpo__search-placeholder-gdzie .swiper-button-prev, .rpo__search-placeholder-wyszukiwarka .swiper-button-prev, .rpo__search-placeholder-dla-kogo .swiper-button-prev {
    min-width: 20px !important;
    width: 20px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .rpo__search-placeholder-na-co .swiper-button-prev, .rpo__search-placeholder-gdzie .swiper-button-prev, .rpo__search-placeholder-wyszukiwarka .swiper-button-prev, .rpo__search-placeholder-dla-kogo .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .rpo__search-placeholder-na-co .swiper-button-disabled, .rpo__search-placeholder-gdzie .swiper-button-disabled, .rpo__search-placeholder-wyszukiwarka .swiper-button-disabled, .rpo__search-placeholder-dla-kogo .swiper-button-disabled {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-placeholder-na-co .swiper-button-disabled, .rpo__search-placeholder-gdzie .swiper-button-disabled, .rpo__search-placeholder-wyszukiwarka .swiper-button-disabled, .rpo__search-placeholder-dla-kogo .swiper-button-disabled {
    opacity: 0.6;
  }
}
@media (min-width: 992px) {
  .rpo__search-placeholder-na-co .swiper-button-disabled, .rpo__search-placeholder-gdzie .swiper-button-disabled, .rpo__search-placeholder-wyszukiwarka .swiper-button-disabled, .rpo__search-placeholder-dla-kogo .swiper-button-disabled {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-placeholder-na-co .swiper-button-disabled, .rpo__search-placeholder-gdzie .swiper-button-disabled, .rpo__search-placeholder-wyszukiwarka .swiper-button-disabled, .rpo__search-placeholder-dla-kogo .swiper-button-disabled {
    opacity: 0.6;
  }
}
.rpo__search-placeholder-na-co .rpo-swiper, .rpo__search-placeholder-gdzie .rpo-swiper, .rpo__search-placeholder-wyszukiwarka .rpo-swiper, .rpo__search-placeholder-dla-kogo .rpo-swiper {
  padding: 2px;
}

@media (max-width: 991.98px) {
  .rpo__search-placeholder-na-co .rpo-swiper, .rpo__search-placeholder-gdzie .rpo-swiper, .rpo__search-placeholder-wyszukiwarka .rpo-swiper, .rpo__search-placeholder-dla-kogo .rpo-swiper {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .rpo__search-placeholder-na-co .rpo-swiper, .rpo__search-placeholder-gdzie .rpo-swiper, .rpo__search-placeholder-wyszukiwarka .rpo-swiper, .rpo__search-placeholder-dla-kogo .rpo-swiper {
    margin-bottom: 0px;
  }
}
.rpo__search-placeholder-na-co .rpo-swiper .swiper-wrapper, .rpo__search-placeholder-gdzie .rpo-swiper .swiper-wrapper, .rpo__search-placeholder-wyszukiwarka .rpo-swiper .swiper-wrapper, .rpo__search-placeholder-dla-kogo .rpo-swiper .swiper-wrapper {
  min-height: 200px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rpo__search-placeholder-na-co .rpo-swiper .swiper-slide, .rpo__search-placeholder-gdzie .rpo-swiper .swiper-slide, .rpo__search-placeholder-wyszukiwarka .rpo-swiper .swiper-slide, .rpo__search-placeholder-dla-kogo .rpo-swiper .swiper-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.rpo__search-placeholder-na-co--mobile, .rpo__search-placeholder-dla-kogo--mobile, .rpo__search-placeholder-gdzie--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 0px 25px;
}

.rpo__search-placeholder-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  border: unset;
  background-color: transparent;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.rpo__search-placeholder-item * {
  cursor: pointer;
}

@media (min-width: 992px) {
  .rpo__search-placeholder-item {
    min-height: 92px;
    padding: 20px 20px;
  }
  .rpo__search-placeholder-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 991.98px) {
  .rpo__search-placeholder-item {
    min-height: 79px;
    padding: 15px 10px;
  }
}
.rpo__search-placeholder-item.checked {
  background-color: rgba(255, 255, 255, 0.15);
}

.rpo__search-placeholder-item__icon {
  min-height: 35px;
}

.rpo__search-placeholder-item__icon--mobile {
  max-width: 35px;
  height: 27px;
}

.rpo__search-placeholder-item__icon--mobile svg {
  width: 100%;
  height: 100%;
}

.rpo__search-placeholder-item span, .rpo__search-placeholder-item .span {
  display: block;
  color: var(--feux-white-font, #FFFFFF);
}

@media (max-width: 991.98px) {
  .rpo__search-placeholder-item span, .rpo__search-placeholder-item .span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 16px;
    word-break: break-all;
  }
}
@media (min-width: 992px) {
  .rpo__search-placeholder-item span, .rpo__search-placeholder-item .span {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.rpo__search-placeholder-item mark, .rpo__search-placeholder-item .mark {
  background-color: transparent;
  color: inherit;
  padding: 0px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo__search-placeholder-item__title {
  margin-top: 5px;
}

.rpo__search-placeholder-item:not(:last-of-type) {
  margin-right: 30px;
}

.rpo__search-placeholder-item--chunked {
  display: block;
  border-radius: 6px;
  border: unset;
  background-color: transparent;
  padding: 12px 15px;
  position: relative;
}

.rpo__search-placeholder-item--chunked.checked, .rpo__search-placeholder-item--chunked:hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.rpo__search-placeholder-item--chunked span, .rpo__search-placeholder-item--chunked .span {
  display: block;
  color: var(--feux-white-font, #FFFFFF);
}

@media (max-width: 991.98px) {
  .rpo__search-placeholder-item--chunked span, .rpo__search-placeholder-item--chunked .span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .rpo__search-placeholder-item--chunked span, .rpo__search-placeholder-item--chunked .span {
    font-size: 16px;
    line-height: 20px;
  }
}
.rpo__search-placeholder-item--chunked mark, .rpo__search-placeholder-item--chunked .mark {
  background-color: transparent;
  color: inherit;
  padding: 0px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo__search-placeholder-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  z-index: -1;
  background: transparent !important;
  border: 0 !important;
  border-radius: inherit !important;
}

.rpo__search-placeholder-checkbox:hover {
  cursor: pointer;
}

.rpo__search-placeholder-checkbox:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.rpo__search-tags {
  overflow-x: auto;
}

@media (min-width: 992px) {
  .rpo__search-tags {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (max-width: 991.98px) {
  .rpo__search-tags {
    margin-bottom: 15px;
  }
}
.rpo__search-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
}

.rpo__search-tags-list li {
  border-radius: 4px;
  margin-right: 12px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.rpo__search-tags-list li a {
  padding: 6.5px 10px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .rpo__search-tags-list li a {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .rpo__search-tags-list li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.rpo__search-tags-list li.active {
  background-color: var(--feux-white-bg, #FFFFFF);
}

.rpo__search-tags-list li.active a {
  color: var(--feux-blue-3-font, #003399);
}

.rpo__search-tags-list li:not(.active) {
  background-color: #1947a3;
}

.rpo__search-tags-list li:not(.active) a {
  color: var(--feux-white-font, #FFFFFF);
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-100px {
  margin-bottom: 100px;
}

.mb-m-100px {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .mb-m-100px {
    margin-bottom: 30px;
  }
}
.mb-m-75px {
  margin-bottom: 75px;
}

@media (max-width: 767.98px) {
  .mb-m-75px {
    margin-bottom: 30px;
  }
}
.mb-m-55px {
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {
  .mb-m-55px {
    margin-bottom: 30px;
  }
}
.mt-80px {
  margin-top: 80px;
}

.mt-100px {
  margin-top: 100px;
}

.swiper-navigation {
  position: relative;
  min-width: 65px;
  height: 22px;
}

.swiper-navigation button {
  border: none;
  background-color: transparent;
}

.white-title {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.card-success-story {
  border: unset;
  border-radius: 12px;
  background-color: unset;
}

@media (max-width: 991.98px) {
  .card-success-story {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 92px !important;
  }
}
.card-success-story .card-body {
  border-radius: inherit;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 14px;
  max-width: calc(100% - 30px);
}

@media (min-width: 992px) {
  .card-success-story .card-body {
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .card-success-story .card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
}
@media (max-width: 991.98px) {
  .card-success-story .card-body {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.card-success-story .card-img-top {
  position: relative;
  border-radius: inherit;
}

@media (max-width: 991.98px) {
  .card-success-story .card-img-top {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 130px !important;
    height: 100% !important;
    overflow: hidden;
  }
}
.card-success-story .card-img-top > img {
  border-radius: inherit;
}

@media (max-width: 991.98px) {
  .card-success-story .card-img-top > img {
    width: auto;
    height: 100%;
  }
}
.card-success-story .card-img-top > .btn-blur-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .card-success-story .card-img-top > .btn-blur-bg {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 991.98px) {
  .card-success-story .card-img-top > .btn-blur-bg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .card-success-story__extra-info {
    display: none;
  }
}
.card-success-story__extra-info.custom-card-box-styling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-success-story__extra-info.custom-card-box-styling li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card-success-story__extra-info, .card-success-story__subtitle, .card-success-story__date {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

@media (max-width: 991.98px) {
  .card-success-story__extra-info, .card-success-story__subtitle, .card-success-story__date {
    font-size: 12px;
    line-height: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .card-success-story__extra-info, .card-success-story__subtitle, .card-success-story__date {
    font-size: 14px;
    line-height: 20px;
  }
}
.card-success-story__title {
  color: var(--feux-blue-3-font, #003399);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .card-success-story__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .card-success-story__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-success-story__title h3, .card-success-story__title .h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
  .card-success-story__title h3, .card-success-story__title .h3 {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .card-success-story__title h3, .card-success-story__title .h3 {
    -webkit-line-clamp: 3;
  }
}
.card-success-story-red .card-body {
  background-color: red !important;
}

@media (min-width: 992px) {
  .card-success-story-red .card-body {
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .card-success-story-red .card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
  .card-success-story-red .card-body:before {
    background-color: red !important;
  }
}
.card-success-story-blue .card-body {
  background-color: var(--feux-blue-3, #003399) !important;
}

@media (min-width: 992px) {
  .card-success-story-blue .card-body {
    position: relative;
    margin-top: -20px;
    border-top-left-radius: 0 !important;
    margin-right: 6.5%;
  }
  .card-success-story-blue .card-body:before {
    content: "";
    border: unset;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -10px;
  }
  .card-success-story-blue .card-body:before {
    background-color: var(--feux-blue-3, #003399) !important;
  }
}
.card-success-story-green .card-body {
  background-color: var(--feux-green-bg, #008744) !important;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.card-success-story-green .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

.card-success-story-green .card-body:before {
  background-color: var(--feux-green-bg, #008744) !important;
}

.card-success-story__title-red, .card-success-story__title-blue, .card-success-story__title-green {
  color: #fff !important;
  margin-bottom: 20px;
}

.poradniki-lista__card {
  background-color: unset;
  border-radius: 12px;
}

.poradniki-lista__card .card-img-top {
  border-radius: inherit;
  overflow: hidden;
}

.poradniki-lista__card .card-img-top img {
  border-radius: 12px;
}

.poradniki-lista__card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  min-height: 166px;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 20px 15px;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.poradniki-lista__card .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

@media (max-width: 991.98px) {
  .poradniki-lista__card .card-body {
    border-top-left-radius: 0 !important;
    margin-right: 15px;
  }
}
.card-title--swiper {
  color: var(--feux-blue-3-font, #003399);
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .card-title--swiper {
    font-size: 16px;
    line-height: 22px;
  }
}
.card-subtitle--swiper {
  color: var(--feux-grey1-font, #333333);
  font-size: 14px;
  line-height: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .swiper-transparent-edge-slides {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container.plr-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .rpo-swiper-aktualnosci .swiper-slide {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rpo-swiper-aktualnosci .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .rpo-swiper-aktualnosci .swiper-slide {
    width: 90%;
    margin-right: 20px !important;
  }
}
.rpo-swiper-aktualnosci .swiper-slide .card-img-top {
  display: block !important;
  height: 0 !important;
  padding-bottom: 65.65%;
  overflow: hidden;
  width: 100% !important;
  border-radius: inherit !important;
}

.rpo-swiper-aktualnosci .swiper-slide .card-img-top img {
  width: 100% !important;
  height: auto !important;
}

.rpo-swiper-aktualnosci .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.rpo-swiper-aktualnosci .card-success-story {
  padding-bottom: 50px;
  height: auto !important;
}

.rpo-swiper-aktualnosci .card-success-story .card-body {
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
  width: 373px;
  height: 176px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin-right: 0;
  max-width: 100%;
  border-bottom-left-radius: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rpo-swiper-aktualnosci .card-success-story .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

@media (max-width: 991.98px) {
  .rpo-swiper-aktualnosci .card-success-story .card-body {
    width: 310px;
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  .rpo-swiper-aktualnosci .card-success-story .card-body {
    width: 85%;
  }
}
.tabs-jak-fundusze {
  max-height: 420px;
  position: relative;
}

@media (min-width: 992px) {
  .tabs-jak-fundusze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 991.98px) {
  .tabs-jak-fundusze {
    display: none;
  }
}
.tabs-jak-fundusze__arrow-btn {
  border: none;
  position: absolute;
  width: 380px;
  height: 60px;
  bottom: 0;
  left: 0;
  border-radius: 12px 0 0 12px;
  background-color: var(--feux-blue-3-80, rgba(0, 51, 153, 0.8));
}

@media (max-width: 1199.98px) {
  .tabs-jak-fundusze__arrow-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 991.98px) {
  .tabs-jak-fundusze__arrow-btn {
    display: none;
  }
}
.tabs-jak-fundusze__arrow-btn-top {
  bottom: initial;
  top: 0;
}

.tabs-jak-fundusze__arrow-btn-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabs-jak-fundusze .nav-pills {
  width: 565px;
  padding: 60px 15px 60px 15px;
  max-height: 420px;
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px 0 0 12px;
  overflow-x: auto;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: initial !important;
  flex-wrap: initial !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 1199.98px) {
  .tabs-jak-fundusze .nav-pills {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.tabs-jak-fundusze .nav-pills::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.tabs-jak-fundusze .nav-link {
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: var(--feux-white-font, #FFFFFF);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1199.98px) {
  .tabs-jak-fundusze .nav-link {
    min-height: 80px;
  }
}
@media (max-width: 991.98px) {
  .tabs-jak-fundusze .nav-link {
    min-height: 90px;
  }
}
.tabs-jak-fundusze .nav-link:hover, .tabs-jak-fundusze .nav-link.active {
  background-color: var(--feux-white-bg, #FFFFFF);
  color: var(--feux-blue-3-font, #003399);
}

.tabs-jak-fundusze .nav-link:hover:not(.do-not-fill):not(.active-not-fill) svg, .tabs-jak-fundusze .nav-link:hover:not(.do-not-fill):not(.active-not-fill) svg path, .tabs-jak-fundusze .nav-link.active:not(.do-not-fill):not(.active-not-fill) svg, .tabs-jak-fundusze .nav-link.active:not(.do-not-fill):not(.active-not-fill) svg path {
  fill: var(--feux-blue-3-font, #003399);
}

.tabs-jak-fundusze .nav-link:not(:last-of-type):not(.active) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tabs-jak-fundusze .nav-link-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  text-align: left;
  height: 30px;
}

.tabs-jak-fundusze .nav-link-icon svg {
  height: inherit;
  width: auto;
}

.tabs-jak-fundusze .nav-link-icon:not(.active-not-fill) svg path {
  fill: var(--feux-white-font, #FFFFFF);
}

.tabs-jak-fundusze .nav-link-icon .path-no-color {
  fill: transparent;
}

.tabs-jak-fundusze .tab-content {
  padding: 30px;
  border-radius: 0 12px 12px 0;
  background-color: var(--feux-white-bg, #FFFFFF);
}

@media (min-width: 992px) {
  .tab-pane {
    position: relative;
    height: 100%;
  }
  .tab-pane .tab-pane__szukaj-wsparcia {
    position: absolute;
    bottom: 20px;
  }
}
.tab-pane .tab-pane__szukaj-wsparcia > a {
  color: var(--feux-blue-3-font, #003399);
}

.tab-content-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-content-icon {
  width: auto;
  height: 50px;
  margin-right: 25px;
}

.tab-content-icon:not(.do-not-fill) path {
  fill: var(--feux-blue-3-font, #003399);
}

.tab-content-icon-not-blue {
  width: auto;
  height: 50px;
  margin-right: 25px;
}

.tab-content-title {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

@media (min-width: 992px) {
  .tab-content-title {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  .tab-content-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.tab-content-status {
  background-color: var(--feux-green5-bg, #388325);
  color: var(--feux-white-font, #FFFFFF);
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  border-radius: 6px;
  text-transform: uppercase;
}

.tab-content-description {
  font-size: 14px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.tab-content-list li {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey1-font, #333333);
}

@media (min-width: 992px) {
  .tab-content-list li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .tab-content-list li {
    font-size: 14px;
  }
}
.tab-content-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.tab-content-list li {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.tab-content-list li:not(:last-child) {
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .tab-content-list {
    width: 300px;
    margin-left: 80px;
  }
}
.tab-content-list small, .tab-content-list .small {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.tab-content-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tab-content-details a {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

.tab-content-details a::after {
  content: "";
  background: url("../images/fes/svg/right-blue.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-left: 9px;
}

.accordion-jak-fundusze {
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px;
}

@media (min-width: 992px) {
  .accordion-jak-fundusze {
    display: none;
  }
}
.accordion-jak-fundusze .accordion-item {
  border-left: unset;
  border-right: unset;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.accordion-jak-fundusze .accordion-button::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.accordion-jak-fundusze .accordion-button-title {
  width: 75%;
  color: var(--feux-white-font, #FFFFFF);
}

.accordion-jak-fundusze .accordion-button-icon {
  width: 60px;
}

.accordion-jak-fundusze .accordion-button-icon svg {
  width: 40px;
  height: auto;
}

.accordion-jak-fundusze .accordion-body {
  background-color: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
}

.accordion-jak-fundusze .accordion-body p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.accordion-jak-fundusze .accordion-body-header {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-jak-fundusze .accordion-body-header .icon-text-link-wrapper .icon-text-link-wrapper__text {
  padding-left: 1px;
  font-size: 12px;
}

.accordion-body-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

.card-rpo-without-img {
  width: 372px;
}

.card-rpo-without-img {
  border-radius: 12px;
  height: 100%;
}

.card-rpo-without-img .tab-content-list {
  width: 100%;
  margin-left: 0;
}

.card-rpo-without-img .card-body {
  padding: 30px 25px;
}

.sw-mar {
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .sw-mar {
    margin: 0 -10px;
    padding: 0;
  }
}
.rpo-swiper-fundusze-to .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  top: 85%;
  left: 90%;
}

.rpo-swiper-fundusze-to .card-rpo-top-caption {
  border: unset;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rpo-swiper-fundusze-to .card-rpo-top-caption .card-body {
  background-color: var(--feux-white-bg, #FFFFFF);
  margin-bottom: -15px;
  border-radius: 12px 12px 12px 0;
  position: relative;
  margin-left: 0;
  margin-right: 20px;
  z-index: 1;
  min-height: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rpo-swiper-fundusze-to .card-rpo-top-caption .card-body::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 12%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--feux-white-bg, #FFFFFF);
}

.rpo-swiper-fundusze-to .card-rpo-top-caption .card-title {
  color: var(--feux-blue-3, #003399);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .rpo-swiper-fundusze-to .card-rpo-top-caption .card-title {
    font-size: 14px;
    line-height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
.rpo-swiper-fundusze-to .card-rpo-top-caption .card-img-top {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.rpo-swiper-fundusze-to .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.rpo-swiper-zobacz-innych .swiper-slide {
  width: 100%;
}

@media (min-width: 576px) {
  .rpo-swiper-zobacz-innych .swiper-slide {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .rpo-swiper-zobacz-innych .swiper-slide {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .rpo-swiper-zobacz-innych .swiper-slide {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .rpo-swiper-zobacz-innych .swiper-slide {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .rpo-swiper-zobacz-innych .swiper-slide {
    width: 1320px;
    max-width: 100%;
  }
}
.rpo-swiper-zobacz-innych .card-success-story__extra-info small.text-uppercase, .rpo-swiper-zobacz-innych .card-success-story__extra-info .text-uppercase.small {
  color: #fff;
}

.rpo-swiper-zobacz-innych .card-success-story__extra-info-red small.text-uppercase, .rpo-swiper-zobacz-innych .card-success-story__extra-info-red .text-uppercase.small, .rpo-swiper-zobacz-innych .card-success-story__extra-info-blue, .rpo-swiper-zobacz-innych .card-success-story__extra-info-red, .rpo-swiper-zobacz-innych .card-success-story__extra-info-green {
  color: #fff !important;
}

.rpo-swiper-zobacz-innych .card-success-story {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: unset !important;
}

.rpo-swiper-zobacz-innych .card-success-story .card-img-top {
  border-radius: inherit !important;
  width: 100% !important;
  height: auto !important;
  overflow: unset;
}

.rpo-swiper-zobacz-innych .card-success-story .card-body {
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: inherit !important;
  max-width: unset;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.rpo-swiper-zobacz-innych .card-success-story .card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

@media (min-width: 768px) {
  .rpo-swiper-zobacz-innych .card-success-story .card-body {
    margin-right: 40%;
  }
}
@media (max-width: 767.98px) {
  .rpo-swiper-zobacz-innych .card-success-story__extra-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rpo-swiper-zobacz-innych .card-success-story__extra-info li {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rpo-swiper-zobacz-innych .card-success-story__extra-info li > *:first-of-type {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}
@media (max-width: 991.98px) {
  .rpo-swiper-zobacz-innych .card-success-story .card-body {
    margin-right: 25px;
  }
  .rpo-swiper-zobacz-innych .card-success-story__extra-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.swiper-liczby-prev {
  left: 15px;
}

.swiper-liczby-next {
  right: 15px;
}

.swiper-liczby5-prev {
  left: 15px;
}

.swiper-liczby5-next {
  right: 15px;
}

.swiper-liczby-next, .swiper-liczby-prev, .swiper-liczby5-next, .swiper-liczby5-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rpo-swiper-liczby {
  width: calc(100% - 100px);
}

.rpo-swiper-liczby .swiper-slide {
  text-align: center;
}

.rpo-swiper-liczby .swiper-slide__svg-p {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1em;
}

.rpo-swiper-liczby5 .swiper-slide__svg-p {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1em;
}

.how-people-companies-use {
  background: var(--feux-blue-3, #003399);
  padding: 95px 0;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .how-people-companies-use {
    padding: 36px 0;
  }
}
.how-people-companies-use h2, .how-people-companies-use .h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
  margin-top: 80px;
  position: relative;
}

@media (max-width: 991.98px) {
  .how-people-companies-use h2, .how-people-companies-use .h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 36px;
    margin-bottom: 40px;
    margin-left: 15px;
  }
}
.how-people-companies-use h2:after, .how-people-companies-use .h2:after {
  background-color: var(--feux-blue-3, #003399);
  width: 64px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

@media (max-width: 991.98px) {
  .how-people-companies-use h2:after, .how-people-companies-use .h2:after {
    bottom: -14px;
  }
}
.how-people-companies-use__people {
  border-bottom: 1px solid var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
  padding-bottom: 60px;
  margin-bottom: 90px;
  width: 1170px;
}

@media (max-width: 1199.98px) {
  .how-people-companies-use__people {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.how-people-companies-use__people__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 95px;
}

@media (max-width: 991.98px) {
  .how-people-companies-use__people__image-wrapper {
    display: none;
  }
}
.how-people-companies-use__people__image-wrapper img {
  border-radius: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .how-people-companies-use__people__image-wrapper {
    padding-right: 0;
  }
}
.how-people-companies-use__companies {
  width: 1170px;
}

@media (max-width: 1199.98px) {
  .how-people-companies-use__companies {
    width: 100%;
  }
}
.how-people-companies-use__companies__image-wrapper {
  padding-left: 70px;
}

@media (max-width: 991.98px) {
  .how-people-companies-use__companies__image-wrapper {
    display: none;
    padding-left: 0;
  }
}
.how-people-companies-use__companies__image-wrapper img {
  border-radius: 12px;
}

.how-people-companies-use__baner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -170px;
}

@media (max-width: 991.98px) {
  .how-people-companies-use__baner-list {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .how-people-companies-use__baner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.how-people-companies-use__baner-list__item {
  border-radius: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: var(--feux-white-bg, #FFFFFF);
  width: 382px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--feux-blue-3-font, #003399);
  padding: 30px;
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .how-people-companies-use__baner-list__item:not(:nth-child(3), :nth-child(6)) {
    margin-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .how-people-companies-use__baner-list__item {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .how-people-companies-use__baner-list__item {
    width: 100%;
    max-width: 247px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
  }
  .how-people-companies-use__baner-list__item br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .how-people-companies-use__baner-list__item {
    max-width: 150px;
  }
}
.how-people-companies-use__baner-list__item__img-wrapper {
  margin-right: 20px;
}

.how-people-companies-use__baner-list__item__img-wrapper svg {
  width: 50px;
}

@media (max-width: 991.98px) {
  .how-people-companies-use__baner-list__item__img-wrapper {
    margin-bottom: 10px;
  }
}
.how-people-companies-use__baner-list__item__name {
  display: block;
  word-break: break-word;
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .how-people-companies-use__baner-list__item__name {
    font-size: 14px;
    line-height: 18px;
  }
}
.how-people-companies-use__link {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.how-people-companies-use__link svg {
  margin-left: 9px;
}

.how-people-companies-use__link:hover {
  color: var(--feux-white-font, #FFFFFF);
}

@media (max-width: 767.98px) {
  .linear-map-wrapper {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .linear-map-wrapper .top-offset {
    top: 80px;
  }
}
.linear-map-wrapper__heading {
  font-size: 24px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: -90px;
}

@media (max-width: 991.98px) {
  .linear-map-wrapper__heading {
    width: 100%;
    margin-bottom: -25px;
    font-size: 18px;
    line-height: 22px;
  }
}
.linear-map-wrapper__bcg-map {
  margin-bottom: 120px;
  position: relative;
}

.linear-map-wrapper__bcg-map svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .linear-map-wrapper__bcg-map {
    overflow: hidden;
  }
  .linear-map-wrapper__bcg-map #linearMap {
    width: 300%;
    position: relative;
    left: -660px;
    height: 400px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.linear-map-wrapper__bcg-map__arrows {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  z-index: 10000000;
}

.linear-map-wrapper__bcg-map__arrows__right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.linear-map-wrapper__bcg-map__arrows__right, .linear-map-wrapper__bcg-map__arrows__left {
  background: transparent !important;
  border: none !important;
  margin-bottom: 0.5em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .linear-map-wrapper__bcg-map__arrows__right, .linear-map-wrapper__bcg-map__arrows__left {
    margin-top: 120px;
  }
  .linear-map-wrapper__bcg-map__arrows__right svg, .linear-map-wrapper__bcg-map__arrows__left svg {
    width: 100%;
    height: 100%;
  }
}
.linear-map-wrapper__bcg-map circle {
  cursor: pointer;
}

.linear-map-wrapper__bcg-map circle:focus {
  outline: 2px solid var(--feux-red-bg2, #D01F34);
  outline-offset: 10px;
}

.linear-map-wrapper__bcg-map__tooltip {
  background: var(--feux-red-bg2, #D01F34);
  width: 343px;
  height: 180px;
  border-radius: 12px;
  color: var(--feux-white-font, #FFFFFF);
  padding: 25px 21px;
}

.linear-map-wrapper__bcg-map__tooltip.height-none {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.linear-map-wrapper__bcg-map__tooltip.v-hidden {
  visibility: hidden !important;
}

@media (max-width: 991.98px) {
  .linear-map-wrapper__bcg-map__tooltip {
    width: 180px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}
.linear-map-wrapper__bcg-map__tooltip h3, .linear-map-wrapper__bcg-map__tooltip .h3 {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.linear-map-wrapper__bcg-map__tooltip p {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .linear-map-wrapper__bcg-map__tooltip__title {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 991.98px) {
  .linear-map-wrapper__bcg-map__tooltip__text {
    font-size: 9px !important;
    line-height: 12px !important;
  }
}
.linear-map-wrapper__bcg-map__tooltip:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 170px;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: var(--feux-red-bg2, #D01F34) transparent transparent transparent;
}

@media (max-width: 991.98px) {
  .linear-map-wrapper__bcg-map__tooltip:before {
    display: none !important;
  }
}
.linear-map-wrapper__bcg-map__tooltip.t-blue {
  background: var(--feux-ue-blue-bg, #20196F);
}

.linear-map-wrapper__bcg-map__tooltip.t-blue:before {
  border-color: var(--feux-ue-blue-bg, #20196F) transparent transparent transparent;
}

.linear-map-wrapper__bcg-map__tooltip.t-green {
  background: var(--feux-green-bg, #008744) !important;
}

.linear-map-wrapper__bcg-map__tooltip.t-green:before {
  border-color: var(--feux-green-bg, #008744) transparent transparent transparent !important;
}

.linear-map-wrapper__bcg-map__tooltip.t-green-KP {
  background: var(--feux-green8-bg, #238E12) !important;
}

.linear-map-wrapper__bcg-map__tooltip.t-green-KP:before {
  border-color: var(--feux-green8-bg, #238E12) transparent transparent transparent !important;
}

.linear-map-wrapper__bcg-map__tooltip.t-red {
  background: var(--feux-red-bg2, #D01F34) !important;
}

.linear-map-wrapper__bcg-map__tooltip.t-red:before {
  border-color: var(--feux-red-bg2, #D01F34) transparent transparent transparent !important;
}

.linear-map-wrapper .kp-different-map circle.st1 {
  fill: var(--feux-green8-bg, #238E12);
  opacity: 0.2;
}

.linear-map-wrapper .kp-different-map circle.st2 {
  fill: var(--feux-green8-bg, #238E12);
}

.linear-map-wrapper .bcg-red circle.st1 {
  fill: var(--feux-red-bg2, #D01F34);
  opacity: 0.2;
}

.linear-map-wrapper .bcg-red circle.st2 {
  fill: var(--feux-red-bg2, #D01F34);
}

.card-links-inline {
  background: var(--feux-blue-3, #003399);
  padding: 74px 0 41px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.card-links-inline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-links-inline__item {
  margin-bottom: 33px;
}

.card-links-inline__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--feux-white-bg, #FFFFFF);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  width: 137px;
  height: 139px;
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.card-links-inline__item a span {
  margin-top: 11px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .card-links-inline__item {
    margin-bottom: 10px;
  }
}
.card-links-inline__item:not(:last-child) {
  margin-right: 33px;
}

@media (max-width: 991.98px) {
  .card-links-inline__item:not(:last-child) {
    margin-right: 10px;
  }
}
.countries-europe-map__search__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.countries-europe-map__search__results li {
  margin-bottom: 6px;
  width: 100%;
}

.countries-europe-map__search__results li .active {
  background-color: var(--feux-grey9-bg, #E0E0E0);
}

.countries-europe-map__search__results li button {
  text-align: left;
  border: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 10px 20px;
  background: var(--feux-white-bg, #FFFFFF);
  min-width: 248px;
  max-width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 991.98px) {
  .countries-europe-map__search__results li button {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.countries-europe-map__search__results li button .map-labels {
  font-size: 16px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .countries-europe-map__map {
    display: none;
  }
}
.countries-europe-map__map svg {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.interreg-program-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interreg-program-map__map > svg {
  width: 100%;
}

.interreg-program-map__sidebar {
  border-radius: 12px;
  background: var(--feux-blue-3, #003399);
  padding: 24px;
  color: var(--feux-white, #ffffff);
}

@media (max-width: 767.98px) {
  .interreg-program-map__sidebar {
    width: 100%;
  }
}
.interreg-program-map__sidebar h4, .interreg-program-map__sidebar .h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.interreg-program-map__sidebar__item {
  margin-bottom: 25px;
}

.interreg-program-map__sidebar__item ul {
  padding-left: 1.5rem;
}

.interreg-program-map__sidebar__item ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.interreg-program-map__sidebar__separator {
  height: 1px;
  width: 100%;
  opacity: 0.2;
  background: var(--feux-white, #ffffff);
  margin-bottom: 25px;
}

.interreg-program-map-central-eu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .interreg-program-map-central-eu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.interreg-program-map-central-eu__map {
  width: 100%;
}

.interreg-program-map-central-eu__map > svg {
  width: 100%;
}

.interreg-program-map-central-eu__sidebar {
  width: 270px;
  border-radius: 12px;
  background: var(--feux-blue-3, #003399);
  padding: 24px;
  color: var(--feux-white, #ffffff);
}

@media (max-width: 991.98px) {
  .interreg-program-map-central-eu__sidebar {
    margin-top: 2em;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
}
.interreg-program-map-central-eu__sidebar__item ul {
  margin-bottom: 0;
}

.interreg-program-map-central-eu__sidebar__item ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.interreg-program-map-central-eu__sidebar__item ul li span {
  padding: 10px 0;
}

.counters-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 991.98px) {
  .counters-section__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
  }
}
.counters-section__list__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counters-section__list__element__digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.counters-section__list__element__desc {
  max-width: 265px;
  text-align: center;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.counters-section__list__element__desc__nvda {
  color: transparent !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .counters-section__list__element__desc__nvda {
    display: none !important;
  }
}
.counters-section__list__element__desc__nvda::-moz-selection {
  color: transparent !important;
  background: transparent !important;
}

.counters-section__list__element__desc__nvda::selection {
  color: transparent !important;
  background: transparent !important;
}

.counters-section__list__element__digit {
  background: url("../images/fes/svg/counter_frame.svg") no-repeat;
  width: 47px;
  height: 65px;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  line-height: 45px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.counters-section__list__element__digit:not(:last-child) {
  margin-right: 2px;
}

.counters-section__list__element__digit.green {
  color: var(--feux-green4-font, #008744);
}

.counters-section__list__element__comma {
  font-size: 36px;
  line-height: 45px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-blue-3-font, #003399);
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counters-section__list__element__comma.green {
  color: var(--feux-green4-font, #008744);
}

.rpo-swiper-wydarzenia .card-rpo-top-caption {
  border: unset;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rpo-swiper-wydarzenia .card-rpo-top-caption .card-body {
  background-color: var(--feux-white-bg, #FFFFFF);
  margin-bottom: -15px;
  border-radius: 12px 12px 12px 0;
  position: relative;
  margin-left: 0;
  margin-right: 20px;
  z-index: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rpo-swiper-wydarzenia .card-rpo-top-caption .card-body::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 12%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--feux-white-bg, #FFFFFF);
}

.rpo-swiper-wydarzenia .card-rpo-top-caption .card-title {
  color: var(--feux-blue-3, #003399);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .rpo-swiper-wydarzenia .card-rpo-top-caption .card-title {
    border-top: 1px solid var(--feux-blue-3-font, rgba(0, 51, 153, 0.2));
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
.rpo-swiper-wydarzenia .card-rpo-top-caption .card-img-top {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}

.rpo-swiper-wydarzenia .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.rpo-swiper-publikacje .card-rpo-top-caption {
  border: unset;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rpo-swiper-publikacje .card-rpo-top-caption .card-body {
  background-color: var(--feux-white-bg, #FFFFFF);
  margin-bottom: -80px;
  border-radius: 12px 12px 12px 0;
  position: relative;
  margin-left: 0;
  margin-right: 20px;
  z-index: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rpo-swiper-publikacje .card-rpo-top-caption .card-body::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 12%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--feux-white-bg, #FFFFFF);
}

.rpo-swiper-publikacje .card-rpo-top-caption .card-title {
  color: var(--feux-blue-3, #003399);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .rpo-swiper-publikacje .card-rpo-top-caption .card-title {
    font-size: 14px;
    line-height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
.rpo-swiper-publikacje .card-rpo-top-caption .card-img-top {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.rpo-swiper-publikacje .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.rpo-swiper-publikacje .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.in-your-area-submenu-wrapper {
  list-style: none;
  border: 1px solid var(--feux-ue-blue-bg-20, rgba(32, 25, 111, 0.2));
  border-radius: 10px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.in-your-area-submenu-wrapper__item {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--feux-blue-3, #003399);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 8px 14px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .in-your-area-submenu-wrapper__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
  }
}
.in-your-area-submenu-wrapper__item:hover {
  color: var(--feux-white, #ffffff);
  background-color: var(--feux-blue-3, #003399);
}

.in-your-area-submenu-wrapper__item:hover a:hover {
  color: var(--feux-white, #ffffff);
}

.in-your-area-submenu-wrapper__item__active {
  color: var(--feux-white, #ffffff);
  background-color: var(--feux-blue-3, #003399);
}

.in-your-area-categories-wrapper .feux-filtry__dropdown-btn {
  background-color: rgba(144, 190, 255, 0.2);
  color: var(--feux-blue-3, #003399);
  width: 100%;
  text-align: left;
}

.in-your-area-categories-wrapper .feux-filtry__dropdown-btn svg {
  float: right;
  margin-top: 6.5px;
}

.in-your-area-map-wrapper .map {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  max-height: 600px;
  width: 100%;
}

@media (min-width: 992px) {
  .in-your-area-projects-wrapper {
    height: 600px;
    overflow-y: scroll;
  }
}
.in-your-area-projects-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}

.in-your-area-projects-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--feux-blue-3, #003399);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.feux-kpo-turnout .rpo__search-title {
  font-size: 32px;
}

.feux-kpo-turnout .rpo__search-submit {
  background: var(--feux-red-bg2, #D01F34) !important;
}

.feux-kpo-turnout .rpo__search-input-gdzie input:hover, .feux-kpo-turnout .rpo__search-input-gdzie input:focus {
  border-color: var(--feux-red-bg2, #D01F34) !important;
}

.feux-kpo-turnout .title__border-bottom--orange2::after {
  content: none;
}

.feux-kpo-turnout__numbers .title__border-bottom--orange2 {
  display: none;
}

.feux-kpo-turnout__numbers__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feux-kpo-turnout__numbers__header__h2 {
  font-size: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  .feux-kpo-turnout__numbers__header__h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.feux-kpo-turnout__numbers__header__counter {
  color: var(--feux-blue-3-font, #003399);
  font-size: 48px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .feux-kpo-turnout__numbers__header__counter {
    font-size: 36px;
    line-height: 28px;
  }
}
.feux-kpo-turnout__numbers__header__counter--desc {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  max-width: 248px;
  margin-bottom: 80px;
  text-align: center;
}

.pfe-co-nas-blokuje > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-postacie__box {
  position: relative;
}

.faq-postacie__box::after {
  content: "";
  display: block;
  clear: both;
}

.faq-postacie__box > [class^=faq-postac__box] {
  float: left;
}

[class^=faq-postac__box] button {
  border: unset;
  background: transparent;
  padding: 0px;
}

[class^=faq-postac__box] button:focus-visible, [class^=faq-postac__box] button:focus {
  border: none !important;
  outline: none !important;
}

[class^=faq-postac__box] svg [fill] {
  fill: var(--feux-white-bg, #FFFFFF);
}

[class^=faq-postac__box] svg [stroke] {
  stroke: var(--feux-white-bg, #FFFFFF);
}

[class^=faq-postac__box]:focus, [class^=faq-postac__box]:hover, [class^=faq-postac__box].active {
  cursor: pointer;
}

[class^=faq-postac__box]:focus svg [fill], [class^=faq-postac__box]:hover svg [fill], [class^=faq-postac__box].active svg [fill] {
  fill: var(--feux-green-bg, #008744);
}

[class^=faq-postac__box]:focus svg [stroke], [class^=faq-postac__box]:hover svg [stroke], [class^=faq-postac__box].active svg [stroke] {
  stroke: var(--feux-green-bg, #008744);
}

[class^=faq-postac__box]:focus.pfe-color svg [fill], [class^=faq-postac__box]:hover.pfe-color svg [fill], [class^=faq-postac__box].active.pfe-color svg [fill] {
  fill: var(--feux-red-bg2, #D01F34);
}

[class^=faq-postac__box]:focus.pfe-color svg [stroke], [class^=faq-postac__box]:hover.pfe-color svg [stroke], [class^=faq-postac__box].active.pfe-color svg [stroke] {
  stroke: var(--feux-red-bg2, #D01F34);
}

[class^=faq-postac__box]:focus.not-pfe-color svg [fill], [class^=faq-postac__box]:hover.not-pfe-color svg [fill], [class^=faq-postac__box].active.not-pfe-color svg [fill] {
  fill: var(--feux-green-bg, #008744);
}

[class^=faq-postac__box]:focus.not-pfe-color svg [stroke], [class^=faq-postac__box]:hover.not-pfe-color svg [stroke], [class^=faq-postac__box].active.not-pfe-color svg [stroke] {
  stroke: var(--feux-green-bg, #008744);
}

[class^=faq-postac__box]:focus .faq-postac__caption, [class^=faq-postac__box].active .faq-postac__caption {
  text-decoration: underline;
}

.faq-postac__caption {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
  max-width: 215px;
}

@media (min-width: 768px) {
  .faq-postac__box--1 .faq-postac__caption, .faq-postac__box--2 .faq-postac__caption, .faq-postac__box--3 .faq-postac__caption, .faq-postac__box--5 .faq-postac__caption {
    text-align: left;
  }
  .faq-postac__box--4 .faq-postac__caption, .faq-postac__box--6 .faq-postac__caption {
    text-align: right;
  }
  .faq-postac__box--1 {
    position: relative;
    padding-right: 100px;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-right: 6%;
  }
  .faq-postac__box--1 .faq-postac__caption {
    margin-top: 15px;
  }
  .faq-postac__box--1 .faq-postac__arrow {
    position: absolute;
    right: 30px;
    top: 0px;
  }
  .faq-postac__box--1 .faq-postac__person {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .faq-postac__box--2 {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
    margin-top: 0px;
    margin-right: 6%;
  }
  .faq-postac__box--2 .faq-postac__caption {
    margin-top: 15px;
  }
  .faq-postac__box--2 .faq-postac__arrow {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .faq-postac__box--2 .faq-postac__person {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .faq-postac__box--3 {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
    margin-top: -50px;
  }
  .faq-postac__box--3 .faq-postac__caption {
    margin-top: 5px;
  }
  .faq-postac__box--3 .faq-postac__arrow {
    position: absolute;
    left: 25px;
    top: 10px;
  }
  .faq-postac__box--3 .faq-postac__person {
    position: absolute;
    top: 50px;
    left: 0px;
  }
  .faq-postac__box--4 {
    position: relative;
    padding-right: 100px;
    margin-top: 150px;
    margin-right: 11%;
    margin-left: 5%;
  }
  .faq-postac__box--4 .faq-postac__caption {
    margin-top: 0px;
  }
  .faq-postac__box--4 .faq-postac__arrow {
    position: absolute;
    right: 30px;
    top: -70px;
  }
  .faq-postac__box--4 .faq-postac__person {
    position: absolute;
    top: -135px;
    right: 0px;
  }
  .faq-postac__box--5 {
    position: relative;
    padding-left: 100px;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-right: 2%;
  }
  .faq-postac__box--5 .faq-postac__caption {
    margin-top: 15px;
  }
  .faq-postac__box--5 .faq-postac__arrow {
    position: absolute;
    left: 30px;
    top: -40px;
  }
  .faq-postac__box--5 .faq-postac__person {
    position: absolute;
    top: -40px;
    left: 0px;
  }
  .faq-postac__box--6 {
    position: relative;
    padding-right: 50px;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .faq-postac__box--6 .faq-postac__caption {
    margin-top: 0px;
  }
  .faq-postac__box--6 .faq-postac__arrow {
    position: absolute;
    right: 30px;
    top: -80px;
  }
  .faq-postac__box--6 .faq-postac__person {
    position: absolute;
    top: -80px;
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .faq-postac__box--2 {
    margin-right: 0px;
    left: 50px;
  }
  .faq-postac__box--3 {
    margin-top: 0px;
  }
  .faq-postac__box--4 {
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 60px;
  }
  .faq-postac__box--5 {
    margin-left: 10%;
  }
  .faq-postac__box--6 {
    margin-top: 50px;
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .faq-postac__box--1 {
    float: right !important;
    position: relative;
    margin-top: 30px;
  }
  .faq-postac__box--1 .faq-postac__caption {
    text-align: left;
    margin-top: 0px;
    padding-right: 50px;
    width: 100%;
    max-width: 290px;
  }
  .faq-postac__box--1 .faq-postac__arrow {
    position: absolute;
    right: 30px;
    bottom: 40px;
  }
  .faq-postac__box--1 .faq-postac__person {
    position: absolute;
    bottom: -30px;
    right: 0px;
  }
  .faq-postac__box--2 {
    position: relative;
    margin-top: 80px;
  }
  .faq-postac__box--2 .faq-postac__caption {
    text-align: right;
    margin-top: 0px;
    width: 100%;
    max-width: 290px;
    padding-left: 60px;
  }
  .faq-postac__box--2 .faq-postac__arrow {
    position: absolute;
    left: 40px;
    top: -53px;
  }
  .faq-postac__box--2 .faq-postac__person {
    position: absolute;
    left: 0px;
    top: -70px;
  }
  .faq-postac__box--3 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .faq-postac__box--3 .faq-postac__caption {
    text-align: right;
    max-width: 100%;
    width: 100%;
    padding-left: 120px;
    margin-top: 0px;
  }
  .faq-postac__box--3 .faq-postac__arrow {
    position: absolute;
    left: 70px;
    top: -30px;
  }
  .faq-postac__box--3 .faq-postac__person {
    position: absolute;
    left: 30px;
    top: -30px;
  }
  .faq-postac__box--4 {
    float: right !important;
    position: relative;
    margin-top: 50px;
  }
  .faq-postac__box--4 .faq-postac__caption {
    margin-top: 0px;
    width: 100%;
    max-width: 290px;
    padding-right: 60px;
    text-align: left;
  }
  .faq-postac__box--4 .faq-postac__arrow {
    position: absolute;
    right: 30px;
    top: -65px;
  }
  .faq-postac__box--4 .faq-postac__person {
    position: absolute;
    right: 0px;
    top: -70px;
  }
  .faq-postac__box--5 {
    position: relative;
    margin-top: 60px;
  }
  .faq-postac__box--5 .faq-postac__caption {
    margin-top: 0px;
    width: 100%;
    max-width: 290px;
    padding-left: 90px;
    text-align: right;
  }
  .faq-postac__box--5 .faq-postac__arrow {
    position: absolute;
    left: 30px;
    top: -50px;
  }
  .faq-postac__box--5 .faq-postac__person {
    position: absolute;
    left: 0px;
    top: -60px;
  }
  .faq-postac__box--6 {
    float: right !important;
    position: relative;
    margin-top: 90px;
  }
  .faq-postac__box--6 .faq-postac__caption {
    margin-top: 0px;
    text-align: left;
    width: 100%;
    max-width: 290px;
    padding-right: 90px;
  }
  .faq-postac__box--6 .faq-postac__arrow {
    position: absolute;
    right: 30px;
    top: -60px;
  }
  .faq-postac__box--6 .faq-postac__person {
    position: absolute;
    right: 0px;
    top: -90px;
  }
}
@media (min-width: 1200px) {
  .faq-postac__clearfix--3::after {
    content: "";
    clear: both;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .faq-postac__clearfix--2::after, .faq-postac__clearfix--4::after {
    content: "";
    clear: both;
    display: block;
  }
}
@media (max-width: 767.98px) {
  [class^=faq-postac__clearfix]::after {
    content: "";
    clear: both;
    display: block;
  }
}
.map-with-tooltip {
  position: relative;
}

.map-with-tooltip__points {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.map-with-tooltip__points .btn-span.visually-hidden {
  color: #fff;
  background: #000;
}

.map-with-tooltip__point {
  position: absolute;
  background-color: transparent;
  border: 6px solid transparent;
  padding: unset;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .map-with-tooltip__point {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767.98px) {
  .map-with-tooltip__point {
    width: 8px;
    height: 8px;
  }
}
.map-with-tooltip__title {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .map-with-tooltip__title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .map-with-tooltip__title {
    font-size: 12px;
    line-height: 12px;
  }
}
.map-with-tooltip__caption {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .map-with-tooltip__caption {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .map-with-tooltip__caption {
    font-size: 8px;
    line-height: 8px;
  }
}
.map-with-tooltip__icon {
  height: auto;
}

@media (min-width: 768px) {
  .map-with-tooltip__icon {
    width: 76px;
  }
}
@media (max-width: 767.98px) {
  .map-with-tooltip__icon {
    width: 32px;
  }
}
.map-with-tooltip__point {
  outline: 16px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

@media (max-width: 767.98px) {
  .map-with-tooltip__point {
    outline-width: 8px;
  }
}
.map-with-tooltip__point.ue-blue {
  background-color: var(--feux-blue-3, #003399);
}

.tooltip--ue-blue {
  max-width: 320px;
  border: unset;
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .tooltip--ue-blue .popover-body {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .tooltip--ue-blue .popover-body {
    padding: 20px;
  }
}
.tooltip--ue-blue .popover-arrow::after {
  border-top-color: var(--feux-blue-3, #003399);
}

.tooltip--ue-blue * {
  color: var(--feux-white-font, #FFFFFF);
}

.map-with-tooltip__point {
  outline: 16px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}

@media (max-width: 767.98px) {
  .map-with-tooltip__point {
    outline-width: 8px;
  }
}
.map-with-tooltip__point.transparent {
  background-color: var(--feux-blue-3, #003399);
}

.tooltip--transparent {
  max-width: 320px;
  border: unset;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}

.tooltip--transparent .popover-body {
  padding: 0px 0px 0px 3px;
}

.tooltip--transparent .popover-arrow {
  display: none;
}

.tooltip--transparent * {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo-swiper-w-twojej-okolicy .swiper-slide {
  width: 270px !important;
  height: 356px !important;
}

.rozjazdowka-wrapper .tabs-jak-fundusze .tab-content-header-box .tab-content-status {
  display: none;
}

.rozjazdowka-wrapper .tabs-jak-fundusze .tab-content-header-box header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rozjazdowka-wrapper .tabs-jak-fundusze .icon-text-link-wrapper {
  display: none;
}

.rozjazdowka__header-photo:before {
  background-color: var(--feux-green7-bg, #008744) !important;
}

.rozjazdowka-swiper-wydarzenia .swiper-slide {
  width: 580px !important;
}

@media (max-width: 991.98px) {
  .rozjazdowka-swiper-wydarzenia .swiper-slide {
    width: 300px !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.mr-m10px {
  margin: 0 -10px;
}

.title-pl-2px {
  padding-left: 2px !important;
}

.title-pl-2px:after {
  left: 2px;
}

.title-pl-10px {
  padding-left: 10px !important;
}

.title-pl-10px:after {
  left: 10px;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__header h2, .ewt-home-page-all__header .h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .ewt-home-page-all__header h2, .ewt-home-page-all__header .h2 {
    max-width: 15ch;
  }
}
.ewt-home-page-all__header .rpo__header-cta {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__header .rpo__header-cta {
    font-family: Lexend-Bold, sans-serif;
    font-weight: 700;
  }
}
.ewt-home-page-all .ewt__header-photo:before {
  background-color: var(--feux-grey14-bg, #6A6A6A) !important;
}

.ewt-home-page-all__aktualnosci {
  margin-top: 50px;
}

.ewt-home-page-all__aktualnosci .rpo__header-cta {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__aktualnosci .rpo__header-cta {
    font-family: Lexend-Bold, sans-serif;
    font-weight: 700;
  }
}
.ewt-home-page-all__licznik .counters-section__list__element__digit {
  color: var(--feux-black-font, #1B1B1B);
}

.ewt-home-page-all__licznik .counters-section__list__element__comma {
  color: var(--feux-black-font, #1B1B1B);
}

.ewt-home-page-all__separator {
  height: 1px;
  width: 100%;
  background: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

.ewt-home-page-all__header {
  margin-top: 50px;
  margin-bottom: 80px;
}

.ewt-home-page-all__header img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ewt-home-page-all__events .title-h3 {
  position: relative;
}

.ewt-home-page-all__events > section {
  margin-bottom: 60px !important;
}

.ewt-home-page-all__wydarzenia .swiper-slide {
  height: 505px !important;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__wydarzenia .swiper-slide {
    height: 385px !important;
  }
}
.ewt-home-page-all__wydarzenia .swiper-slide .card-body, .ewt-home-page-all__wydarzenia .swiper-slide .card-body__time-status {
  gap: 0.5em;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__projects-done header h3, .ewt-home-page-all__projects-done header .h3 {
    max-width: 16ch;
  }
}
.ewt-home-page-all__projects-done .card-body ul > li p, .ewt-home-page-all__projects-done .card-body ul > li small, .ewt-home-page-all__projects-done .card-body ul > li .small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__projects-done .card-body h4, .ewt-home-page-all__projects-done .card-body .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.ewt-home-page-all__projects-done .poradniki-jakie-spelnil-cele__counts strong {
  color: var(--feux-blue-3-font, #003399);
}

.ewt-home-page-all__targets article header {
  margin-bottom: 30px;
}

.ewt-home-page-all__targets .container {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__targets .container {
    padding-right: 0;
  }
}
.ewt-home-page-all__targets .rpo__header-cta {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__targets .rpo__header-cta {
    font-family: Lexend-Bold, sans-serif;
    font-weight: 700;
  }
}
.ewt-home-page-all__map {
  overflow-x: hidden;
}

.ewt-home-page-all__map .countries-europe-map__search {
  z-index: 1;
}

.ewt-home-page-all .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.ewt-home-page-single__targets .title__border-bottom--grey14::after {
  left: 12px;
}

.ewt-home-page-single .rpo__header-cta {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .ewt-home-page-single .rpo__header-cta {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ewt-home-page-single .rpo__header-cta {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ewt-home-page-single .rpo__header-cta {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 991.98px) {
  .ewt-home-page-single__header-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .ewt-home-page-single__header .rpo__header-figure {
    padding-bottom: 33%;
  }
}
.ewt-home-page-single__quickNav li {
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .ewt-home-page-single__quickNav {
    display: none;
  }
}
.ewt-home-page-single__header h2, .ewt-home-page-single__header .h2 {
  color: var(--feux-black-font, #1B1B1B);
}

.ewt-home-page-single__cards .title__border-bottom--orange2 {
  display: none;
}

.ewt-home-page-single__cards__heading {
  font-size: 36px;
  line-height: 70px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.ewt-home-page-single__cards__heading::after {
  content: "";
  width: 240px;
  height: 3px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--feux-orange2-bg, #FDBA13);
}

.ewt-home-page-single__cards__heading span {
  font-size: 56px;
  line-height: 70px;
}

.ewt-home-page-single__cards__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ewt-home-page-single__cards__paragraph p, .ewt-home-page-single__cards__paragraph__of {
  text-align: center;
  max-width: 588px;
  margin-bottom: 60px;
}

.ewt-home-page-single__map header {
  max-width: 550px;
}

@media (min-width: 768px) {
  .ewt-home-page-single__nearby-projects__mobile-swiper {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ewt-home-page-single__nearby-projects__mobile-swiper {
    display: initial;
    margin: 10px;
  }
}
.ewt-home-page-single__nearby-projects__bottom-section {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .ewt-home-page-single__nearby-projects__bottom-section {
    grid-template-columns: 100%;
  }
}
.ewt-home-page-single__nearby-projects__bottom-section__map img {
  width: 100%;
  height: 627px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ewt-home-page-single__nearby-projects__bottom-section__map img {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .ewt-home-page-single__nearby-projects__bottom-section__map img {
    height: 100%;
  }
}
.ewt-home-page-single__nearby-projects__bottom-section__scroll {
  padding-right: 1em;
  overflow-y: scroll;
  height: 627px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ewt-home-page-single__nearby-projects__bottom-section__scroll {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .ewt-home-page-single__nearby-projects__bottom-section__scroll {
    display: none;
  }
}
.ewt-home-page-single__nearby-projects__bottom-section__scroll__list__item {
  margin-bottom: 1em;
}

.ewt-home-page-single .programy-mapa-lista__card {
  background-color: unset;
  border-radius: 12px;
}

.ewt-home-page-single .programy-mapa-lista__card .card-img-top {
  border-radius: inherit;
  overflow: hidden;
}

.ewt-home-page-single .programy-mapa-lista__card .card-img-top img {
  border-radius: inherit;
  width: 100%;
  max-width: 270px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  min-height: 150px;
  max-width: 250px;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 20px 15px;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__title h3, .ewt-home-page-single .programy-mapa-lista__card__card-body__title .h3 {
  color: var(--feux-ue-blue-font, #20196F);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__place {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__countries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__countries-list__item {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__countries-list__item__bullet {
  font-size: 12px;
  opacity: 0.8;
  margin: 0 0.5em;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__hr {
  width: 100%;
}

.ewt-home-page-single .programy-mapa-lista__card__card-body__cash, .ewt-home-page-single .programy-mapa-lista__card__card-body__year {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .ewt-home-page-single .programy-mapa-lista__card__card-body {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .ewt-home-page-single .programy-mapa-lista__card__card-body {
    border-top-left-radius: 0 !important;
    margin-right: 15px;
  }
}
.ewt-home-page-single__projects-done .title__border-bottom--grey14::after {
  left: 12px;
}

@media (max-width: 767.98px) {
  .ewt-home-page-single__projects-done h3, .ewt-home-page-single__projects-done .h3 {
    width: 80%;
  }
}
.ewt-home-page-single__projects-done .poradniki-jakie-spelnil-cele__slide .card .card-img-top {
  height: 450px !important;
}

.ewt-home-page-single__projects-done .poradniki-jakie-spelnil-cele__slide .card .card-img-top img {
  width: auto !important;
  max-width: 65vw;
  height: 450px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .ewt-home-page-single__projects-done .poradniki-jakie-spelnil-cele__slide .card .card-img-top img {
    max-width: 80vw;
  }
}
.ewt-home-page-single__who .sidebar-menu-section__list .active {
  background: var(--feux-blue-3, #003399) !important;
}

.ewt-eng-wrapper .rpo__header-photo:before {
  background-color: var(--feux-grey7-bg, #757575);
}

.ewt-eng-wrapper .title__border-bottom--orange2:after {
  background-color: var(--feux-grey7-bg, #757575);
}

.ewt-eng-wrapper .linear-map-wrapper__bcg-map__tooltip {
  background-color: var(--feux-blue-3, #003399);
}

.ewt-eng-wrapper .linear-map-wrapper__bcg-map__tooltip:before {
  border-color: var(--feux-blue-3, #003399) transparent transparent;
}

.ewt-eng-wrapper__header .rpo__header-photo:before {
  background-color: var(--feux-blue-3, #003399);
}

.ewt-eng-wrapper__numbers .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ewt-eng-wrapper__numbers .swiper-slide svg path {
  fill: var(--feux-blue-3, #003399);
}

.ewt-eng-wrapper__numbers .swiper-slide p:last-child {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  opacity: 0.6;
  max-width: 135px;
}

@media (max-width: 991.98px) {
  .ewt-eng-wrapper__numbers .swiper-slide p:last-child {
    width: 100%;
  }
}
.ewt-eng-wrapper__targets .poradniki-jakie-spelnil-cele__counts {
  display: none;
}

.ewt-eng-wrapper__targets header h3, .ewt-eng-wrapper__targets header .h3 {
  position: relative;
  padding-bottom: 25px;
  font-size: 21px !important;
}

.ewt-eng-wrapper__targets header h3::after, .ewt-eng-wrapper__targets header .h3::after {
  content: "";
  width: 144px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--feux-green-bg, #008744);
}

.ewt-serwis-zbiorczy-wrapper .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.ewt-serwis-zbiorczy-wrapper__targets .title__border-bottom--grey14::after {
  left: 12px;
}

.ewt-serwis-zbiorczy-wrapper .rpo__header-cta {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .ewt-serwis-zbiorczy-wrapper .rpo__header-cta {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ewt-serwis-zbiorczy-wrapper .rpo__header-cta {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ewt-serwis-zbiorczy-wrapper .rpo__header-cta {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 991.98px) {
  .ewt-serwis-zbiorczy-wrapper__header-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .ewt-serwis-zbiorczy-wrapper__header .rpo__header-figure {
    padding-bottom: 33%;
  }
}
.ewt-serwis-zbiorczy-wrapper__quickNav li {
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .ewt-serwis-zbiorczy-wrapper__quickNav {
    display: none;
  }
}
.ewt-serwis-zbiorczy-wrapper__header h2, .ewt-serwis-zbiorczy-wrapper__header .h2 {
  color: var(--feux-black-font, #1B1B1B);
}

.ewt-serwis-zbiorczy-wrapper__cards .title__border-bottom--orange2 {
  display: none;
}

.ewt-serwis-zbiorczy-wrapper__cards__heading {
  font-size: 36px;
  line-height: 70px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.ewt-serwis-zbiorczy-wrapper__cards__heading::after {
  content: "";
  width: 240px;
  height: 3px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--feux-orange2-bg, #FDBA13);
}

.ewt-serwis-zbiorczy-wrapper__cards__heading span {
  font-size: 56px;
  line-height: 70px;
}

.ewt-serwis-zbiorczy-wrapper__cards__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ewt-serwis-zbiorczy-wrapper__cards__paragraph p, .ewt-serwis-zbiorczy-wrapper__cards__paragraph__of {
  text-align: center;
  max-width: 588px;
  margin-bottom: 60px;
}

.ewt-serwis-zbiorczy-wrapper__map header {
  max-width: 550px;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section {
    grid-template-columns: 100%;
  }
}
.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__map img {
  width: 100%;
  height: 627px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__map img {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__map img {
    height: 100%;
  }
}
.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll {
  padding-right: 1em;
  overflow-y: scroll;
  height: 627px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll {
    display: none;
  }
}
.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item {
  margin-bottom: 1em;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card {
  background-color: unset;
  border-radius: 12px;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card .card-img-top {
  border-radius: inherit;
  overflow: hidden;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card .card-img-top img {
  border-radius: inherit;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  min-height: 150px;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 20px 15px;
  position: relative;
  margin-top: -20px;
  border-top-left-radius: 0 !important;
  margin-right: 6.5%;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body:before {
  content: "";
  border: unset;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -10px;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__title h3, .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__title .h3 {
  color: var(--feux-ue-blue-font, #20196F);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__place {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__countries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__countries-list__item {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__countries-list__item__bullet {
  font-size: 10px;
  opacity: 0.8;
  margin: 0 0.5em;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__hr {
  width: 100%;
}

.ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__cash, .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body__year {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .ewt-serwis-zbiorczy-wrapper__nearby-projects__bottom-section__scroll__list__item .programy-mapa-lista__card__card-body {
    border-top-left-radius: 0 !important;
    margin-right: 15px;
  }
}
.ewt-serwis-zbiorczy-wrapper__projects-done .title__border-bottom--grey14::after {
  left: 12px;
}

@media (max-width: 767.98px) {
  .ewt-serwis-zbiorczy-wrapper__projects-done h3, .ewt-serwis-zbiorczy-wrapper__projects-done .h3 {
    width: 80%;
  }
}
.ewt-serwis-zbiorczy-wrapper__who .sidebar-menu-section__list .active {
  background: var(--feux-blue-3, #003399) !important;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.rpo-eng-wrapper .rpo__header-photo:before {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-eng-wrapper .title__border-bottom--orange2 {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-eng-wrapper .title__border-bottom--orange2:after {
  background-color: var(--feux-blue-3, #003399);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.rpo-eng-wrapper .title__border-bottom--custom {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-eng-wrapper .title__border-bottom--custom > h3:after, .rpo-eng-wrapper .title__border-bottom--custom > .h3:after {
  background-color: var(--feux-blue-3, #003399);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: -22px !important;
  left: 12px !important;
}

.rpo-eng-wrapper .linear-map-wrapper .container {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-eng-wrapper .linear-map-wrapper .container .linear-map-wrapper__heading:after {
  background-color: var(--feux-blue-3, #003399);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: -22px !important;
  left: 12px !important;
}

.rpo-eng-wrapper .rpo-section-publications-slider header {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-eng-wrapper .rpo-section-publications-slider header .title-h3:after {
  background-color: var(--feux-blue-3, #003399);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: -15px !important;
  left: 0 !important;
}

.rpo-eng-wrapper .linear-map-wrapper__bcg-map__tooltip {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-eng-wrapper .linear-map-wrapper__bcg-map__tooltip:before {
  border-color: var(--feux-uep-blue-bg, #407DD8) transparent transparent;
}

.rpo-eng-wrapper__header .rpo__header-photo:before {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-eng-wrapper__header .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.rpo-eng-wrapper__numbers .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rpo-eng-wrapper__numbers .swiper-slide svg path {
  fill: var(--feux-blue-3, #003399);
}

.rpo-eng-wrapper__numbers .swiper-slide p:last-child {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  opacity: 0.6;
  max-width: 135px;
}

@media (max-width: 991.98px) {
  .rpo-eng-wrapper__numbers .swiper-slide p:last-child {
    width: 100%;
  }
}
.rpo-eng-wrapper__news .rpo__header-cta-bold, .rpo-eng-wrapper__news .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-eng-wrapper__targets .poradniki-jakie-spelnil-cele__counts {
  display: none;
}

.rpo-eng-wrapper__targets header h3, .rpo-eng-wrapper__targets header .h3 {
  position: relative;
  padding-bottom: 25px;
  font-size: 21px !important;
}

.rpo-eng-wrapper__targets header h3::after, .rpo-eng-wrapper__targets header .h3::after {
  background-color: var(--feux-blue-3, #003399);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.rpo-eng-wrapper__targets .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-eng-wrapper .rpo__search-group-box .rpo__search-tags {
  display: none;
}

.rpo-eng-wrapper .rpo__search-group-box .rpo__search-submit-box .rpo__search-submit {
  background-color: #fff;
  color: var(--feux-blue-3-font, #003399);
}

.rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input.active, .rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input.active {
  border-color: #fff;
}

.rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  border-color: #fff;
}

.rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input:hover, .rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input:focus, .rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input:hover, .rpo-eng-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input:focus {
  border-color: #fff !important;
}

.rpo-eng-wrapper .tabs-jak-fundusze .tab-content-header-box .tab-content-status {
  display: none;
}

.rpo-eng-wrapper .tabs-jak-fundusze .tab-content-header-box .tab-content-title {
  color: var(--feux-blue-3-font, #003399);
}

.rpo-eng-wrapper .tabs-jak-fundusze .tab-content-header-box header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rpo-eng-wrapper .tabs-jak-fundusze .icon-text-link-wrapper {
  display: none;
}

.rpo-eng-wrapper .rpo-swiper-juz-teraz .card-rpo-without-img .icon-text-link-wrapper .icon-text-link-wrapper__text {
  padding-left: 5px;
}

.rpo-eng-wrapper .rpo-swiper-zobacz-innych .poradniki-jakie-spelnil-cele__slide.green-white .card-body {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-eng-wrapper .rpo-swiper-zobacz-innych .swiper-slide .card-body [id^=cardDatesz] {
  display: none;
}

.rpo-eng-wrapper .rpo-show-others-section .title__border-bottom--orange2 {
  margin-bottom: 30px !important;
}

.rpo-eng-wrapper .rpo-show-others-section .short-description {
  font-size: 14px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  margin-bottom: 30px;
}

.rpo-eng-wrapper .rpo-swiper-wydarzenia .swiper-slide {
  width: 580px !important;
}

.rpo-eng-wrapper [class^=faq-postac__box]:focus, .rpo-eng-wrapper [class^=faq-postac__box]:hover, .rpo-eng-wrapper [class^=faq-postac__box].active {
  cursor: pointer;
}

.rpo-eng-wrapper [class^=faq-postac__box]:focus svg [fill], .rpo-eng-wrapper [class^=faq-postac__box]:hover svg [fill], .rpo-eng-wrapper [class^=faq-postac__box].active svg [fill] {
  fill: var(--feux-uep-blue-bg, #407DD8);
}

.rpo-eng-wrapper [class^=faq-postac__box]:focus svg [stroke], .rpo-eng-wrapper [class^=faq-postac__box]:hover svg [stroke], .rpo-eng-wrapper [class^=faq-postac__box].active svg [stroke] {
  stroke: var(--feux-uep-blue-bg, #407DD8);
}

.rpo-eng-wrapper__map .map-with-tooltip__point.transparent, .rpo-eng-wrapper__map .map-with-tooltip__point.green-bg, .rpo-eng-wrapper__map .tooltip--ue-blue {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-eng-wrapper__targets-cards .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-eng-wrapper__targets-cards .swiper-slide {
  min-height: 185px;
}

@media (max-width: 767.98px) {
  .rpo-eng-wrapper__targets-cards .swiper-slide {
    width: 252px !important;
    height: 206px !important;
  }
}
.tooltip--blue-bg {
  max-width: 320px;
  border: unset;
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px;
}

.tooltip--blue-bg .map-with-tooltip__title {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

.tooltip--blue-bg .map-with-tooltip__caption {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
}

.tooltip--green-bg {
  max-width: 320px;
  border: unset;
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px;
}

.tooltip--green-bg .map-with-tooltip__title {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

.tooltip--green-bg .map-with-tooltip__caption {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
}

.rpo-wrapper .rpo__header-photo:before {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-wrapper .title__border-bottom--orange2 {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-wrapper .title__border-bottom--orange2:after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.rpo-wrapper .title__border-bottom--custom {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-wrapper .title__border-bottom--custom > h3:after, .rpo-wrapper .title__border-bottom--custom > .h3:after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: -22px !important;
  left: 12px !important;
}

.rpo-wrapper .linear-map-wrapper .container {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-wrapper .linear-map-wrapper .container .linear-map-wrapper__heading:after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: -22px !important;
  left: 12px !important;
}

.rpo-wrapper .rpo-section-publications-slider header {
  position: relative;
  margin-bottom: 60px !important;
}

.rpo-wrapper .rpo-section-publications-slider header .title-h3:after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: -15px !important;
  left: 0 !important;
}

.rpo-wrapper .rpo-section-publications-slider .linear-map-wrapper__bcg-map svg {
  width: 100%;
  height: 100%;
}

.rpo-wrapper .rpo-section-publications-slider .linear-map-wrapper__bcg-map .st1 {
  fill: var(--feux-blue-3, #003399) !important;
}

.rpo-wrapper .linear-map-wrapper__bcg-map__tooltip {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-wrapper .linear-map-wrapper__bcg-map__tooltip:before {
  border-color: var(--feux-blue-3, #003399) transparent transparent;
}

.rpo-wrapper__header .rpo__header-photo:before {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-wrapper__header .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-wrapper__numbers .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rpo-wrapper__numbers .swiper-slide svg path {
  fill: var(--feux-blue-3, #003399);
}

.rpo-wrapper__numbers .swiper-slide p:last-child {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  opacity: 0.6;
  max-width: 135px;
}

@media (max-width: 991.98px) {
  .rpo-wrapper__numbers .swiper-slide p:last-child {
    width: 100%;
  }
}
.rpo-wrapper__news .rpo__header-cta-bold, .rpo-wrapper__news .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-wrapper__targets .poradniki-jakie-spelnil-cele__counts {
  display: none;
}

.rpo-wrapper__targets header h3, .rpo-wrapper__targets header .h3 {
  position: relative;
  padding-bottom: 25px;
  font-size: 21px !important;
}

.rpo-wrapper__targets header h3::after, .rpo-wrapper__targets header .h3::after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.rpo-wrapper__targets .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-wrapper .rpo__search-group-box .rpo__search-tags {
  display: none;
}

.rpo-wrapper .rpo__search-group-box .rpo__search-submit-box .rpo__search-submit {
  background-color: #fff;
  color: var(--feux-blue-3-font, #003399);
}

.rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input.active, .rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input.active {
  border-color: #fff;
}

.rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input.active + .rpo__search-input-triangle, .rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input.active + .rpo__search-input-triangle {
  border-color: #fff;
}

.rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input:hover, .rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-na-co input:focus, .rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input:hover, .rpo-wrapper .rpo__search-box.orange2 .rpo__search-input-gdzie input:focus {
  border-color: #fff !important;
}

.rpo-wrapper .tabs-jak-fundusze .tab-content-header-box .tab-content-status {
  display: none;
}

.rpo-wrapper .tabs-jak-fundusze .tab-content-header-box .tab-content-title {
  color: var(--feux-blue-3-font, #003399);
}

.rpo-wrapper .tabs-jak-fundusze .tab-content-header-box header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rpo-wrapper .tabs-jak-fundusze .icon-text-link-wrapper {
  display: none;
}

.rpo-wrapper .rpo-swiper-juz-teraz .card-rpo-without-img .icon-text-link-wrapper .icon-text-link-wrapper__text {
  padding-left: 5px;
}

.rpo-wrapper .rpo-swiper-zobacz-innych .swiper-slide .card-body [id^=cardDatesz] {
  display: none;
}

.rpo-wrapper .rpo-show-others-section .title__border-bottom--orange2 {
  margin-bottom: 30px !important;
}

.rpo-wrapper .rpo-show-others-section .short-description {
  font-size: 14px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  margin-bottom: 30px;
}

.rpo-wrapper [class^=faq-postac__box]:focus, .rpo-wrapper [class^=faq-postac__box]:hover, .rpo-wrapper [class^=faq-postac__box].active {
  cursor: pointer;
}

.rpo-wrapper [class^=faq-postac__box]:focus .faq-postac__person svg path, .rpo-wrapper [class^=faq-postac__box]:hover .faq-postac__person svg path, .rpo-wrapper [class^=faq-postac__box].active .faq-postac__person svg path {
  fill: var(--feux-uep-blue-bg, #407DD8);
}

.rpo-wrapper [class^=faq-postac__box]:focus .faq-postac__arrow path, .rpo-wrapper [class^=faq-postac__box]:hover .faq-postac__arrow path, .rpo-wrapper [class^=faq-postac__box].active .faq-postac__arrow path {
  stroke: var(--feux-uep-blue-bg, #407DD8);
}

.rpo-wrapper__map .map-with-tooltip__point.transparent, .rpo-wrapper__map .map-with-tooltip__point.green-bg, .rpo-wrapper__map .tooltip--ue-blue {
  background-color: var(--feux-green-bg, #008744);
}

.rpo-wrapper__targets-cards .rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.rpo-wrapper .how-people-companies-use h2:after, .rpo-wrapper .how-people-companies-use .h2:after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
}

.rpo-wrapper .how-funds-current .title__border-bottom--orange2:after {
  background-color: var(--feux-uep-blue-bg, #407DD8);
  width: 144px;
}

.rpo-wrapper .rpo-section-wydarzenia > div {
  margin-bottom: 50px !important;
}

.rpo-wrapper .counters-section {
  margin-top: 120px;
}

.rpo-wrapper .counters-section .counters-section__list__element__digit, .rpo-wrapper .counters-section .counters-section__list__element__comma {
  color: var(--feux-uep-blue-font, #407DD8);
}

.tooltip--blue-bg {
  border: unset;
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px;
  z-index: 10000;
  max-width: 320px;
}

@media (max-width: 767.98px) {
  .tooltip--blue-bg {
    max-width: 225px;
  }
}
.tooltip--blue-bg .map-with-tooltip__title {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

@media (max-width: 767.98px) {
  .tooltip--blue-bg .map-with-tooltip__title {
    font-size: 16px;
    line-height: 16px;
  }
}
.tooltip--blue-bg .map-with-tooltip__caption {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
}

@media (max-width: 767.98px) {
  .tooltip--blue-bg .map-with-tooltip__caption {
    font-size: 12px;
    line-height: 12px;
  }
}
.tooltip--green-bg {
  max-width: 320px;
  border: unset;
  background-color: var(--feux-blue-3, #003399);
  border-radius: 12px;
}

.tooltip--green-bg .map-with-tooltip__title {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

.tooltip--green-bg .map-with-tooltip__caption {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
}

.rpo-home-page-all .title__border-bottom--custom > h3:after, .rpo-home-page-all .title__border-bottom--custom > .h3:after {
  background-color: var(--feux-blue-3, #003399);
  width: 50%;
}

.rpo-home-page-all__separator {
  height: 1px;
  width: 100%;
  background: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

.rpo-home-page-all__header {
  margin-top: 50px;
  margin-bottom: 80px;
}

.rpo-home-page-all__header img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .rpo-home-page-all__header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.rpo-home-page-all__news > section {
  margin-bottom: 30px;
}

.rpo-home-page-all__news .card-success-story {
  cursor: pointer;
}

.rpo-home-page-all__news .card-success-story:hover .card-body {
  background-color: var(--feux-blue-3, #003399);
}

.rpo-home-page-all__news .card-success-story:hover .card-body * {
  color: var(--feux-white-font, #FFFFFF);
}

.rpo-home-page-all__news .card-success-story .card-img-top {
  padding-top: 70px;
}

.rpo-home-page-all__news .card-success-story .card-body {
  bottom: initial;
  border-radius: 12px 12px 12px 0 !important;
}

.rpo-home-page-all__news .card-success-story .card-body:before {
  content: none;
}

.rpo-home-page-all__events .title-h3 {
  position: relative;
  padding-bottom: 25px;
}

.rpo-home-page-all__events .title-h3::after {
  content: "";
  width: 144px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--feux-blue-3, #003399);
}

.rpo-home-page-all__events > section {
  margin-bottom: 60px !important;
}

.rpo-home-page-all__projects-done .card-body ul > li p, .rpo-home-page-all__projects-done .card-body ul > li small, .rpo-home-page-all__projects-done .card-body ul > li .small {
  color: var(--feux-black-font, #1B1B1B) !important;
}

.rpo-home-page-all__projects-done .poradniki-jakie-spelnil-cele__counts strong {
  color: var(--feux-blue-3-font, #003399);
}

.rpo-home-page-all__targets article header {
  margin-bottom: 30px;
}

.rpo-home-page-all__map {
  overflow-x: hidden;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

@media (max-width: 767.98px) {
  .separator-bottom-line {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  }
}
.ewt-home-page-all .title__border-bottom--orange2:after {
  background-color: var(--feux-blue-3, #003399);
  width: 50%;
}

.ewt-home-page-all__separator {
  height: 1px;
  width: 100%;
  background: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

.ewt-home-page-all__header {
  margin-top: 50px;
  margin-bottom: 80px;
}

.ewt-home-page-all__header img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .ewt-home-page-all__header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ewt-home-page-all__news > section {
  margin-bottom: 30px;
}

.ewt-home-page-all__news .card-success-story {
  cursor: pointer;
}

.ewt-home-page-all__news .card-success-story:hover .card-body {
  background-color: var(--feux-blue-3, #003399);
}

.ewt-home-page-all__news .card-success-story:hover .card-body * {
  color: var(--feux-white-font, #FFFFFF);
}

.ewt-home-page-all__news .card-success-story .card-img-top {
  padding-top: 70px;
}

.ewt-home-page-all__news .card-success-story .card-body {
  bottom: initial;
  border-radius: 12px 12px 12px 0 !important;
}

.ewt-home-page-all__news .card-success-story .card-body:before {
  content: none;
}

.ewt-home-page-all__events .title-h3 {
  position: relative;
}

.ewt-home-page-all__events > section {
  margin-bottom: 60px !important;
}

.ewt-home-page-all__projects-done .card-body ul > li p, .ewt-home-page-all__projects-done .card-body ul > li small, .ewt-home-page-all__projects-done .card-body ul > li .small {
  color: var(--feux-black-font, #1B1B1B);
}

.ewt-home-page-all__projects-done .poradniki-jakie-spelnil-cele__counts strong {
  color: var(--feux-blue-3-font, #003399);
}

.ewt-home-page-all__targets article header {
  margin-bottom: 30px;
}

.ewt-home-page-all__map {
  overflow-x: hidden;
}

.rpo-swiper-juz-teraz .card-rpo-without-img .icon-text-link-wrapper .icon-text-link-wrapper__text {
  padding-left: 0;
  font-size: 12px;
}

.e-home-page-single__header h2, .e-home-page-single__header .h2 {
  color: var(--feux-blue-3-font, #003399);
}

.e-home-page-single__news > section {
  margin-bottom: 30px;
}

.e-home-page-single__news .card-success-story {
  cursor: pointer;
}

.e-home-page-single__news .card-success-story:hover .card-body {
  background-color: var(--feux-blue-3, #003399);
}

.e-home-page-single__news .card-success-story:hover .card-body * {
  color: var(--feux-white-font, #FFFFFF);
}

.e-home-page-single__news .card-success-story .card-img-top {
  padding-top: 70px;
}

.e-home-page-single__news .card-success-story .card-body {
  bottom: initial;
  border-radius: 12px 12px 12px 0 !important;
}

.e-home-page-single__news .card-success-story .card-body:before {
  content: none;
}

.e-home-page-single__cards .title__border-bottom--orange2 {
  display: none;
}

.e-home-page-single__cards__heading {
  font-size: 36px;
  line-height: 70px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.e-home-page-single__cards__heading::after {
  content: "";
  width: 240px;
  height: 3px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--feux-orange2-bg, #FDBA13);
}

.e-home-page-single__cards__heading span {
  font-size: 56px;
  line-height: 70px;
}

.e-home-page-single__cards__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.e-home-page-single__cards__paragraph p, .e-home-page-single__cards__paragraph__of {
  text-align: center;
  max-width: 588px;
  margin-bottom: 60px;
}

.e-home-page-single__map header {
  width: 499px;
}

.e-home-page-single__who .sidebar-menu-section__list .active {
  background: var(--feux-blue-3, #003399) !important;
}

.pfe-eng-wrapper__cele .swiper-slide {
  min-height: 185px;
}

@media (max-width: 767.98px) {
  .pfe-eng-wrapper__cele .swiper-slide {
    width: 252px !important;
    height: 206px !important;
  }
}
.pfe-eng-wrapper__licznik {
  padding-bottom: 200px;
}

.pfe-eng-wrapper .rpo__header-photo:before {
  background-color: transparent;
}

.pfe-eng-wrapper .title__border-bottom--orange2:after {
  background-color: transparent;
}

.pfe-eng-wrapper .linear-map-wrapper__bcg-map__tooltip {
  background-color: var(--feux-blue-3, #003399);
}

.pfe-eng-wrapper .linear-map-wrapper__bcg-map__tooltip:before {
  border-color: var(--feux-blue-3, #003399) transparent transparent;
}

.pfe-eng-wrapper__header .rpo__header-photo:before {
  background-color: var(--feux-blue-3, #003399);
}

.pfe-eng-wrapper__numbers .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pfe-eng-wrapper__numbers .swiper-slide svg path {
  fill: var(--feux-blue-3, #003399);
}

.pfe-eng-wrapper__numbers .swiper-slide p:last-child {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  opacity: 0.6;
  max-width: 135px;
}

@media (max-width: 991.98px) {
  .pfe-eng-wrapper__numbers .swiper-slide p:last-child {
    width: 100%;
  }
}
.pfe-eng-wrapper__targets .poradniki-jakie-spelnil-cele__counts {
  display: none;
}

.pfe-eng-wrapper__targets header h3, .pfe-eng-wrapper__targets header .h3 {
  position: relative;
  padding-bottom: 25px;
  font-size: 21px !important;
}

.pfe-eng-wrapper__targets header h3::after, .pfe-eng-wrapper__targets header .h3::after {
  content: "";
  width: 144px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--feux-green-bg, #008744);
}

.pfe-companies [class^=faq-postac__box]:focus, .pfe-companies [class^=faq-postac__box]:hover, .pfe-companies [class^=faq-postac__box].active {
  cursor: pointer;
}

.pfe-companies [class^=faq-postac__box]:focus .faq-postac__person svg path, .pfe-companies [class^=faq-postac__box]:hover .faq-postac__person svg path, .pfe-companies [class^=faq-postac__box].active .faq-postac__person svg path {
  fill: var(--feux-red-bg, #E5001D);
}

.pfe-companies [class^=faq-postac__box]:focus .faq-postac__arrow path, .pfe-companies [class^=faq-postac__box]:hover .faq-postac__arrow path, .pfe-companies [class^=faq-postac__box].active .faq-postac__arrow path {
  stroke: var(--feux-red-bg, #E5001D);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.kpo-wrapper .tabs-jak-fundusze .tab-content-header-box .tab-content-status {
  display: none;
}

.kpo-wrapper .tabs-jak-fundusze .tab-content-header-box header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kpo-wrapper .tabs-jak-fundusze .icon-text-link-wrapper {
  display: none;
}

.kpo-wrapper .how-people-companies-use h2:after, .kpo-wrapper .how-people-companies-use .h2:after {
  background-color: var(--feux-green-bg, #008744) !important;
  width: 120px;
}

.kpo-wrapper .how-people-companies-use {
  margin-bottom: 0;
}

.kpo-wrapper .how-people-companies-use__companies {
  border-bottom: 1px solid var(--feux-white-20-bg, rgba(255, 255, 255, 0.2));
  display: flow-root;
  padding: 80px 0 80px 0;
  margin-bottom: -50px;
}

@media (max-width: 1199.98px) {
  .kpo-wrapper .how-people-companies-use__companies {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.kpo-wrapper .title__border-bottom--custom {
  position: relative;
  margin-bottom: 45px !important;
}

.kpo-wrapper .title__border-bottom--custom > h3:after, .kpo-wrapper .title__border-bottom--custom > .h3:after {
  background-color: var(--feux-green-bg, #008744);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -10px !important;
}

.kpo-wrapper .overflow-hidden .title-h3 > h3:after, .kpo-wrapper .overflow-hidden .title-h3 > .h3:after {
  background-color: var(--feux-green-bg, #008744);
  width: 144px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -10px !important;
}

.kpo-wrapper__map .map-wrapper__bcg-map__tooltip {
  top: 30%;
  right: 15%;
  z-index: 1;
  background-color: var(--feux-green-bg, #008744);
}

.kpo-wrapper__map .map-wrapper__bcg-map__tooltip:before {
  border-color: var(--feux-green-bg, #008744) transparent transparent transparent;
}

.kpo-wrapper__counter .counters-section__list__element__digit, .kpo-wrapper__counter .counters-section__list__element__comma {
  color: var(--feux-green-font, #238E12);
}

.kpo__header-photo:before {
  background-color: var(--feux-green7-bg, #008744) !important;
}

.kpo-swiper-wydarzenia .swiper-slide {
  width: 580px !important;
}

@media (max-width: 991.98px) {
  .kpo-swiper-wydarzenia .swiper-slide {
    height: 385px !important;
  }
}
.kpo-docs-template__container {
  width: 975px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.kpo-docs-template__box {
  background-color: #fff;
  padding: 100px;
}

.kpo-docs-template__box .title {
  text-align: center;
  font-weight: bolder;
  font-family: "Lexend-Bold";
  padding-bottom: 50px;
}

.kpo-docs-template__box .edit-dict {
  color: #0c4da2;
  cursor: pointer;
}

.kpo-docs-template__box .edit-text {
  cursor: pointer;
}

.kpo-wysiwig-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 5px;
}

.kpo-wysiwig-box___button {
  display: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--feux-white, #ffffff);
  border: 0px;
  border-radius: 6px;
  padding: 7.5px;
  color: #000;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
}

.kpo-wysiwig-box___button-code {
  display: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--feux-blue-3, #003399);
  border-radius: 6px;
  padding: 7.5px;
  color: var(--feux-white, #ffffff);
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  width: 75px;
}

.popover-body {
  padding: 1px;
}

.popover-body .form-check__label {
  padding-left: 0 !important;
}

.popover-body .dict-box {
  padding: 0 !important;
  width: 250px;
  max-height: 560px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.kpo-eng-wrapper .title__border-bottom--orange2:after {
  background-color: var(--feux-green-bg, #008744);
  width: 144px;
}

.kpo-eng-wrapper .title-h3:after {
  background-color: var(--feux-green-bg, #008744);
  width: 144px;
}

.kpo-eng-wrapper__header .rpo__header-photo:before {
  background-color: var(--feux-green-bg, #008744);
}

@media (max-width: 767.98px) {
  .kpo-eng-wrapper__header .rpo__header-photo .rpo__header-image {
    height: 100%;
  }
}
.kpo-eng-wrapper__numbers .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kpo-eng-wrapper__numbers .swiper-slide svg path {
  fill: var(--feux-green-bg, #008744);
}

.kpo-eng-wrapper__numbers .swiper-slide p:last-child {
  font-size: 16px;
  line-height: 21px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  opacity: 0.6;
  max-width: 135px;
}

@media (max-width: 991.98px) {
  .kpo-eng-wrapper__numbers .swiper-slide p:last-child {
    width: 100%;
  }
}
.kpo-eng-wrapper__targets .poradniki-jakie-spelnil-cele__counts {
  display: none;
}

.kpo-eng-wrapper__targets header h3, .kpo-eng-wrapper__targets header .h3 {
  position: relative;
  padding-bottom: 25px;
  font-size: 21px !important;
}

.kpo-eng-wrapper__targets header h3::after, .kpo-eng-wrapper__targets header .h3::after {
  content: "";
  width: 144px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--feux-green-bg, #008744);
}

.kpo-eng-wrapper__map .map-with-tooltip__point.transparent, .kpo-eng-wrapper__map .map-with-tooltip__point.green-bg, .kpo-eng-wrapper__map .tooltip--ue-blue {
  background-color: var(--feux-green-bg, #008744);
}

.kpo-eng-wrapper__targets-cards .swiper-slide {
  min-height: 185px;
}

@media (max-width: 767.98px) {
  .kpo-eng-wrapper__targets-cards .swiper-slide {
    width: 252px !important;
    height: 206px !important;
  }
}
.tooltip--green7-bg {
  max-width: 320px;
  border: unset;
  background-color: var(--feux-green7-bg, #008744);
  border-radius: 12px;
}

.tooltip--green7-bg .map-with-tooltip__title {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

.tooltip--green7-bg .map-with-tooltip__caption {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white-font, #FFFFFF);
}

.rpo-swiper-finansowych-przedsiewziec .swiper-slide {
  width: 400px !important;
  height: 120px !important;
}

.rpo-swiper-lista-dokumenty .swiper-slide {
  height: 298px !important;
}

.rpo-swiper-lista-dokumenty .document-card {
  max-width: 274px;
}

@media (max-width: 767.98px) {
  .rpo-swiper-lista-dokumenty .document-card {
    max-width: unset;
  }
}
.text-truncate-label {
  max-width: 150px;
  overflow: hidden;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .text-truncate-label {
    max-width: 170px;
    -o-text-overflow: unset !important;
    text-overflow: unset !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.poradniki-lista {
  padding-bottom: 60px;
}

.poradniki-lista .poradniki-lista-swiper {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.poradniki-lista .poradniki-lista-swiper:not(:last-of-type) {
  padding-bottom: 75px;
}

.poradniki-lista .poradniki-lista-swiper:not(:last-of-type):before {
  content: "";
  width: 1px;
  position: absolute;
  top: 25px;
  bottom: 10px;
  left: 37px;
  background-color: var(--feux-blue-3, #003399);
}

.poradniki-lista .poradniki-lista-swiper__line {
  display: block;
  height: 20px;
  width: 1px;
  background-color: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-left: 26px;
}

.poradniki-lista .poradniki-lista-swiper__line-desc {
  margin-top: 50px;
  height: 70px;
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
}

.poradniki-lista .poradniki-lista-swiper__line-bottom, .poradniki-lista .poradniki-lista-swiper__line-bottom-empty {
  position: relative;
}

.poradniki-lista .poradniki-lista-swiper__line-bottom:before, .poradniki-lista .poradniki-lista-swiper__line-bottom-empty:before {
  background-color: var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
  content: "";
  height: 120px;
  top: 0;
  left: -46px;
  position: absolute;
  width: 1px;
}

.poradniki-lista .poradniki-lista-swiper__line-bottom-empty:before {
  height: 50px;
}

.poradniki-lista .poradniki-lista-swiper .poradniki-lista__card .card-body {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  margin-right: 15px;
}

.poradniki-lista .poradniki-lista-swiper__icon {
  background-color: var(--feux-white-bg, #FFFFFF);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}

.poradniki-lista .poradniki-lista-swiper__icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.poradniki-lista .poradniki-lista-swiper__title {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}

.poradniki-lista .poradniki-lista-swiper__anchor {
  margin-left: 72px;
  margin-top: 20px;
  padding-top: 60px;
}

@media (min-width: 992px) {
  .poradniki-lista [class*=poradniki-lista-swiper__swiper-] .swiper-slide .poradniki-lista__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.poradniki-lista-kafle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991.98px) {
  .poradniki-lista-kafle {
    grid-template-columns: repeat(1, 100%);
    margin-top: 15px;
  }
}
.poradniki-lista-kafle__item {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .poradniki-lista-kafle__item {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .poradniki-lista-kafle__item .poradniki-lista__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .poradniki-lista-kafle__item .poradniki-lista__card .card-body {
    width: 60%;
    max-height: 95px;
    min-height: auto;
    margin-left: -15px;
    border-bottom-left-radius: 0 !important;
  }
  .poradniki-lista-kafle__item .poradniki-lista__card .card-body::before {
    display: none;
  }
  .poradniki-lista-kafle__item .poradniki-lista__card .card-body a h3, .poradniki-lista-kafle__item .poradniki-lista__card .card-body a .h3 {
    font-size: 14px;
  }
  .poradniki-lista-kafle__item .poradniki-lista__card .card-img-top {
    width: 40%;
    max-height: 95px;
    min-height: auto;
    margin-top: -20px;
  }
  .poradniki-lista-kafle__item .poradniki-lista__card .card-img-top .btn-play-poradniki {
    display: none;
  }
}
.btn-play-poradniki {
  width: 48px;
  height: 48px;
  top: 15px;
  right: 15px;
  left: auto;
  position: absolute;
}

.poradniki-os-priorytetowa__section-juz-teraz .swiper-juz-teraz-prev, .poradniki-os-priorytetowa__section-juz-teraz .swiper-juz-teraz-next {
  -webkit-filter: unset;
  filter: unset;
}

.poradniki-os-priorytetowa__section-juz-teraz .swiper-juz-teraz-prev::after, .poradniki-os-priorytetowa__section-juz-teraz .swiper-juz-teraz-next::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/right-blue.svg") no-repeat;
  background-size: cover;
}

.poradniki-os-priorytetowa__section-juz-teraz .swiper-juz-teraz-prev::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url("../images/fes/svg/left-blue.svg") no-repeat;
  background-size: cover;
}

.poradniki-os-priorytetowa__section-juz-teraz section.mb-100px {
  margin-bottom: 50px !important;
}

.poradniki-os-priorytetowa__section-juz-teraz header[class^=title__border] {
  padding-bottom: 0;
}

.poradniki-os-priorytetowa__section-juz-teraz header[class^=title__border]:after {
  content: none;
}

.poradniki-os-priorytetowa__section-juz-teraz .title-h3 {
  font-size: 26px;
  line-height: 34px;
}

.poradniki-jakie-spelnil-cele__slide.blue-white .card-body {
  background-color: var(--feux-blue-3, #003399);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.blue-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.blue-white .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.blue-white .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.blue-white ul > li, .poradniki-jakie-spelnil-cele__slide.blue-white small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.blue-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-jakie-spelnil-cele__slide.white-blue .card-body {
  background-color: var(--feux-white-font, #FFFFFF);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.white-blue .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.white-blue .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.white-blue .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.white-blue ul > li, .poradniki-jakie-spelnil-cele__slide.white-blue small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.white-blue .text-uppercase.small {
  color: var(--feux-blue-3, #003399) !important;
}

.poradniki-jakie-spelnil-cele__slide.green-white .card-body {
  background-color: var(--feux-green-bg, #008744);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.green-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.green-white .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.green-white .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.green-white ul > li, .poradniki-jakie-spelnil-cele__slide.green-white small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.green-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-jakie-spelnil-cele__slide.darker-green-white .card-body {
  background-color: var(--feux-green7-bg, #008744);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.darker-green-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.darker-green-white .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.darker-green-white .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.darker-green-white ul > li, .poradniki-jakie-spelnil-cele__slide.darker-green-white small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.darker-green-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-jakie-spelnil-cele__slide.gold-white .card-body {
  background-color: var(--feux-orange2-bg, #FDBA13);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.gold-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.gold-white .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.gold-white .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.gold-white ul > li, .poradniki-jakie-spelnil-cele__slide.gold-white small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.gold-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-jakie-spelnil-cele__slide.grey-white .card-body {
  background-color: var(--feux-grey2-bg, #4F4F4F);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.grey-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.grey-white .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.grey-white .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.grey-white ul > li, .poradniki-jakie-spelnil-cele__slide.grey-white small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.grey-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-jakie-spelnil-cele__slide.grey14-white .card-body {
  background-color: var(--feux-grey14-bg, #6A6A6A);
}

@media (min-width: 992px) {
  .poradniki-jakie-spelnil-cele__slide.grey14-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-jakie-spelnil-cele__slide.grey14-white .card-body::before {
  background-color: inherit;
}

.poradniki-jakie-spelnil-cele__slide.grey14-white .card-success-story__title, .poradniki-jakie-spelnil-cele__slide.grey14-white ul > li, .poradniki-jakie-spelnil-cele__slide.grey14-white small.text-uppercase, .poradniki-jakie-spelnil-cele__slide.grey14-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-jakie-spelnil-cele__counts .blue-white {
  color: var(--feux-blue-3-font, #003399);
}

.poradniki-jakie-spelnil-cele__counts .green-white {
  color: var(--feux-green-font, #238E12);
}

.poradniki-jakie-spelnil-cele__counts .darker-green-white {
  color: var(--feux-green-font, #238E12);
}

.poradniki-jakie-spelnil-cele__counts .gold-white {
  color: var(--feux-orange2-font, #FDBA13);
}

.poradniki-poznaj-programy__slide.orange-white .card-body {
  background-color: var(--feux-orange-bg, #FF5F20);
}

@media (min-width: 992px) {
  .poradniki-poznaj-programy__slide.orange-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-poznaj-programy__slide.orange-white .card-body::before {
  background-color: inherit;
}

.poradniki-poznaj-programy__slide.orange-white .card-success-story__title, .poradniki-poznaj-programy__slide.orange-white ul > li, .poradniki-poznaj-programy__slide.orange-white small.text-uppercase, .poradniki-poznaj-programy__slide.orange-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-poznaj-programy__slide.orange2-white .card-body {
  background-color: var(--feux-orange5-bg, #B05F35);
}

@media (min-width: 992px) {
  .poradniki-poznaj-programy__slide.orange2-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-poznaj-programy__slide.orange2-white .card-body::before {
  background-color: inherit;
}

.poradniki-poznaj-programy__slide.orange2-white .card-success-story__title, .poradniki-poznaj-programy__slide.orange2-white ul > li, .poradniki-poznaj-programy__slide.orange2-white small.text-uppercase, .poradniki-poznaj-programy__slide.orange2-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-poznaj-programy__slide.green-white .card-body {
  background-color: var(--feux-green-bg, #008744);
}

@media (min-width: 992px) {
  .poradniki-poznaj-programy__slide.green-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-poznaj-programy__slide.green-white .card-body::before {
  background-color: inherit;
}

.poradniki-poznaj-programy__slide.green-white .card-success-story__title, .poradniki-poznaj-programy__slide.green-white ul > li, .poradniki-poznaj-programy__slide.green-white small.text-uppercase, .poradniki-poznaj-programy__slide.green-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-poznaj-programy__slide.green2-white .card-body {
  background-color: var(--feux-green3, #1FA099);
}

@media (min-width: 992px) {
  .poradniki-poznaj-programy__slide.green2-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-poznaj-programy__slide.green2-white .card-body::before {
  background-color: inherit;
}

.poradniki-poznaj-programy__slide.green2-white .card-success-story__title, .poradniki-poznaj-programy__slide.green2-white ul > li, .poradniki-poznaj-programy__slide.green2-white small.text-uppercase, .poradniki-poznaj-programy__slide.green2-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.poradniki-poznaj-programy__slide.turquoise-white .card-body {
  background-color: var(--feux-blue6-bg, #38808D);
}

@media (min-width: 992px) {
  .poradniki-poznaj-programy__slide.turquoise-white .card-body {
    padding: 20px 30px;
  }
}
.poradniki-poznaj-programy__slide.turquoise-white .card-body::before {
  background-color: inherit;
}

.poradniki-poznaj-programy__slide.turquoise-white .card-success-story__title, .poradniki-poznaj-programy__slide.turquoise-white ul > li, .poradniki-poznaj-programy__slide.turquoise-white small.text-uppercase, .poradniki-poznaj-programy__slide.turquoise-white .text-uppercase.small {
  color: var(--feux-white-font, #FFFFFF) !important;
}

.guids-goal-item {
  background-color: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.swiper-slide-card-stylable {
  min-height: 226px;
}

@media (max-width: 991.98px) {
  .swiper-slide-card-stylable {
    min-height: 221px;
  }
}
.poradnik-all-sections-wrapper .poradnik-all-sections__header .card-header-wrapper__place {
  opacity: 0.8;
  color: var(--feux-black-font, #1B1B1B);
}

.poradnik-all-sections-wrapper .poradnik-all-sections__opis-czym-sa-fe p, .poradnik-all-sections-wrapper .poradnik-all-sections__skad-pieniadze p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.poradnik-all-sections-wrapper .poradnik-all-sections__glowne-cele__title {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.poradnik-all-sections-wrapper .poradnik-all-sections__kto-moze .beneficiary-list-caption {
  width: 70ch;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 991.98px) {
  .poradnik-all-sections-wrapper .poradnik-all-sections__kto-moze .beneficiary-list-caption {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .poradnik-all-sections-wrapper .poradnik-all-sections__poznaj-programy .poradniki-lista__card .card-body {
    min-height: 120px !important;
  }
}
.poradnik-all-sections-wrapper .poradnik-all-sections__programy-interreg .simple-header-caption-wrapper__caption {
  width: 70ch;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 991.98px) {
  .poradnik-all-sections-wrapper .poradnik-all-sections__programy-interreg .simple-header-caption-wrapper__caption {
    width: 100%;
  }
}
.poradnik-all-sections-wrapper .poradnik-all-sections__faq__header {
  font-size: 26px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.poradnik-all-sections-wrapper .poradnik-all-sections__faq .letter-wrapper__accordion-wrapper--item {
  background: transparent;
}

.poradnik-all-sections__zobacz-inne-poradniki .card-success-story {
  max-width: unset !important;
}

.poradnik-all-sections__zobacz-inne-poradniki .card-success-story img {
  max-height: 143px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .poradnik-all-sections__zobacz-inne-poradniki .card-success-story .card-body {
    height: 145px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .poradnik-all-sections__jakie-spelnil-cele p.dla br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .poradnik-all-sections__jakie-spelnil-cele p.dla br {
    display: none;
  }
}
.inne-poradniki-v2 .swiper-slide {
  position: relative;
}

.inne-poradniki-v2 .swiper-slide__play-button-wrapper {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: brightness(80%) blur(10px);
  backdrop-filter: brightness(80%) blur(10px);
  display: grid;
  place-items: center;
}

.inne-poradniki-v2 .swiper-slide__play-button-wrapper svg {
  margin-left: 3px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .inne-poradniki-v2 .swiper-slide .card-body {
    position: relative;
    top: -20px;
    height: 130px !important;
  }
}
@media (max-width: 991.98px) {
  .inne-poradniki-v2 .swiper-slide .card-body {
    top: -20px;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .inne-poradniki-v2 .swiper-slide .card-body {
    height: 117px !important;
  }
}
.sticky-info-box {
  z-index: 997;
}

.poradniki__about-the-funds__where-is-the-money__column:first-of-type .two-column-caption {
  font-size: 16px;
  line-height: 26px;
  padding-right: 6em;
}

@media (max-width: 991.98px) {
  .poradniki__about-the-funds__where-is-the-money__column:first-of-type .two-column-caption {
    padding-right: 0;
  }
}
.poradniki__about-the-funds__where-is-the-money__column:last-of-type .two-column-caption {
  font-size: 16px;
  line-height: 26px;
  padding-right: 6em;
}

@media (max-width: 991.98px) {
  .poradniki__about-the-funds__where-is-the-money__column:last-of-type .two-column-caption {
    padding-right: 0;
  }
}
.poradniki__about-the-funds__na-jakie-cele a.rpo__header-cta {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.dotacja__wsparcie {
  margin-top: 42px;
  margin-bottom: 72px;
}

.dotacja__wsparcie h3, .dotacja__wsparcie .h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 32px;
}

.dotacja__wsparcie__oferta {
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 14px;
  padding: 17px 20px;
}

.dotacja__wsparcie__oferta__title {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 17px;
}

.dotacja__wsparcie__oferta__region {
  font-size: 12px;
  line-height: 8px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-white-font, #FFFFFF);
  background: var(--feux-blue-3, #003399);
  padding: 9px;
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dotacja__wsparcie__oferta__inne {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--feux-blue-3-font, #003399);
  letter-spacing: 0.12em;
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .dotacja__wsparcie__oferta__inne {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.dotacja__wsparcie__oferta__inne span {
  margin-right: 15px;
}

.dotacja__wsparcie__oferta__inne svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 12px;
}

.dotacja__jak-skorzystac {
  margin-top: 42px;
  margin-bottom: 72px;
}

@media (max-width: 991.98px) {
  .dotacja__jak-skorzystac {
    display: none;
  }
}
.dotacja__jak-skorzystac h3, .dotacja__jak-skorzystac .h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 32px;
}

.dotacja__jak-skorzystac__step-by-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 98px;
}

@media (min-width: 1200px) {
  .dotacja__jak-skorzystac__step-by-step {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.dotacja__jak-skorzystac__step-by-step__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dotacja__jak-skorzystac__step-by-step__step__circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--feux-blue-3, #003399);
  color: var(--feux-blue-3-font, #003399);
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.dotacja__jak-skorzystac__step-by-step__step__circle__chevron-inbetween {
  margin: 10px 0;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dotacja__jak-skorzystac__step-by-step__step__circle__chevron-inbetween svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dotacja__jak-skorzystac__step-by-step__step__text {
  font-size: 14px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

.dotacja__jak-skorzystac__step-by-step__step__active .dotacja__jak-skorzystac__step-by-step__step__circle {
  background: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.dotacja__jak-skorzystac__step-by-step__step__active .dotacja__jak-skorzystac__step-by-step__step__text {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

.dotacja__jak-skorzystac__step-by-step__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
  opacity: 0.7;
}

.dotacja__jak-skorzystac__step-by-step__arrow__line {
  display: block;
  height: 1.5px;
  width: 94px;
  background: var(--feux-blue-3, #003399);
  margin-right: 9px;
}

.dotacja__jak-skorzystac__step-by-step__arrow__chevron svg {
  height: 12px;
  position: relative;
  top: -1.5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dotacja__jak-skorzystac__description {
  width: 530px;
  margin-left: 57px;
}

@media (min-width: 1400px) {
  .dotacja__jak-skorzystac__description {
    margin-left: 0;
  }
}
.dotacja__jak-skorzystac__description h4, .dotacja__jak-skorzystac__description .h4 {
  font-size: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 19px;
}

.dotacja__jak-skorzystac__description p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  opacity: 0.8;
}

.dotacja__jak-skorzystac__description a {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
}

.dotacja__jak-skorzystac__description a svg {
  margin-left: 15px;
  height: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dotacja__jak-skorzystac-mobile {
  margin-top: 42px;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .dotacja__jak-skorzystac-mobile {
    display: none;
  }
}
.dotacja__jak-skorzystac-mobile h3, .dotacja__jak-skorzystac-mobile .h3 {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__line-wrapper {
  min-width: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__line-wrapper__line {
  height: 100%;
  display: block;
  width: 1.5px;
  background: var(--feux-blue-3, #003399);
  opacity: 0.8;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__line-wrapper__chevron svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__text {
  margin-bottom: 50px;
  margin-left: 20px;
  margin-top: 25px;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__text h4, .dotacja__jak-skorzystac-mobile__step-by-step__body__text .h4 {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__text a {
  font-size: 13px;
  line-height: 15px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
}

.dotacja__jak-skorzystac-mobile__step-by-step__body__text a svg {
  margin-left: 10px;
  height: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dotacja__oni-juz {
  margin-top: 77px;
}

.dotacja__poradniki-wydarzenia {
  margin-top: 48px;
  margin-bottom: 40px;
}

.dotacja__poradniki-wydarzenia .min-height-unset {
  min-height: unset !important;
}

.dotacja__poradniki-wydarzenia .min-height-unset.forced-height {
  height: 150px;
}

.dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper {
  width: 100%;
}

.dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__title {
  margin-bottom: 18px;
}

.dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__title h3, .dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__title .h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__description {
  margin-bottom: 35px;
}

.dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__description p {
  font-size: 14px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  opacity: 0.7;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__items__item {
    width: 270px;
  }
  .dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__items__item .card {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__items__item:nth-of-type(4) {
    display: none;
  }
}
.dotacja__poradniki-wydarzenia .poradniki-wydarzenia-kafle-wrapper .poradniki-wydarzenia-kafle__items__item__wydarzenie__miejsce {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

.dotacja__juz-teraz {
  margin-top: 58px;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dotacja__juz-teraz .card-rpo-without-img {
    width: 380px !important;
  }
}
@media (min-width: 1400px) {
  .dotacja__juz-teraz .card-rpo-without-img {
    width: 380px !important;
  }
}
.dotacja .width-min-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.dotacja .text-ue-blue-3 {
  color: var(--feux-blue-3-font, #003399);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.voivodeship-map-different-wrapper__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.voivodeship-map-different-wrapper__map img {
  height: 488px;
}

@media (max-width: 991.98px) {
  .voivodeship-map-different-wrapper__map img {
    height: 300px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.voivodeship-map-different-wrapper__voivodeships {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.voivodeship-map-different-wrapper__voivodeships__list__item {
  font-size: 16px;
  line-height: 32px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  letter-spacing: 0.04em;
}

.voivodeship-map-different-wrapper__voivodeships__list__item:before {
  content: "—";
  opacity: 0.3;
  margin-right: 16px;
}

.voivodeship-map-different-wrapper__voivodeships__list__item__button {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 32px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  letter-spacing: 0.04em;
}

.voivodeship-map-different-wrapper__voivodeships__list__item .active {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.voivodeship-map-different-wrapper__voivodeships__list__item .active:before {
  content: "→";
  display: inline-block;
  width: 14px;
  opacity: 1;
  font-size: 28px;
  margin-left: -40px;
  padding-right: 36px;
}

@media (min-width: 992px) {
  .voivodeship-map-different-wrapper .contact-with-spokesman-wrapper__map-different__list-wrapper--list-mobile {
    display: none !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

a.link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-blue-3-font, #003399);
}

a.link-arrow span {
  margin-right: 16px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.dictionary-list-wrapper .dictionary-header-space {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper .dictionary-header-space {
    margin-bottom: 26px;
  }
}
@media (max-width: 991.98px) {
  .dictionary-list-wrapper {
    padding: 0 10px;
  }
}
.dictionary-list-wrapper__back {
  padding: 40px 0 15px 0;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper__back {
    display: none;
  }
}
.dictionary-list-wrapper__back svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dictionary-list-wrapper--header {
  color: var(--feux-black-font, #1B1B1B);
  padding: 28px 0 70px 0;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper--header {
    font-size: 18px;
    line-height: 23px;
    padding: 28px 0 48px 0;
  }
}
.dictionary-list-wrapper__left {
  width: 275px;
}

.dictionary-list-wrapper__left__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.dictionary-list-wrapper__left__tags > li:nth-child(4n+2) {
  margin: 18px 9px 0 18px;
}

.dictionary-list-wrapper__left__tags > li:nth-child(4n+3) {
  margin: 18px 18px 0 9px;
}

.dictionary-list-wrapper__left__tags > li {
  margin-top: 18px;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper__left__tags {
    overflow-x: auto;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dictionary-list-wrapper__left__tags::-webkit-scrollbar {
    display: none;
  }
  .dictionary-list-wrapper__left__tags > li:first-child {
    margin-right: 3px;
  }
  .dictionary-list-wrapper__left__tags > li:nth-child(n+2) {
    margin: 18px 3px 0 3px;
  }
}
.dictionary-list-wrapper__left__popular--header {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-top: 70px;
  margin-bottom: 24px;
}

.dictionary-list-wrapper__left__popular__list--item {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  border-radius: 6px;
  margin-bottom: 6px;
  background-color: var(--feux-white-bg, #FFFFFF);
  color: var(--feux-blue-3-font, #003399);
  height: 40px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper__left__popular__list--item {
    font-size: 14px;
    line-height: 21px;
  }
}
.dictionary-list-wrapper__left__popular__list--item > button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 100%;
  height: 100%;
  text-align: inherit;
  padding-left: 20px;
}

.dictionary-list-wrapper__left__popular__list--item > button h4, .dictionary-list-wrapper__left__popular__list--item > button .h4 {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper__left {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .dictionary-list-wrapper__right {
    margin-top: 30px;
  }
}
.dictionary-list-wrapper__right .letter-wrapper--header {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  border-bottom: 1px solid var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper__right .letter-wrapper--header {
    font-size: 18px;
    line-height: 34px;
  }
}
.dictionary-list-wrapper__right .letter-wrapper__accordion-wrapper {
  margin-bottom: 2rem;
}

.dictionary-list-wrapper__right .letter-wrapper__accordion-wrapper--item {
  border-radius: 12px;
  background-color: var(--feux-white-bg, #FFFFFF);
  margin-bottom: 17px;
  border: none;
}

.dictionary-list-wrapper__right .letter-wrapper__accordion-wrapper--item--header--button {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--feux-blue-3-font, #003399);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .dictionary-list-wrapper__right .letter-wrapper__accordion-wrapper--item--header--button {
    font-size: 14px;
    line-height: 21px;
  }
}
.dictionary-list-wrapper__right .letter-wrapper__accordion-wrapper--item--header--button::after {
  background-image: url("../images/fes/svg/arrow-down.svg");
  width: 16px;
  height: 10px;
  background-size: 1rem;
}

.dictionary-list-wrapper__right .letter-wrapper__accordion-wrapper--item .accordion-collapse .accordion-body p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.rpo__search-input-na-co--red input:hover, .rpo__search-input-na-co--red input:focus, .rpo__search-input-gdzie--red input:hover, .rpo__search-input-gdzie--red input:focus {
  border-color: var(--feux-red-kpo-bg, #B91B26) !important;
}

.rpo__search-input-na-co--red input.active, .rpo__search-input-gdzie--red input.active {
  border-color: var(--feux-red-kpo-bg, #B91B26) !important;
}

.rpo__search-input-na-co--red input.active + .rpo__search-input-triangle, .rpo__search-input-gdzie--red input.active + .rpo__search-input-triangle {
  border-color: var(--feux-red-kpo-bg, #B91B26) !important;
}

.rpo__header-photo--red::before {
  background-color: var(--feux-red-kpo-bg, #B91B26) !important;
}

.rpo__search-submit--red {
  background-color: var(--feux-red-bg, #E5001D) !important;
  color: var(--feux-white-font, #FFFFFF) !important;
}

.rpo__header-photo--ue-blue::before, .rpo__header-submit--ue-blue {
  background-color: var(--feux-blue-3, #003399) !important;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.map-wrapper {
  position: relative;
  margin-bottom: 75px;
}

.map-wrapper__heading {
  position: relative;
  font-size: 21px;
  line-height: 28px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 50px;
}

.map-wrapper__heading::after {
  content: "";
  width: 144px;
  height: 3px;
  background-color: var(--feux-red-bg, #E5001D);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50px;
}

@media (max-width: 991.98px) {
  .map-wrapper__heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.map-wrapper__bcg-map {
  position: relative;
}

.map-wrapper__bcg-map circle {
  cursor: pointer;
}

.map-wrapper__bcg-map circle:focus {
  outline: 2px solid var(--feux-red-bg, #E5001D);
  outline-offset: 10px;
}

.map-wrapper__bcg-map__tooltip {
  position: absolute;
  background: var(--feux-red-bg, #E5001D);
  width: 343px;
  height: 107px;
  border-radius: 12px;
  color: var(--feux-white-font, #FFFFFF);
  padding: 15px 21px;
}

.map-wrapper__bcg-map__tooltip h3, .map-wrapper__bcg-map__tooltip .h3 {
  font-size: 24px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.map-wrapper__bcg-map__tooltip p {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.map-wrapper__bcg-map__tooltip:before {
  content: "";
  position: absolute;
  top: 107px;
  left: 170px;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: var(--feux-red-bg, #E5001D) transparent transparent transparent;
}

.map-wrapper__bcg-map::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 145px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 15%, rgba(255, 255, 255, 0) 100%);
}

.map-wrapper .element-opacity-bottom {
  position: absolute;
  width: 100%;
  height: 145px;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, white 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 15%, rgba(255, 255, 255, 0) 100%);
}

.effects-map-wrapper .linear-map-wrapper__bcg-map__tooltip {
  background: var(--feux-blue-3, #003399);
}

.effects-map-wrapper .linear-map-wrapper__bcg-map__tooltip:before {
  border-color: var(--feux-blue-3, #003399) transparent transparent transparent;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.faq-wrapper .card-header-wrapper__title {
  color: var(--feux-black-font, #1B1B1B);
}

@media (max-width: 991.98px) {
  .faq-wrapper .sticky-info-box.faq-sticky-info-box {
    height: 71px;
    padding: 0 1rem !important;
    display: grid;
    gap: 1rem;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__icon {
    width: 34px !important;
    height: 38px;
    margin-bottom: 0 !important;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__icon svg {
    width: inherit;
    height: inherit;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__anchor {
    margin-bottom: 0;
    grid-column-end: span 2;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__anchor__link {
    font-size: 12px;
    line-height: 18px;
    color: var(--feux-blue-3-font, #003399);
    text-decoration: underline;
  }
}
.faq-wrapper .border-top-separate {
  border-bottom: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

@media (max-width: 991.98px) {
  .faq-wrapper .border-top-separate {
    padding: 0;
  }
}
.faq-wrapper .title-faq-section {
  font-weight: 600 !important;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .faq-wrapper .title-faq-section {
    margin-bottom: 20px;
    font-family: Lexend-SemiBold, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }
}
.faq-wrapper .list-faq-section {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
}

@media (max-width: 991.98px) {
  .faq-wrapper .fqa-contact-me {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .faq-wrapper .simple-language-card__section-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    background: #f5f7fb;
  }
}
@media (max-width: 991.98px) {
  .faq-wrapper .simple-language-card__section-menu .sidebar-menu-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.faq-wrapper .simple-language-card__section-menu .sidebar-menu-section__list__item__button {
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-blue-3-font, #003399);
  padding: 12px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .faq-wrapper .simple-language-card__section-menu .sidebar-menu-section__list__item__button {
    min-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media (max-width: 991.98px) {
  .faq-wrapper .simple-language-card__section-menu .sidebar-menu-section__list__item__button:hover {
    background: var(--feux-blue-3, #003399);
    color: var(--feux-white-font, #FFFFFF);
  }
}
.faq-wrapper .letter-wrapper__accordion-wrapper--item--header {
  margin-bottom: 0;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.back-title-wrapper__back {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.back-title-wrapper__title {
  font-weight: 600 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .back-title-wrapper__title {
    font-family: Lexend-SemiBold, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }
}
.back-title-wrapper__title > h2, .back-title-wrapper__title > .h2 {
  margin-top: 30px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.html-code-wrapper__header-desc {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--feux-dark-blue-font, rgba(2, 9, 71, 0.7));
  width: 50%;
  margin-bottom: 55px;
}

@media (max-width: 991.98px) {
  .html-code-wrapper__header-desc {
    width: 50%;
  }
}
.html-code-wrapper__form-group {
  margin-bottom: 66px;
}

.html-code-wrapper__form-group textarea {
  background-color: var(--feux-grey10-bg, rgba(196, 196, 196, 0.3));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  border: none;
  padding: 10px;
  width: 100%;
  height: 50vh;
}

.html-code-wrapper__next-part-paragraph {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 200px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.ewt-menu-section .ewt-menu-section__list {
  margin-top: 2rem;
}

.ewt-menu-section .ewt-menu-section__list li {
  margin-bottom: 6px;
  padding: 0 2px;
}

.ewt-menu-section .ewt-menu-section__list li a {
  border-radius: 6px;
  background: var(--feux-white-bg, #FFFFFF);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 11px 0 11px 12px;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-ue-blue-font, #20196F);
}

.ewt-menu-section .ewt-menu-section__list li a.active {
  background: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.7));
  color: var(--feux-white-font, #FFFFFF);
}

.ewt-menu-section .ewt-menu-section__list li a.active > h3, .ewt-menu-section .ewt-menu-section__list li a.active > .h3 {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

.ewt-menu-section .ewt-menu-section__list li a:hover {
  background: var(--feux-ue-blue-bg, #20196F);
  color: var(--feux-white-font, #FFFFFF);
}

.ewt-menu-section .ewt-menu-section__list li a:hover > h3, .ewt-menu-section .ewt-menu-section__list li a:hover > .h3 {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-white-font, #FFFFFF);
}

.ewt-en-wrapper-right {
  margin-top: 3rem;
}

.ewt-en-wrapper-right__list {
  padding-left: 1rem !important;
  font-size: 14px;
  line-height: 22px;
}

.ewt-en-wrapper-right__list > li {
  padding-bottom: 2rem;
}

.ewt-en-wrapper-right__list--title {
  font-size: 18px;
  line-height: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-dark-blue-font, #020947);
}

.ewt-en-wrapper-right--title {
  font-size: 28px;
  line-height: 35px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  margin-bottom: 2rem;
}

.ewt-en-wrapper-right__contact {
  margin-top: 2rem;
}

.ewt-en-wrapper-right__contact .ewt-en-wrapper-contact--sub-title {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-grey2-font, #4F4F4F);
  margin-bottom: 0.25rem;
}

.ewt-en-wrapper-right__contact .ewt-en-wrapper-contact--title {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.ewt-en-wrapper-right__contact .ewt-en-wrapper-contact--content {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.ewt-en-wrapper-right__contact .ewt-en-wrapper-contact--mail {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-ue-blue-font, #0A50B9);
  text-decoration: underline;
}

.ewt-en-wrapper-right__contact.separator-line {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.site-bug-request {
  display: none;
  padding-bottom: 50px;
}

.site-bug-request__container {
  max-width: 600px;
}

.site-bug-request__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.site-bug-request__header h2, .site-bug-request__header .h2 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

.site-bug-request__header button {
  background-color: transparent;
  border: none;
}

.site-bug-request__star-rating fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

.site-bug-request__star-rating fieldset > input {
  display: none;
}

.site-bug-request__star-rating fieldset > label {
  margin-top: auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(../images/fes/svg/star_rating_disable_icon.svg) no-repeat center/75%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.site-bug-request__star-rating fieldset > input:not(:checked) ~ label:hover, .site-bug-request__star-rating fieldset > input:not(:checked) ~ label:hover ~ label {
  background: url(../images/fes/svg/star_rating_active_icon.svg) no-repeat center/75%;
}

.site-bug-request__star-rating fieldset > input:checked ~ label, .site-bug-request__star-rating fieldset > input:checked ~ label ~ label {
  background: url(../images/fes/svg/star_rating_active_icon.svg) no-repeat center/75%;
}

.site-bug-request__success-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-bug-request__success-main svg {
  margin-bottom: 32px;
}

.site-bug-request__success-main h3, .site-bug-request__success-main .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.site-bug-request__success-main h3:after, .site-bug-request__success-main .h3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  height: 3px;
  width: 144px;
  bottom: -25px;
  top: initial;
  background: var(--feux-green-bg, #008744);
}

.site-bug-request__success-main p {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 318px;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .site-bug-request__success-main p {
    max-width: 100%;
  }
}
.site-bug-request__success-main .btn, .site-bug-request__success-main .feux-btn-link--darkgray, .site-bug-request__success-main .feux-btn-link__center-svg {
  max-width: 250px;
}

@media (max-width: 767.98px) {
  .site-bug-request__success-main .btn, .site-bug-request__success-main .feux-btn-link--darkgray, .site-bug-request__success-main .feux-btn-link__center-svg {
    max-width: 100%;
  }
}
.site-bug-request__send-btn-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .site-bug-request__send-btn-mobile {
    display: initial;
  }
}
@media (max-width: 991.98px) {
  .site-bug-request__send-btn-mobile {
    display: initial;
  }
}
@media (max-width: 991.98px) {
  .site-bug-request__send-btn-desktop {
    display: none;
  }
}
.site-bug-request .form-content__score--equation-desktop {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-bug-request .form-content__score--equation-desktop {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.site-bug-request .form-content__score--equation-desktop input {
  width: 60px !important;
}

@media (max-width: 1199.98px) {
  .site-bug-request .form-content__score--equation-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-bug-request .form-content__score--info-bot {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 1199.98px) {
  .site-bug-request .form-content__score--info-bot {
    display: none;
  }
}
.site-bug-request .form-content__close_button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: var(--feux-blue-3-font, #003399);
}

.site-bug-request .form-content__group > textarea {
  width: 100%;
  height: 96px;
}

.site-bug-request .event-save-wrapper__content {
  border-bottom: none;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.specific-action__wrapper {
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .specific-action__wrapper {
    margin-bottom: 25px;
  }
}
.specific-action__wrapper h3, .specific-action__wrapper .h3 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 40px;
}

.specific-action__wrapper .img-table {
  padding: 70px 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .specific-action__wrapper .img-table {
    padding: 70px 120px;
  }
}
@media (max-width: 767.98px) {
  .specific-action__wrapper .img-table {
    padding: 50px 0 0;
  }
}
.specific-action__wrapper .img-table__col__text {
  font-size: 16px;
  line-height: 24px;
}

.specific-action__wrapper .contact-section {
  margin: 2.75rem 0;
}

@media (max-width: 767.98px) {
  .specific-action__wrapper .contact-section li {
    padding: 0 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
  }
  .specific-action__wrapper .contact-section li:nth-child(3) {
    max-width: 100%;
  }
}
.specific-action__wrapper .contact-section > *:nth-child(1) {
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.specific-action__wrapper .contact-section > *:nth-child(1) > p {
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  .specific-action__wrapper .contact-section > *:nth-child(1) {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .specific-action__wrapper .contact-section > div:nth-child(3) {
    margin: 1.25rem 0;
  }
}
.specific-action__wrapper__faq {
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

@media (max-width: 991.98px) {
  .specific-action__wrapper__faq {
    margin-top: 30px;
  }
}
.specific-action__wrapper__faq .letter-wrapper--header {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .specific-action__wrapper__faq .letter-wrapper--header {
    font-size: 18px;
    line-height: 34px;
  }
}
.specific-action__wrapper__faq .letter-wrapper__accordion-wrapper {
  margin-bottom: 2rem;
}

.specific-action__wrapper__faq .letter-wrapper__accordion-wrapper--item {
  border-radius: 12px;
  background-color: var(--feux-white-bg, #FFFFFF);
  margin-bottom: 17px;
  border: none;
}

.specific-action__wrapper__faq .letter-wrapper__accordion-wrapper--item--header--button {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--feux-blue-3-font, #003399);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .specific-action__wrapper__faq .letter-wrapper__accordion-wrapper--item--header--button {
    font-size: 14px;
    line-height: 21px;
  }
}
.specific-action__wrapper__faq .letter-wrapper__accordion-wrapper--item--header--button::after {
  background-image: url("../images/fes/svg/arrow-down.svg");
  width: 16px;
  height: 10px;
  background-size: 1rem;
}

.specific-action__wrapper__faq .list-faq-section {
  border: none;
}

.specific-action__wrapper .process-section {
  height: auto;
  min-height: 500px;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specific-action__wrapper .process-section li {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.specific-action__wrapper .process-section li.per-row-3 {
  width: 25%;
  margin: 0 30px 30px 0;
}

@media (max-width: 991.98px) {
  .specific-action__wrapper .process-section li.per-row-3 {
    width: 40%;
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 767.98px) {
  .specific-action__wrapper .process-section li.per-row-3 {
    width: 100%;
    margin: 0 15px 15px 0;
  }
}
.specific-action__wrapper .process-section li.per-row-4 {
  width: 20%;
  margin: 0 30px 30px 0;
}

@media (max-width: 991.98px) {
  .specific-action__wrapper .process-section li.per-row-4 {
    width: 40%;
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 767.98px) {
  .specific-action__wrapper .process-section li.per-row-4 {
    width: 100%;
    margin: 0 15px 15px 0;
  }
}
.specific-action__wrapper .process-section__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
}

.specific-action__wrapper .process-section__icon__line {
  margin-left: 5px;
  width: 70%;
  height: 1.5px;
  background-color: var(--feux-blue-3, #003399);
}

.specific-action__wrapper .process-section__icon__line:last-child {
  display: none;
}

.specific-action__wrapper .process-section__icon__arrow {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.specific-action__wrapper .process-section__text-wrapper__title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.specific-action__wrapper .process-section__text-wrapper__info {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey1-bg, #333333);
}

.section-publications-slider {
  width: 303px;
  height: auto;
}

@media (max-width: 767.98px) {
  .section-publications-slider {
    width: 100%;
  }
}
.section-publications-slider .card-body {
  min-height: 215px;
}

@media (max-width: 767.98px) {
  .section-publications-slider .card-body {
    min-height: auto;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.sitemap-wrapper .sitemap__list {
  row-gap: 50px;
}

@media (max-width: 767.98px) {
  .sitemap-wrapper .sitemap__list {
    row-gap: 30px;
  }
}
.sitemap-wrapper .sitemap__list__item a {
  color: var(--feux-blue-3-font, #003399);
  text-decoration: underline;
  font-size: 18px;
  line-height: 26px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .sitemap-wrapper .sitemap__list__item a {
    font-size: 16px;
    line-height: 34px;
  }
}
.sitemap-wrapper .sitemap__list__item:first-of-type a {
  font-size: 24px;
  line-height: 26px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .sitemap-wrapper .sitemap__list__item:first-of-type a {
    font-size: 18px;
    line-height: 34px;
  }
}
.sitemap-wrapper .sitemap__list__item__subsections__item {
  margin-top: 16px;
}

.sitemap-wrapper .sitemap__list__item__subsections__item a {
  color: var(--feux-blue-3-font, #003399);
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .sitemap-wrapper .sitemap__list__item__subsections__item a {
    font-size: 16px;
    line-height: 34px;
  }
}
.sitemap-wrapper .sitemap__list__item.item-portal a {
  font-size: 24px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .sitemap-wrapper .sitemap__list__item.item-portal a {
    font-size: 18px;
    line-height: 26px;
  }
}
.sitemap-wrapper .sitemap__list__item.item-portal .sitemap__list__item__subsections__item a {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.sitemap-different-wrapper .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sitemap-different-wrapper .sitemap__title {
  font-size: 26px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
  padding: 0;
}

.sitemap-different-wrapper .sitemap__title a {
  text-decoration: underline;
}

.sitemap-different-wrapper .sitemap__section {
  padding: 70px 0;
}

@media (max-width: 991.98px) {
  .sitemap-different-wrapper .sitemap__section {
    padding: 30px 0;
  }
}
.sitemap-different-wrapper .sitemap__section:not(:last-of-type) {
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.15));
}

.sitemap-different-wrapper .sitemap__section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sitemap-different-wrapper .sitemap__section__columns {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .sitemap-different-wrapper .sitemap__section__columns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sitemap-different-wrapper .sitemap__section__columns__column__title {
  font-size: 18px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .sitemap-different-wrapper .sitemap__section__columns__column__title {
    margin-top: 30px;
  }
}
.sitemap-different-wrapper .sitemap__section__columns__column__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.sitemap-different-wrapper .sitemap__section__columns__column__links__link a {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-blue-3-font, #003399);
  text-decoration: underline;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.success-story-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-story-list__item {
  max-width: 273px;
}

@media (max-width: 991.98px) {
  .success-story-list__item {
    max-width: 100%;
  }
}
.success-story-list__item .card .card-body .card-success-story__title h4, .success-story-list__item .card .card-body .card-success-story__title .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .success-story-list__item .card .card-body .card-success-story__title h4, .success-story-list__item .card .card-body .card-success-story__title .h4 {
    font-family: Lexend-Medium, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.success-story-card__paraagraph-h3, .success-story-card__paraagraph, .success-story-card__paraagraph-h3-aside {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.success-story-card__paraagraph-h3-aside {
  font-size: 12px;
  line-height: 15px;
}

.success-story-card__paraagraph {
  text-transform: initial;
}

.success-story-card__aside {
  mix-blend-mode: normal;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px 16px;
}

@media (max-width: 991.98px) {
  .success-story-card__aside {
    margin-bottom: 60px;
  }
}
.success-story-card__aside--h3 {
  font-size: 12px;
  line-height: 15px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.success-story-card__aside--h3 span {
  font-size: 24px;
  line-height: 30px;
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  color: var(--feux-black-font, #1B1B1B);
  display: block;
  margin-top: 8px;
  text-transform: initial;
}

.success-story-card__what-action__aside {
  mix-blend-mode: normal;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px 16px;
}

.success-story-card__what-action__aside--icon {
  margin-bottom: 20px;
}

.success-story-card__what-action__aside--h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.success-story-card__what-action__aside--paragraph {
  font-size: 14px;
  line-height: 18px;
}

.success-story-card__what-action__aside--paragraph strong {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.success-story-card__what-action__aside--link {
  color: var(--feux-blue-3-font, #003399);
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
}

.success-story-card__what-action--section-h3 {
  font-size: 26px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.success-story-card__what-action__box {
  mix-blend-mode: normal;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px 16px;
  margin-bottom: 30px;
}

.success-story-card__what-action__box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.success-story-card__what-action__box__header--h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
}

.success-story-card__what-action__box--paragraph {
  color: var(--feux-black-font, #1B1B1B);
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.success-story-card__what-action__box--paragraph svg {
  margin: 0 8px;
}

.success-story-card__what-action__box__tags--item {
  font-size: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 6px;
  padding: 1px 7px;
}

.success-story-card__what-action__box__tags--item-green {
  background-color: var(--feux-green-bg, #008744);
}

.success-story-card__what-action__box__tags--item-blue {
  background-color: var(--feux-blue-3, #003399);
}

.success-story-card__what-action__box__tags--item-light-blue {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  background-color: var(--feux-uep-blue-bg, rgba(64, 125, 216, 0.2));
  color: var(--feux-blue-3-font, #003399);
}

.success-story-card__cta-with-map {
  mix-blend-mode: normal;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-story-card__cta-with-map--map {
  margin-right: 24px;
}

@media (max-width: 991.98px) {
  .success-story-card__cta-with-map--map {
    display: none;
  }
}
.success-story-card__cta-with-map--title-link h3, .success-story-card__cta-with-map--title-link .h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 20px;
}

.success-story-card__cta-with-map--title-link .rpo__header-cta-bold svg {
  height: 18px;
}

.success-story-card__section-border {
  height: 1px;
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
}

.success-story-card__slider .title__border-bottom--orange2:after {
  background-color: var(--feux-ue-blue-bg, #20196F);
}

.success-story-card__slider .short-description {
  display: none;
}

.success-story-card__slider .call-to-action-link {
  display: none;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.box-info-moje {
  max-width: 430px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 22px;
  background-color: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
  border: none;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .box-info-moje {
    position: relative;
    max-width: 90%;
    margin: -30px 0 0;
  }
}
.h2-box-moje {
  position: relative;
}

.h2-box-moje:after {
  content: "";
  position: absolute;
  width: 144px;
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: var(--feux-uep-blue-bg, #407DD8);
}

.h2-box-moje-no-border:after {
  content: none;
}

.ost-item {
  max-width: 400px;
}

@media (max-width: 767.98px) {
  .ost-item {
    width: 100vw;
    max-width: 90%;
    overflow: hidden;
  }
}
.moje-przydatne .feux-filtry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moje-przydatne .feux-filtry > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .moje-przydatne .feux-filtry {
    grid-template-columns: 320px 1fr;
  }
}
.moje-przydatne .feux-filtry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 10px;
}

.moje-przydatne .feux-filtry__item::after {
  display: none;
}

@media (max-width: 767.98px) {
  .moje-przydatne .feux-filtry__item {
    margin-bottom: 10px;
  }
}
.moje-przydatne .dropdown .feux-filtry__dropdown-btn {
  color: var(--feux-blue-3-font, #003399);
}

.moje-przydatne .feux-filtry__item__before {
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black-font, #1B1B1B);
}

.poradniki-lista-kafle {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.poradniki-lista-kafle__item {
  max-width: 400px;
}

@media (max-width: 991.98px) {
  .poradniki-lista-kafle {
    display: contents !important;
  }
  .poradniki-lista-kafle__item {
    padding-bottom: 10px;
  }
  .poradniki-lista-kafle__item .poradniki-lista__card .card-img-top {
    max-height: 105px;
  }
}
.moje-green {
  min-height: 100px !important;
  background-color: var(--feux-green10-bg, #00828C) !important;
}

.moje-green::before {
  background-color: var(--feux-green10-bg, #00828C) !important;
}

.moje-green a {
  color: #fff !important;
}

.moje-green a h3, .moje-green a .h3 {
  font-size: 16px;
  line-height: 20px;
}

.moje-blue {
  min-height: 100px !important;
  background-color: var(--feux-blue-3, #003399) !important;
}

.moje-blue::before {
  background-color: var(--feux-blue-3, #003399) !important;
}

.moje-blue a {
  color: #fff !important;
}

.moje-blue a h3, .moje-blue a .h3 {
  font-size: 16px;
  line-height: 20px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.search-result-support-wrapper .success-story-card__what-action__aside {
  width: 274px;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo, .search-result-support-wrapper .rpo__search-placeholder-gdzie {
  position: absolute;
  background: #1947a3;
  border-radius: 0 0 6px 6px;
  top: 45px;
  z-index: 1;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .swiper-wrapper, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .swiper-wrapper, .search-result-support-wrapper .rpo__search-placeholder-gdzie .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list-show-all, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list-show-all, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list-show-all {
  font-size: 14px;
  line-height: 21px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #1947a3;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding: 13px;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list-show-all a:hover, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list-show-all a:hover, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list-show-all a:hover {
  color: #fff;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list-show-all svg, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list-show-all svg, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list-show-all svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 5px;
  margin-right: 17px;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list {
  padding: 15px;
  max-height: 200px;
  overflow-y: scroll;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list::-webkit-scrollbar-thumb, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list::-webkit-scrollbar-thumb, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list::-webkit-scrollbar-thumb {
  background: rgba(231, 231, 231, 0.5);
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li:not(last-child), .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li:not(last-child), .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li:not(last-child) {
  margin-bottom: 10px;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check-input, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__color-box-input, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__input, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check-input, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__color-box-input, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__input, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check-input, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__color-box-input, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__input {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  border-radius: 2px !important;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check-input:checked, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__color-box-input:checked, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__input:checked, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check-input:checked, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__color-box-input:checked, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__input:checked, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check-input:checked, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__color-box-input:checked, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__input:checked {
  background-color: rgba(0, 0, 0, 0) !important;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check-input:hover, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__color-box-input:hover, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__input:hover, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check-input:active, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__color-box-input:active, .search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .form-check__input:active, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check-input:hover, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__color-box-input:hover, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__input:hover, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check-input:active, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__color-box-input:active, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .form-check__input:active, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check-input:hover, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__color-box-input:hover, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__input:hover, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check-input:active, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__color-box-input:active, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .form-check__input:active {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li label, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li label, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li label {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li label span, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li label span, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li label span {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .feux-btn-link__center-svg svg, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .feux-btn-link__center-svg svg, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .feux-btn-link__center-svg svg {
  width: 5px;
}

.search-result-support-wrapper .rpo__search-placeholder-na-co .results-list li .feux-btn-link__center-svg span.visually-hidden, .search-result-support-wrapper .rpo__search-placeholder-dla-kogo .results-list li .feux-btn-link__center-svg span.visually-hidden, .search-result-support-wrapper .rpo__search-placeholder-gdzie .results-list li .feux-btn-link__center-svg span.visually-hidden {
  background: var(--feux-black-bg, #1B1B1B);
  color: var(--feux-white-font, #FFFFFF);
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters h3, .search-result-support-wrapper .rpo__search-placeholder-quick-filters .h3 {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  margin-right: 10px;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__list li {
  background-color: var(--feux-white-20-bg, rgba(255, 255, 255, 0.1));
  border-radius: 6px;
  padding: 6px 7px;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__list li:not(:last-child) {
  margin-right: 14px;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__list li a {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__mobile {
  margin: 3px 25px 15px 25px;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__mobile .rpo__search-placeholder-quick-filters__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-support-wrapper .rpo__search-placeholder-quick-filters__mobile .rpo__search-placeholder-quick-filters__list li {
  margin-bottom: 10px;
}

.search-result-support-wrapper .search-results-wrapper__results-count {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .search-result-support-wrapper .search-results-wrapper__results-count h2, .search-result-support-wrapper .search-results-wrapper__results-count .h2 {
    font-size: 22px;
  }
}
.search-result-support-item .search-results-public-element-wrapper {
  margin-bottom: 0;
}

.search-result-support-item .search-results-public-element-wrapper__desc {
  width: 100%;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.card-collapse-wrapper {
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
  padding: 19px 21px;
}

.card-collapse-wrapper .accordion-button {
  padding-left: 0;
  padding-top: 0;
}

.card-collapse-wrapper .card-collapse__header {
  font-size: 18px;
  line-height: 30px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
}

.card-collapse-wrapper .card-collapse__header__line {
  border-bottom: 1px solid var(--feux-black-font, rgba(0, 0, 0, 0.1));
  padding-bottom: 16px;
}

.card-collapse-wrapper .card-collapse__content {
  margin-top: 25px;
}

.card-collapse-wrapper .card-collapse__content .title {
  font-family: Lexend-Bold, sans-serif;
}

.card-collapse-wrapper .card-collapse__content p {
  font-family: Lexend-Light, sans-serif;
}

.card-collapse-wrapper .card-collapse__content td a {
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
}

.card-collapse-wrapper .card-collapse__content .form-line {
  border-left: 2px solid #ddd;
}

.card-collapse-wrapper .card-collapse__content .form-line .first-title::before {
  background-color: #ddd;
}

.card-collapse-wrapper .card-collapse__content a {
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
  cursor: pointer;
}

.card-collapse-wrapper .card-collapse__content .navigation a {
  text-decoration: underline;
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
  cursor: pointer;
}

.card-collapse-wrapper .card-collapse__content .form-items__item__download {
  padding-left: 0px;
}

.card-collapse-wrapper .card-collapse__content .form-items__item__download::before {
  background: 0;
}

.card-collapse-wrapper .card-collapse__content .detail {
  padding: 10px;
}

.card-collapse-wrapper .card-collapse__content .detail .title {
  font-family: Lexend-Light, sans-serif;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.5));
  padding-bottom: 5px;
}

.card-collapse-wrapper .card-collapse__content .card {
  background: var(--feux-blue-9, #f5f7fb);
  color: var(--feux-black-font, #1B1B1B);
  padding: 18px 24px;
  border: 0;
  border-radius: 6px;
}

.card-collapse-wrapper .card-collapse__content .card label {
  margin-top: 15px;
}

.card-collapse-wrapper .card-collapse__content .footer-action {
  text-decoration: underline;
  margin-right: 50px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.widget-header {
  margin-top: 80px;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .widget-header {
    margin-top: 0;
  }
}
.news-widget-header, .guide-widget-header {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .news-widget-header .feux-border-top-lg-regio, .guide-widget-header .feux-border-top-lg-regio {
    border-top: 3px solid var(--feux-blue-3, #003399);
  }
  .news-widget-header .feux-border-top-lg-green, .guide-widget-header .feux-border-top-lg-green {
    border-top: 3px solid var(--feux-green-bg, #008744);
  }
}
.news-widget-header .card-header-wrapper__place, .guide-widget-header .card-header-wrapper__place {
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.6;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-quote {
  padding: 28px 0 0 95px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .widget-quote {
    padding: 0 0 0 18px;
  }
}
.widget-quote__blockquote {
  max-width: 600px;
  position: relative;
}

@media (max-width: 767.98px) {
  .widget-quote__blockquote {
    margin: 0 0 2rem 1rem;
  }
}
.widget-quote__blockquote::before {
  content: "";
  position: absolute;
  top: -36px;
  left: -43px;
  width: 65px;
  height: 52px;
  background-image: url("../images/fes/svg/quote-left.svg");
  z-index: -1;
}

@media (max-width: 767.98px) {
  .widget-quote__blockquote::before {
    left: -18px;
  }
}
.widget-quote__blockquote p {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--feux-black-font, #1B1B1B);
}

.widget-quote__blockquote p strong {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
}

.widget-quote__blockquote__footer {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.widget-quote__blockquote__footer p {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  margin: 0;
}

.widget-quote__blockquote__footer img {
  margin: 0 17px 0 0;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-text, .widget-text-bold {
  margin-bottom: 50px;
}

.widget-text h3, .widget-text-bold h3, .widget-text .h3, .widget-text-bold .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 25px;
}

.widget-text h4, .widget-text-bold h4, .widget-text .h4, .widget-text-bold .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.widget-text p, .widget-text-bold p {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 34px;
}

.widget-text p a, .widget-text-bold p a {
  border-bottom: 1.5px solid var(--feux-ue-blue-bg, #0A50B9);
}

.widget-text p strong, .widget-text-bold p strong {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.widget-text span, .widget-text-bold span {
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.widget-text iframe, .widget-text-bold iframe {
  border-radius: 12px;
}

.widget-text__line {
  width: 38px;
  height: 1px;
  background: var(--feux-blue-3, #003399);
}

.widget-text__two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.widget-text-bold p {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-author-date {
  margin-bottom: 90px;
}

@media (max-width: 991.98px) {
  .widget-author-date {
    margin-bottom: 50px;
  }
}
.widget-author-date p {
  font-size: 14px;
  line-height: 20px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  margin: 0;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-similar-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  .widget-similar-news {
    display: none;
  }
}
.widget-similar-news__h3 {
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
  margin-bottom: 15px;
}

.widget-similar-news__list__item-big {
  max-width: 548px !important;
  min-height: 302px !important;
}

@media (max-width: 767.98px) {
  .widget-similar-news__list__item-big {
    max-width: 273px;
    min-height: 315px;
  }
}
.widget-similar-news__list__item {
  max-width: 273px;
  min-height: 315px;
  padding: 16px 14px;
  margin-bottom: 32px;
  height: auto;
  border-radius: 12px;
  background: var(--feux-white, #ffffff);
}

.widget-similar-news__list__item:not(:last-child) {
  margin-bottom: 24px;
}

.widget-similar-news__list__item .widget-similar-news__list__item--arrow {
  margin-bottom: 21px;
}

.widget-similar-news__list__item--date {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  margin-bottom: 10px;
}

.widget-similar-news__list__item--title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  margin-bottom: 19px;
}

.widget-similar-news__list__item p {
  margin-bottom: 69px;
  color: var(--feux-black-font, #1B1B1B);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.widget-similar-news__list__item img {
  width: 100%;
  margin-bottom: 17px;
  border-radius: 12px;
}

.widget-similar-news .widget-connection-news__list__item-with-image img {
  max-width: 100% !important;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-connection-news {
  margin-bottom: 50px;
  border-top: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.15));
}

@media (max-width: 991.98px) {
  .widget-connection-news {
    border-top: none;
    display: none;
  }
}
.widget-connection-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .widget-connection-news__list {
    display: block;
  }
}
.widget-connection-news__list__item, .widget-connection-news__list__item-with-image {
  min-height: 290px;
  padding: 16px 14px;
  height: auto;
  border-radius: 12px;
  background: var(--feux-white, #ffffff);
}

@media (max-width: 575.98px) {
  .widget-connection-news__list__item, .widget-connection-news__list__item-with-image {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .widget-connection-news__list__item, .widget-connection-news__list__item-with-image {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-connection-news__list__item, .widget-connection-news__list__item-with-image {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.widget-connection-news__list__item--date {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  opacity: 1;
  margin-bottom: 10px;
}

.widget-connection-news__list__item--date .feux-label__blue {
  margin-right: 6px;
  color: var(--feux-blue-3-font, #003399);
}

.widget-connection-news__list__item--title {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 19px;
}

.widget-connection-news__list__item img, .widget-connection-news__list__item-with-image img {
  width: 100%;
  margin-bottom: 17px;
  border-radius: 12px;
}

.widget-connection-news__list__item p, .widget-connection-news__list__item-with-image p {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.widget-connection-news__list__item__body {
  border-radius: 12px;
  background: var(--feux-white, #ffffff);
}

@media (min-width: 1400px) {
  .widget-connection-news__list__item__body {
    height: 104px !important;
  }
}
@media (max-width: 1199.98px) {
  .widget-connection-news__list__item__body {
    height: 130px !important;
  }
}
.widget-connection-news__list__item-with-image {
  background: transparent;
  padding: 0;
}

.widget-connection-news__list__item-with-image img {
  width: 100%;
}

.widget-connection-news .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.aktualnosci-swiper .widget-connection-news__list__item-no-image {
  width: unset !important;
}

.aktualnosci-swiper .widget-connection-news__list__item-no-image .card-img-top {
  height: 197px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aktualnosci-swiper .fixed-height {
    height: 318px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aktualnosci-swiper .widget-connection-news__list__item-with-image__second .widget-connection-news__list__item__body {
    height: 161px !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-single-photo-desc {
  margin-bottom: 50px;
}

.widget-single-photo-desc figure img {
  width: 100%;
  border-radius: 12px;
}

.widget-single-photo-desc figure figcaption {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-grey2-font, #4F4F4F);
  margin-top: 6px;
}

.widget-text-aside-photo {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .widget-text-aside-photo {
    margin-bottom: 20px;
  }
}
.widget-text-aside-photo .widget-single-photo-desc {
  margin-bottom: 0;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-image-gallery {
  margin-bottom: 50px;
  position: relative;
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
}

.widget-image-gallery__caption {
  position: absolute;
  bottom: 110px;
  left: 17px;
  font-size: 14px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-white, #ffffff);
}

@media (max-width: 991.98px) {
  .widget-image-gallery__caption {
    bottom: 63px;
  }
}
.widget-image-gallery__caption p {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-grey2-font, #4F4F4F);
}

.widget-image-gallery__full {
  height: 418px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 991.98px) {
  .widget-image-gallery__full {
    height: 212px;
  }
}
.widget-image-gallery__full .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-image-gallery__full .swiper-slide img, .widget-image-gallery__full .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-image-gallery__thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 120px 22px 10px;
  margin: 0 0 0 80px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery__thumbs {
    padding: 50px 0 22px 10px;
    margin: 0 0 0 45px;
  }
}
.widget-image-gallery__thumbs .swiper-slide {
  cursor: pointer;
}

.widget-image-gallery__thumbs .swiper-slide img {
  display: block;
  width: 140px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery__thumbs .swiper-slide img {
    width: 70px;
    height: 40px;
  }
}
.widget-image-gallery__thumbs .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.widget-image-gallery__thumbs .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-image-gallery__thumbs .swiper-slide-thumb-active {
    z-index: 1;
  }
}
.widget-image-gallery__thumbs .swiper-slide-thumb-active img {
  outline: 2px solid var(--feux-orange4-bg, #FF7E35);
}

@media (max-width: 991.98px) {
  .widget-image-gallery__thumbs {
    margin: 0 auto;
    width: 460px;
  }
}
@media (max-width: 767.98px) {
  .widget-image-gallery__thumbs {
    margin: 0 auto;
    width: 360px;
  }
}
@media (max-width: 575.98px) {
  .widget-image-gallery__thumbs {
    margin: 0 auto;
    width: 160px;
  }
}
.widget-image-gallery .swiper-button-prev {
  background-image: url("../images/fes/svg/image_gallery_arrow_icon.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 38px;
  width: 13px;
  top: unset;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 26px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery .swiper-button-prev {
    bottom: 20px;
  }
}
.widget-image-gallery .swiper-button-prev::after {
  display: none;
}

.widget-image-gallery .swiper-button-next {
  background-image: url("../images/fes/svg/image_gallery_arrow_icon.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 38px;
  width: 13px;
  top: unset;
  right: 26px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery .swiper-button-next {
    bottom: 20px;
  }
}
.widget-image-gallery .swiper-button-next::after {
  display: none;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-image-gallery {
  margin-bottom: 50px;
  position: relative;
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 12px;
}

.widget-image-gallery__caption {
  position: absolute;
  bottom: 110px;
  left: 17px;
  font-size: 14px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-white, #ffffff);
}

@media (max-width: 991.98px) {
  .widget-image-gallery__caption {
    bottom: 63px;
  }
}
.widget-image-gallery__caption p {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-grey2-font, #4F4F4F);
}

.widget-image-gallery__full {
  height: 418px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 991.98px) {
  .widget-image-gallery__full {
    height: 212px;
  }
}
.widget-image-gallery__full .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-image-gallery__full .swiper-slide img, .widget-image-gallery__full .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-image-gallery__thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 120px 22px 10px;
  margin: 0 0 0 80px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery__thumbs {
    padding: 50px 0 22px 10px;
    margin: 0 0 0 45px;
  }
}
.widget-image-gallery__thumbs .swiper-slide {
  cursor: pointer;
}

.widget-image-gallery__thumbs .swiper-slide img {
  display: block;
  width: 140px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery__thumbs .swiper-slide img {
    width: 70px;
    height: 40px;
  }
}
.widget-image-gallery__thumbs .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.widget-image-gallery__thumbs .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-image-gallery__thumbs .swiper-slide-thumb-active {
    z-index: 1;
  }
}
.widget-image-gallery__thumbs .swiper-slide-thumb-active img {
  outline: 2px solid var(--feux-orange4-bg, #FF7E35);
}

@media (max-width: 991.98px) {
  .widget-image-gallery__thumbs {
    margin: 0 auto;
    width: 460px;
  }
}
@media (max-width: 767.98px) {
  .widget-image-gallery__thumbs {
    margin: 0 auto;
    width: 360px;
  }
}
@media (max-width: 575.98px) {
  .widget-image-gallery__thumbs {
    margin: 0 auto;
    width: 160px;
  }
}
.widget-image-gallery .swiper-button-prev {
  background-image: url("../images/fes/svg/image_gallery_arrow_icon.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 38px;
  width: 13px;
  top: unset;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 26px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery .swiper-button-prev {
    bottom: 20px;
  }
}
.widget-image-gallery .swiper-button-prev::after {
  display: none;
}

.widget-image-gallery .swiper-button-next {
  background-image: url("../images/fes/svg/image_gallery_arrow_icon.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 38px;
  width: 13px;
  top: unset;
  right: 26px;
}

@media (max-width: 991.98px) {
  .widget-image-gallery .swiper-button-next {
    bottom: 20px;
  }
}
.widget-image-gallery .swiper-button-next::after {
  display: none;
}

.widget-video-gallery {
  margin-bottom: 50px;
  position: relative;
  background: var(--feux-black-95-bg, rgba(27, 27, 27, 0.95));
  border-radius: 12px;
}

.widget-video-gallery__caption {
  position: absolute;
  bottom: 110px;
  left: 17px;
  font-size: 14px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-white, #ffffff);
}

@media (max-width: 991.98px) {
  .widget-video-gallery__caption {
    bottom: 63px;
  }
}
.widget-video-gallery__caption p {
  font-size: 14px;
  line-height: 26px;
  color: var(--feux-grey2-font, #4F4F4F);
}

.widget-video-gallery__full {
  height: 418px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 991.98px) {
  .widget-video-gallery__full {
    height: 212px;
  }
}
.widget-video-gallery__full .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-video-gallery__full .swiper-slide img, .widget-video-gallery__full .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-video-gallery__full .plyr.plyr--stopped .plyr__controls {
  display: none;
}

.widget-video-gallery__full .plyr__poster {
  background-size: 100%;
}

.widget-video-gallery__full .plyr--video {
  height: 100%;
  width: 100%;
}

.widget-video-gallery__full .plyr__control--overlaid {
  background: rgba(100, 100, 100, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  width: 90px;
}

.widget-video-gallery__full .plyr__control--overlaid svg {
  width: 32px;
  height: 32px;
}

.widget-video-gallery__full .plyr__control--overlaid:hover {
  background: rgba(100, 100, 100, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0.8;
}

.widget-video-gallery__thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 120px 22px 10px;
  margin: 0 0 0 80px;
  padding: 22px 30px 22px 10px;
}

@media (max-width: 991.98px) {
  .widget-video-gallery__thumbs {
    padding: 50px 0 22px 10px;
    margin: 0 0 0 45px;
  }
}
.widget-video-gallery__thumbs .swiper-slide {
  cursor: pointer;
}

.widget-video-gallery__thumbs .swiper-slide img {
  display: block;
  width: 140px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .widget-video-gallery__thumbs .swiper-slide img {
    width: 70px;
    height: 40px;
  }
}
.widget-video-gallery__thumbs .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

.widget-video-gallery__thumbs .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-video-gallery__thumbs .swiper-slide-thumb-active {
    z-index: 1;
  }
}
.widget-video-gallery__thumbs .swiper-slide-thumb-active img {
  outline: 2px solid var(--feux-orange4-bg, #FF7E35);
}

@media (max-width: 991.98px) {
  .widget-video-gallery__thumbs {
    padding: 22px 30px 22px 10px;
  }
}
.widget-video-gallery .video-swiper-button-prev {
  background-image: url("../images/fes/svg/image_gallery_arrow_icon.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 38px;
  width: 13px;
  top: unset;
  background-image: url("../images/fes/svg/video_gallery_arrow_icon.svg") !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 26px;
}

@media (max-width: 991.98px) {
  .widget-video-gallery .video-swiper-button-prev {
    bottom: 20px;
  }
}
.widget-video-gallery .video-swiper-button-prev::after {
  display: none;
}

.widget-video-gallery .video-swiper-button-next {
  background-image: url("../images/fes/svg/image_gallery_arrow_icon.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 38px;
  width: 13px;
  top: unset;
  background-image: url("../images/fes/svg/video_gallery_arrow_icon.svg") !important;
  right: 26px;
}

@media (max-width: 991.98px) {
  .widget-video-gallery .video-swiper-button-next {
    bottom: 20px;
  }
}
.widget-video-gallery .video-swiper-button-next::after {
  display: none;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.feux-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .feux-grid__list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 575.98px) {
  .feux-grid__list li {
    width: 50%;
  }
  .feux-grid__list li:nth-child(odd) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 6px;
  }
  .feux-grid__list li:nth-child(even) {
    padding-left: 6px;
  }
  .feux-grid__list li:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.feux-grid__list li a {
  width: 340px;
  height: 124px;
  background: var(--feux-white-bg, #FFFFFF);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 23px;
  margin-bottom: 22px;
}

.feux-grid__list li a:hover {
  background: var(--feux-ue-blue-bg, #20196F);
}

.feux-grid__list li a:hover h3, .feux-grid__list li a:hover .h3 {
  color: var(--feux-white-font, #FFFFFF);
}

.feux-grid__list li a.active {
  background: var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.7));
}

.feux-grid__list li a.active h3, .feux-grid__list li a.active .h3 {
  color: var(--feux-white-font, #FFFFFF);
}

@media (max-width: 1199.98px) {
  .feux-grid__list li a {
    width: 300px;
    height: 100px;
    padding: 14px;
  }
}
@media (max-width: 991.98px) {
  .feux-grid__list li a {
    width: 220px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .feux-grid__list li a {
    width: 162px;
  }
}
@media (max-width: 575.98px) {
  .feux-grid__list li a {
    width: 100%;
  }
}
.feux-grid__list li a h3, .feux-grid__list li a .h3 {
  font-size: 18px;
  line-height: 20px;
  color: var(--feux-dark-blue-font, #020947);
  margin: 0;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.sidebar-menu-section .sidebar-menu-section__list li {
  margin-bottom: 6px;
}

@media (max-width: 991.98px) {
  .sidebar-menu-section .sidebar-menu-section__list li {
    margin-top: 20px;
  }
}
.sidebar-menu-section .sidebar-menu-section__list li button {
  border-radius: 6px;
  border: none;
  background: var(--feux-white-bg, #FFFFFF);
  width: 100%;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0 11px 12px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-ue-blue-font, #20196F);
}

@media (max-width: 991.98px) {
  .sidebar-menu-section .sidebar-menu-section__list li button {
    width: 200px;
    min-height: 58px;
  }
}
.sidebar-menu-section .sidebar-menu-section__list li button.active {
  background: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.sidebar-menu-section .sidebar-menu-section__list li button:hover {
  background: var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  color: var(--feux-blue-3-font, #003399);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-tabs-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .widget-tabs-card__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.widget-tabs-card__list__item {
  background: #fff;
  width: 244px;
  height: 124px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0 0 25px 23px;
}

@media (max-width: 991.98px) {
  .widget-tabs-card__list__item {
    width: 100%;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 0 0 23px;
  }
}
.widget-tabs-card__list__item button {
  border: 0;
  background: 0;
  text-align: left;
  color: var(--feux-blue-3-font, #003399);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-box-with-text {
  background: #e9f2ff;
  border-radius: 12px;
  padding: 27px 29px;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .widget-box-with-text {
    padding: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.widget-box-with-text h3, .widget-box-with-text .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.widget-box-with-text p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.widget-box-with-text p strong {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-event {
  margin-top: 50px;
  margin-bottom: 50px;
}

.widget-event__date {
  font-size: 26px;
  line-height: 22px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
  position: relative;
  margin-right: 24px;
  margin-bottom: 19px;
}

.widget-event__date:after {
  content: "";
  height: 14px;
  width: 1px;
  background: var(--feux-blue-3-10, rgba(0, 51, 153, 0.15));
  position: absolute;
  right: -13px;
  top: 4px;
}

.widget-event__date span {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.widget-event__what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

@media (max-width: 767.98px) {
  .widget-event__what {
    margin-bottom: 15px;
  }
}
.widget-event__what .feux-label__blue {
  margin-left: 8px;
}

.widget-event__hour {
  font-size: 26px;
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-blue-3-font, #003399);
}

.widget-event__title {
  font-size: 16px;
  line-height: 24px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 10px;
}

.widget-event__desc {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.widget-event__organiser {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

@media (max-width: 767.98px) {
  .widget-player-audio {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.widget-player-audio img {
  width: 100%;
  mix-blend-mode: multiply;
}

.widget-player-audio figcaption {
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-html-window {
  background: #d9d9d9;
  padding: 6px 11px;
  height: 230px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .widget-html-window {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.widget-html-window p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--feux-black-font, #1B1B1B);
}

.widget-document .document-list .document-list__element--border {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.widget-document .document-list .document-list__element--border .col-1 {
  display: none !important;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.widget-table {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.widget-table .table > :not(:first-child) {
  border-top: 1px solid var(--feux-blue-3, #003399);
}

.widget-table .table > :not(caption) > * > * {
  padding: 1rem 1rem;
}

.news-card-wrapper .widget-document .download-btn-col {
  display: none !important;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-menu-wrapper h2, .contact-menu-wrapper .h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .contact-menu-wrapper h2, .contact-menu-wrapper .h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.contact-menu-wrapper__breadcrumb {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .contact-menu-wrapper__breadcrumb {
    margin-bottom: 20px;
  }
}
.contact-menu-wrapper__breadcrumb span:not(.contact-menu-wrapper__breadcrumb--arrow) {
  font-size: 12px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

.contact-menu-wrapper__breadcrumb--arrow {
  margin: 0 7px;
}

.contact-menu-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  display: -webkit-inline-box;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: initial !important;
  flex-wrap: initial !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}

@media (max-width: 991.98px) {
  .contact-menu-wrapper__list {
    border: none;
  }
}
.contact-menu-wrapper__list::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}

.contact-menu-wrapper__list__item {
  width: 232px;
  position: relative;
  padding-bottom: 27px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-menu-wrapper__list__item {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .contact-menu-wrapper__list__item {
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
  }
  .contact-menu-wrapper__list__item:not(:last-child) {
    margin-right: 20px;
  }
}
.contact-menu-wrapper__list__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 45px;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .contact-menu-wrapper__list__item__icon {
    display: none;
  }
}
.contact-menu-wrapper__list__item__phone {
  margin-top: 10px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.contact-menu-wrapper__list__item--link {
  color: var(--feux-blue-3-font, #003399);
}

.contact-menu-wrapper__list__item--active {
  border-bottom: 3px solid var(--feux-blue-3, #003399);
}

.contact-menu-wrapper__list__item--active p {
  color: var(--feux-blue-3-font, #003399) !important;
}

.contact-menu-wrapper__list__item--separator {
  width: 190px;
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .contact-menu-wrapper__list__item--separator {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-menu-wrapper__list__item--separator {
    margin-left: 0;
    width: 200px;
  }
}
.contact-menu-wrapper__list__item--separator:before {
  content: "";
  position: absolute;
  background: var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
  width: 1px;
  height: 103px;
  left: -70px;
  top: 35px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-menu-wrapper__list__item--separator:before {
    left: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-menu-wrapper__list__item--separator:before {
    content: none;
  }
}
.contact-menu-wrapper__list__item h3, .contact-menu-wrapper__list__item .h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .contact-menu-wrapper__list__item h3, .contact-menu-wrapper__list__item .h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact-menu-wrapper__list__item p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 20px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .contact-menu-wrapper__list__item p {
    display: none;
  }
}
.contact-menu-wrapper__list__item--subname {
  color: var(--feux-blue-3-font, #003399);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-rodo-wrapper p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-with-gov-wrapper {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__main-logo {
    display: none;
  }
}
.contact-with-gov-wrapper__main-logo.lubuskie-herb-height {
  height: 91px;
}

.contact-with-gov-wrapper__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__header {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__header.lubuskie-herb-height {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contact-with-gov-wrapper__header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__header > div {
    width: 50%;
    margin-bottom: 5px;
  }
}
.contact-with-gov-wrapper__header__main-logo {
  display: none;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__header__main-logo {
    display: block;
    width: 116px;
  }
}
.contact-with-gov-wrapper__header h3, .contact-with-gov-wrapper__header .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .contact-with-gov-wrapper__header h3, .contact-with-gov-wrapper__header .h3 {
    font-size: 16px;
    line-height: 21px;
  }
}
.contact-with-gov-wrapper__header p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 6px;
}

@media (max-width: 767.98px) {
  .contact-with-gov-wrapper__header p {
    font-size: 12px;
    line-height: 16px;
  }
}
.contact-with-gov-wrapper__header:before {
  content: "";
  -o-border-image: -o-linear-gradient(left, transparent 0, transparent 375px, rgba(64, 125, 216, 0.15) 375px, rgba(64, 125, 216, 0.15) 100%);
  border-image: linear-gradient(to right, transparent 0, transparent 375px, rgba(64, 125, 216, 0.15) 375px, rgba(64, 125, 216, 0.15) 100%);
  border-image-slice: 1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  border-bottom: 2px solid;
  left: 0;
}

@media (max-width: 767.98px) {
  .contact-with-gov-wrapper__header:before {
    border-bottom: 0;
  }
}
.contact-with-gov-wrapper__header:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(../images/fes/svg/line-bottom-long.svg);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  background-position: left;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .contact-with-gov-wrapper__header:after {
    background-image: url(../images/fes/svg/line-bottom-short.svg);
    background-position: center;
    background-repeat: repeat-x;
  }
}
.contact-with-gov-wrapper__contact {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact {
    margin-bottom: 30px;
  }
}
.contact-with-gov-wrapper__contact__address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact__address-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-with-gov-wrapper__contact__address-list > li {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact__address-list > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.contact-with-gov-wrapper__contact__address-list address, .contact-with-gov-wrapper__contact__address-list h4, .contact-with-gov-wrapper__contact__address-list .h4, .contact-with-gov-wrapper__contact__address-list li {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.contact-with-gov-wrapper__contact__address-list--team h4, .contact-with-gov-wrapper__contact__address-list--team .h4 {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact__address-list--team h4, .contact-with-gov-wrapper__contact__address-list--team .h4 {
    margin-bottom: 10px;
  }
}
.contact-with-gov-wrapper__contact__address-list--team-empty {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.contact-with-gov-wrapper__contact__address-list--team-empty li:not(:last-child) {
  margin-right: 100px;
}

.contact-with-gov-wrapper__contact__address-list--address {
  margin-right: 85px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact__address-list--address {
    margin-right: 0;
  }
}
.contact-with-gov-wrapper__contact__address-list--address address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact__address-list--address address div:first-child {
    margin-bottom: 25px;
  }
}
.contact-with-gov-wrapper__contact__address-list--address address h4, .contact-with-gov-wrapper__contact__address-list--address address .h4 {
  margin-bottom: 0;
}

.contact-with-gov-wrapper__contact__address-list--address .link-arrow {
  margin-top: 10px;
  letter-spacing: 0.12em;
}

.contact-with-gov-wrapper__contact__address-list--contact {
  margin-right: 90px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__contact__address-list--contact {
    margin-right: 0;
  }
}
.contact-with-gov-wrapper__contact__address-list--contact a:last-child {
  display: block;
  color: var(--feux-blue-3-font, #003399);
}

.contact-with-gov-wrapper__contact__address-list--contact a:last-child:first-child {
  margin-bottom: 20px;
}

.contact-with-gov-wrapper__contact__address-list--contact a:last-child svg {
  width: 32px;
  margin-right: 16px;
}

.contact-with-gov-wrapper__links {
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 65px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__links {
    margin-bottom: 35px;
  }
}
.contact-with-gov-wrapper__links h3, .contact-with-gov-wrapper__links .h3 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--feux-black2-80-font, rgba(2, 9, 71, 0.8));
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.contact-with-gov-wrapper__links__list {
  margin-bottom: 0;
}

.contact-with-gov-wrapper__links__list li {
  border-radius: 6px;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 10px 20px;
}

.contact-with-gov-wrapper__links__list li:not(:last-child) {
  margin-bottom: 6px;
}

.contact-with-gov-wrapper__links__list li a, .contact-with-gov-wrapper__links__list li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-with-gov-wrapper__links__list li a h4, .contact-with-gov-wrapper__links__list li a .h4, .contact-with-gov-wrapper__links__list li button h4, .contact-with-gov-wrapper__links__list li button .h4 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  text-align: start;
}

.contact-with-gov-wrapper__links__list li button {
  border: none;
  background-color: transparent;
  color: var(--feux-blue-3-font, #003399);
  width: 100%;
  padding: 0;
}

.contact-with-gov-wrapper__content-text {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .contact-with-gov-wrapper__content-text {
    margin-bottom: 35px;
  }
}
.contact-with-gov-wrapper__content-text h3, .contact-with-gov-wrapper__content-text .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
}

.contact-with-gov-wrapper__content-text p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-information-point__header__wrapper div:first-of-type {
  margin-top: 0 !important;
}

@media (max-width: 991.98px) {
  .contact-information-point__header__wrapper div:first-of-type {
    margin-bottom: 13px;
  }
}
.contact-information-point__header__wrapper header {
  width: 100% !important;
  margin-bottom: 35px;
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  .contact-information-point__header__wrapper header {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .contact-information-point__header__wrapper header h2, .contact-information-point__header__wrapper header .h2 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.contact-information-point__header__wrapper__image {
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .contact-information-point__header__wrapper__image {
    display: none;
  }
}
.contact-information-point__header__wrapper__border-top {
  display: none;
}

.contact-information-point__header__wrapper__border-bottom {
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .contact-information-point__header__wrapper__border-bottom {
    width: 100% !important;
  }
}
.contact-information-point__header__wrapper header > h2, .contact-information-point__header__wrapper header > .h2 {
  width: 100%;
  font-size: 21px;
  line-height: 28px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-info-map__address {
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
  margin-bottom: 35px;
}

.contact-info-map__address__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767.98px) {
  .contact-info-map__address__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-info-map__address__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: calc(50% - 12px);
  flex-basis: calc(50% - 12px);
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .contact-info-map__address__list__item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .contact-info-map__address__list__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contact-info-map__address__list__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .contact-info-map__address__list__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.contact-info-map__address__list__item a {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.contact-info-map__address__list__item svg {
  margin-right: 14px;
}

.contact-info-map__address__phone ul > li:not(:last-child) {
  margin-bottom: 5px;
}

.contact-info-map__address__phone ul > li a {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.contact-info-map__address__place {
  display: block;
}

.contact-info-map__address__place span {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8));
}

.contact-info-map__address__place__show-on-map {
  display: none;
}

@media (max-width: 767.98px) {
  .contact-info-map__address__place__show-on-map {
    display: block;
    padding: 20px 0 0 32px;
  }
}
@media (max-width: 767.98px) {
  .contact-info-map__tags-desktop {
    display: none;
  }
}
.contact-info-map__tags {
  margin-top: 19px;
}

.contact-info-map__tags__contact-tag {
  margin-bottom: 30px;
}

.contact-info-map__tags__contact-tag a {
  text-transform: uppercase;
  padding: 12px 14px;
  letter-spacing: 0.12em;
  border-radius: 6px;
  background: var(--feux-blue-3-font, #003399);
  color: var(--feux-white, #ffffff);
  margin-right: 15px;
  width: 333px;
  text-align: center;
  margin-top: 24px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

@media (max-width: 767.98px) {
  .contact-info-map__tags__contact-tag a {
    padding: 14px 14px;
    width: 100%;
    text-align: center;
  }
}
.contact-info-map__tags__contact-tag span {
  opacity: 0.8;
  letter-spacing: 0.02em;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .contact-info-map__tags__contact-tag span {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.contact-info-map__tags__list li {
  border-radius: 6px;
  background: var(--feux-uep-blue-font, rgba(64, 125, 216, 0.1));
  padding: 7px 10px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--feux-blue-3-font, #003399);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-right: 9px;
  margin-bottom: 9px;
}

.contact-info-map__note {
  background: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
  padding: 19px 60px 19px 15px;
  border-radius: 12px;
}

.contact-info-map__note p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.contact-info-map__content {
  font-size: 16px;
  line-height: 26px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.contact-info-map__content h3, .contact-info-map__content .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.contact-info-map__content p {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .contact-info-map__image {
    display: none;
  }
}
.contact-info-map__image img {
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .contact-info-map__map, .contact-info-map-without-image {
    display: none;
  }
}
.contact-info-map__map img, .contact-info-map-without-image img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  z-index: -1;
  margin-top: -10px;
}

.contact-info-map-without-image {
  border-radius: 12px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-search-with-map-wrapper form {
  border-radius: 12px;
  margin-bottom: 12px;
  margin-top: 38px;
  padding: 14px 0;
}

.contact-search-with-map-wrapper__form-site--fulltext {
  border: 1px solid var(--feux-ue-blue-bg, #0A50B9);
  border-radius: 6px;
  padding: 15px 40px;
  background: transparent url("../images/fes/svg/contact_with_lens_icon.svg") no-repeat 13px center;
  color: var(--feux-black-font, #1B1B1B);
  margin-bottom: 8px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.contact-search-with-map-wrapper__form-site--region {
  background: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1)) url("../images/fes/svg/contact_with_marker_icon.svg") no-repeat 13px center;
  border-radius: 6px;
  border: 1px solid transparent;
  color: var(--feux-ue-blue-font, #0A50B9);
  padding: 15px 40px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.contact-search-with-map-wrapper__form-site--region:hover {
  border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
}

.contact-search-with-map-wrapper__form-site--clear {
  position: absolute;
  right: 14px;
  top: 12px;
  background: transparent;
  border: none;
}

.contact-search-with-map-wrapper__form-site .feux-btn-primary-search {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 2;
  padding: 11px 28px;
}

.contact-search-with-map-wrapper__form-site .form-select {
  padding: 0.9rem 2.25rem 0.9rem 0.75rem;
  border: 1px solid rgba(0, 51, 153, 0.6);
  border-radius: 6px;
}

.contact-search-with-map-wrapper__note {
  background: var(--feux-gold3-bg-20, rgba(255, 235, 0, 0.2));
  padding: 19px 60px 19px 15px;
  border-radius: 12px;
  margin-bottom: 22px;
}

.contact-search-with-map-wrapper__note p {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.contact-search-with-map-wrapper__results-list__item:not(:last-child) {
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  .contact-search-with-map-wrapper__results-list__item {
    width: 100%;
  }
}
.contact-search-with-map-wrapper__results-list__item--main-btn {
  border-radius: 12px;
  background: var(--feux-white-bg, #FFFFFF);
  padding: 14px 30px 14px 14px;
  border: 2px solid transparent;
  text-align: initial;
  width: 100%;
}

.contact-search-with-map-wrapper__results-list__item--main-btn:hover, .contact-search-with-map-wrapper__results-list__item--main-btn.active {
  background: var(--feux-blue-3, #003399);
}

.contact-search-with-map-wrapper__results-list__item--main-btn:hover *, .contact-search-with-map-wrapper__results-list__item--main-btn.active * {
  color: var(--feux-white-font, #FFFFFF);
  fill: var(--feux-white-font, #FFFFFF);
}

.contact-search-with-map-wrapper__results-list__item--main-btn:focus {
  background: var(--feux-blue-3, #003399);
  border: 2px solid var(--feux-uep-blue-bg, #407DD8);
}

.contact-search-with-map-wrapper__results-list__item--main-btn:focus * {
  color: var(--feux-white-font, #FFFFFF);
  fill: var(--feux-white-font, #FFFFFF);
}

.contact-search-with-map-wrapper__results-list__item__heading {
  border-bottom: 1px solid var(--feux-dark-blue-bg-20, rgba(2, 9, 71, 0.2));
  margin-bottom: 20px;
}

.contact-search-with-map-wrapper__results-list__item__heading h4, .contact-search-with-map-wrapper__results-list__item__heading .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--feux-blue-3-font, #003399);
}

.contact-search-with-map-wrapper__results-list__item__heading span {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  margin-bottom: 20px;
}

.contact-search-with-map-wrapper__results-list__item__address {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.contact-search-with-map-wrapper__results-list__item__address__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-search-with-map-wrapper__results-list__item__address__phones svg {
  margin-right: 12px;
}

.contact-search-with-map-wrapper__results-list__item__address__phones ul > li > a {
  color: var(--feux-black-font, #1B1B1B);
}

.contact-search-with-map-wrapper__results-list__item__address__address > span {
  margin-bottom: 14px;
}

.contact-search-with-map-wrapper__results-list__item__address__address span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-search-with-map-wrapper__results-list__item__address__address svg {
  margin-right: 12px;
}

.contact-search-with-map-wrapper__results-list__item__address__address a {
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 767.98px) {
  .contact-search-with-map-wrapper__results-list__item__address__address span {
    margin-bottom: 14px;
  }
}
.contact-search-with-map-wrapper__map-site {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .contact-search-with-map-wrapper__map-site {
    display: none !important;
  }
}
.contact-search-with-map-wrapper__map-site svg path {
  cursor: pointer;
}

.contact-search-with-map-wrapper__map-site svg path:hover, .contact-search-with-map-wrapper__map-site svg path:focus {
  fill-opacity: 1;
  fill: var(--feux-blue-3, #003399);
}

.contact-search-with-map-wrapper__map-site svg path:focus {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.contact-search-with-map-wrapper__map-site--tooltip-hover .top-hover {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  min-width: 115px;
  padding: 14px 19px;
  color: #fff;
  background-color: #039;
  border-radius: 6px;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-search-with-map-wrapper__map-site--tooltip-hover .top-hover {
    right: 0;
  }
}
.contact-search-with-map-wrapper__map-site--tooltip {
  position: relative;
}

.contact-search-with-map-wrapper__map-site--tooltip .top {
  min-width: 115px;
  top: 120px;
  right: 55px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding: 14px 19px;
  color: #fff;
  background-color: #039;
  border-radius: 6px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-search-with-map-wrapper__map-site--tooltip .top {
    right: 0;
  }
}
.contact-search-with-map-wrapper__map-site--tooltip .top p {
  margin-bottom: 0;
  text-align: center;
}

.contact-search-with-map-wrapper__map-site--tooltip .top {
  display: block;
}

.contact-search-with-map-wrapper__map-site--tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.contact-search-with-map-wrapper__map-site--tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #039;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-with-spokesman-wrapper {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper {
    margin-top: 30px;
  }
}
.contact-with-spokesman-wrapper__heading3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__heading3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}
.contact-with-spokesman-wrapper__contact {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__contact {
    margin-bottom: 40px;
  }
}
.contact-with-spokesman-wrapper__contact__phone-mail--phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-with-spokesman-wrapper__contact__phone-mail--phones svg {
  margin-right: 12px;
}

.contact-with-spokesman-wrapper__contact__phone-mail--phones ul > li:not(:last-child) {
  margin-bottom: 2px;
}

.contact-with-spokesman-wrapper__contact__phone-mail--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-with-spokesman-wrapper__contact__phone-mail--mail a {
  color: var(--feux-blue-3-font, #003399);
}

.contact-with-spokesman-wrapper__contact__phone-mail--mail svg {
  margin-right: 12px;
}

.contact-with-spokesman-wrapper__contact__street a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-with-spokesman-wrapper__contact__street a svg {
  width: 8px;
  margin-left: 16px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__contact__street {
    margin-bottom: 35px;
  }
}
.contact-with-spokesman-wrapper__contact__street--address {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__contact__street--address {
    margin-bottom: 20px;
  }
}
.contact-with-spokesman-wrapper__paragraph {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__paragraph {
    display: none;
  }
}
.contact-with-spokesman-wrapper__map h3, .contact-with-spokesman-wrapper__map .h3 {
  margin-bottom: 40px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map h3, .contact-with-spokesman-wrapper__map .h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--list-desktop {
    display: none;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--list-desktop li a h4, .contact-with-spokesman-wrapper__map__list-wrapper--list-desktop li a .h4 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.04em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
}

.contact-with-spokesman-wrapper__map__list-wrapper--list-desktop .active a h4, .contact-with-spokesman-wrapper__map__list-wrapper--list-desktop .active a .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-red-font2, #D01F34);
}

.contact-with-spokesman-wrapper__map__list-wrapper--list-mobile {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--list-mobile {
    display: none;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--list-mobile select {
  border-radius: 6px;
  padding: 10px;
  height: 40px;
  width: 100%;
  border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--map {
    margin-bottom: 25px;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--map svg {
  width: 100%;
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg .active {
  fill-opacity: 1;
  fill: var(--feux-blue-3, #003399);
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg path {
  cursor: pointer;
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg path:hover, .contact-with-spokesman-wrapper__map__list-wrapper--map svg path:focus {
  fill-opacity: 1;
  fill: var(--feux-blue-3, #003399);
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg path:focus {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip {
  position: relative;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
  min-width: 115px;
  top: 78px;
  right: 270px;
  padding: 14px 19px;
  color: #fff;
  background-color: #039;
  border-radius: 6px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 155px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 215px;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top p {
  margin-bottom: 0;
  text-align: center;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
  display: block;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #039;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2-start {
  top: 78px;
  right: 270px;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
  min-width: 115px;
  padding: 14px 19px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #039;
  border-radius: 6px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 155px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 215px;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 p {
  margin-bottom: 0;
  text-align: center;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
  display: block;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #039;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.contact-with-spokesman-wrapper__map__header-links h3, .contact-with-spokesman-wrapper__map__header-links .h3 {
  margin-bottom: 50px;
}

.contact-with-spokesman-wrapper__map__header-links a {
  margin-bottom: 40px;
}

.contact-with-spokesman-wrapper__map__header-links a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-with-spokesman-wrapper__map__header-links a svg {
  width: 8px;
  margin-left: 16px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__header-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-with-spokesman-wrapper__map__header-links h3, .contact-with-spokesman-wrapper__map__header-links .h3 {
    margin-bottom: 20px;
  }
  .contact-with-spokesman-wrapper__map__header-links a {
    margin-bottom: 30px;
  }
}
.contact-with-spokesman-wrapper__sidebar {
  max-width: 275px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar {
    max-width: 100%;
  }
}
.contact-with-spokesman-wrapper__sidebar h3, .contact-with-spokesman-wrapper__sidebar .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar h3, .contact-with-spokesman-wrapper__sidebar .h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.contact-with-spokesman-wrapper__sidebar__list {
  margin-bottom: 45px;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar__list {
    padding-left: revert;
  }
}
.contact-with-spokesman-wrapper__sidebar__list > li {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

.contact-with-spokesman-wrapper__sidebar__list > li:not(:last-child) {
  margin-bottom: 24px;
}

.contact-with-spokesman-wrapper__sidebar__list--yes li {
  position: relative;
  list-style-type: none;
}

.contact-with-spokesman-wrapper__sidebar__list--yes li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  width: 24px;
  height: 24px;
  background-image: url("../images/fes/svg/contact_with_yes_icon.svg");
}

.contact-with-spokesman-wrapper__sidebar__list--not li {
  position: relative;
  list-style-type: none;
}

.contact-with-spokesman-wrapper__sidebar__list--not li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  width: 24px;
  height: 24px;
  background-image: url("../images/fes/svg/contact_with_not_icon.svg");
}

.contact-with-spokesman-wrapper__sidebar__alert {
  border-radius: 12px;
  background: var(--feux-white-bg, #FFFFFF);
  padding: 16px 23px;
}

.contact-with-spokesman-wrapper__sidebar__alert--heading h3, .contact-with-spokesman-wrapper__sidebar__alert--heading .h3 {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar__alert--heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-with-spokesman-wrapper__sidebar__alert--heading svg {
    margin-right: 12px;
  }
  .contact-with-spokesman-wrapper__sidebar__alert--heading h3, .contact-with-spokesman-wrapper__sidebar__alert--heading .h3 {
    margin-bottom: 12px;
  }
}
.contact-with-spokesman-wrapper__sidebar__alert svg {
  margin-bottom: 12px;
}

.contact-with-spokesman-wrapper__sidebar__alert h3, .contact-with-spokesman-wrapper__sidebar__alert .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.contact-with-spokesman-wrapper__sidebar__alert p {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-with-info-point {
  margin-top: 80px;
}

.contact-with-info-point .form-content__score--title {
  font-size: 13px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: inline-grid;
  vertical-align: middle;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .contact-with-info-point .form-content__score--title {
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .contact-with-info-point .form-content__score--title {
    margin-bottom: 10px !important;
  }
}
.contact-with-info-point .form-content__score--title--info-bot {
  color: var(--feux-black-font, #1B1B1B) !important;
  display: block !important;
  margin-top: 5px !important;
}

@media (max-width: 767.98px) {
  .contact-with-info-point .form-content__score--title {
    display: block;
  }
}
.contact-with-info-point .form-content__score--equation-mobile--input {
  margin-bottom: 0 !important;
}

.contact-with-info-point .event-save-wrapper__content--left--title {
  border: none;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 95vw;
}

.contact-with-info-point .contact-menu-wrapper__breadcrumb {
  margin-bottom: 20px;
}

.contact-with-info-point .form-select {
  padding: 10px;
  border-radius: 6px;
  height: 46px;
  width: 100%;
  border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.contact-with-info-point .form-select:hover {
  border: 1px solid var(--feux-gold-bg, #F9990D);
}

.contact-with-info-point .form-select:hover ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.contact-with-info-point .form-select:focus {
  border: 1px solid var(--feux-ue-blue-bg, #20196F);
}

.contact-with-info-point .form-select:focus ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.contact-with-info-point .event-save-wrapper-info {
  mix-blend-mode: normal;
  border-radius: 12px;
  background-color: var(--feux-white-bg, #FFFFFF);
  padding: 23px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
  font-size: 14px;
  line-height: 26px;
}

.contact-with-info-point .event-save-wrapper-info h3, .contact-with-info-point .event-save-wrapper-info .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.contact-with-info-point .event-save-wrapper-info__icon {
  width: 23px;
  margin-right: 16px;
}

.contact-with-info-point .event-save-wrapper-info__phones {
  margin-bottom: 10px;
}

.contact-with-info-point .event-save-wrapper-info__mail {
  margin-bottom: 25px;
  color: var(--feux-blue-3-font, #003399);
}

.contact-with-info-point .event-save-wrapper-info__address {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

@media (max-width: 575.98px) {
  .contact-with-info-point .formularz__multiselect-trzy-kolumny label {
    font-size: 12.5px !important;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.icon-text-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.icon-text-link-wrapper .text-left {
  text-align: left;
}

.icon-text-link-wrapper__icon svg {
  width: 25px;
  height: 20px;
}

.icon-text-link-wrapper__text {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 3px;
}

.icon-text-link-wrapper__text span {
  font-size: 14px;
  line-height: 16px;
}

.icon-text-link-wrapper__text svg {
  opacity: 0.7;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.tag-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tag-link-wrapper__icon svg {
  width: 22px;
  height: 22px;
}

.tag-link-wrapper__text {
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-white, #ffffff);
  text-decoration: underline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 12px;
}

.icon-back-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: none;
  background: transparent;
  padding: 0;
}

.download-wrapper--text {
  padding-left: 0.5rem;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .download-wrapper--text {
    font-size: 12px;
    line-height: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;
  }
}
.download-wrapper--text--black {
  color: var(--feux-black-font, #1B1B1B);
}

.download-wrapper--text--blue {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.download-wrapper--text--dark-blue {
  color: var(--feux-blue-3-font, #003399);
}

.download-wrapper--text--gray {
  color: var(--feux-grey2-font, #4F4F4F);
}

.download-wrapper--icon path {
  fill: var(--feux-uep-blue-font, #407DD8);
}

@media (max-width: 767.98px) {
  .download-wrapper--icon {
    margin-top: 0.625rem;
  }
}
.download-wrapper--icon.icon-green svg path {
  fill: var(--feux-green-bg, #008744);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.card-header-wrapper {
  min-height: auto;
}

@media (max-width: 767.98px) {
  .card-header-wrapper {
    min-height: auto;
    margin: 0 -15px;
    background: transparent;
  }
}
@media (max-width: 767.98px) {
  .card-header-wrapper .row {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .card-header-wrapper .row [class*=col-12] {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.card-header-wrapper .mixBg-withImg {
  position: relative;
  min-height: 400px;
}

@media (max-width: 767.98px) {
  .card-header-wrapper .mixBg-withImg {
    min-height: 200px;
    border-top: none;
  }
}
.card-header-wrapper .mixBg-noImg {
  position: relative;
  width: 98%;
}

@media (max-width: 767.98px) {
  .card-header-wrapper .mixBg-noImg {
    min-height: 200px;
    width: 100%;
  }
}
.card-header-wrapper__labelbar {
  padding: 26px 0;
  margin-bottom: 50px;
  margin-left: -10px;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__labelbar {
    padding: 22px;
    min-height: 200px;
  }
}
.card-header-wrapper__label {
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__label .col {
    padding: 0;
  }
}
.card-header-wrapper__label-box {
  margin-right: 10px;
}

.card-header-wrapper__status {
  font-size: 14px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-dark-blue-font, #020947);
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__status {
    font-size: 12px;
    line-height: 14px;
  }
}
.card-header-wrapper__title {
  font-size: 26px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-dark-blue-font, #020947);
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__title {
    font-size: 18px;
    line-height: 23px;
    -webkit-line-clamp: 3;
  }
}
.card-header-wrapper__title__noImg {
  width: 70%;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__title__noImg {
    width: 90%;
  }
}
.card-header-wrapper__breadcrumb {
  font-size: 12px;
  line-height: 21px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-header-wrapper__breadcrumb svg {
  margin: 0 5px;
}

.card-header-wrapper__breadcrumb span {
  margin-top: 1px;
}

.card-header-wrapper__place {
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-dark-blue-font, #020947);
}

@media (max-width: 767.98px) {
  .card-header-wrapper__place {
    font-size: 12px;
    line-height: 16px;
  }
}
.card-header-wrapper__img-pr {
  padding-right: 0;
}

.card-header-wrapper__img {
  -o-object-fit: fill;
  object-fit: fill;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__img {
    padding: 0 12px;
  }
}
.card-header-wrapper__img img {
  width: 100%;
  border-radius: 12px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .card-header-wrapper__img img {
    height: 200px;
  }
}
.header-bottom-arrow-bg {
  position: relative;
}

.header-bottom-arrow-bg:before {
  content: "";
  -o-border-image: -o-linear-gradient(left, transparent 0, transparent 375px, rgba(64, 125, 216, 0.15) 375px, rgba(64, 125, 216, 0.15) 100%);
  border-image: linear-gradient(to right, transparent 0, transparent 375px, rgba(64, 125, 216, 0.15) 375px, rgba(64, 125, 216, 0.15) 100%);
  border-image-slice: 1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  border-bottom: 2px solid;
  left: 0;
}

@media (max-width: 767.98px) {
  .header-bottom-arrow-bg:before {
    border-bottom: 0;
  }
}
.header-bottom-arrow-bg:after {
  content: " ";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(../images/fes/svg/line-bottom-long.svg);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  background-position: left;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .header-bottom-arrow-bg:after {
    background-image: url(../images/fes/svg/line-bottom-short.svg);
    background-position: center;
    background-repeat: repeat-x;
  }
}
#cardTitleHeader .icon-img {
  display: inherit;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  #cardTitleHeader .icon-img {
    display: none;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.recruitment-box-info-wrapper .oferta-wrapper {
  padding: 25px 15px 10px 15px !important;
}

.recruitment-box-info-wrapper .oferta-wrapper .oferta-border-thick-bar {
  border-bottom: 4px solid var(--feux-blue-3, #003399);
}

.recruitment-box-info-wrapper__detailsBar {
  padding: 0;
}

.recruitment-box-info-wrapper__detailsBar__status {
  font-size: 12px;
  line-height: 8px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--feux-green5-bg, #388325);
  color: var(--feux-white-font, #FFFFFF);
  width: 100px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 11px;
}

.recruitment-box-info-wrapper__detailsBar__date {
  font-size: 12px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.recruitment-box-info-wrapper__button-info {
  margin-top: 11px;
  font-size: 10px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.zoom-box {
  max-width: 278px;
}

@media (max-width: 767.98px) {
  .zoom-box {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.zoom-box__wrapper {
  padding: 20px 28px 28px;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .zoom-box__wrapper {
    padding: 10px;
    margin: 0 auto;
  }
}
.zoom-box__title-wrapper {
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .zoom-box__title-wrapper {
    padding-bottom: 0;
  }
}
.zoom-box__title {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 13px;
}

@media (max-width: 767.98px) {
  .zoom-box__title {
    font-size: 10px;
  }
}
.zoom-box__subtitle {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  color: var(--feux-black-font, #1B1B1B);
  padding-bottom: 13px;
}

@media (max-width: 767.98px) {
  .zoom-box__subtitle {
    font-size: 10px;
  }
}
.zoom-box__subtitle-upper {
  font-size: 28px;
  line-height: 26px;
  font-family: Ubuntu-Bold, sans-serif;
  font-weight: 700;
}

.zoom-box__text {
  font-size: 12px;
  line-height: 18px;
  color: var(--feux-grey2-font, #4F4F4F);
  letter-spacing: 0.02em;
  padding: 16px 0;
}

@media (max-width: 767.98px) {
  .zoom-box__text {
    font-size: 10px;
    line-height: 12px;
    padding: 0;
    height: 100%;
  }
}
.zoom-box__text__wrapper {
  margin-bottom: 10px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 10px;
  padding-right: 15px;
  padding-bottom: 14px;
}

@media (max-width: 767.98px) {
  .zoom-box__text__wrapper {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .zoom-box__text__wrapper span {
    display: none;
  }
}
.zoom-box__text__wrapper__desktop {
  padding-left: 5px;
}

.zoom-box__text address {
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.8;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.input-wrapper .visibility-hidden {
  visibility: hidden;
}

.input-wrapper__label {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
}

.input-wrapper__label--required {
  margin-top: 0;
  margin-left: 0;
}

.input-wrapper__label__input__required {
  margin-left: 5px;
  margin-top: -10px;
}

.input-wrapper__label--required-absolute {
  position: absolute;
  right: 1px;
  top: -10px;
}

.input-wrapper__label--input {
  padding: 10px 13px;
  border-radius: 6px;
  height: 46px;
  width: 100%;
  border: 1px solid var(--feux-blue-3-60, rgba(0, 51, 153, 0.6));
}

.input-wrapper__label--input:hover {
  border: 1px solid var(--feux-gold-bg, #F9990D);
}

.input-wrapper__label--input:hover ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.input-wrapper__label--input:focus {
  border: 1px solid var(--feux-ue-blue-bg, #20196F);
}

.input-wrapper__label--input:focus ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.input-wrapper__label--input:focus-visible {
  outline: none;
}

.input-wrapper__label--input:disabled {
  background: var(--feux-white, #ffffff);
}

.input-wrapper__label--input:disabled:hover {
  color: var(--feux-dark-blue-font, #020947);
  border-color: transparent;
}

.input-wrapper__label--input:disabled:hover ~ .input-wrapper__label--text {
  color: var(--feux-dark-blue-font, #020947);
}

.input-wrapper__label--input::-webkit-input-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.input-wrapper__label--input::-moz-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.input-wrapper__label--input:-ms-input-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.input-wrapper__label--input::-ms-input-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.input-wrapper__label--input::placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.input-wrapper__label--text {
  pointer-events: none;
  font-size: 13px;
  line-height: 22px;
  font-family: Ubuntu-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .input-wrapper__label--text {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .input-wrapper__label--text {
    margin-top: 10px;
  }
}
.input-wrapper__label--text .text-c-red-font {
  margin-bottom: -6px;
}

.input-wrapper__label--error {
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  position: absolute;
  display: block;
  height: 0;
  color: var(--feux-red-bg, #E5001D);
}

@media (max-width: 991.98px) {
  .input-wrapper__label--error.p-tablet-relative {
    position: relative;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.input-calendar-range-wrapper {
  position: relative;
}

.input-calendar-range-wrapper .feux-calendar-input {
  position: relative;
}

.input-calendar-range-wrapper .feux-calendar-input:not(.hide)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
}

.input-calendar-range-wrapper .feux-calendar-input--from {
  padding-right: 5px;
}

.input-calendar-range-wrapper .feux-calendar-input--to {
  padding-left: 5px;
}

.input-calendar-range-wrapper .feux-calendar-input__control {
  color: var(--feux-blue-3-font, #003399);
  padding-left: 42px;
  padding-right: 36px;
  height: 39px;
}

.input-calendar-range-wrapper .feux-calendar-input__control:focus {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--feux-blue-3, #003399);
}

.input-calendar-range-wrapper .feux-calendar-input__label {
  position: absolute;
  top: 8px;
  color: var(--feux-black-font, #1B1B1B);
  font-size: 15px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 200;
}

.input-calendar-range-wrapper .feux-calendar-input__label--from {
  left: 25px;
}

.input-calendar-range-wrapper .feux-calendar-input__label--to {
  left: 18px;
}

.input-calendar-range-wrapper .feux-calendar-input__icon--search:not(.hide)::after {
  background: url("../images/fes/svg/calendar-input-icon.svg") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--slider {
  background-color: var(--feux-grey12-bg, #F2F5FA);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 10px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--slider-left {
  float: left;
  margin-right: 10px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--slider-right {
  float: right;
  margin-left: 10px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--slider-text {
  display: inline-block;
  text-align: center;
  width: calc(100% - 84px);
  color: var(--feux-black-font, #1B1B1B);
  font-size: 16px;
  line-height: 32px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--year {
  margin-top: 27px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--month {
  margin-top: 15px;
  margin-bottom: 27px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .day-of-week, .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .day-of-week {
  margin-top: 1.25em;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .day-of-week > * {
  color: var(--feux-black-font, #383838);
  font-size: 16px;
  line-height: 28px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-align: center;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid {
  margin-top: 0.5em;
}

@supports (-webkit-touch-callout: none) {
  .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid {
    position: relative;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-left: 10px;
  }
}
.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button {
  position: relative;
  border: 0;
  width: 35px;
  height: 35px;
  margin: 5px 7px;
  background-color: transparent;
  color: var(--feux-black-font, #1B1B1B);
  font-size: 18px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

@supports (-webkit-touch-callout: none) {
  .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button {
    padding-right: 17px;
  }
}
.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:hover {
  background-color: var(--feux-blue-3, #003399) !important;
  border-radius: 50%;
  color: var(--feux-white-font, #FFFFFF) !important;
}

@supports (-webkit-touch-callout: none) {
  .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:hover {
    position: relative;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    padding-left: 10px;
  }
}
@supports (-webkit-touch-callout: none) {
  .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.doubleDigit:hover {
    position: relative;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    padding-left: 6px;
  }
}
.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:active {
  color: #ff0 !important;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:first-child {
  grid-column: 1;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:nth-child(7n) {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:nth-child(7n) > .selection-background {
  right: 0 !important;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:nth-child(7n+1), .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:first-child {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:nth-child(7n+1) > .selection-background, .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:first-child > .selection-background {
  left: 0 !important;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:hover {
  outline: none;
  color: var(--feux-white-font, #FFFFFF);
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:hover::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--feux-blue-3, #003399) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:focus, .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:active {
  outline: none !important;
  color: var(--feux-white-font, #FFFFFF);
  background-color: var(--feux-blue-3, #003399);
  border-radius: 50%;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:focus::before, .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button:active::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--feux-blue-3, #003399);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected__first {
  color: var(--feux-white-font, #FFFFFF);
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected__first::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--feux-black-bg, #1B1B1B);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected__first > .selection-background {
  left: 0 !important;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected__last {
  color: var(--feux-white-font, #FFFFFF);
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected__last::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--feux-blue-3, #003399);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected__last > .selection-background {
  right: 0 !important;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}

.input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button.selected > .selection-background {
  position: absolute;
  height: 100%;
  background: var(--feux-grey12-bg, #F2F5FA);
  top: 0;
  left: -8px;
  right: -8px;
  z-index: -2;
}

@media (max-width: 991.98px) {
  .input-calendar-range-wrapper .feux-calendar-input--from {
    padding-right: 0.75rem;
  }
  .input-calendar-range-wrapper .feux-calendar-input--to {
    padding-left: 0.75rem;
    margin-top: 10px;
  }
  .input-calendar-range-wrapper .feux-calendar-input__label--to {
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .input-calendar-range-wrapper .feux-calendar-input__calendar--days .date-grid > button {
    width: 29px;
    height: 29px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .input-calendar-range-wrapper {
    margin: auto;
    width: 90vw !important;
  }
}
@media screen and (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 0) {
  .input-calendar-range-wrapper select:focus, .input-calendar-range-wrapper textarea:focus, .input-calendar-range-wrapper input:focus {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.input-date-custom-calendar-wrapper input {
  padding-left: 12px;
  background: var(--feux-white-bg, #FFFFFF);
}

.input-date-custom-calendar-wrapper input::-webkit-input-placeholder {
  opacity: 0.6;
}

.input-date-custom-calendar-wrapper input::-moz-placeholder {
  opacity: 0.6;
}

.input-date-custom-calendar-wrapper input:-ms-input-placeholder {
  opacity: 0.6;
}

.input-date-custom-calendar-wrapper input::-ms-input-placeholder {
  opacity: 0.6;
}

.input-date-custom-calendar-wrapper input::placeholder {
  opacity: 0.6;
}

.input-date-custom-calendar-wrapper .feux-calendar-input__calendar {
  background: var(--feux-white-bg, #FFFFFF);
  margin-left: 12px;
  border-radius: 0 6px 6px 6px;
  position: absolute;
  z-index: 3;
  top: 46px;
}

@media (max-width: 991.98px) {
  .input-date-custom-calendar-wrapper .feux-calendar-input__calendar {
    margin: 0;
    top: 68px;
  }
}
.input-date-custom-calendar-wrapper .feux-calendar-input__calendar--accept {
  margin-bottom: 1em;
}

.input-date-custom-calendar-wrapper .feux-calendar-input__calendar--accept__button {
  font-size: 12px;
  line-height: 12px;
  font-family: Ubuntu-Medium, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  width: 100%;
  height: 42px;
  background: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
  border: none;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .input-date-custom-calendar-wrapper {
    width: 100% !important;
  }
  .input-date-custom-calendar-wrapper .feux-calendar-input {
    padding: 0 !important;
  }
}
.input-date-custom-calendar-wrapper__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  color: var(--feux-blue-3-font, #003399);
  font-size: 13px;
  line-height: 22px;
  font-family: Ubuntu-Light, sans-serif;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .input-date-custom-calendar-wrapper__label {
    padding-left: 0;
  }
}
.input-date-custom-calendar-wrapper__label .text-c-red-font {
  margin-bottom: -6px;
  margin-right: -6px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.radio-label-wrapper {
  position: relative;
}

.radio-label-wrapper label {
  display: inline-block;
  padding: 20px;
  padding-left: 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.radio-label-wrapper input:checked + label {
  background-color: var(--feux-ue-blue-bg, #20196F);
  background-color: transparent;
  color: var(--feux-black-font, #1B1B1B);
}

.radio-label-wrapper input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.radio-label-wrapper label::before, .radio-label-wrapper label::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 23px;
}

.radio-label-wrapper label::before {
  width: 15px;
  height: 15px;
  border: 1px solid var(--feux-blue-3, #003399);
}

@media (min-width: 768px) {
  .radio-label-wrapper label::before {
    height: 16px;
    width: 16px;
  }
}
.radio-label-wrapper label::after {
  width: 10px;
  height: 10px;
  background-color: var(--feux-blue-3, #003399);
  left: 13px;
  top: 26px;
  display: none;
}

@media (max-width: 767.98px) {
  .radio-label-wrapper label::after {
    left: 12.5px;
    top: 25.5px;
  }
}
.radio-label-wrapper input:checked + label::after {
  display: inline-block;
}

.radio-label-wrapper input:checked + label::before {
  display: inline-block;
  border: 1px solid var(--feux-blue-3, #003399);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact-with-spokesman-wrapper {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper {
    margin-top: 30px;
  }
}
.contact-with-spokesman-wrapper__heading3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__heading3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}
.contact-with-spokesman-wrapper__contact {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__contact {
    margin-bottom: 40px;
  }
}
.contact-with-spokesman-wrapper__contact__phone-mail--phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-with-spokesman-wrapper__contact__phone-mail--phones svg {
  margin-right: 12px;
}

.contact-with-spokesman-wrapper__contact__phone-mail--phones ul > li:not(:last-child) {
  margin-bottom: 2px;
}

.contact-with-spokesman-wrapper__contact__phone-mail--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-with-spokesman-wrapper__contact__phone-mail--mail a {
  color: var(--feux-blue-3-font, #003399);
}

.contact-with-spokesman-wrapper__contact__phone-mail--mail svg {
  margin-right: 12px;
}

.contact-with-spokesman-wrapper__contact__street a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-with-spokesman-wrapper__contact__street a svg {
  width: 8px;
  margin-left: 16px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__contact__street {
    margin-bottom: 35px;
  }
}
.contact-with-spokesman-wrapper__contact__street--address {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__contact__street--address {
    margin-bottom: 20px;
  }
}
.contact-with-spokesman-wrapper__paragraph {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__paragraph {
    display: none;
  }
}
.contact-with-spokesman-wrapper__map h3, .contact-with-spokesman-wrapper__map .h3 {
  margin-bottom: 40px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map h3, .contact-with-spokesman-wrapper__map .h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--list-desktop {
    display: none;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--list-desktop li a h4, .contact-with-spokesman-wrapper__map__list-wrapper--list-desktop li a .h4 {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.04em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
}

.contact-with-spokesman-wrapper__map__list-wrapper--list-desktop .active a h4, .contact-with-spokesman-wrapper__map__list-wrapper--list-desktop .active a .h4 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  color: var(--feux-red-font2, #D01F34);
}

.contact-with-spokesman-wrapper__map__list-wrapper--list-mobile {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--list-mobile {
    display: none;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--list-mobile select {
  border-radius: 6px;
  padding: 10px;
  height: 40px;
  width: 100%;
  border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--map {
    margin-bottom: 25px;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--map svg {
  width: 100%;
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg .active {
  fill-opacity: 1;
  fill: var(--feux-blue-3, #003399);
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg path {
  cursor: pointer;
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg path:hover, .contact-with-spokesman-wrapper__map__list-wrapper--map svg path:focus {
  fill-opacity: 1;
  fill: var(--feux-blue-3, #003399);
}

.contact-with-spokesman-wrapper__map__list-wrapper--map svg path:focus {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip {
  position: relative;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
  min-width: 115px;
  top: 78px;
  right: 270px;
  padding: 14px 19px;
  color: #fff;
  background-color: #039;
  border-radius: 6px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 155px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
    right: 215px;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top p {
  margin-bottom: 0;
  text-align: center;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top {
  display: block;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #039;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2-start {
  top: 78px;
  right: 270px;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
  min-width: 115px;
  padding: 14px 19px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #039;
  border-radius: 6px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 155px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
    right: 215px;
  }
}
.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 p {
  margin-bottom: 0;
  text-align: center;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 {
  display: block;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.contact-with-spokesman-wrapper__map__list-wrapper--tooltip .top2 i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #039;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.contact-with-spokesman-wrapper__map__header-links h3, .contact-with-spokesman-wrapper__map__header-links .h3 {
  margin-bottom: 50px;
}

.contact-with-spokesman-wrapper__map__header-links a {
  margin-bottom: 40px;
}

.contact-with-spokesman-wrapper__map__header-links a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-with-spokesman-wrapper__map__header-links a svg {
  width: 8px;
  margin-left: 16px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__map__header-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-with-spokesman-wrapper__map__header-links h3, .contact-with-spokesman-wrapper__map__header-links .h3 {
    margin-bottom: 20px;
  }
  .contact-with-spokesman-wrapper__map__header-links a {
    margin-bottom: 30px;
  }
}
.contact-with-spokesman-wrapper__sidebar {
  max-width: 275px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar {
    max-width: 100%;
  }
}
.contact-with-spokesman-wrapper__sidebar h3, .contact-with-spokesman-wrapper__sidebar .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar h3, .contact-with-spokesman-wrapper__sidebar .h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.contact-with-spokesman-wrapper__sidebar__list {
  margin-bottom: 45px;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar__list {
    padding-left: revert;
  }
}
.contact-with-spokesman-wrapper__sidebar__list > li {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

.contact-with-spokesman-wrapper__sidebar__list > li:not(:last-child) {
  margin-bottom: 24px;
}

.contact-with-spokesman-wrapper__sidebar__list--yes li {
  position: relative;
  list-style-type: none;
}

.contact-with-spokesman-wrapper__sidebar__list--yes li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  width: 24px;
  height: 24px;
  background-image: url("../images/fes/svg/contact_with_yes_icon.svg");
}

.contact-with-spokesman-wrapper__sidebar__list--not li {
  position: relative;
  list-style-type: none;
}

.contact-with-spokesman-wrapper__sidebar__list--not li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  width: 24px;
  height: 24px;
  background-image: url("../images/fes/svg/contact_with_not_icon.svg");
}

.contact-with-spokesman-wrapper__sidebar__alert {
  border-radius: 12px;
  background: var(--feux-white-bg, #FFFFFF);
  padding: 16px 23px;
}

.contact-with-spokesman-wrapper__sidebar__alert--heading h3, .contact-with-spokesman-wrapper__sidebar__alert--heading .h3 {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .contact-with-spokesman-wrapper__sidebar__alert--heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-with-spokesman-wrapper__sidebar__alert--heading svg {
    margin-right: 12px;
  }
  .contact-with-spokesman-wrapper__sidebar__alert--heading h3, .contact-with-spokesman-wrapper__sidebar__alert--heading .h3 {
    margin-bottom: 12px;
  }
}
.contact-with-spokesman-wrapper__sidebar__alert svg {
  margin-bottom: 12px;
}

.contact-with-spokesman-wrapper__sidebar__alert h3, .contact-with-spokesman-wrapper__sidebar__alert .h3 {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.contact-with-spokesman-wrapper__sidebar__alert p {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.cookies-law-modal {
  position: fixed;
  bottom: 20px;
  right: 170px;
  background: var(--feux-white, #ffffff);
  -webkit-box-shadow: 0 0 20px rgba(32, 25, 111, 0.08);
  box-shadow: 0 0 20px rgba(32, 25, 111, 0.08);
  border-radius: 12px;
  max-width: 841px;
  padding: 40px 80px;
  z-index: 99999;
  display: none;
}

@media (max-width: 991.98px) {
  .cookies-law-modal {
    right: initial;
    left: initial;
    bottom: initial;
    top: 0;
    max-width: 95vw;
    margin: 10px;
    padding: 20px 20px;
  }
}
.cookies-law-modal p {
  font-size: 16px;
  line-height: 26px;
  font-family: Ubuntu-Regular, sans-serif;
  font-weight: 400;
  margin-bottom: 34px;
}

.cookies-law-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .cookies-law-modal__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cookies-law-modal__footer--link a {
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feux-blue-3-font, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookies-law-modal__footer--link a svg {
  width: 8px;
  margin-left: 16px;
}

@media (max-width: 767.98px) {
  .cookies-law-modal__footer--link {
    margin-bottom: 25px;
  }
}
.cookies-law-modal__footer--button .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.skip-links-wrapper__to-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--feux-blue-3, #003399);
  border-radius: 12px;
  left: 10px;
  top: 10px;
  padding: 18px 24px;
  position: absolute;
  -webkit-transform: translateY(-500%);
  -ms-transform: translateY(-500%);
  transform: translateY(-500%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  z-index: 9999;
  margin-right: 20px;
}

.skip-links-wrapper__to-content-link:focus {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.skip-links-wrapper__to-content-link:hover {
  text-decoration: none;
  color: var(--feux-white-font, #FFFFFF);
}

.skip-links-wrapper__to-content-link svg {
  margin-left: 12px;
}

.skip-links-wrapper__to-content-link a {
  text-decoration: none;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.chat-box {
  position: fixed;
  bottom: 25px;
  right: 35px;
}

@media (max-width: 767.98px) {
  .chat-box {
    width: 56.7px;
  }
}
.chat-box--btn {
  border: none;
  background-color: var(--feux-blue-3, #003399);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px;
  border-radius: 12px;
  cursor: pointer;
  width: 68px;
  height: 68px;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

@media (min-width: 992px) {
  .chat-box--btn:hover {
    width: 178px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .chat-box--btn:hover .chat-box--btn--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
.chat-box--btn--icon {
  width: 42px;
  height: 28px;
}

.chat-box--btn--title {
  display: none;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  line-height: 34px;
}

@media (max-width: 767.98px) {
  .chat-box--btn--title {
    display: none;
  }
}
.chat-box .chat-popup {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 35px;
  width: 274px;
  height: 323px;
}

.chat-box .chat-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: inherit;
  height: 68px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: var(--feux-blue-3, #003399);
}

.chat-box .chat-popup__header--icon {
  padding: 0 10px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.chat-box .chat-popup__header--title {
  padding: 5px 5px 5px 0;
  text-align: center;
  color: var(--feux-white-font, #FFFFFF);
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 34px;
}

.chat-box .chat-popup__header--dot {
  width: 5px;
  height: 5px;
  background-color: var(--feux-grey3-font, #828282);
  border-radius: 50%;
}

.chat-box .chat-popup__header .green-c {
  background-color: var(--feux-green-font, #238E12);
}

.chat-box .chat-popup__header__right {
  padding-right: 10px;
}

.chat-box .chat-popup__header--status {
  padding-right: 10px;
  color: var(--feux-white-font, #FFFFFF);
  font-size: 12px;
  line-height: 34px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.chat-box .chat-popup__header--status svg {
  margin-right: 0.25em;
}

.chat-box .chat-popup__header--close_arrow {
  border: none;
  background-color: var(--feux-blue-3, #003399);
  cursor: pointer;
}

.chat-box .chat-popup__form-container {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: var(--feux-white-font, #FFFFFF);
}

.chat-box .chat-popup__form-container.online {
  padding: 10px 6px 6px;
}

.chat-box .chat-popup__form-container form {
  position: absolute;
  bottom: -62px;
}

.chat-box .chat-popup__form-container .offline-content {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.chat-box .chat-popup__form-container .offline-content .mail {
  padding-top: 56px;
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.7));
}

.chat-box .chat-popup__form-container .offline-content .mail--link {
  margin-bottom: 10px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--feux-ue-blue-bg, #20196F);
}

.chat-box .chat-text-offline-content {
  color: var(--feux-black3-70-font, rgba(27, 27, 27, 0.8));
  font-size: 12px;
  line-height: 18px;
}

.chat-box .online-chat-content {
  height: 250px;
  overflow-y: scroll;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.chat-box .online-chat-content::-webkit-scrollbar {
  width: 6px;
}

.chat-box .online-chat-content::-webkit-scrollbar-track {
  background-color: var(--feux-lightgray, #DDDDDD);
  border-radius: 100px;
}

.chat-box .online-chat-content::-webkit-scrollbar-thumb {
  background-color: var(--feux-blue-3, #003399);
  border-radius: 100px;
}

.chat-box .online-chat-content .message-box {
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  width: 214px;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

.chat-box .online-chat-content .message-box .message {
  padding: 8px 10px 10px 13px;
  max-height: 109px;
  height: auto;
  width: 100%;
}

.chat-box .online-chat-content .message-box .message__time {
  height: 0;
  float: right;
  font-size: 8px;
  opacity: 0.8;
}

.chat-box .online-chat-content .message-left {
  margin-right: auto;
  border-radius: 0 6px 6px 6px;
}

.chat-box .online-chat-content .message-left > .message {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.chat-box .online-chat-content .message-right {
  margin-left: auto;
  border-radius: 6px 0 6px 6px;
}

.chat-box .online-chat-content .message-right > .message {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
}

.chat-box .grey-input {
  background-color: var(--feux-lightgray, #DDDDDD);
}

.chat-box .grey-input .send {
  background-color: var(--feux-grey3-bg, #828282);
}

.chat-box .active {
  border: 1px solid var(--feux-uep-blue-bg, #407DD8);
}

.chat-box .send {
  border: none;
  position: absolute;
  padding: 5px;
  right: 5px;
  width: 36px;
  bottom: 7px;
  height: 36px;
  background-color: var(--feux-grey3-bg, #828282);
  border-radius: 4px;
}

.chat-box .send-blue {
  background-color: var(--feux-ue-blue-bg, #20196F);
}

.chat-box .bg-blue {
  background-color: var(--feux-blue-3, #003399);
  color: var(--feux-white-font, #FFFFFF);
}

.chat-box .bg-grey {
  background-color: rgba(221, 221, 221, 0.3);
}

.chat-box .chat-input {
  bottom: 18px;
  width: 263px;
  height: 50px;
  background-color: var(--feux-lightgray, #DDDDDD);
  border: none;
  color: var(--feux-blue-3-font, #003399);
  border-radius: 8px;
  padding: 14px 35px 13px 16px;
  font-size: 12px;
  line-height: 15px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.chat-box .chat-input:required {
  border-radius: 6px;
  background-color: var(--feux-grey13-bg, rgba(64, 125, 216, 0.1));
}

.chat-box .chat-input:required::-webkit-input-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.chat-box .chat-input:required::-moz-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.chat-box .chat-input:required:-ms-input-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.chat-box .chat-input:required::-ms-input-placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.chat-box .chat-input:required::placeholder {
  color: var(--feux-blue-3-font, #003399);
}

.chat-box .chat-input:required:focus {
  outline-color: var(--feux-blue-3-font, #003399);
  background-color: var(--feux-white-bg, #FFFFFF);
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.eight-column-cards-wrapper .eight-column-cards__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 1199.98px) {
  .eight-column-cards-wrapper .eight-column-cards__list {
    display: none;
  }
}
.eight-column-cards-wrapper .eight-column-cards__list__item {
  background: var(--feux-white-bg, #FFFFFF);
  height: 163px;
  width: 137px;
  border-radius: 12px;
  gap: 1em;
  color: var(--feux-black-font, #1B1B1B);
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}

.eight-column-cards-wrapper .eight-column-cards__list__item span {
  text-align: center;
}

.eight-column-cards-wrapper .eight-column-cards__list__item__svg-wrapper {
  height: 50px;
}

.eight-column-cards-wrapper .eight-column-cards__list__item__svg-wrapper svg {
  height: 100%;
}

.eight-column-cards-wrapper .eight-column-cards__select {
  background: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
  color: var(--feux-ue-blue-font, #20196F);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .eight-column-cards-wrapper .eight-column-cards__select {
    display: none;
  }
}
@media (min-width: 1400px) {
  .eight-column-cards-wrapper .eight-column-cards__select {
    display: none;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.contact__wrapper {
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .contact__wrapper {
    margin-bottom: 25px;
    padding: 0;
  }
}
.contact__wrapper h3, .contact__wrapper .h3 {
  font-size: 21px;
  line-height: 28px;
}

.contact__wrapper .img-table {
  padding: 70px 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .contact__wrapper .img-table {
    padding: 70px 120px;
  }
}
@media (max-width: 767.98px) {
  .contact__wrapper .img-table {
    padding: 50px 0 0;
  }
}
.contact__wrapper .img-table__col__text {
  font-size: 16px;
  line-height: 24px;
}

.contact__wrapper .contact-section {
  margin: 2rem 0;
}

@media (max-width: 767.98px) {
  .contact__wrapper .contact-section li {
    padding: 0 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
  }
  .contact__wrapper .contact-section li:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
}
.contact__wrapper .contact-section > *:nth-child(1) {
  font-size: 12px;
  line-height: 16px;
  color: var(--feux-black2-font, rgba(27, 27, 27, 0.7));
}

.contact__wrapper .contact-section > *:nth-child(1) > p {
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  .contact__wrapper .contact-section > *:nth-child(1) {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .contact__wrapper .contact-section > div:nth-child(3) {
    margin: 1.25rem 0;
  }
}
.contact__wrapper .contact-section .icon-text-wrapper__desc--title {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.contact__wrapper .icon-text-wrapper__desc--title {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
}

.contact__wrapper .icon-text-wrapper__desc--title--back {
  color: var(--feux-black-font, #1B1B1B);
}

.contact__wrapper .icon-text-wrapper__desc--title--blue {
  color: var(--feux-ue-blue-2-font, #0A50B9);
}

.contact__wrapper .icon-text-wrapper__desc--info {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  width: 170px;
}

@media (max-width: 991.98px) {
  .contact__wrapper .icon-text-wrapper__desc--info {
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact__wrapper .icon-text-wrapper__desc--info:last-of-type {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .contact__wrapper .icon-text-wrapper {
    text-align: left;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.paginator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paginator-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767.98px) {
  .paginator-wrapper__list--desktop {
    display: none;
  }
}
.paginator-wrapper__list li {
  margin: 0 6px;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media (max-width: 767.98px) {
  .paginator-wrapper__list li {
    margin: 0;
  }
}
.paginator-wrapper__list li a {
  font-size: 14px;
  line-height: 22px;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
  padding: 5px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media (max-width: 767.98px) {
  .paginator-wrapper__list li a {
    font-size: 12px;
    line-height: 22px;
  }
}
.paginator-wrapper__list li a:hover {
  border: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  border-radius: 6px;
  padding: 6px 16px;
}

.paginator-wrapper__list li.active {
  border: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  background-color: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
  border-radius: 6px;
}

@media (max-width: 575.98px) {
  .paginator-wrapper__list--first a {
    margin: 0;
    padding: 0;
  }
}
.paginator-wrapper__list--first a:hover {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.paginator-wrapper__list--last a:hover {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

#scroll-up-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background: transparent;
}

#scroll-up-btn img {
  height: 60px;
  width: auto;
}

@media (max-width: 991.98px) {
  #scroll-up-btn {
    bottom: 200px;
    left: 0;
  }
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.step-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-items__list__item {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
}

.step-items__list__item:hover, .step-items__list__item.active {
  border-bottom: 2px solid var(--feux-blue-3, #003399);
}

.step-items__list__item:hover button, .step-items__list__item.active button {
  color: var(--feux-blue-3-font, #003399);
}

.step-items__list__item--btn {
  text-transform: uppercase;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #262626;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.bottom-shortcuts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 53px;
  border-top: 1px solid var(--feux-ue-blue-15-bg, rgba(32, 25, 111, 0.15));
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-shortcuts__list__item {
  max-width: 255px;
}

@media (max-width: 991.98px) {
  .bottom-shortcuts__list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.bottom-shortcuts__list__item--icon {
  margin-bottom: 15px;
}

.bottom-shortcuts__list__item--title {
  font-size: 16px;
  line-height: 20px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 15px;
}

.bottom-shortcuts__list__item--desc {
  font-size: 12px;
  line-height: 22px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.unstyled-btn {
  border: none;
  background-color: inherit;
}

.share-wrapper .share-row-icon {
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .share-wrapper .icons {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.share-wrapper .icons svg {
  width: 65px;
  margin: auto 20px;
}

@media (max-width: 991.98px) {
  .share-wrapper .icons svg {
    margin: auto 20px 10px;
  }
}
@media (max-width: 767.98px) {
  .share-wrapper .icons svg {
    margin: auto 5px 10px;
  }
}
@media (max-width: 575.98px) {
  .share-wrapper .icons svg {
    margin: auto 3px 10px;
  }
}
.share-wrapper .close-btn {
  position: absolute;
  border: none;
  background-color: inherit;
  font-size: 12px;
  line-height: 16px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  bottom: 0;
}

@media (max-width: 991.98px) {
  .share-wrapper .close-btn {
    right: -55px;
  }
}
.share-wrapper .close-btn__x {
  top: 40px;
}

@media (max-width: 767.98px) {
  .share-wrapper .close-btn__x {
    top: 20px;
    right: 0;
  }
}
.share-wrapper .close-btn__social {
  height: 34px;
  top: 20px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .share-wrapper .close-btn__social {
    top: 20px;
  }
}
.share-wrapper .close-btn__h40 {
  height: 40px;
  padding: 0;
}

.share-wrapper .close-btn--bottom {
  height: 45px;
  line-height: 39px;
}

.share-row, .send-row {
  display: none;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .share-row, .send-row {
    margin-top: 28px;
    padding-top: 25px;
  }
}
.send-share-wrapper__form--title {
  font-size: 24px;
  line-height: 34px;
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.send-share-wrapper__form .form-content__name {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.send-share-wrapper__form .form-content__name--email {
  margin-bottom: 20px;
}

.send-share-wrapper__form .input-wrapper__label--text {
  font-size: 11px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-blue-3-font, #003399);
  margin-bottom: 5px;
}

.send-share-wrapper__form .input-wrapper__label--text__asterisk {
  display: none !important;
  color: var(--feux-red-bg, #E5001D);
}

.send-share-wrapper__form .form-content__terms-wrapper {
  font-size: 13px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-grey2-font, #4F4F4F);
  margin-top: 15px;
  margin-bottom: 40px;
}

.send-share-wrapper__form .form-content__terms-wrapper__list {
  color: var(--feux-black-font, #1B1B1B);
  border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
  overflow: hidden;
}

.send-share-wrapper__form .form-content__score--title {
  font-size: 13px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  display: inline-grid;
  vertical-align: middle;
}

.send-share-wrapper__form .form-content__score--title--info-bot {
  color: var(--feux-black-font, #1B1B1B) !important;
  display: block !important;
  margin-top: 5px !important;
}

@media (max-width: 767.98px) {
  .send-share-wrapper__form .form-content__score--title {
    display: block;
  }
}
.send-share-wrapper__form .form-content__score--equation-desktop, .send-share-wrapper__form .form-content__score--equation-mobile {
  display: inline-grid;
  margin-left: 30px;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .send-share-wrapper__form .form-content__score--equation-desktop, .send-share-wrapper__form .form-content__score--equation-mobile {
    margin-top: 20px;
    margin-left: 0;
  }
}
.send-share-wrapper__form .form-content__score--equation-mobile--input {
  display: inline-grid;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .send-share-wrapper__form .form-content__score--equation-mobile--input {
    margin-top: 20px;
  }
}
.send-share-wrapper__form .form-content__score--equation-mobile--input .input-wrapper__label--text {
  text-align: right;
  margin: 0;
}

.send-share-wrapper__form .form-content__score--equation-mobile--input .input-wrapper__label--text__asterisk {
  display: none !important;
  color: var(--feux-red-bg, #E5001D);
}

.send-share-wrapper__form .form-content__score--send-btn-wrapper {
  margin-top: 30px;
}

.send-share-with-kafel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 100px;
}

.send-share-with-kafel-wrapper .kafel-section {
  min-width: 273px;
  width: 273px;
  position: relative;
  -webkit-transform: translateY(122px);
  -ms-transform: translateY(122px);
  transform: translateY(122px);
}

.przejdz-do-mapy-dotacji-wrapper {
  background: var(--feux-white-bg, #FFFFFF);
  padding: 25px;
  border-radius: 12px;
}

.przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__map {
  margin-right: 24px;
}

.przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__rest {
  gap: 19px;
}

.przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__rest__header {
  font-family: Lexend-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--feux-blue-3-font, #003399);
}

.przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__rest__link, .przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__rest__link > a {
  font-family: Lexend-Bold, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--feux-blue-3-font, #003399);
}

.przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__rest__link span, .przejdz-do-mapy-dotacji-wrapper .przejdz-do-mapy-dotacji__rest__link > a span {
  margin-right: 16px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.step-mail__card {
  -webkit-box-shadow: 0px 4px 30px rgba(19, 51, 162, 0.17);
  box-shadow: 0px 4px 30px rgba(19, 51, 162, 0.17);
  background-color: var(--feux-white, #ffffff);
  padding: 30px 40px;
  width: 100%;
  max-width: 660px;
  font-family: Verdana !important;
}

.step-mail__card .step__h1, .step-mail__card .step__h1--blue-bottom-145px, .step-mail__card .step__h1--blue-bottom {
  margin-bottom: 35px;
}

.step-mail__card-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 55px;
  border-bottom: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.2));
}

.step-mail__text1 {
  margin-bottom: 115px;
}

.step-mail__text2 {
  margin-bottom: 175px;
}

.step-mail__text3 {
  margin-bottom: 135px;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.step-restore-password__header {
  margin-bottom: 60px;
}

.step-password-changed__mail a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: Lexend-Regular, sans-serif;
  font-weight: 400;
}

.step-password-changed__mail a:hover {
  text-decoration: underline;
}

.step-password-changed__mail small, .step-password-changed__mail .small {
  margin-top: 35px;
}

.step-restore-password__card .step-mail__text1 {
  margin-bottom: 35px;
}

.step-mail__card {
  max-width: 700px;
}

.step-mail__card .anchor-bold {
  font-family: Verdana !important;
  font-weight: 700;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.step__btn-primary {
  min-width: 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  background: var(--feux-blue-3, #003399);
  border-radius: 6px;
  color: var(--feux-white, #ffffff);
  font-family: Verdana !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px;
}

.step__btn-primary:hover {
  background: var(--feux-uep-blue-bg, #407DD8);
  color: var(--feux-white, #ffffff);
}

.step__h1, .step__h1--blue-bottom-145px, .step__h1--blue-bottom {
  display: inline-block;
  font-family: Verdana !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 15px;
  position: relative;
}

.step__h1--blue-bottom {
  border-bottom: 2px solid var(--feux-blue-3, #003399);
}

.step__h1--blue-bottom-145px::after {
  content: "";
  height: 2px;
  width: 145px;
  background: var(--feux-blue-3, #003399);
  position: absolute;
  bottom: 0;
  left: 0;
}

.step-mail__text1 {
  font-size: 16px;
  line-height: 26px;
}

.step-mail__text1 a:not(.step__btn-primary) {
  color: var(--feux-step-anchor-blue-font, #0C4DA2);
  text-decoration: underline;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fes/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-RegularItalic";
  src: url("fes/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fes/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-BoldItalic";
  src: url("fes/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fes/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-LightItalic";
  src: url("fes/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("fes/fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("fes/fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("fes/fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lexend-Bold";
  src: url("fes/fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("fes/fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
}
.text-left {
  text-align: left;
}

.bottom-bar-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--feux-white-bg, #FFFFFF);
  width: 100vw;
  height: 71px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@media (max-width: 991.98px) {
  .bottom-bar-wrapper {
    bottom: 72px;
  }
}
.bottom-bar-wrapper .bottom-bar {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-bar-wrapper .bottom-bar__button-next__btn {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--feux-white-font, #FFFFFF);
  background: var(--feux-blue-3, #003399);
  padding: 17px 20px;
  letter-spacing: 0.12em;
  border-radius: 6px;
  max-height: 46px;
  border: none;
}

.bottom-bar-wrapper .bottom-bar__button-prev__btn {
  font-size: 12px;
  line-height: 12px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--feux-white-bg, #FFFFFF);
  color: var(--feux-blue-3-font, #003399);
  padding: 17px 30px;
  letter-spacing: 0.12em;
  border-radius: 6px;
  border: 1px solid var(--feux-blue-3, #003399);
  max-height: 46px;
}

.bottom-bar-wrapper .bottom-bar__button-prev__btn svg {
  height: 12px;
  margin-right: 7px;
  stroke: var(--feux-blue-3, #003399);
}

html, body {
  height: 100%;
}

body > footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

.mms-footer {
  height: 80px;
  width: 100%;
  background-color: #1c5aaa;
  text-align: center;
  font-size: 20px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  background: rgba(0, 51, 153, 0.1);
  opacity: 0.2;
}

::-webkit-scrollbar-thumb {
  background: #039;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #039;
}

.pagination-bar {
  justify-content: center;
}

.pagination-results {
  display: none;
}

.page-item {
  margin: 0.375rem 0.375rem;
}
.page-item.dropdown:after {
  content: "...";
  vertical-align: sub;
}
.page-item.dropdown > button {
  display: none;
}
.page-item > .dropdown > * {
  display: none;
}
.page-item > .dropdown:after {
  content: "...";
  vertical-align: sub;
}
.page-item .page-link {
  color: initial;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0.375rem;
  padding: 0.375rem 1rem;
}
.page-item .page-link:hover {
  border: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  color: #0a58ca;
}
.page-item:first-child .page-link {
  border-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-radius: 0.25rem;
}
.page-item.disabled .page-link {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0);
}
.page-item.active .page-link {
  color: initial;
  background-color: var(--feux-uep-blue-10-bg, rgba(64, 125, 216, 0.1));
  border: 1px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
}
.page-item.active .page-link:hover {
  border: 2px solid var(--feux-blue-3-10, rgba(0, 51, 153, 0.1));
  padding: 5px 15px;
  color: #0a58ca;
}

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
b, strong {
  font-weight: bold;
}

.lfr-layout-structure-item-row {
  overflow: unset !important;
}

.dropdown-menu {
  max-width: unset;
  max-height: unset;
}

a:hover {
  text-decoration: none;
}

.portlet {
  margin-bottom: 0;
}

.lfr-layout-structure-item-container.container {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (max-width: 991.98px) {
  .feux-filtry__item--icon-only {
    padding: 5px;
    height: 100%;
  }
  .feux-filtry__item {
    margin: 5px;
  }
}
.pipe {
  position: relative;
}

.input-calendar-range-wrapper .feux-calendar-input__control {
  padding-left: 4rem;
  padding-right: 0.75rem;
}
.input-calendar-range-wrapper .feux-calendar-input:not(.hide)::after {
  content: none;
}

.documents-card-main__text--link,
.documents-card-main__meta-info__link,
.documents-list-wrapper__left__info--link {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  text-align: initial;
  text-underline-offset: 0.23em;
  padding: 0;
}
.documents-card-main__text--link:hover,
.documents-card-main__meta-info__link:hover,
.documents-list-wrapper__left__info--link:hover {
  text-decoration: none;
  color: #0a58ca;
}

.harmonogram__header-changes__prev__table ul {
  height: initial;
}
.harmonogram__header-changes__prev__table ul li {
  display: block;
}

.news-list-container ul.list-unstyled {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list-container ul.list-unstyled li {
  width: 313px;
  margin-bottom: 45px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news-list-container ul.list-unstyled li {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-list-container ul.list-unstyled li {
    width: 274px;
  }
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li {
    width: 100%;
  }
}
.news-list-container ul.list-unstyled li .card {
  border: none;
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news-list-container ul.list-unstyled li .card .card-body {
  height: 230px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 15px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card .card-body {
    margin-top: 0;
    height: 220px;
    width: 60%;
    min-height: initial !important;
    padding: 5px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .news-list-container ul.list-unstyled li .card .card-body :before {
    content: none;
  }
}
.news-list-container ul.list-unstyled li .card .card-body h3 {
  font-size: 16px;
  line-height: 22px;
  -webkit-line-clamp: 8;
}
.news-list-container ul.list-unstyled li .card .card-img-top :not(.card-img-top-mobile) > img {
  border-top-right-radius: 12px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card .card-img-top {
    height: 220px;
    width: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card .card-img-top img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.news-list-container ul.list-unstyled li .card .card-img-top-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card .card-img-top-mobile {
    display: initial;
  }
}
.news-list-container ul.list-unstyled li .card-no-img .card-body {
  height: 347px;
  margin-top: 0;
  margin-right: 0;
  border-top-left-radius: 12px !important;
}
.news-list-container ul.list-unstyled li .card-no-img .card-body:before {
  content: none;
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card-no-img .card-body {
    height: 220px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.news-list-container ul.list-unstyled li .card-no-img .card-body .card-success-story__desc {
  font-size: 14px;
  line-height: 24px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .news-list-container ul.list-unstyled li .card-no-img .card-body .card-success-story__desc {
    display: none;
  }
}

.card-img-top picture {
  border-radius: inherit;
}
.card-img-top picture img {
  border-radius: inherit;
}

.documents-card-right .feux-btn-primary {
  height: auto;
  padding: 10px 28px;
}

@media (max-width: 767.98px) {
  .documents-card-right {
    margin-top: 0;
    margin-bottom: 0;
  }
  .documents-card-right .documents-card-right__text__wrapper {
    padding-left: 0;
  }
}
header.site-header > div.container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  left: 0;
  background: var(--feux-blue-3-5, rgba(0, 51, 153, 0.05));
}

.tooltip .tooltip-arrow {
  background-color: transparent;
}

.site-header__logo-nav__nav__menu li:not(:last-child):not(:last-child) {
  padding: 0;
}
.site-header__logo-nav__nav__menu li:not(:first-child):not(:first-child) {
  padding-left: 39px;
}

html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
  z-index: 1000;
}

.portlet-journal-content .journal-content-article img, .portlet-journal-content .journal-content-article .cke_widget_image {
  max-width: none;
}

.site-footer__desktop__menu-bottom__phone {
  margin-right: 0;
}
.site-footer__desktop__menu-bottom__phone a:hover {
  color: #eff2f9;
}

.site-footer__desktop__menu-bottom__social {
  margin-left: 30px;
}

.site-footer__desktop__menu-bottom__menu .site-footer__desktop__menu-bottom__social {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .fixed-bottom {
    bottom: 73px;
  }
  .sticky-footer {
    z-index: 1999;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box .sticky-info-box__anchor__link {
    text-transform: uppercase;
  }
  .faq-wrapper .sticky-info-box.faq-sticky-info-box {
    height: auto;
    padding: 1rem !important;
  }
}
.portlet-journal-content .journal-content-article img, .portlet-journal-content .journal-content-article .cke_widget_image {
  max-width: none !important;
}

.widget-player-audio figcaption {
  margin-top: 15px;
}

.player-audio-container {
  display: flex;
}
.player-audio-container .playButton-container {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003399;
  border-radius: 50%;
  margin: 0 15px;
  align-self: center;
}
.player-audio-container .playButton-container:hover {
  cursor: pointer;
}
.player-audio-container .playButton-container .play-pause-button {
  padding: 0;
  background: transparent;
  border-color: transparent transparent transparent white;
  transition: 100ms all ease;
  cursor: pointer;
}
.player-audio-container .playButton-container .play-pause-button.play {
  border-style: solid;
  border-width: 10px 0 10px 15px;
}
.player-audio-container .playButton-container .play-pause-button.pause {
  border-style: double;
  border-width: 0 0 0 15px;
  height: 15px;
}
.player-audio-container .audio-wave {
  width: 100%;
}

.rpo-swiper-lista-dokumenty .journal-content-article {
  height: 100%;
}

.feux-label-tag__white-eu {
  background: var(--feux-white, #ffffff);
  border: 1px solid var(--feux-blue-3, #003399);
  border-radius: 6px;
  color: var(--feux-blue-3, #003399);
  font-size: 12px;
  line-height: 15px;
  padding: 7px 11px;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  height: 32px;
}

@media (max-width: 767.98px) {
  .feux-label-tag__white-eu {
    height: 26px;
    padding: 6px 10px;
  }
}
html:not(#__):not(#___) .page-editor__fragment-content .portlet > .cadmin.portlet-topper {
  height: unset !important;
}

.contact-menu-wrapper__list__item:not(:first-child) {
  padding-left: 10px;
}
.contact-menu-wrapper__list__item:not(:last-child) {
  padding-right: 10px;
}

.contact-information-point__header__button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.33325 1.5L7.99992 8.16667L14.6666 1.5' stroke='%23003399' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  min-width: 16px;
  height: 10px;
  display: block;
  margin-left: auto;
  padding-left: 32px;
}

.timeline button svg path {
  stroke: #757373 !important;
}

.contact-information-point__header__button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-position: left;
}

.contact-with-gov-wrapper__contact__address-list--contact a:last-child {
  color: initial;
}
.contact-with-gov-wrapper__contact__address-list--contact a:last-child:hover {
  color: #0a58ca;
}
.contact-with-gov-wrapper__contact__address-list--contact a:last-child svg {
  margin-right: initial;
  width: initial;
}

img.leaflet-tile {
  mix-blend-mode: initial !important;
  filter: grayscale(1);
}

@media (max-width: 767.98px) {
  #collapseHarmPar .harmonogram__tabs {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .event-other-events-wrapper .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .event-other-events-wrapper .swiper-slide {
    width: auto;
  }
  .event-other-events-wrapper .swiper-slide:has(.important) {
    width: 460px !important;
  }
}
@media (min-width: 1440px) {
  .event-other-events-wrapper .swiper-slide:has(.important) {
    width: 630px !important;
  }
}
.event-other-events-wrapper .event-card-wrapper__other__boxes .card .card-body {
  padding-top: 20px;
  border-radius: 12px 12px 12px 0 !important;
  margin-bottom: -25px !important;
  z-index: 1;
}
.event-other-events-wrapper .event-card-wrapper__other__boxes .card {
  border: none;
  background-color: unset;
}

#spotkania-lista .events-list-wrapper__list .journal-content-article:has(> .promoted) {
  grid-column: span 2;
}
#spotkania-lista .events-list-wrapper .events-list-wrapper__list .journal-content-article:has(> .promoted) {
  grid-column: span 2;
}

div.lfr-layout-structure-item-collection:has(#spotkania-lista.unfiltered-list) .lfr-tooltip-scope {
  display: none;
}

.feux-label__blue {
  min-height: 21px;
  height: auto;
}

ul.sitemap__section__columns__column__links {
  list-style: none !important;
}

ul.sitemap__section__columns__column__links a.first-level {
  font-size: 20px;
}

.tabs-jak-fundusze .nav-link:not(.active):not(:hover) img {
  filter: grayscale(1) brightness(0) invert(1);
}

.accordion-jak-fundusze img {
  filter: grayscale(1) brightness(0) invert(1);
}

.portlet-journal-content .journal-content-article .how-people-companies-use__people__image-wrapper img {
  min-height: 360px;
  max-height: 460px;
  max-width: 700px;
}

.how-people-companies-use__people__image-wrapper.leftSide {
  padding-right: 12px;
  padding-left: 70px;
  justify-content: flex-start;
}

.how-people-companies-use__people__image-wrapper.rightSide {
  padding-right: 95px;
  padding-left: 12px;
  justify-content: flex-end;
}

h3.how-people-companies-use__baner-list__item__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.how-people-companies-use {
  margin-bottom: 0;
  padding-bottom: 0;
}

.how-people-companies-use__people {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.dictionary-list-wrapper__left__popular__list--item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  height: 100% !important;
}

.dictionary-list-wrapper__left__popular__list--item button h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-big-card-wrapper__content .event-big-card-wrapper__content_event-map .address-map-card__map > div {
  width: 600px;
  height: 367px;
}

@media (max-width: 991.98px) {
  .event-big-card-wrapper__content .event-big-card-wrapper__content_event-map .address-map-card__map > div {
    width: 100%;
    z-index: 0;
  }
  .event-big-card-wrapper__content .event-big-card-wrapper__content_event-map .address-map-card__description {
    margin-top: 80px;
  }
}
.poradniki-lista {
  padding-bottom: 0;
}
.poradniki-lista .poradniki-lista-swiper {
  padding-bottom: 75px;
}
.poradniki-lista .poradniki-lista-swiper:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 25px;
  bottom: 10px;
  left: 37px;
  background-color: var(--feux-blue-3, #003399);
}

@media (max-width: 767.98px) {
  .mobile-ready .poradniki-lista__card {
    flex-direction: row;
  }
  .mobile-ready .poradniki-lista__card .card-img-top {
    height: 92px;
    width: 40%;
    border-radius: 12px 0 0 12px;
  }
  .mobile-ready .poradniki-lista__card .card-img-top img {
    border-radius: 12px 0 0 12px;
  }
  .mobile-ready .poradniki-lista__card .card-body {
    min-height: initial !important;
    height: 92px;
    border-radius: 0 12px 12px 0;
    margin-top: 0;
    margin-right: 0;
    padding: 5px 15px;
  }
  .mobile-ready .poradniki-lista__card .card-body:before {
    content: none;
  }
}
.document-list__element--check-input {
  margin-top: 0.625rem !important;
}

.document-list .form-inline {
  display: block;
}

.portlet-layout.row .container {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.feux-label-tag__red__no-active {
  opacity: 0.5;
}

.feux-label-tag__green__no-active {
  color: #247A4A !important;
}

.feux-label-tag__orange__no-active {
  color: #94641A !important;
}

.feux-label-tag__gray__no-active {
  color: #656666 !important;
}

.pagination-items-per-page > button {
  color: #0c72df;
}

.recruitment-news-wrapper__item__box {
  border-bottom: 1px solid var(--feux-black-20-bg, rgba(27, 27, 27, 0.2));
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.recruitment-links-wrapper__item__box:last-child {
  border-bottom: none;
}

.tytul_srodtekstowy {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.dobre_rady {
  display: block;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(208, 221, 241);
  border-image: initial;
  padding: 14px;
  border-radius: 12px;
}

.bardzo_wazne_inofmracje {
  display: block;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(18, 86, 187);
  border-image: initial;
  padding: 14px;
  border-radius: 12px;
}

.cytat {
  background-color: rgb(208, 221, 241);
  font-style: italic;
  font-size: 18px;
  display: block;
  padding: 20px 28px;
  border-radius: 12px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.collapse.in {
  display: block;
}

@media (max-width: 767.98px) {
  .publi-box-wrapper > .publi-box-image-wrapper img.img-fluid {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .contact__wrapper {
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .publi-box-wrapper > .publi-box-new.card-body {
    min-height: 215px;
  }
}
.line-clamp-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.small-projects:not(.page-editor__fragment-content) {
  display: none;
}

.big-projects:not(.page-editor__fragment-content) {
  display: none;
}

.card-success-story-blue .card-body:before {
  background-color: var(--feux-blue-3, #003399) !important;
}

.reports-box-simple {
  max-height: initial;
  height: 215px;
}

@media (max-width: 767.98px) {
  .reports-box-simple {
    height: 170px;
  }
}
.login-container .panel-body {
  padding-left: 0;
  padding-right: 0;
}

.my-button-icon {
  margin-right: 10px;
}

.my-bookmark {
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: var(--feux-black-font, #1B1B1B);
  opacity: 0.7;
}

.container-logout {
  text-align: right;
  margin-bottom: 8px;
  margin-top: 8px;
  background-color: rgb(208, 221, 241);
  font-size: 12px;
}

.container-logout-main {
  background-color: rgb(208, 221, 241);
}

.user-screen-name {
  color: rgb(18, 86, 187);
}

.container-logout a {
  font-size: 12px;
  margin-left: 20px;
}

.cursor-auto {
  cursor: auto !important;
}

.slask-logo-header, .slask-logo-footer {
  height: 36px;
}

.card-title:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.text-semibold-2:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.title-h3:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.rpo__header-title:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.card-title--swiper:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.tab-content-title:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.card-header-wrapper__title:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.news-widget-header .card-header-wrapper__place, .guide-widget-header .card-header-wrapper__place {
  color: var(--feux-black-font, #1B1B1B) !important;
  opacity: 1 !important;
}

.text-14px:focus-visible {
  outline: 2px solid var(--feux-orange-bg, #FF5F20);
}

.timeline button {
  color: var(--feux-blue-3-font, rgba(0, 51, 153, 0.7));
}

.contact-menu-wrapper__list__item p {
  color: var(--feux-black-font, rgba(0, 0, 0, 0.8)) !important;
}

.contact-info-map__tags__contact-tag button {
  text-transform: uppercase;
  padding: 12px 14px;
  letter-spacing: 0.12em;
  border-radius: 6px;
  background: var(--feux-blue-3-font, #003399);
  color: var(--feux-white, #ffffff);
  margin-right: 15px;
  width: 333px;
  text-align: center;
  margin-top: 24px;
  font-family: Lexend-Medium, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

@media (max-width: 767.98px) {
  .contact-info-map__tags__contact-tag button {
    padding: 14px 14px;
    width: 100%;
    text-align: center;
  }
}
.faq-cat-scroll {
  max-height: 50em;
  overflow: auto;
}

.widget-text a, .documents-card-main__text a, .publi-card-main__text a, .recruitment-card-left a, .accordion-body a, .poradnik-all-sections-wrapper a, .success-story-card__what-action__aside a, .list-custom-start a {
  color: #0A50B9 !important;
  text-decoration: underline !important;
  border-bottom: none !important;
  display: inline !important;
}

.journal-content-article .card-title--swiper {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .journal-content-article .card-title--swiper {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767.98px) {
  .journal-content-article .card-title--swiper {
    -webkit-line-clamp: 3;
  }
}
.journal-content-article .events-box-title-wrapper__title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .journal-content-article .events-box-title-wrapper__title {
    -webkit-line-clamp: 4;
  }
}
.event-other-events-wrapper .journal-content-article .card-title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}

.journal-content-article .document-card header h3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.journal-content-article {
  overflow: auto;
}
.journal-content-article table {
  margin: 2vw;
}
.journal-content-article thead, .journal-content-article tbody, .journal-content-article tfoot, .journal-content-article tr, .journal-content-article td, .journal-content-article th {
  border-color: inherit;
  border-style: solid;
  border-width: 2px;
  padding: 6px;
}

@media (max-width: 470.98px) {
  .lfr-layout-structure-item-basic-component-html .card .publi-box-new .publi-label-bar-wrapper__label.feux-label__blue {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .lfr-layout-structure-item-basic-component-html .card .publi-box-new .publi-box__labelbar {
    padding-bottom: 0;
  }
}
.app-version {
  text-align: right;
  background-color: var(--feux-white, #ffffff);
  font-size: 12px;
  line-height: 18px;
  font-family: Lexend-Light, sans-serif;
  font-weight: 300;
  color: var(--feux-black-font, rgba(0, 0, 0, 0.7));
}

.tytul_srodtekstowy a.btn.btn-default.btn-lg.pull-left {
  display: none !important;
}

.sub-menu-container .site-header__quick-access-guides ul {
  justify-content: space-evenly !important;
}
.sub-menu-container .card-header-wrapper__breadcrumb {
  margin-top: 20px;
}

.fes-image-attachment-gallery .img-preview {
  background-size: cover;
  height: 150px !important;
  border-radius: 0.25rem;
}

.journal-template-error {
  display: none;
}

button.shareBtnOpen, a span.sendBtnOpen {
  color: #0A50B9 !important;
  text-decoration: underline !important;
  border-bottom: none !important;
  text-underline-offset: 4px;
}

.icon-text-link-wrapper .icon-text-link-wrapper__text .d-inline {
  display: none !important;
}

.ms-n1 {
  margin-left: -1.5rem;
}

.site-footer__desktop__menu-bottom__menu-last ul li a {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .site-header__logos {
    margin-right: 5px !important;
  }
}