:root {
    --page-margin: 4vw;
    --page-width: 100%;
    --post-width: 1260px;
    --entry-width: 1280px;
    --header-height: 4rem;
    --border-radius: 8px;
    --card-image-height: 13rem;
    --cards-gap: 1.8rem;
    --cards-grid-min-width: 19rem;
    --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --heading-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --logo-font: var(--body-font);
    --menu-font: var(--body-font);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --headings-weight: 700;
    --headings-transform: none;
    --line-height: 1.6;
    --white: #FFFFFF;
    --black: #000000;
    --dark: #283149;
    --dark-rgb: 40, 49, 73;
    --gray-1: #393e46;
    --gray-2: #9196A2;
    --light: #EFEFEF;
    --lighter: #F3F3F3;
    --lightest: #F7F8F9;
    --color: #FF427F;
    --color-rgb: 255, 66, 127;
    --text-color: #343435;
    --headings-color: #283149;
    --link-color: #FF427F;
    --link-color-hover: #283149
}

@media all and (min-width:75em) {
    :root {
        --header-height: 5rem
    }
}

@media all and (min-width:90em) {
    :root {
        --header-height: 6rem
    }
}

@media all and (min-width:100em) {
    :root {
        --header-height: 7rem
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

button,
input,
select,
textarea {
    font: inherit
}

address {
    font-style: normal
}

.facebook:hover svg {
    fill: #3b5998
}

.twitter:hover svg {
    fill: #55acee
}

.instagram:hover svg {
    fill: #405de6
}

.vimeo:hover svg {
    fill: #1ab7ea
}

.pinterest:hover svg {
    fill: #bd081c
}

.youtube:hover svg {
    fill: #cd201f
}

.linkedin:hover svg {
    fill: #0077B5
}

.buffer:hover svg {
    fill: #222222
}

.mix:hover svg {
    fill: #f77e25
}

::-moz-selection {
    background: var(--color);
    color: var(--white)
}

::selection {
    background: var(--color);
    color: var(--white)
}

html {
    font-size: 1rem;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}

@media screen and (min-width:20rem) {
    html {
        font-size: calc(1rem + .1 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    html {
        font-size: 1.1rem
    }
}

html.no-scroll {
    overflow: hidden
}

body {
    background: var(--white);
    color: var(--text-color);
    font-family: var(--body-font);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height);
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

a:hover {
    color: var(--link-color-hover)
}

a:active {
    color: var(--link-color-hover)
}

a:focus {
    color: var(--link-color-hover);
    outline: 0
}

.invert {
    color: var(--link-color-hover);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.invert:hover {
    color: var(--link-color)
}

.invert:active {
    color: var(--link-color)
}

.invert:focus {
    color: var(--link-color);
    outline: 0
}

dl,
ol,
p,
pre,
ul {
    margin-top: calc(1rem + .5vw)
}

blockquote,
figure,
hr {
    margin-top: calc(1.5rem + .5vw);
    margin-bottom: calc(1.5rem + .5vw)
}

pre,
table {
    margin-top: calc(1rem + .5vw);
    margin-bottom: calc(1.5rem + 1vw)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--heading-font);
    font-weight: var(--headings-weight);
    line-height: 1.2;
    margin-top: calc(.5rem + .1vw);
    text-transform: var(--headings-transform)
}

.h1,
h1 {
    font-size: 1.423828125rem
}

@media screen and (min-width:20rem) {
    .h1,
    h1 {
        font-size: calc(1.423828125rem + 1.8234929005 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .h1,
    h1 {
        font-size: 3.2473210255rem
    }
}

.h2,
h2 {
    font-size: 1.265625rem
}

@media screen and (min-width:20rem) {
    .h2,
    h2 {
        font-size: calc(1.265625rem + .7616615295 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .h2,
    h2 {
        font-size: 2.0272865295rem
    }
}

.h3,
h3 {
    font-size: 1.125rem
}

@media screen and (min-width:20rem) {
    .h3,
    h3 {
        font-size: calc(1.125rem + .6770324707 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .h3,
    h3 {
        font-size: 1.8020324707rem
    }
}

.h4,
h4 {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    .h4,
    h4 {
        font-size: calc(1rem + .423828125 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .h4,
    h4 {
        font-size: 1.423828125rem
    }
}

.h5,
h5 {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    .h5,
    h5 {
        font-size: calc(1rem + .265625 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .h5,
    h5 {
        font-size: 1.265625rem
    }
}

.h6,
h6 {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    .h6,
    h6 {
        font-size: calc(1rem + .125 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .h6,
    h6 {
        font-size: 1.125rem
    }
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
    margin-top: calc(.75rem + .5vw)
}

b,
strong {
    font-weight: var(--headings-weight)
}

blockquote {
    -webkit-box-shadow: 1px 1px 36px -6px rgba(var(--dark-rgb), .12);
    box-shadow: 1px 1px 36px -6px rgba(var(--dark-rgb), .12);
    border-radius: var(--border-radius);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: var(--font-weight-semibold);
    padding: 5.5rem 4rem 3rem;
    position: relative;
    text-align: center;
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    blockquote {
        font-size: calc(1rem + .125 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    blockquote {
        font-size: 1.125rem
    }
}

blockquote::before {
    color: var(--color);
    content: "“";
    font: normal 420%/0.9 Georgia, Times, Times New Roman, serif;
    top: 2.25rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

blockquote>:first-child {
    margin-top: 0
}

ol,
ul {
    margin-left: 2rem
}

ol>li,
ul>li {
    list-style: inherit;
    padding: 0 0 .5rem .5rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: .5rem;
    margin-top: .5rem
}

dl dt {
    font-weight: var(--headings-weight)
}

code {
    background-color: rgba(var(--color-rgb), .1);
    border-radius: 2px;
    color: var(--color);
    font-size: 1rem;
    font-family: var(--monospace);
    padding: .25rem .5rem
}

pre {
    background-color: var(--lighter);
    border-radius: 3px;
    font-size: 1rem;
    padding: 1.5rem;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    width: 100%
}

pre code {
    background-color: var(--lighter);
    color: inherit !important;
    font-size: inherit;
    padding: 0
}

table {
    border: 1px solid var(--light);
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    text-align: left;
    width: 100%
}

table th {
    font-weight: var(--font-weight-semibold);
    padding: .625rem 1rem
}

table td {
    border-top: 1px solid var(--light);
    padding: .625rem 1rem
}

figcaption {
    color: var(--gray-2);
    font-family: var(--body-font);
    font-weight: var(--font-weight-normal);
    font-size: .7901234568rem;
    margin-top: 1rem;
    text-align: center
}

kbd {
    background: var(--dark);
    border-radius: 2px;
    color: var(--white);
    font-family: var(--monospace);
    font-size: .8888em;
    padding: .125rem .375rem
}

sub,
sup {
    font-size: 65%
}

small {
    font-size: .7901234568rem
}

.separator,
hr {
    background: 0 0;
    border: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align: center
}

.separator::before,
hr::before {
    content: "***";
    color: var(--dark);
    font-size: 1.265625rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 1.265625rem;
    padding-left: 1.265625rem
}

.separator--dot::before {
    content: "*";
    color: var(--dark);
    font-size: 1.265625rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 1.265625rem;
    padding-left: 1.265625rem
}

.separator--long-line {
    position: relative
}

.separator--long-line::before {
    content: "";
    height: 1.265625rem
}

.separator--long-line::after {
    border-top: 1px solid var(--light);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0
}

.btn,
[type=button],
[type=submit],
button {
    background: var(--color);
    -webkit-box-shadow: 0 8px 20px -3px rgba(var(--dark-rgb), .12);
    box-shadow: 0 8px 20px -3px rgba(var(--dark-rgb), .12);
    border: none;
    border-radius: var(--border-radius);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: var(--font-weight-bold) 0.7901234568rem var(--heading-font);
    padding: 1.125rem 2rem;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    will-change: transform;
    width: 100%
}

@media all and (min-width:20em) {
    .btn,
    [type=button],
    [type=submit],
    button {
        width: auto
    }
}

.btn:focus,
.btn:hover,
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    -webkit-box-shadow: 0 12px 20px 0 rgba(var(--dark-rgb), .12);
    box-shadow: 0 12px 20px 0 rgba(var(--dark-rgb), .12);
    text-decoration: none;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.btn:focus,
[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 0
}

.btn:disabled,
[type=button]:disabled,
[type=submit]:disabled,
button:disabled {
    background-color: var(--light);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    color: var(--dark);
    cursor: not-allowed
}

.btn--white {
    background: var(--white);
    color: var(--gray-1)
}

.btn--white:focus,
.btn--white:hover {
    color: var(--color)
}

@media all and (max-width:19.9375em) {
    .btn+.btn,
    .btn+[type=button],
    .btn+[type=submit],
    .btn+button,
    [type=button]+.btn,
    [type=button]+[type=button],
    [type=button]+[type=submit],
    [type=button]+button,
    [type=submit]+.btn,
    [type=submit]+[type=button],
    [type=submit]+[type=submit],
    [type=submit]+button,
    button+.btn,
    button+[type=button],
    button+[type=submit],
    button+button {
        margin-top: .5rem
    }
}

[type=button],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none
}

::-webkit-input-placeholder {
    color: var(--gray-2);
    opacity: 1
}

::-moz-placeholder {
    color: var(--gray-2);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--gray-2);
    opacity: 1
}

::-ms-input-placeholder {
    color: var(--gray-2);
    opacity: 1
}

::placeholder {
    color: var(--gray-2);
    opacity: 1
}

fieldset {
    border: 1px solid var(--light);
    border-radius: 4px;
    margin: 0 0 1.5rem;
    padding: 1.5rem
}

fieldset>legend {
    margin-left: -1rem;
    padding: 0 1rem
}

legend {
    font-weight: var(--headings-weight)
}

label {
    font-weight: var(--headings-weight);
    margin: 0 1rem .75rem 0
}

option {
    font-weight: var(--font-weight-normal)
}

[type=email],
[type=number],
[type=search],
[type=tel],
[type=text],
[type=url],
select,
textarea {
    background-color: var(--white);
    border: none;
    border: 2px solid var(--light);
    border-radius: var(--border-radius);
    font-size: 1rem;
    outline: 0;
    padding: .75rem 1.25rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media all and (min-width:37.5em) {
    [type=email],
    [type=number],
    [type=search],
    [type=tel],
    [type=text],
    [type=url],
    select,
    textarea {
        width: auto
    }
}

[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
    border-color: rgba(40, 49, 73, .2)
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: block;
    font-weight: var(--font-weight-normal);
    position: relative;
    margin-left: -1px;
    cursor: pointer;
    padding: 0 0 0 2.25rem
}

input[type=checkbox]+label::before,
input[type=radio]+label::before {
    background-color: var(--white);
    border: 1px solid var(--light);
    border-radius: 2px;
    content: "";
    display: block;
    height: 1.25rem;
    left: 0;
    line-height: 1.25rem;
    margin-right: .75rem;
    position: absolute;
    text-align: center;
    top: .25rem;
    width: 1.25rem
}

input[type=checkbox]:checked+label::before,
input[type=radio]:checked+label::before {
    background-image: none !important;
    content: "";
    border-color: var(--gray-2)
}

input[type=checkbox]:checked+label::after,
input[type=radio]:checked+label::after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    border: solid var(--color);
    border-width: 0 2px 2px 0;
    left: .275rem;
    position: absolute;
    top: .75rem;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%)
}

input[type=radio]+label::before {
    border-radius: 50%
}

[type=file] {
    margin-bottom: 1.5rem;
    width: 100%
}

select {
    border-radius: var(--border-radius);
    max-width: 100%;
    width: auto;
    position: relative
}

select:not([multiple]) {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><polygon points="3 6 3 6 0 0 6 0 3 6" fill="%238a8b8c"/></svg>') no-repeat 90% 50%;
    background-size: 8px;
    padding-right: 3rem
}

select[multiple] {
    border: 1px solid var(--light);
    padding: 1.5rem;
    width: 100%
}

select[multiple]:hover {
    border-color: var(--light)
}

select[multiple]:focus {
    border-color: var(--light)
}

select[multiple]:disabled {
    background-color: var(--light);
    cursor: not-allowed
}

select[multiple]:disabled:hover {
    border-color: var(--light)
}

textarea {
    display: block;
    overflow: auto;
    resize: vertical;
    max-width: 100%
}

.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    grid-template-areas: ". nav logo search .";
    -ms-grid-columns: var(--page-margin) auto 1fr auto var(--page-margin);
    grid-template-columns: var(--page-margin) auto 1fr auto var(--page-margin);
    height: var(--header-height);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media all and (max-width:74.9375em) {
    .header {
        border-bottom: 1px solid var(--light)
    }
}

@media all and (min-width:75em) {
    .header {
        grid-template-areas: ". logo nav search . "
    }
}

.header{
    background: var(--white);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .04);
    opacity: 1;
    position: fixed;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header.is-hidden {
    opacity: 0;
    -webkit-transform: translate(0, -86px);
    -ms-transform: translate(0, -86px);
    transform: translate(0, -86px)
}

.logo {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: logo;
    color: var(--dark) !important;
    font-family: var(--logo-font);
    font-weight: var(--font-weight-bold);
    font-size: 1.423828125rem;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap
}

.footer__top>.logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

@media all and (max-width:74.9375em) {
    .logo {
        text-align: center
    }
}

.logo>img {
    max-height: var(--header-height);
    padding: .5rem 0
}

.search {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: search;
    text-align: right;
    z-index: 9999
}

@media all and (min-width:75em) {
    .search {
        margin-left: 3rem
    }
}

.search__btn {
    border: none;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    width: auto
}

.search__btn:focus,
.search__btn:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.search__btn:focus>svg,
.search__btn:hover>svg {
    fill: var(--color)
}

.search__btn>svg {
    display: inline-block;
    fill: var(--dark);
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    vertical-align: middle
}

.search__input {
    background: 0 0;
    border: none;
    padding: 0 1rem 0 0;
    width: 100%
}

@media all and (min-width:37.5em) {
    .search__input {
        min-width: 18rem
    }
}

.search__input:focus {
    color: var(--dark)
}

.search__input:focus::-webkit-input-placeholder {
    color: var(--gray-2) important;
    opacity: .66
}

.search__input:focus::-moz-placeholder {
    color: var(--gray-2) important;
    opacity: .66
}

.search__input:focus:-ms-input-placeholder {
    color: var(--gray-2) important;
    opacity: .66
}

.search__input:focus::-ms-input-placeholder {
    color: var(--gray-2) important;
    opacity: .66
}

.search__input:focus::placeholder {
    color: var(--gray-2) important;
    opacity: .66
}

.search__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search__button {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: .9rem 1.25rem;
    width: auto !important
}

.search__overlay {
    background-color: var(--white);
    -webkit-box-shadow: 1px 0 18px rgba(0, 0, 0, .12);
    box-shadow: 1px 0 18px rgba(0, 0, 0, .12);
    border-radius: var(--border-radius);
    left: var(--page-margin);
    opacity: 0;
    padding: .5rem .5rem .5rem 1rem;
    position: absolute;
    right: var(--page-margin);
    top: var(--header-height);
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    -webkit-transform: translateY(-.75rem);
    -ms-transform: translateY(-.75rem);
    transform: translateY(-.75rem);
    visibility: hidden;
    z-index: 2005
}

@media all and (min-width:37.5em) {
    .search__overlay {
        left: auto;
        top: calc(var(--header-height) - 1vw)
    }
}

.search__overlay.expanded {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block;
    visibility: visible
}

.search__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: nav
}

@media all and (min-width:75em) {
    .navbar {
        -ms-grid-column-align: end;
        justify-self: end
    }
}

.navbar .navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.75rem 0 0;
    padding: 0
}

@media all and (max-width:74.9375em) {
    .navbar .navbar__menu {
        display: none
    }
}

.navbar .navbar__menu li {
    display: block;
    font-size: .8888888889rem;
    font-family: var(--menu-font);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height);
    padding: 0;
    position: relative;
    white-space: nowrap
}

.navbar .navbar__menu li a,
.navbar .navbar__menu li span[aria-haspopup=true] {
    border-radius: var(--border-radius);
    color: var(--dark);
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out
}

.navbar .navbar__menu li span {
    color: var(--gray-2);
    cursor: default;
    display: block;
    padding: 0 .5rem
}

.navbar .navbar__menu>li {
    margin-left: .5rem
}

.navbar .navbar__menu>li.active a,
.navbar .navbar__menu>li.active span,
.navbar .navbar__menu>li.active-parent a,
.navbar .navbar__menu>li.active-parent span {
    background-color: var(--color) !important;
    color: var(--white) !important
}

.navbar .navbar__menu>li:hover>a,
.navbar .navbar__menu>li:hover>span[aria-haspopup=true] {
    background-color: rgba(var(--dark-rgb), .05);
    color: var(--gray-1)
}

.navbar .has-submenu:active>.navbar__submenu,
.navbar .has-submenu:focus>.navbar__submenu,
.navbar .has-submenu:hover>.navbar__submenu {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-top: .75rem
}

.navbar .has-submenu:active>.navbar__submenu:before,
.navbar .has-submenu:focus>.navbar__submenu:before,
.navbar .has-submenu:hover>.navbar__submenu:before {
    content: "";
    height: .8rem;
    position: absolute;
    width: 100%;
    top: -.8rem
}

.navbar .has-submenu:active>.navbar__submenu.is-right-submenu,
.navbar .has-submenu:focus>.navbar__submenu.is-right-submenu,
.navbar .has-submenu:hover>.navbar__submenu.is-right-submenu {
    left: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.navbar .has-submenu .has-submenu:active>.navbar__submenu,
.navbar .has-submenu .has-submenu:focus>.navbar__submenu,
.navbar .has-submenu .has-submenu:hover>.navbar__submenu {
    top: 0;
    margin-top: 0
}

.navbar .has-submenu .has-submenu:active>.navbar__submenu.is-right-submenu,
.navbar .has-submenu .has-submenu:focus>.navbar__submenu.is-right-submenu,
.navbar .has-submenu .has-submenu:hover>.navbar__submenu.is-right-submenu {
    top: 0;
    margin-top: 0
}

.navbar .navbar__submenu {
    background: var(--color);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    border-radius: var(--border-radius);
    left: -9999px;
    list-style-type: none;
    margin: 0;
    padding: .75rem 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 0 top;
    -ms-transform-origin: 0 top;
    transform-origin: 0 top;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(.275, 1.375, .8, 1);
    -o-transition: opacity .15s, transform .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: opacity .15s, transform .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: opacity .15s, transform .3s cubic-bezier(.275, 1.375, .8, 1), -webkit-transform .3s cubic-bezier(.275, 1.375, .8, 1)
}

.navbar .navbar__submenu__submenu {
    z-index: 2
}

.navbar .navbar__submenu li {
    line-height: 1.5;
    font-size: .8888888889rem;
    font-weight: var(--font-weight-bold);
    padding: 0 .75rem;
    text-transform: none
}

.navbar .navbar__submenu li a,
.navbar .navbar__submenu li span[aria-haspopup=true] {
    color: var(--white) !important;
    padding: .5rem 1rem;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease
}

.navbar .navbar__submenu li a:active,
.navbar .navbar__submenu li a:focus,
.navbar .navbar__submenu li a:hover,
.navbar .navbar__submenu li span[aria-haspopup=true]:active,
.navbar .navbar__submenu li span[aria-haspopup=true]:focus,
.navbar .navbar__submenu li span[aria-haspopup=true]:hover {
    background: rgba(255, 255, 255, .15);
    border-radius: 4px;
    color: var(--white) !important
}

.navbar .navbar__submenu li span {
    color: var(--white) !important;
    padding: .5rem 1.25rem
}

.navbar .navbar__submenu li:hover>a,
.navbar .navbar__submenu li:hover>span[aria-haspopup=true] {
    color: var(--white) !important
}

.navbar .navbar__toggle {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    display: block;
    line-height: 1;
    overflow: visible;
    padding: 0;
    text-transform: none;
    z-index: 2004
}

@media all and (min-width:37.5em) {
    .navbar .navbar__toggle {
        height: var(--header-height)
    }
}

@media all and (min-width:75em) {
    .navbar .navbar__toggle {
        display: none
    }
}

.navbar .navbar__toggle:focus,
.navbar .navbar__toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.navbar .navbar__toggle-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative
}

.navbar .navbar__toggle-inner {
    display: block;
    top: 50%;
    text-indent: -9999999em
}

.navbar .navbar__toggle-inner::before {
    content: "";
    display: block;
    top: -6px
}

.navbar .navbar__toggle-inner::after {
    content: "";
    display: block;
    bottom: -6px
}

.navbar .navbar__toggle-inner,
.navbar .navbar__toggle-inner::after,
.navbar .navbar__toggle-inner::before {
    width: 22px;
    height: 2px;
    background-color: var(--dark);
    position: absolute;
    -webkit-transition: opacity .14s ease-out, -webkit-transform;
    transition: opacity .14s ease-out, -webkit-transform;
    -o-transition: transform, opacity .14s ease-out;
    transition: transform, opacity .14s ease-out;
    transition: transform, opacity .14s ease-out, -webkit-transform
}

.navbar .navbar__toggle-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navbar .navbar__toggle-inner::before {
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}

.navbar .navbar__toggle-inner::after {
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.navbar .navbar__toggle.is-active .navbar__toggle-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navbar .navbar__toggle.is-active .navbar__toggle-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms ease .12s;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.navbar .navbar__toggle.is-active .navbar__toggle-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.navbar_mobile_overlay {
    background: var(--white);
    height: calc(100vh - 4rem);
    left: 0;
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
    position: fixed;
    top: 4rem;
    -webkit-transition: all .3s cubic-bezier(0, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .3, 1);
    transition: all .3s cubic-bezier(0, 0, .3, 1);
    width: 100%;
    z-index: 1000
}

@media all and (min-width:37.5em) {
    .navbar_mobile_overlay {
        height: calc(100vh - var(--header-height));
        top: var(--header-height)
    }
}

.navbar_mobile_overlay.is-hidden {
    opacity: 0;
    pointer-events: none
}

.navbar_mobile_overlay .navbar__menu {
    margin: 24px
}

.navbar_mobile_overlay .navbar__menu li {
    font-family: var(--heading-font);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.navbar_mobile_overlay .navbar__menu li .is-separator,
.navbar_mobile_overlay .navbar__menu li a {
    color: var(--dark);
    display: block;
    padding: 10px 20px 10px 0;
    position: relative
}

.navbar_mobile_overlay .navbar__menu li .is-separator:active,
.navbar_mobile_overlay .navbar__menu li .is-separator:focus,
.navbar_mobile_overlay .navbar__menu li .is-separator:hover,
.navbar_mobile_overlay .navbar__menu li a:active,
.navbar_mobile_overlay .navbar__menu li a:focus,
.navbar_mobile_overlay .navbar__menu li a:hover {
    color: var(--color)
}

.navbar_mobile_overlay .navbar__menu li .is-separator[aria-haspopup=true]::after,
.navbar_mobile_overlay .navbar__menu li a[aria-haspopup=true]::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--gray-1) transparent transparent transparent;
    left: .5rem;
    top: 14px;
    position: relative
}

.navbar_mobile_overlay .navbar__submenu {
    margin: 0;
    padding: 0;
    visibility: hidden
}

.navbar_mobile_overlay .navbar__submenu[aria-hidden=false] {
    visibility: visible
}

.navbar_mobile_overlay .navbar__submenu_wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    -o-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: all .3s cubic-bezier(.275, 1.375, .8, 1)
}

.navbar_mobile_overlay .navbar__submenu_wrapper.is-active {
    height: auto;
    opacity: 1
}

.navbar_mobile_sidebar {
    background: var(--white);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    height: 100vh;
    left: 0;
    max-width: 400px;
    overflow: auto;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .3, 1);
    transition: all .3s cubic-bezier(0, 0, .3, 1);
    width: 80%;
    z-index: 1000
}

.navbar_mobile_sidebar.is-hidden {
    left: -400px
}

.navbar_mobile_sidebar .navbar__menu {
    margin: 24px
}

.navbar_mobile_sidebar .navbar__menu li {
    font-family: var(--heading-font);
    font-size: 16px;
    list-style: none;
    line-height: 1.3;
    margin: 0;
    padding: 0
}

.navbar_mobile_sidebar .navbar__menu li .is-separator,
.navbar_mobile_sidebar .navbar__menu li a {
    color: var(--dark);
    display: block;
    padding: 10px 20px 10px 0;
    position: relative
}

.navbar_mobile_sidebar .navbar__menu li .is-separator:active,
.navbar_mobile_sidebar .navbar__menu li .is-separator:focus,
.navbar_mobile_sidebar .navbar__menu li .is-separator:hover,
.navbar_mobile_sidebar .navbar__menu li a:active,
.navbar_mobile_sidebar .navbar__menu li a:focus,
.navbar_mobile_sidebar .navbar__menu li a:hover {
    color: var(--color)
}

.navbar_mobile_sidebar .navbar__menu li .is-separator[aria-haspopup=true]::after,
.navbar_mobile_sidebar .navbar__menu li a[aria-haspopup=true]::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--gray-1) transparent transparent transparent;
    right: 0;
    top: 18px;
    position: absolute
}

.navbar_mobile_sidebar .navbar__submenu {
    margin: 0 0 0 24px;
    padding: 0;
    visibility: hidden
}

.navbar_mobile_sidebar .navbar__submenu[aria-hidden=false] {
    visibility: visible
}

.navbar_mobile_sidebar .navbar__submenu_wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    -o-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: all .3s cubic-bezier(.275, 1.375, .8, 1)
}

.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active {
    height: auto;
    opacity: 1
}

.navbar_mobile_sidebar__overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .3, 1);
    transition: all .3s cubic-bezier(0, 0, .3, 1);
    width: 100%;
    z-index: 1000
}

.navbar_mobile_sidebar__overlay.is-hidden {
    opacity: 0;
    pointer-events: none
}

.breadcrumb {
    line-height: 1;
    margin: 0
}

.breadcrumb>li {
    font-size: .7901234568rem;
    display: inline;
    list-style: none;
    padding: 0
}

.breadcrumb>li>span {
    padding-right: .375rem
}

.breadcrumb>li a {
    padding-right: .375rem
}

.breadcrumb>li a {
    color: var(--gray-2);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.breadcrumb>li a:hover {
    color: var(--link-color)
}

.breadcrumb>li a:active {
    color: var(--link-color)
}

.breadcrumb>li a:focus {
    color: var(--link-color);
    outline: 0
}

.wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-width);
    padding: 0 var(--page-margin)
}

.wrapper--narrow {
    max-width: var(--post-width)
}

.main {
    background-color: var(--lightest);
    margin-top: 6rem;
    padding-bottom: 0
}

@media all and (min-width:75em) {
    .main {
        margin-top: calc(6rem + 4vw);
        padding-bottom: 7rem
    }
}

@media all and (min-width:75em) {
    .main--post {
        margin-top: calc(4rem + 4vw)
    }
}

.main__content {
    padding-top: calc(1.5rem + 2vw)
}

.hero {
    background-color: var(--white);
    padding-bottom: calc(1.5rem + 1vw)
}

@media all and (max-width:74.9375em) {
    .hero {
        text-align: center
    }
}

.hero h1:not(.post__title) {
    font-weight: var(--font-weight-bold);
    margin-top: 0;
    font-size: 1.423828125rem
}

@media screen and (min-width:20rem) {
    .hero h1:not(.post__title) {
        font-size: calc(1.423828125rem + 2.6860625479 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .hero h1:not(.post__title) {
        font-size: 4.1098906729rem
    }
}

.hero h1:not(.post__title) sup {
    font-weight: var(--font-weight-normal);
    font-size: 1.125rem;
    vertical-align: top
}

.hero p {
    color: var(--gray-1);
    margin-top: .5rem;
    max-width: var(--entry-width);
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    .hero p {
        font-size: calc(1rem + .265625 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .hero p {
        font-size: 1.265625rem
    }
}

@media all and (max-width:74.9375em) {
    .hero p {
        margin-left: auto;
        margin-right: auto
    }
}

.hero__avatar {
    -webkit-box-shadow: 1px 16px 18px -6px rgba(0, 0, 0, .2);
    box-shadow: 1px 16px 18px -6px rgba(0, 0, 0, .2);
    border-radius: 50%;
    height: calc(3rem + 2vw);
    margin: 0 0 1rem;
    width: calc(3rem + 2vw)
}

@media all and (min-width:75em) {
    .hero__avatar {
        float: right
    }
}

.filter {
    margin: calc(-.75rem - 1vw) -.25rem 3rem
}

@media all and (max-width:74.9375em) {
    .filter {
        text-align: center
    }
}

.filter__item {
    background: 0 0;
    border: none;
    border-radius: var(--border-radius);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--gray-1);
    cursor: pointer;
    display: inline-block;
    font: var(--font-weight-bold) 0.8888888889rem var(--heading-font);
    margin: .25rem .25rem .25rem 0;
    padding: 1rem .75rem;
    text-transform: none;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    will-change: transform;
    width: 100%
}

@media all and (min-width:20em) {
    .filter__item {
        width: auto
    }
}

.filter__item:focus,
.filter__item:hover {
    background-color: rgba(var(--dark-rgb), .05);
    color: var(--gray-1);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.filter__item.is-active {
    -webkit-box-shadow: 0 8px 20px -3px rgba(var(--dark-rgb), .12);
    box-shadow: 0 8px 20px -3px rgba(var(--dark-rgb), .12);
    background-color: var(--white);
    color: var(--dark)
}

.section+.section {
    margin-top: calc(2.5rem + 2vw)
}

.section__title {
    font-weight: var(--font-weight-bold);
    margin: 0 0 2rem
}

.l-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: var(--cards-gap);
    list-style: none;
    margin: 0
}

@media all and (min-width:37.5em) {
    .l-grid--fixed {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media all and (min-width:54.8125em) {
    .l-grid--fixed {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

@media all and (min-width:81.3125em) {
    .l-grid--fixed {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
}

@media all and (min-width:107.8125em) {
    .l-grid--fixed {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr)
    }
}

@media all and (min-width:134.3125em) {
    .l-grid--fixed {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr)
    }
}

@media all and (min-width:162em) {
    .l-grid--fixed {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr)
    }
}

.l-grid--fluid {
    grid-template-columns: repeat(auto-fill, minmax(var(--cards-grid-min-width), 1fr))
}

.l-isotope {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: calc(-.5 * var(--cards-gap));
    position: relative
}

.l-isotope:after {
    content: " ";
    display: block;
    clear: both
}

.l-isotope .c-card {
    float: left;
    width: 100%
}

@media all and (min-width:37.5em) {
    .l-isotope .c-card {
        width: 50%
    }
}

@media all and (min-width:54.8125em) {
    .l-isotope .c-card {
        width: 33.333%
    }
}

@media all and (min-width:81.3125em) {
    .l-isotope .c-card {
        width: 25%
    }
}

@media all and (min-width:107.8125em) {
    .l-isotope .c-card {
        width: 20%
    }
}

@media all and (min-width:134.3125em) {
    .l-isotope .c-card {
        width: 16.666%
    }
}

@media all and (min-width:162em) {
    .l-isotope .c-card {
        width: 14.285%
    }
}

.l-isotope .c-card__wrapper {
    margin: calc(var(--cards-gap)/ 2)
}

.c-card {
    padding: 0
}

.c-card__wrapper {
    background: var(--white);
    border-radius: var(--border-radius);
    -webkit-box-shadow: 1px 16px 18px -6px rgba(var(--dark-rgb), .08);
    box-shadow: 1px 16px 18px -6px rgba(var(--dark-rgb), .08);
    height: 100%;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    will-change: transform
}

.c-card__wrapper:hover {
    -webkit-box-shadow: 1px 24px 14px -6px rgba(var(--dark-rgb), .12);
    box-shadow: 1px 24px 14px -6px rgba(var(--dark-rgb), .12);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.c-card__image {
    display: block;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    height: var(--card-image-height);
    margin: 0;
    overflow: hidden;
    padding-bottom: 66.67%;
    position: relative;
    width: 100%;
    height: 0
}

.c-card__image:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 50%;
    border-top: 2px solid var(--color);
    border-right: 2px solid transparent;
    -webkit-animation: preloader .6s linear infinite;
    animation: preloader .6s linear infinite
}

@-webkit-keyframes preloader {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes preloader {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.c-card__image.is-loaded:before {
    content: none
}

.c-card__image>img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 100%;
    position: absolute
}

.c-card__image--up>img {
    -o-object-position: top;
    object-position: top
}

.c-card__image--down>img {
    -o-object-position: bottom;
    object-position: bottom
}

.c-card__content {
    padding: 1.75rem 1.5rem
}

.c-card__title {
    font-size: .8888888889rem;
    margin: 0
}

.c-card__title>a {
    color: var(--dark)
}

.c-card__title>a:after {
    background: 0 0;
    content: "";
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.c-card__text {
    margin: 1.5rem 0;
    font-size: .8888888889rem
}

.c-card__meta {
    color: var(--gray-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7023319616rem;
    margin-top: .5rem;
    position: relative;
    z-index: 1
}

.c-card__meta a {
    color: var(--gray-2);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.c-card__meta a:hover {
    color: var(--link-color)
}

.c-card__meta a:active {
    color: var(--link-color)
}

.c-card__meta a:focus {
    color: var(--link-color);
    outline: 0
}

.c-card__tag {
    margin-right: .75rem
}

.c-card__comments {
    margin-left: auto
}

.c-card__comments svg {
    fill: currentColor;
    height: 14px;
    margin-right: .2rem;
    width: 14px;
    vertical-align: sub
}

.post {
    position: relative
}

.post__inner {
    max-width: var(--entry-width)
}

.post__header {
    padding-bottom: calc(1.25rem + 2vw);
    text-align: center
}

.post__title {
    margin-top: 1rem
}

.post__meta {
    color: var(--gray-2);
    font-size: .7901234568rem;
    margin-top: 1rem
}

.post__meta>* {
    display: inline-block;
    margin: 0 .6rem
}

.post__author {
    color: var(--gray-2)
}

.post__author>img {
    border-radius: 50%;
    height: 1.5rem;
    margin-right: .25rem;
    vertical-align: middle;
    width: 1.5rem
}

.post__comments {
    color: var(--gray-2)
}

.post__comments>svg {
    fill: currentColor;
    height: 14px;
    margin-right: .1rem;
    vertical-align: sub;
    width: 14px
}

.post__featured-image {
    margin-top: 0
}

.post__featured-image figcaption a {
    color: var(--gray-2);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.post__featured-image figcaption a:hover {
    color: var(--dark)
}

.post__featured-image figcaption a:active {
    color: var(--dark)
}

.post__featured-image figcaption a:focus {
    color: var(--dark);
    outline: 0
}

.post__featured-image--full {
    margin-top: calc(-1.5rem - 2vw)
}

.post__image--left {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    max-width: 50%
}

.post__image--right {
    float: right;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    max-width: 50%
}

.post__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.post__image--wide {
    display: block
}

@media all and (min-width:56.25em) {
    .post__image--wide {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 0 var(--page-margin);
        text-align: center
    }
    .post__image--wide a,
    .post__image--wide img {
        display: block;
        height: auto;
        margin: auto;
        max-width: var(--post-width);
        width: 100%
    }
}

.post__image--full {
    display: block;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 var(--page-margin);
    text-align: center
}

.post__image--full a,
.post__image--full img {
    display: block;
    height: auto;
    width: 100%
}

.post__image figcaption a {
    color: var(--gray-2);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.post__image figcaption a:hover {
    color: var(--dark)
}

.post__image figcaption a:active {
    color: var(--dark)
}

.post__image figcaption a:focus {
    color: var(--dark);
    outline: 0
}

.post__iframe,
.post__video {
    position: relative;
    display: block;
    margin-top: calc(1.5rem + .5vw);
    margin-bottom: calc(1.5rem + .5vw);
    overflow: hidden;
    padding: 0;
    width: 100%
}

.post__iframe::before,
.post__video::before {
    display: block;
    content: "";
    padding-top: var(--embed-aspect-ratio)
}

.post__iframe iframe,
.post__iframe video,
.post__video iframe,
.post__video video {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

.post__entry {
    margin-bottom: 2rem
}

.post__entry>:first-child {
    margin-top: 0
}

.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):hover {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.post__toc h3 {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    .post__toc h3 {
        font-size: calc(1rem + .125 * ((100vw - 20rem) / 86))
    }
}

@media screen and (min-width:106rem) {
    .post__toc h3 {
        font-size: 1.125rem
    }
}

.post__toc ul {
    counter-reset: item;
    list-style: decimal;
    margin: calc(.5rem + .25vw) 0 calc(1.5rem + .25vw) 1rem
}

.post__toc ul li {
    counter-increment: item;
    padding: 0
}

.post__toc ul ul {
    margin-top: 0
}

.post__toc ul ul li {
    display: block
}

.post__toc ul ul li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px
}

.post__last-updated {
    color: var(--gray-2);
    font-size: .7901234568rem;
    font-style: italic;
    margin: 1rem 0 0
}

.post__tags-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(1rem + .5vw);
    position: relative
}

.post__tag {
    margin: 0
}

.post__tag li {
    display: inline-block;
    list-style: none;
    padding: 0 .5rem .5rem 0
}

.post__tag li>a {
    background: rgba(var(--dark-rgb), .05);
    border-radius: var(--border-radius);
    color: var(--gray-1);
    display: block;
    font-family: var(--heading-font);
    font-size: .7901234568rem;
    padding: .5rem .75rem
}

.post__tag li>a:hover {
    background-color: var(--gray-1);
    color: var(--white)
}

.post__share {
    margin-left: auto
}

.post__share-button {
    background: 0 0 !important;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: .25rem;
    width: auto
}

.post__share-button>svg {
    fill: var(--gray-1);
    margin: 0
}

.post__share-button:hover>svg {
    fill: var(--color)
}

.post__share-button:focus {
    outline: 0
}

.post__share-popup {
    background: var(--color);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    border-radius: var(--border-radius);
    bottom: 100%;
    display: none;
    padding: 1.25rem .75rem;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 1
}

.post__share-popup{
    -webkit-animation: share-popup .48s cubic-bezier(.17, .67, .6, 1.34) backwards;
    animation: share-popup .48s cubic-bezier(.17, .67, .6, 1.34) backwards;
    display: block
}

@-webkit-keyframes share-popup {
    from {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes share-popup {
    from {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.post__share-popup a {
    color: var(--white);
    display: block;
    font-size: .7901234568rem;
    font-weight: var(--font-weight-bold);
    padding: .375rem 1rem
}

.post__share-popup a:hover {
    background: rgba(255, 255, 255, .15);
    border-radius: var(--border-radius);
    color: var(--white);
    text-decoration: none
}

.post__share-popup a>svg {
    fill: currentColor !important;
    display: inline-block;
    height: .9rem;
    margin-right: .5rem;
    pointer-events: none;
    vertical-align: middle;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    width: .9rem
}

.post__related {
    margin-top: calc(3rem + 1vw)
}

.post__related .l-grid--fixed {
    margin-top: calc(.75rem + .5vw)
}

@media all and (min-width:81.3125em) {
    .post__related .l-grid--fixed {
        -ms-grid-columns: (1fr)[4] !important;
        grid-template-columns: repeat(4, 1fr) !important
    }
}

.banner {
    text-align: center
}

.banner--before-post {
    margin-bottom: calc(1.25rem + 2vw)
}

.banner--after-post {
    margin-top: calc(1.25rem + 2vw)
}

.page--author__website {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .8888888889rem !important
}

.page--author__website a {
    margin-left: .4rem
}

.page--search form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width:37.4375em) {
    .page--search input {
        margin-bottom: .5rem
    }
}

@media all and (min-width:20em) {
    .page--search input {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media all and (min-width:37.5em) {
    .page--search input {
        margin-right: .5rem
    }
}

@media all and (max-width:37.4375em) {
    .page--search button {
        width: 100%
    }
}

.page--error {
    text-align: center
}

.page--error__title {
    font-size: 10vw !important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-justify {
    text-align: justify
}

.msg {
    -webkit-box-shadow: 1px 1px 36px -6px rgba(var(--dark-rgb), .12);
    box-shadow: 1px 1px 36px -6px rgba(var(--dark-rgb), .12);
    border-radius: var(--border-radius);
    border-left: 4px solid transparent;
    font-size: .8888888889rem;
    padding: 1rem 2rem
}

.msg--highlight {
    border-left-color: #ffc242
}

.msg--info {
    border-color: #42ddff
}

.msg--success {
    border-color: #42ffc2
}

.msg--warning {
    border-color: #ff427f
}

.dropcap:first-letter {
    float: left;
    font-family: var(--heading-font);
    font-size: 4.1098906729rem;
    line-height: .7;
    margin-right: .5rem;
    padding: .5rem .5rem .5rem 0
}

.pec-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pec-overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--lighter);
    font-size: 14px;
    display: none;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4;
    padding: 1rem;
    position: relative;
    text-align: center
}

@media all and (min-width:37.5em) {
    .pec-overlay {
        font-size: 16px;
        line-height: var(--line-height);
        padding: 1rem 2rem
    }
}

.pec-overlay.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pec-overlay-inner p {
    margin: 0 0 1rem
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8888888889rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6rem
}

.pagination a {
    border: 2px solid transparent;
    border-radius: var(--border-radius);
    display: inline-block;
    color: var(--gray-1);
    margin: 0 .25rem;
    padding: .75rem 1.375rem;
    text-align: center
}

.pagination a:hover {
    background-color: rgba(var(--dark-rgb), .05);
    color: var(--gray-1)
}

.pagination-active {
    background: var(--color);
    color: var(--white) !important;
    font-weight: var(--font-weight-bold);
    pointer-events: none
}

.pagination-inactive {
    border: 2px solid transparent;
    color: var(--gray-2) !important;
    margin: 0 .25rem;
    pointer-events: none;
    padding: .75rem 1.375rem;
    opacity: .6
}

.pagination-first,
.pagination-last {
    display: none
}

@media all and (min-width:56.25em) {
    .pagination-first,
    .pagination-last {
        display: block
    }
}

.view-more {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto 0
}

@media all and (min-width:75em) {
    .view-more {
        margin-top: 6rem
    }
}

.footer {
    color: var(--gray-2);
    font-size: .8888888889rem;
    padding-top: 5.5rem
}

@media all and (min-width:75em) {
    .footer {
        padding-top: 6.5rem
    }
}

.footer h3 {
    margin: 0 0 1.25rem
}

.footer a {
    color: var(--gray-2);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.footer a:hover {
    color: var(--link-color)
}

.footer a:active {
    color: var(--link-color)
}

.footer a:focus {
    color: var(--link-color);
    outline: 0
}

.footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 2rem auto 2rem auto 2rem auto 2rem auto;
    grid-template-areas: "logo" "nav-1" "nav-2" "nav-3" "newsletter";
    grid-gap: 2rem
}

@media all and (min-width:30em) {
    .footer__top {
        -ms-grid-columns: 1fr 2rem 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 2rem auto 2rem auto;
        grid-template-areas: "logo nav-1" "nav-2 nav-3" "newsletter newsletter"
    }
    .footer__top>.logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

@media all and (min-width:56.25em) {
    .footer__top {
        -ms-grid-columns: 20% 6% auto 6% auto 6% auto;
        grid-template-columns: 20% auto auto auto;
        -ms-grid-rows: auto 20% auto;
        grid-template-areas: "logo nav-1 nav-2 nav-3" ". newsletter newsletter newsletter";
        grid-gap: 20% 6%
    }
    .footer__top>.logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

@media all and (min-width:75em) {
    .footer__top {
        -ms-grid-columns: 10% 6% auto 6% auto 6% auto 6% 1fr;
        grid-template-columns: 10% auto auto auto 1fr;
        grid-template-areas: "logo nav-1 nav-2 nav-3  newsletter"
    }
    .footer__top>.logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

.footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: logo;
    text-align: left
}

.footer__top>.footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.footer__nav-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: nav-1
}

.footer__nav-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: nav-2
}

.footer__nav-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: nav-3
}

.footer__newsletter {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: newsletter
}

@media all and (min-width:75em) {
    .logo {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
    .search {
        -ms-grid-row: 1;
        -ms-grid-column: 4
    }
    .navbar {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    .footer__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
    .footer__top>.footer__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .footer__nav-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    .footer__nav-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }
    .footer__nav-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 7
    }
    .footer__newsletter {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-column-span: 1
    }
}

@media all and (min-width:30em) {
    .footer__top>.footer__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .footer__nav-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    .footer__nav-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
    .footer__nav-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
    .footer__newsletter {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

@media all and (min-width:56.25em) {
    .footer__top>.footer__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .footer__nav-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    .footer__nav-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }
    .footer__nav-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 7
    }
    .footer__newsletter {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 5
    }
}

@media all and (min-width:75em) {
    .footer__newsletter {
        -ms-grid-column-align: end;
        justify-self: end
    }
}

@media all and (min-width:100em) {
    .footer__newsletter {
        min-width: 540px
    }
}

.footer__newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media all and (max-width:37.4375em) {
    .footer__newsletter form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__newsletter form [type=email] {
    background-color: var(--lightest);
    border: none;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media all and (min-width:37.5em) {
    .footer__newsletter form [type=email] {
        margin-right: .75rem
    }
}

.footer__newsletter form [type=submit] {
    right: 0
}

@media all and (max-width:37.4375em) {
    .footer__newsletter form [type=submit] {
        margin-top: .75rem
    }
}

.footer__nav {
    margin: 1rem 0 0;
    list-style: none
}

.footer__nav li {
    padding: 0 0 .25rem
}

.footer__bottom {
    border-top: 1px solid var(--light);
    margin-top: 5.5rem;
    padding: 1.75rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem
}

@media all and (max-width:56.1875em) {
    .footer__bottom {
        text-align: center
    }
}

@media all and (min-width:56.25em) {
    .footer__bottom {
        -ms-grid-columns: 1fr 10% 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10%
    }
}

@media all and (min-width:75em) {
    .footer__bottom {
        margin-top: 6.5rem
    }
}

.footer__copy {
    font-size: .7901234568rem
}

@media all and (max-width:56.1875em) {
    .footer__social {
        margin-top: 1rem
    }
}

@media all and (min-width:56.25em) {
    .footer__social {
        -ms-grid-column-align: end;
        justify-self: end
    }
}

.footer__social a {
    display: inline-block;
    padding: 0 0 0 .75rem
}

.footer__social a>svg {
    display: inline-block;
    fill: var(--gray-2);
    height: 1rem;
    pointer-events: none;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s;
    width: 1rem
}

.footer__social a:hover>svg {
    opacity: 1
}

.footer__bttop {
    background: var(--color);
    border-color: var(--white) !important;
    bottom: 1.25rem;
    border-radius: var(--border-radius);
    line-height: 1;
    opacity: 0;
    padding: .45rem;
    position: fixed;
    right: 2rem;
    text-align: center;
    width: auto !important;
    visibility: hidden;
    z-index: 999
}

@media all and (min-width:56.25em) {
    .footer__bttop {
        bottom: 2.5rem
    }
}

.footer__bttop:hover {
    opacity: 1
}

.footer__bttop>svg {
    fill: var(--white);
    height: 23px;
    margin: 0;
    width: 23px
}

.footer__bttop{
    visibility: visible;
    opacity: 1
}

.gallery {
    margin: 0 -.5rem
}

@media all and (min-width:20em) {
    .gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.gallery-wrapper {
    margin-top: calc(1.5rem + .5vw);
    margin-bottom: calc(1.5rem + .5vw)
}

@media all and (min-width:56.25em) {
    .gallery-wrapper--wide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 0 var(--page-margin)
    }
    .gallery-wrapper--wide .gallery {
        max-width: var(--post-width)
    }
}

.gallery-wrapper {
    margin-top: calc(1.5rem + .5vw);
    margin-bottom: calc(1.5rem + .5vw)
}

.gallery-wrapper--full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 var(--page-margin)
}

@media all and (min-width:20em) {
    .gallery[data-columns="1"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media all and (min-width:30em) {
    .gallery[data-columns="2"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media all and (min-width:37.5em) {
    .gallery[data-columns="3"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="4"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="5"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="6"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666%;
        flex: 0 1 16.666%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="7"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.285%;
        flex: 1 0 14.285%
    }
}

@media all and (min-width:56.25em) {
    .gallery[data-columns="8"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex: 1 0 12.5%
    }
}

.gallery__item {
    margin: 0;
    padding: .5rem;
    position: relative
}

@media all and (min-width:20em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media all and (min-width:30em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%
    }
}

@media all and (min-width:37.5em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
}

.gallery__item a {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.gallery__item a::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
    bottom: .5rem;
    content: "";
    display: block;
    opacity: 0;
    left: .5rem;
    height: calc(100% - 1rem);
    position: absolute;
    right: .5rem;
    top: .5rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    width: calc(100% - 1rem)
}

.gallery__item a:hover::after {
    opacity: 1
}

.gallery__item img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gallery__item figcaption {
    bottom: 1.25rem;
    color: var(--white);
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 1.2rem);
    -ms-transform: translate(-50%, 1.2rem);
    transform: translate(-50%, 1.2rem);
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out
}

.gallery__item:hover figcaption {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pswp--dark .pswp__bg {
    background: #000
}

.pswp--light .pswp__bg {
    background: var(--white)
}

.pswp--light .pswp__counter {
    color: #000
}

.pswp--light .pswp__caption__center {
    color: var(--dark)
}

img[loading] {
    opacity: 0
}

img.is-loaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1)
}

.code-element {
    display: block;
    padding: 10px;
    background-image: linear-gradient(to right, #a2d9f5, #f4a9eb);
    border: 2px solid #092363;
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #333
}

.view-more {
    background-color: #be37b0
}

.c-card__wrapper {
    background: #0a1942 !important
}

.l-isotope .c-card__wrapper {
    margin: 2px !important;
    border: 5px solid #0a1942;
    border-radius: 8px !important
}

.l-isotope .c-card__wrapper:hover {
    border-color: #ffc809 !important
}

.c-card__meta {
    display: none !important
}

.c-card__title {
    font-size: 12px !important;
    font-weight: bolder
}

.c-card__image {
    border-radius: 0 !important
}

.c-card__content {
    padding: 5px !important;
    background-color: #fff;
    height: 39px;
    text-align: center !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.c-card {
    max-width: 220px !important;
    max-height: 188px !important;
    padding: 4px !important
}

.c-card__wrapper {
    background: #0a1942 !important
}

article.c-card:hover .c-card__image::after {
    background-image: linear-gradient(180deg, rgba(89, 131, 252, 0) 0, rgba(0, 0, 0, .6) 90%) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important
}

.c-card_blog {
    max-width: 220px !important;
    max-height: 188px !important;
    padding: 4px !important;
    margin-bottom: 30px
}

.c-card_blog__wrapper {
    background: #0a1942 !important
}

.l-isotope .c-card_blog__wrapper {
    margin: 2px !important;
    border: 5px solid #0a1942;
    border-radius: 8px !important
}

.l-isotope .c-card_blog__wrapper:hover {
    border-color: #ffc809 !important
}

.c-card_blog__title {
    font-size: 12px !important;
    font-weight: bolder
}

.c-card_blog__content {
    padding: 5px !important;
    background-color: #fff;
    height: 39px;
    text-align: center !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.button_svg {
    display: none
}

a:link {
    color: #00f
}

a:visited {
    color: #00f
}

.post__featured-image {
    max-height: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    text-align: center !important
}

.post__featured-image img {
    height: 256px !important;
    width: 256px !important
}

.section.recently {
    margin-top: 30px
}

.main {
    background-color: #00000000 !important;
    margin-top: 5rem
}

.main__content {
    padding-top: 0 !important
}

.hero {
    margin-bottom: 0 !important
}

h1.post__title {
    max-height: 50px;
    margin-top: 0 !important
}

.post__header {
    padding-bottom: 0 !important
}

.header {
    max-height: 50px !important
}

.filter-item {
    width: 100%;
    height: 100%
}

.filter ul {
    margin: 0 auto 12px !important
}

.footer__copyright {
    width: 100% !important
}

.container {
    max-width: 77rem !important
}

.container>header {
    margin: 0 -4vw 1rem !important
}

.banner.banner--before-post {
    margin-bottom: 1rem !important
}

.post__iframe::before,
.post__video::before {
    padding-top: 0 !important
}

.post__iframe,
.post__video {
    height: 720px !important
}

.filter__item {
    color: #fff !important
}

.filter {
    margin: 0 !important
}

.logo {
    color: #fff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important
}

.hero {
    background-color: rgba(255, 255, 255, .6) !important;
    width: 92% !important;
    border-radius: 10px;
    margin: auto
}

.hero p {
    color: #fff !important
}

.navbar .navbar__toggle-inner,
.navbar .navbar__toggle-inner::after,
.navbar .navbar__toggle-inner::before {
    background-color: #fff !important
}

.navbar_mobile_sidebar .navbar__menu li a {
    color: #0c0d14 !important;
    font-weight: 600
}

.navbar_mobile_sidebar__overlay {
    background: 0 0 !important
}

.navbar_mobile_sidebar .navbar__menu li {
    margin: 10px 0;
    padding: 6px;
    background-color: rgba(255, 255, 255, .6) !important;
    text-align: center
}

.navbar__menu li {
    cursor: pointer
}

.navbar .navbar__menu li a,
.navbar .navbar__menu li span[aria-haspopup=true] {
    color: #fff !important
}

.footer a {
    color: #fff !important
}

.footer {
    width: 93%;
    margin: auto
}

.footer .wrapper {
    background-color: rgba(255, 255, 255, .6) !important;
    padding-top: 60px !important;
    border-radius: 10px;
    margin-bottom: 30px !important
}

.footer {
    padding-top: 10px !important
}

.breadcrumb>li a {
    color: #fff !important
}

.invert {
    color: #ff4480 !important
}

.post__meta {
    color: #fff !important
}

.post__author {
    color: #fff !important
}

.post__tag li>a {
    color: #fff !important;
    background-color: #00f !important
}

.post__last-updated {
    color: #002b50 !important
}

.post__share-button>svg {
    fill: #fff !important
}

.tab-conversation.active>a {
    color: #fff !important
}

.nav-tab>a {
    color: #fff !important
}

.post__entry a:hover {
    color: #0056fc !important
}

.search__btn>svg {
    fill: #ffffff !important
}

.logo>img {
    max-width: 240px
}

h2 {
    font-size: larger
}

h3 {
    font-size: large
}

body {
    background-repeat: no-repeat;
    --cards-grid-min-width: 11rem !important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top
}

img {
    max-width: 100%;
    vertical-align: top
}

.main {
    padding-bottom: 25px
}

.l-grid {
    grid-gap: 4px !important
}

.l-grid--fluid {
    grid-template-columns: repeat(auto-fill, minmax(var(--cards-grid-min-width), 1fr)) !important;
    margin-top: 30px !important
}

.post__entry ol>li,
ul>li {
    padding: 0 0 0 .2rem
}

.filter ul {
    margin-left: 40px !important;
    text-decoration: none
}

.filter ul li a {
    color: #1264c5 !important
}

a:link {
    color: #1264c5
}

a:visited {
    color: #1264c5
}

.post__tag li>a:hover {
    background-color: red !important
}

.wrapper--narrow {
    padding: 10px
}

.post__related .wrapper--narrow {
    padding: 52px
}

.post__entry {
    background-color: rgba(255, 255, 255, .6) !important;
    color: #002b50 !important;
    padding-bottom: 30px !important;
    border-radius: 10px !important
}

.post__entry iframe {
    max-width: 100%;
    max-height: 100%
}

.post__related .c-card {
    width: auto !important;
    height: 220px !important;
    padding: unset !important
}

.banner--after-post {
    margin-top: 0
}

.post__related {
    margin-top: 0 !important
}

body .post__iframe {
    padding-top: 2% !important;
    margin: auto;
    margin-left: 3.3%
}

iframe {
    padding-top: 2% !important;
    width: 93% !important
}

.post__inner .post__entry h2,
.post__inner .post__entry h3,
.post__inner .post__entry ol,
.post__inner .post__entry p,
.post__inner .post__entry ul {
    padding-left: 20px !important
}

.navbar .navbar__menu li a {
    color: #fff !important
}

.hero p {
    color: #002b50 !important
}

center h1 {
    color: #002b50 !important
}

.filter__item {
    color: #002b50 !important
}

.invert {
    color: #272627 !important
}

.search__btn>svg {
    fill: #fff !important
}

.search__btn {
    padding-top: 10px
}

.footer__nav-3 .h6 {
    color: #002b50 !important
}

.footer a {
    color: #002b50 !important
}

.footer__copyright {
    color: #002b50 !important
}

.section.recently>.c-card>.c-card__img {
    border-radius: 5px
}

.l-isotope .c-card__wrapper {
    margin: 0 !important
}

.hero h1:not(.post__title) {
    color: #002b50 !important;
    font-size: calc(1.423828125rem + 2.6860625479 * ((100vw - 20rem) / 500)) !important
}

.main.page.page--tag .hero {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center
}

.filter.tag_list .hero {
    padding-top: 0 !important;
    padding-bottom: 30px !important
}

.hero.post__header {
    margin-bottom: 10px !important
}

.footer__nav-3 .footer__nav {
    margin-left: -8px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto !important
}

.footer__nav li {
    padding: 10.4px !important
}

.footer__nav-3 .h6 {
    display: none !important
}

.filter__item {
    color: #fff !important;
    background-image: linear-gradient(120deg, #14a5f1, #076cd0);
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: none !important;
    transform: translate(0, -2px);
    width: auto;
    font-size: 14px
}

nav.filter a:hover {
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, .4) !important;
    cursor: pointer;
    transition: none !important;
    transform: translate(0, -5px) !important
}

button:hover {
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, .4) !important;
    cursor: pointer;
    transition: none !important;
    transform: translate(0, -5px) !important
}

.breadcrumb>li a {
    color: #002b50 !important
}

.post__meta {
    color: #002b50 !important
}

h1.post__title {
    color: #002b50 !important
}

.post__author {
    color: #002b50 !important
}

.post__entry h2 span {
    color: #002b50 !important;
    padding-left: 19px
}

.filter__item.is-active {
    color: #fff !important;
    border: 3px solid orange !important
}

.post__entry h3 {
    color: #002b50 !important
}

.post__entry h4 {
    color: #002b50 !important
}

.post__inner {
    max-width: 100% !important
}

@media only screen and (min-width:200px) and (max-width:768px) {
    .c-card {
        width: 180px !important;
        height: 180px !important
    }
    .footer__nav-3 .footer__nav {
        display: block !important
    }
    .footer__copyright {
        max-width: 100% !important;
        height: auto !important;
        font-size: 12px !important
    }
    .l-grid {
        margin-left: -15px !important
    }
    iframe {
        margin-left: -3%;
        padding-top: 2% !important
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .footer__copyright {
        max-width: 100% !important;
        height: auto !important
    }
    .footer__nav-3 .footer__nav {
        display: block !important
    }
    .c-card {
        width: 180px !important;
        height: 180px !important
    }
    iframe {
        margin-left: -1% !important;
        padding-top: 2% !important
    }
}

.filter.tag_list {
    width: 93%;
    margin: auto !important;
    background-color: rgba(255, 255, 255, .6) !important;
    padding: 30px;
    border-radius: 8px;
    margin-top: 5% !important
}

.tag_list .filter__item {
    background-image: linear-gradient(to right, #2b5876 0, #4e4376 51%, #2b5876 100%) !important;
    color: #fff !important;
    height: 60px !important;
    width: 182px !important;
    font-size: 12px !important
}

.tag_list .filter__item img {
    float: left;
    margin-top: -11%;
    margin-left: -9%;
    border-radius: 8px;
    height: 60px !important;
    width: 60px !important;
    z-index: -9 !important;
    position: relative
}

.tag_list .filter__item.is-active img {
    height: 54px !important;
    margin-top: -11% !important
}

.toggle_button {
    border-radius: 30px;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    background: 0 0;
    color: #eff0f7;
    height: 48px;
    width: 48px;
    margin-right: 4px;
    box-shadow: none
}

.button_svg,
.mobile_toggle {
    height: 24px;
    width: 24px;
    display: inline-block;
    fill: currentcolor;
    color: #eff0f7
}

.sidebar {
    position: absolute;
    display: flex;
    left: 0;
    width: 60px;
    top: 50px;
    overflow-x: hidden;
    height: calc(100vh - 45px);
    background-color: #0c0d14;
    transition: visibility 0s, all .15s ease-in-out;
    z-index: 10001
}

.sidebar li {
    padding-left: 12px
}

.sidebar .navbar__menu {
    margin-left: 0
}

.sidebar .navbar__menu li {
    list-style-type: none;
    align-items: center;
    display: flex;
    width: 200px
}

.sidebar .navbar__menu li a {
    list-style-type: none;
    padding: 10px;
    color: #fff
}

.sidebar .navbar__menu li:first-child::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29384 18.6252L2.07935 16.6667V21.7418L12.3573 27.9993V20.5691L10.5463 21.6745C10.5451 21.6752 10.5431 21.6752 10.5415 21.6758C10.5056 21.6961 10.4674 21.7066 10.4296 21.7076C10.4264 21.7076 10.4245 21.709 10.4229 21.709C10.4206 21.709 10.4187 21.709 10.4161 21.709C10.3744 21.709 10.3363 21.6951 10.3029 21.6752H10.3023L9.06066 20.9192L5.29384 18.6252Z' fill='white'/%3E%3Cpath d='M17.5922 19.2588C17.5922 19.1695 17.638 19.0859 17.7125 19.0402L20.9982 17.0402C21.0723 16.9942 21.1643 16.9942 21.2387 17.0402C21.3128 17.0842 21.359 17.1681 21.359 17.2587V22.8093L26.1169 19.9129V11.7527C26.1169 11.6621 26.1628 11.5785 26.2372 11.5332L28 10.46L19.5712 6.52954L11.1398 20.7257L12.4753 19.9126C12.5494 19.8676 12.6418 19.8676 12.7159 19.9126C12.79 19.9579 12.8362 20.0415 12.8362 20.1321V28L17.5922 25.1036V19.2588Z' fill='white'/%3E%3Cpath d='M19.439 5.9765L24.398 8.28875L17.5383 4.11142L12.5796 1.79883L19.439 5.9765Z' fill='white'/%3E%3Cpath d='M0 14.8162L10.3421 21.113L19.142 6.29679L8.79961 0L0 14.8162Z' fill='white'/%3E%3Cpath d='M18.073 21.1029L20.8776 22.8104V17.6995L18.073 19.4063V21.1029Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex;
    filter: brightness(0) invert(1)
}

.sidebar .navbar__menu li:nth-child(2)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.15 14.0078C26.1506 13.8007 26.2332 13.6022 26.3796 13.4557C26.5261 13.3093 26.7246 13.2267 26.9317 13.2261H28C27.8983 11.2943 27.3923 9.40536 26.5148 7.68137L25.5924 8.21292C25.4758 8.28232 25.3424 8.31837 25.2068 8.31714C25.0339 8.31861 24.8654 8.26261 24.7278 8.15794C24.5902 8.05327 24.4913 7.90585 24.4465 7.73885C24.4018 7.57185 24.4138 7.39473 24.4807 7.23529C24.5475 7.07585 24.6655 6.94314 24.8159 6.85799L25.7331 6.33166C24.675 4.71423 23.2948 3.33229 21.6788 2.2721L21.1472 3.18928C21.0433 3.36871 20.8726 3.49964 20.6723 3.55337C20.472 3.6071 20.2587 3.57924 20.0789 3.4759C19.8993 3.37219 19.7682 3.20141 19.7144 3.00108C19.6607 2.80075 19.6887 2.58728 19.7923 2.40759L20.3238 1.49042C18.6014 0.612948 16.7145 0.105283 14.7843 0V1.0683C14.7843 1.27562 14.7019 1.47445 14.5553 1.62104C14.4087 1.76763 14.2099 1.84999 14.0026 1.84999C13.7953 1.84999 13.5965 1.76763 13.4499 1.62104C13.3033 1.47445 13.2209 1.27562 13.2209 1.0683V0C11.3031 0.104575 9.42768 0.604925 7.71264 1.46957L8.24418 2.39196C8.34691 2.57238 8.37387 2.78618 8.31916 2.98645C8.26446 3.18673 8.13254 3.35713 7.95235 3.46026C7.83578 3.52967 7.70239 3.56572 7.56672 3.56449C7.42932 3.56511 7.29421 3.52926 7.17519 3.46059C7.05617 3.39193 6.9575 3.29291 6.88926 3.17365L6.35771 2.25126C4.74009 3.30872 3.35664 4.68685 2.29295 6.30039L3.21012 6.83194C3.3594 6.91786 3.47611 7.05069 3.54213 7.20977C3.60815 7.36885 3.61978 7.54528 3.57522 7.71165C3.53066 7.87802 3.43239 8.02502 3.29569 8.1298C3.159 8.23458 2.99152 8.29128 2.81928 8.29108C2.68143 8.29116 2.54621 8.2533 2.42844 8.18165L1.50605 7.6501C0.627598 9.37278 0.116525 11.2591 0.00521111 13.1897H1.07352C1.28083 13.1897 1.47966 13.272 1.62625 13.4186C1.77285 13.5652 1.8552 13.764 1.8552 13.9713C1.8552 14.1787 1.77285 14.3775 1.62625 14.5241C1.47966 14.6707 1.28083 14.753 1.07352 14.753H0C0.105594 16.6836 0.609486 18.5714 1.47999 20.2978L2.40238 19.7662C2.58206 19.6626 2.79555 19.6345 2.9959 19.6883C3.19624 19.742 3.36703 19.8732 3.47069 20.0529C3.57434 20.2325 3.60238 20.446 3.54863 20.6464C3.49488 20.8467 3.36374 21.0175 3.18407 21.1212L2.26168 21.6475C3.32059 23.264 4.69845 24.6471 6.31081 25.7123L6.84236 24.7951C6.94602 24.6154 7.11681 24.4843 7.31715 24.4305C7.5175 24.3768 7.73099 24.4048 7.91066 24.5085C8.09034 24.6121 8.22148 24.7829 8.27523 24.9833C8.32898 25.1836 8.30094 25.3971 8.19728 25.5768L7.66052 26.4992C9.38404 27.3747 11.2701 27.8839 13.2001 27.9948L13.2053 26.9265C13.2056 26.8238 13.2262 26.7223 13.2658 26.6275C13.3054 26.5328 13.3632 26.4469 13.4361 26.3745C13.5089 26.3022 13.5953 26.2449 13.6902 26.2059C13.7852 26.1669 13.8869 26.1471 13.9896 26.1474C14.0922 26.1477 14.1938 26.1683 14.2885 26.2079C14.3832 26.2475 14.4692 26.3054 14.5415 26.3782C14.6139 26.451 14.6712 26.5374 14.7102 26.6324C14.7491 26.7273 14.769 26.829 14.7687 26.9317L14.7634 28C16.6945 27.8933 18.5824 27.3876 20.3082 26.5148L19.7767 25.5924C19.673 25.4127 19.645 25.1992 19.6987 24.9989C19.7525 24.7985 19.8836 24.6278 20.0633 24.5241C20.243 24.4204 20.4564 24.3924 20.6568 24.4462C20.8571 24.4999 21.0279 24.631 21.1316 24.8107L21.6631 25.7331C23.2794 24.6736 24.6611 23.2937 25.7227 21.6788L24.8055 21.1472C24.7169 21.0959 24.6392 21.0276 24.577 20.9463C24.5148 20.8649 24.4692 20.7721 24.4428 20.6732C24.4164 20.5742 24.4098 20.471 24.4233 20.3695C24.4368 20.268 24.4702 20.1701 24.5215 20.0815C24.5728 19.9929 24.6411 19.9152 24.7224 19.853C24.8038 19.7908 24.8966 19.7452 24.9955 19.7188C25.0945 19.6924 25.1977 19.6858 25.2992 19.6993C25.4007 19.7128 25.4986 19.7462 25.5872 19.7975L26.5096 20.3291C27.3864 18.6064 27.894 16.7196 28 14.7895H26.9317C26.7246 14.7889 26.5261 14.7063 26.3796 14.5599C26.2332 14.4134 26.1506 14.2149 26.15 14.0078ZM21.3817 18.2654C21.313 18.3842 21.2142 18.4829 21.0953 18.5515C20.9764 18.6201 20.8415 18.6562 20.7043 18.6562C20.5672 18.6557 20.4326 18.6198 20.3134 18.552L13.6118 14.6749C13.6039 14.671 13.5969 14.6657 13.5909 14.6592C13.5662 14.6448 13.5434 14.6273 13.5232 14.6071C13.5029 14.5949 13.4837 14.581 13.4658 14.5654C13.4502 14.5446 13.4294 14.5289 13.4137 14.5081C13.3981 14.4873 13.3825 14.4716 13.3668 14.4508C13.3518 14.4289 13.3379 14.4063 13.3251 14.383L13.2939 14.3205C13.2821 14.2974 13.2733 14.2729 13.2678 14.2475C13.2574 14.2267 13.2522 14.2006 13.2418 14.1798C13.2366 14.1537 13.2366 14.1277 13.2313 14.1068C13.2272 14.0792 13.2254 14.0513 13.2261 14.0235C13.2219 14.0154 13.2201 14.0064 13.2209 13.9974V4.90899C13.2209 4.70167 13.3033 4.50285 13.4499 4.35625C13.5965 4.20966 13.7953 4.1273 14.0026 4.1273C14.2099 4.1273 14.4087 4.20966 14.5553 4.35625C14.7019 4.50285 14.7843 4.70167 14.7843 4.90899V13.5492L21.0951 17.1971C21.2745 17.301 21.4054 17.4718 21.4591 17.672C21.5128 17.8723 21.485 18.0856 21.3817 18.2654Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(3)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 28C6.26801 28 0 21.732 0 14C0 6.26801 6.26801 0 14 0C21.732 0 28 6.26801 28 14C28 21.732 21.732 28 14 28ZM12.2182 12.2182H5.6V15.7818H12.2182V22.4H15.7818V15.7818H22.4V12.2182H15.7818V5.6H12.2182V12.2182Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(4)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.691 16.2646C25.6905 16.2643 24.4712 15.9606 22.7488 15.5323C21.942 17.3751 20.2905 18.5577 18.3967 18.5577C18.0297 18.5577 17.6602 18.5121 17.2984 18.4219C15.7686 18.0413 14.6274 15.6716 14.3128 13.433C12.6589 13.0217 11.5003 12.7334 11.5003 12.7334C11.3802 12.7034 11.2571 12.6891 11.1322 12.6891C8.93057 12.6891 6.09266 17.1552 5.47044 19.6552C4.81321 22.2964 6.30245 24.0622 8.54255 24.6197C8.67198 24.6518 8.8083 24.6675 8.95047 24.6675C10.3214 24.6675 12.2265 23.23 13.3718 21.4625L20.0674 23.1284C20.2737 25.4661 21.4307 27.8266 22.7329 28.1507C23.0597 28.2321 23.3875 28.2714 23.7108 28.2714C25.6037 28.2714 27.3478 26.9163 27.9093 24.6598C28.5666 22.0184 27.9313 16.8221 25.691 16.2646ZM11.9186 14.6377L12.8803 14.8769L12.5708 16.1206L11.9427 16.5457L11.6088 15.8813L11.9186 14.6377ZM12.178 17.6997L11.8685 18.9431L10.9068 18.7039L11.2163 17.4605L11.8441 17.0353L12.178 17.6997ZM10.0244 15.8193L11.268 16.1285L11.6929 16.7563L11.0288 17.0905L9.78513 16.781L10.0244 15.8193ZM11.5014 21.5378C11.1672 21.5378 10.833 21.4964 10.5012 21.414C8.28899 20.8636 6.93714 18.6158 7.48775 16.4036L7.97205 16.524C7.48801 18.4692 8.67675 20.4453 10.6219 20.9294C11.1691 21.0654 11.7234 21.0742 12.2703 20.9548L12.3764 21.4429C12.086 21.5063 11.794 21.5378 11.5014 21.5378ZM13.7609 17.7705L12.5172 17.461L12.0923 16.8332L12.7565 16.4991L14.0001 16.8086L13.7609 17.7705ZM24.982 19.42C25.3109 19.5019 25.5112 19.8345 25.4295 20.1634C25.3475 20.492 25.0149 20.6923 24.6858 20.6106C24.3569 20.5289 24.1567 20.196 24.2386 19.8672C24.3206 19.5383 24.6532 19.3383 24.982 19.42ZM23.2074 18.0684C23.2891 17.7398 23.622 17.5395 23.9508 17.6212C24.2795 17.7032 24.4797 18.0358 24.398 18.3647C24.3163 18.6935 23.9835 18.8935 23.6546 18.8118C23.3257 18.7299 23.1255 18.3973 23.2074 18.0684ZM23.2326 20.5066C23.5615 20.5886 23.7617 20.9214 23.68 21.25C23.5984 21.5787 23.2655 21.7792 22.9366 21.6975C22.6077 21.6153 22.4075 21.2827 22.4894 20.9541C22.5711 20.6252 22.904 20.4249 23.2326 20.5066ZM21.4535 19.1739C21.5352 18.8452 21.868 18.6453 22.1969 18.727C22.5258 18.8086 22.726 19.1415 22.6443 19.4704C22.5624 19.799 22.2298 19.999 21.9006 19.9175C21.5718 19.8356 21.3715 19.5027 21.4535 19.1739ZM27.516 21.3877C27.2494 22.4592 26.5813 23.3628 25.635 23.9323C24.9831 24.3245 24.2532 24.5253 23.5116 24.5253C23.1766 24.5253 22.8393 24.4842 22.5059 24.4012C21.8624 24.241 21.2612 23.9254 20.7676 23.4888L21.0983 23.1151C21.5322 23.4989 22.0606 23.7761 22.6266 23.9166C23.5689 24.1516 24.546 24.0044 25.378 23.5042C26.21 23.0037 26.7975 22.2091 27.032 21.267L27.516 21.3877Z' fill='white'/%3E%3Cpath d='M6.18626 2.52079C6.06611 2.49109 5.94305 2.4765 5.81813 2.4765C3.61649 2.4765 0.778572 6.94263 0.156352 9.44265C-0.500877 12.084 0.988365 13.8496 3.22846 14.4071C3.35789 14.4392 3.49422 14.4552 3.63638 14.4552C5.00733 14.4552 6.91245 13.0174 8.05769 11.2502L14.7533 12.916C14.9597 15.2535 16.1166 17.6143 17.4188 17.9381C17.7453 18.0195 18.0734 18.059 18.3965 18.059C20.2894 18.059 22.0335 16.7037 22.595 14.4475C23.2525 11.8058 22.617 6.60925 20.3766 6.05201C20.3758 6.05174 17.2775 5.28073 13.9765 4.45933L14.0971 3.97529L14.1348 3.82411C14.194 3.58673 14.0701 3.34591 13.8545 3.2491C14.0102 2.98281 14.3221 2.56004 14.7865 2.43751C15.1843 2.33275 15.6352 2.47332 16.1243 2.85657C16.4815 3.13665 16.904 3.24698 17.3798 3.18677C19.1184 2.96478 21.05 0.459456 21.1315 0.352836L20.7347 0.0496826C20.7161 0.0743486 18.8505 2.49559 17.3165 2.69133C16.973 2.73483 16.6839 2.66083 16.4322 2.4635C15.8132 1.97867 15.2167 1.80707 14.6592 1.9548C13.9449 2.14311 13.5224 2.80246 13.3574 3.11596L13.3495 3.1141C13.0832 3.04779 12.8108 3.21117 12.7445 3.47746L12.7068 3.62917L12.5862 4.11321C9.28516 3.29154 6.18626 2.52079 6.18626 2.52079ZM6.60452 4.42485L7.56623 4.66408L7.25671 5.90746L6.62866 6.33261L6.29474 5.66822L6.60452 4.42485ZM6.86391 7.48661L6.55439 8.72999L5.59268 8.49076L5.9022 7.24738L6.52999 6.82222L6.86391 7.48661ZM4.71028 5.60643L5.95392 5.91568L6.37881 6.54373L5.71469 6.87765L4.47104 6.56814L4.71028 5.60643ZM6.18732 11.325C5.85314 11.325 5.51895 11.2836 5.18715 11.2011C2.97491 10.6505 1.62305 8.4027 2.17339 6.19072L2.6577 6.31087C2.17366 8.2563 3.3624 10.2322 5.30757 10.7163C5.85473 10.8523 6.40905 10.8611 6.95594 10.742L7.06203 11.23C6.77188 11.2931 6.4796 11.325 6.18732 11.325ZM8.44678 7.55743L7.20313 7.24791L6.77824 6.62012L7.44237 6.28594L8.68601 6.59545L8.44678 7.55743ZM19.6679 9.20687C19.9968 9.28882 20.1971 9.62168 20.1154 9.95056C20.0334 10.2789 19.7008 10.4794 19.372 10.3975C19.0431 10.3158 18.8428 9.98292 18.9245 9.6543C19.0062 9.32516 19.3391 9.12518 19.6679 9.20687ZM17.8933 7.85554C17.975 7.52693 18.3079 7.32642 18.6368 7.40811C18.9656 7.48979 19.1659 7.82292 19.0839 8.15153C19.0022 8.48015 18.6694 8.68066 18.3405 8.59897C18.0116 8.51675 17.8114 8.18416 17.8933 7.85554ZM17.9185 10.2938C18.2474 10.3757 18.4476 10.7083 18.366 11.0369C18.2843 11.3658 17.9514 11.566 17.6225 11.4844C17.2936 11.4027 17.0934 11.0698 17.1754 10.7409C17.257 10.4123 17.5899 10.2118 17.9185 10.2938ZM16.1394 8.961C16.2213 8.63239 16.5539 8.43214 16.8828 8.51383C17.2117 8.59552 17.4119 8.92838 17.3302 9.25726C17.2483 9.58587 16.9157 9.78612 16.5866 9.7047C16.2577 9.62248 16.0574 9.28962 16.1394 8.961ZM15.784 12.9017C16.2179 13.2855 16.7462 13.5629 17.3122 13.7035C18.2546 13.9385 19.2317 13.791 20.0637 13.2911C20.8959 12.7903 21.4832 11.996 21.7176 11.0536L22.2019 11.174C21.9354 12.2456 21.2673 13.1492 20.3209 13.7186C19.669 14.1109 18.9391 14.3117 18.1975 14.3117C17.8626 14.3117 17.5252 14.2706 17.1918 14.1875C16.5484 14.0273 15.9471 13.712 15.4535 13.2754L15.784 12.9017Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(5)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='28' viewBox='0 0 33 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.69873 23.8162H12.7902L12.7944 16.5992H3.69873V23.8162Z' fill='white'/%3E%3Cpath d='M21.0802 23.8162H30.1759L30.1801 16.5992H21.0802V23.8162Z' fill='white'/%3E%3Cpath d='M32.4996 12.4835H32.2282L26.351 0.297458C26.262 0.112157 26.0924 0 25.91 0H21.2668C20.9911 0 20.7664 0.263323 20.7664 0.575409V2.38454C20.7664 2.67224 20.953 2.91118 21.1989 2.95019L24.3284 3.47196L26.6224 12.4835H16.9373H7.2522L9.54626 3.47196L12.6799 2.95019C12.9259 2.91118 13.1125 2.66736 13.1125 2.38454V0.575409C13.1125 0.263323 12.8835 0 12.6078 0H7.96459C7.78225 0 7.61263 0.112156 7.52358 0.302334L1.64637 12.4835H1.37074C1.09935 12.4835 0.874611 12.7468 0.874611 13.0589V24.5329C0.874611 24.6792 0.921255 24.8255 1.0103 24.9328L3.39766 27.8196C3.49095 27.9366 3.6224 28 3.75809 28H12.9852C13.104 28 13.2227 27.9512 13.3118 27.8635L15.7415 25.4741H16.8101C16.8525 25.4741 16.8949 25.4692 16.9373 25.4594C16.9797 25.4692 17.0221 25.4741 17.0603 25.4741H18.1289L20.5629 27.8635C20.6519 27.9561 20.7664 28 20.8894 28H30.1123C30.248 28 30.3794 27.9366 30.477 27.8196L32.8643 24.9328C32.9534 24.8255 33 24.6792 33 24.5329V13.0637C33 12.7468 32.771 12.4835 32.4996 12.4835ZM31.1809 23.8161C31.1809 24.4549 30.7314 24.9718 30.1801 24.9718H21.0802C20.5247 24.9718 20.0795 24.4549 20.0795 23.8161V16.5991C20.0795 15.9603 20.5247 15.4434 21.0802 15.4434H30.1801C30.7314 15.4434 31.1809 15.9603 31.1809 16.5991V23.8161ZM13.7994 23.8161C13.7994 24.4549 13.3542 24.9718 12.7987 24.9718H3.69873C3.14323 24.9718 2.69375 24.4549 2.69375 23.8161V16.5991C2.69375 15.9603 3.14323 15.4434 3.69873 15.4434H12.7987C13.3542 15.4434 13.7994 15.9603 13.7994 16.5991V23.8161Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(6)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82017 9.87048C1.26265 9.87048 2.86102e-05 11.1331 2.86102e-05 12.6906V25.1798C2.86102e-05 26.7373 1.26265 28 2.82017 28H15.3094C16.8669 28 18.1295 26.7373 18.1295 25.1798V12.6906C18.1295 11.1331 16.8669 9.87048 15.3094 9.87048H2.82017ZM3.92808 11.9352C4.95716 11.9352 5.79139 12.7695 5.79139 13.7985C5.79139 14.8276 4.95716 15.6618 3.92808 15.6618C2.89901 15.6618 2.06477 14.8276 2.06477 13.7985C2.06477 12.7695 2.89901 11.9352 3.92808 11.9352ZM9.06477 17.0719C10.0938 17.0719 10.9281 17.9061 10.9281 18.9352C10.9281 19.9643 10.0938 20.7985 9.06477 20.7985C8.03569 20.7985 7.20146 19.9643 7.20146 18.9352C7.20146 17.9061 8.03569 17.0719 9.06477 17.0719ZM14.2015 22.2086C15.2305 22.2086 16.0648 23.0428 16.0648 24.0719C16.0648 25.101 15.2305 25.9352 14.2015 25.9352C13.1724 25.9352 12.3381 25.101 12.3381 24.0719C12.3381 23.0428 13.1724 22.2086 14.2015 22.2086Z' fill='white'/%3E%3Cpath d='M12.6121 0C11.0546 0 9.13809 0.631311 8.33147 1.41007L1.86343 7.65467C1.0568 8.43343 1.66552 9.06474 3.22304 9.06474H15.7122C17.2698 9.06474 19.1863 8.43343 19.9929 7.65467L26.4609 1.41007C27.2676 0.631311 26.6589 0 25.1013 0H12.6121ZM15.1272 3.60072C16.1563 3.60072 16.5584 4.01783 16.0255 4.53237C15.4925 5.04691 14.2263 5.46402 13.1972 5.46402C12.1681 5.46402 11.7659 5.04691 12.2989 4.53237C12.8318 4.01783 14.0981 3.60072 15.1272 3.60072Z' fill='white'/%3E%3Cpath d='M20.3453 8.16645C19.5666 8.88508 18.9353 10.7303 18.9353 12.2878V24.777C18.9353 26.3345 19.5666 27.0146 20.3453 26.2959L26.5899 20.5335C27.3687 19.8149 28 17.9697 28 16.4122V3.92296C28 2.36544 27.3687 1.68538 26.5899 2.40401L20.3453 8.16645ZM26.036 4.97994C26.5505 4.50513 26.9676 4.95446 26.9676 5.98353C26.9676 7.01261 26.5505 8.23175 26.036 8.70656C25.5214 9.18137 25.1043 8.73204 25.1043 7.70297C25.1043 6.67389 25.5214 5.45475 26.036 4.97994ZM20.8993 19.9934C21.4138 19.5186 21.8309 19.9679 21.8309 20.997C21.8309 22.026 21.4138 23.2452 20.8993 23.72C20.3848 24.1948 19.9676 23.7455 19.9676 22.7164C19.9676 21.6873 20.3848 20.4682 20.8993 19.9934Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(7)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.707 11.2925L26.326 9.91148C26.7585 9.21873 27 8.42253 27 7.58549V6.99956C27 6.44731 26.5527 5.99956 26 5.99956C25.4478 5.99956 25 6.44731 25 6.99956V7.58549C25 7.79838 24.9612 8.00682 24.9058 8.2108C24.9034 8.20732 24.9029 8.20317 24.9003 8.19975L19.8999 1.19975C19.831 1.10747 19.7329 1.04252 19.6211 1.01469L15.6211 0.0146924C15.4516 -0.0272998 15.271 0.0220166 15.1464 0.14604C15.0224 0.270063 14.9721 0.450239 15.0151 0.620649L16.0151 4.62065C16.0429 4.73247 16.1079 4.83061 16.2002 4.89946L23.2001 9.89946C23.2045 9.90275 23.2103 9.90123 23.2147 9.90434C23.0096 9.96037 22.8 9.99956 22.5859 9.99956H22C21.4478 9.99956 21 10.4473 21 10.9996C21 11.5518 21.4478 11.9996 22 11.9996H22.5859C23.423 11.9996 24.2192 11.758 24.9119 11.3255L26.293 12.7066C26.4883 12.9019 26.7441 12.9996 27 12.9996C27.2559 12.9996 27.5117 12.9019 27.707 12.7066C28.0977 12.316 28.0977 11.6831 27.707 11.2925Z' fill='white'/%3E%3Cpath d='M0.292969 11.2925L1.67401 9.91148C1.24146 9.21873 1 8.42253 1 7.58549V6.99956C1 6.44731 1.44727 5.99956 2 5.99956C2.55225 5.99956 3 6.44731 3 6.99956V7.58549C3 7.79838 3.03876 8.00682 3.09418 8.2108C3.09662 8.20732 3.09711 8.20317 3.09967 8.19975L8.10014 1.19975C8.16899 1.10747 8.26713 1.04252 8.37895 1.01469L12.3789 0.0146924C12.5484 -0.0272998 12.729 0.0220166 12.8536 0.14604C12.9776 0.270063 13.0279 0.450239 12.9849 0.620649L11.9849 4.62065C11.9571 4.73247 11.8921 4.83061 11.7998 4.89946L4.79987 9.89946C4.79553 9.90275 4.78973 9.90123 4.78534 9.90434C4.99042 9.96037 5.20001 9.99956 5.41406 9.99956H6C6.55225 9.99956 7 10.4473 7 10.9996C7 11.5518 6.55225 11.9996 6 11.9996H5.41406C4.57703 11.9996 3.78076 11.758 3.08807 11.3255L1.70703 12.7066C1.51172 12.9019 1.25586 12.9996 1 12.9996C0.744141 12.9996 0.488281 12.9019 0.292969 12.7066C-0.0976562 12.316 -0.0976563 11.6831 0.292969 11.2925Z' fill='white'/%3E%3Cpath d='M23 12.9995H19.6357C18.9585 12.9995 18.3223 13.2632 17.8433 13.7422L16.7427 14.8428C16.6416 14.9438 16.5073 14.9995 16.3643 14.9995H11.6357C11.4927 14.9995 11.3584 14.9438 11.2573 14.8428L10.1567 13.7422C9.67773 13.2632 9.0415 12.9995 8.36426 12.9995H5C2.05322 12.9995 0 17.2158 0 20.9995C0 24.9248 2.19629 27.9995 5 27.9995C7.0459 27.9995 8.82129 25.9829 9.31689 23.9995C9.55811 23.0396 10.4175 21.9995 11.4067 21.9995H16.5933C17.5825 21.9995 18.4419 23.0405 18.6826 23.9995C19.1787 25.9839 20.9541 27.9995 23 27.9995C25.8037 27.9995 28 24.9248 28 20.9995C28 17.2158 25.9468 12.9995 23 12.9995ZM7.5 18.9995H6V20.4995C6 20.7759 5.77637 20.9995 5.5 20.9995C5.22363 20.9995 5 20.7759 5 20.4995V18.9995H3.5C3.22363 18.9995 3 18.7759 3 18.4995C3 18.2231 3.22363 17.9995 3.5 17.9995H5V16.4995C5 16.2231 5.22363 15.9995 5.5 15.9995C5.77637 15.9995 6 16.2231 6 16.4995V17.9995H7.5C7.77637 17.9995 8 18.2231 8 18.4995C8 18.7759 7.77637 18.9995 7.5 18.9995ZM22 14.9995C22.5515 14.9995 23 15.4481 23 15.9995C23 16.551 22.5515 16.9995 22 16.9995C21.4485 16.9995 21 16.551 21 15.9995C21 15.4481 21.4485 14.9995 22 14.9995ZM20 18.9995C19.4486 18.9995 19 18.551 19 17.9995C19 17.4481 19.4486 16.9995 20 16.9995C20.5515 16.9995 21 17.4481 21 17.9995C21 18.551 20.5515 18.9995 20 18.9995ZM22 20.9995C21.4485 20.9995 21 20.551 21 19.9995C21 19.4481 21.4485 18.9995 22 18.9995C22.5515 18.9995 23 19.4481 23 19.9995C23 20.551 22.5515 20.9995 22 20.9995ZM24 18.9995C23.4485 18.9995 23 18.551 23 17.9995C23 17.4481 23.4485 16.9995 24 16.9995C24.5515 16.9995 25 17.4481 25 17.9995C25 18.551 24.5515 18.9995 24 18.9995Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(8)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9698 21.5632L24.5979 18.4211L24.0518 18.6598L25.4237 21.8018L25.9698 21.5632Z' fill='white'/%3E%3Cpath d='M23.2684 16.861L23.6994 17.8479L24.2453 17.6093L23.8144 16.6224L23.2684 16.861Z' fill='white'/%3E%3Cpath d='M15.6342 8.1001C15.0951 6.66077 14.4725 4.73569 14.4725 3.51688C14.4725 1.96133 14.9313 0.641194 15.6134 -0.00549316C14.0734 0.420675 12.9445 1.83617 12.9445 3.51688C12.9445 4.73274 14.267 6.71739 15.3185 8.1001H15.6342Z' fill='white'/%3E%3Cpath d='M16.1615 7.80199H17.0164C17.5317 6.42226 18.1095 4.62532 18.1095 3.51677C18.1095 1.53806 17.3083 0.158325 16.5874 0.158325C15.8695 0.158325 15.0683 1.53806 15.0683 3.51677C15.0683 4.62234 15.6462 6.42226 16.1615 7.80199Z' fill='white'/%3E%3Cpath d='M17.5406 8.1001H17.8564C18.9079 6.71739 20.2334 4.73274 20.2334 3.51688C20.2334 1.83617 19.1045 0.420675 17.5645 -0.00549316C18.2466 0.641164 18.7053 1.96133 18.7053 3.51688C18.7053 4.73569 18.0828 6.6608 17.5406 8.1001Z' fill='white'/%3E%3Cpath d='M15.9143 8.69604V9.61984H15.2679V11.7624C15.2679 12.2482 15.664 12.6445 16.1496 12.6445H17.6211C18.1066 12.6445 18.5028 12.2482 18.5028 11.7624V9.61984H17.8564V8.69604H17.2606V9.61984H16.51V8.69604H15.9143Z' fill='white'/%3E%3Cpath d='M6.13126 5.05016L6.72045 5.64052L7.31068 5.05016L7.68913 5.42947L8.11092 5.00855L7.31095 4.20715L6.72075 4.79751L6.13156 4.20715L5.33043 5.0084L5.75165 5.42962L6.13126 5.05016Z' fill='white'/%3E%3Cpath d='M8.63174 2.40316L9.33919 3.11207L10.0481 2.40316L10.5448 2.90102L10.9666 2.4801L10.0484 1.56018L9.33949 2.26906L8.63204 1.56018L7.71254 2.47995L8.13376 2.90117L8.63174 2.40316Z' fill='white'/%3E%3Cpath d='M2.40304 2.03539L3.25505 2.8893L4.10869 2.03539L4.74995 2.67826L5.17174 2.25734L4.10896 1.19238L3.25535 2.04629L2.40334 1.19238L1.33881 2.25719L1.76003 2.67841L2.40304 2.03539Z' fill='white'/%3E%3Cpath d='M19.17 7.29845H25.1483V7.00045C25.1483 6.13033 24.4453 5.42109 23.5815 5.42109C23.5993 4.88469 23.4236 4.36025 23.084 3.93703C22.6551 3.40662 22.0176 3.10266 21.3385 3.10266C21.1598 3.10266 20.984 3.12349 20.8142 3.16527C20.8232 3.28146 20.8291 3.39768 20.8291 3.51688C20.8291 4.41085 20.2721 5.6833 19.17 7.29845Z' fill='white'/%3E%3Cpath d='M9.12575 11.6582C8.67298 10.639 7.65724 9.95361 6.48958 9.95361C5.03596 9.95361 3.82958 11.0353 3.63 12.4419C3.45724 12.4002 3.27851 12.3793 3.09979 12.3793C1.89341 12.3793 0.913406 13.3597 0.913406 14.5696V14.8676H7.27596L9.12575 11.6582Z' fill='white'/%3E%3Cpath d='M28 27.3979H27.2797L22.6462 16.7868L21.5887 17.8447L19.7955 16.0477L18.0023 17.8447L17.1236 16.9655C17.064 17.0818 17.0015 17.195 16.9419 17.3082L21.3478 27.3979H20.6984L14.8449 13.9975L13.4747 15.3683L11.753 13.6459L10.0342 15.3683L8.53893 13.8664L0.741732 27.3979H0V27.9939H21.3042L21.3028 27.9945H27.5402L27.5399 27.9938H28V27.3979Z' fill='white'/%3E%3Cpath d='M19.7925 14.9839L21.5887 16.7808L22.3215 16.0448L20.2096 11.2083L19.9206 11.7506C19.021 13.4283 18.2168 14.9302 17.4959 16.2712L18.0023 16.7808L19.7925 14.9839Z' fill='white'/%3E%3Cpath d='M10.0342 14.3462L11.753 12.6238L13.4747 14.3462L14.5321 13.2853L12.0925 7.69788L8.91127 13.2168L10.0342 14.3462Z' fill='white'/%3E%3C/svg%3E%0A");
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(9)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8688 24.9356L25.6533 24.3468C25.3491 23.512 24.764 22.7859 23.9812 22.2715C23.1983 21.7572 22.2576 21.4807 21.2926 21.4816H4.70753C3.74252 21.4807 2.80177 21.7572 2.01894 22.2715C1.23611 22.7859 0.651014 23.512 0.346789 24.3468L0.131283 24.9356C0.00317928 25.2856 -0.0318297 25.6583 0.029143 26.023C0.0901157 26.3877 0.245324 26.734 0.481969 27.0333C0.718614 27.3325 1.02992 27.5763 1.39021 27.7444C1.75051 27.9124 2.14947 28 2.55421 27.9999H23.4459C23.8506 28 24.2496 27.9124 24.6099 27.7443C24.9701 27.5762 25.2814 27.3325 25.5181 27.0332C25.7547 26.7339 25.9099 26.3877 25.9709 26.023C26.0318 25.6582 25.9969 25.2856 25.8688 24.9356Z' fill='white'/%3E%3Cpath d='M11.248 20.0848L14.4916 12.2023C14.5235 12.2195 14.558 12.2326 14.59 12.2493C14.7325 12.3233 14.8773 12.3925 15.0242 12.4572C15.0777 12.4804 15.1308 12.5043 15.1849 12.5265C15.5784 12.6883 15.9874 12.8169 16.4066 12.9108C16.4441 12.9192 16.4818 12.9262 16.5194 12.9341C16.6999 12.9717 16.882 13.0027 17.0657 13.0272C17.0912 13.0306 17.1167 13.0371 17.1423 13.0403L14.2464 20.0848H15.3344L18.2133 13.0962C19.9049 13.0806 21.5362 12.5214 22.8199 11.517C24.1035 10.5127 24.9572 9.12765 25.2304 7.6059C25.5036 6.08415 25.1789 4.52333 24.3135 3.19838C23.4481 1.87344 22.0975 0.869369 20.4996 0.363058C18.9017 -0.143253 17.159 -0.119326 15.5786 0.430625C13.9981 0.980575 12.6813 2.02127 11.8601 3.36937C11.0388 4.71748 10.7658 6.28651 11.0892 7.80007C11.4126 9.31362 12.3116 10.6746 13.6279 11.6433L10.1549 20.0848H11.248Z' fill='white'/%3E%3C/svg%3E%0A");
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(10)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.2978 23.648C26.0333 23.4668 26.7744 23.2648 27.5211 23.0372V25.2805C27.5211 26.0655 27.408 26.7714 27.228 27.2754C27.0675 27.7213 26.8595 28 26.6404 28H23.8841C23.665 28 23.4556 27.7236 23.2965 27.2754C23.1151 26.7692 23.0035 26.0655 23.0035 25.2805V24.1496C23.7724 24.0033 24.5387 23.8361 25.3007 23.648L25.2978 23.648ZM0.994636 7.30375L2.39585 7.93541C2.42655 7.94934 2.47679 7.97489 2.53541 8.00508C2.62333 8.05153 2.73219 8.10726 2.82151 8.14442L2.50889 6.33997C2.47261 6.13329 2.43353 5.91964 2.38189 5.76172C2.34839 5.65722 2.31211 5.57826 2.27443 5.562L0.869034 4.92802C0.863452 4.92569 0.859265 4.92569 0.855078 4.92569C0.843913 4.92569 0.834144 4.93266 0.82577 4.94427C0.807627 4.97214 0.792275 5.01858 0.782507 5.08361C0.775529 5.13006 0.771342 5.1858 0.771342 5.24385V6.63256C0.771342 6.79744 0.802046 6.96233 0.850894 7.09238C0.892764 7.20152 0.944401 7.2828 0.996039 7.30603L0.994636 7.30375ZM24.9995 8.05152L26.4007 7.41985C26.4523 7.39663 26.504 7.31535 26.5458 7.2062C26.5947 7.07615 26.6254 6.91127 26.6254 6.74638V5.35767C26.6254 5.29729 26.6212 5.24388 26.6142 5.19511C26.6045 5.13008 26.5891 5.08364 26.571 5.05577C26.5626 5.04416 26.5528 5.03719 26.5417 5.03719C26.5375 5.03719 26.5319 5.03719 26.5277 5.03951L25.1223 5.6735C25.0846 5.68975 25.0483 5.76871 25.0148 5.87322C24.9646 6.03113 24.9241 6.24478 24.8878 6.45147L24.5752 8.25592C24.6645 8.21876 24.7734 8.16303 24.8613 8.11658C24.9186 8.08639 24.9702 8.06085 25.0009 8.04691L24.9995 8.05152ZM0.484084 23.0278V25.4058C0.484084 26.1582 0.590153 26.8317 0.761812 27.317C0.911143 27.7397 1.10514 27.9998 1.30748 27.9998H4.18108C4.38344 27.9998 4.57744 27.7373 4.72675 27.317C4.89841 26.834 5.00448 26.1582 5.00448 25.4058V24.0496C4.24526 23.908 3.48186 23.75 2.71707 23.5759C1.97322 23.4063 1.22933 23.2229 0.485471 23.0255L0.484084 23.0278ZM27.9624 17.0203L27.5451 22.2478C26.7817 22.48 26.0099 22.6913 25.2298 22.8841C24.4273 23.0815 23.6276 23.2556 22.8279 23.4066L21.6541 22.055C21.6095 21.9993 21.5523 21.9714 21.4923 21.9807C19.096 22.4034 16.644 22.5799 14.1459 22.5497C11.6477 22.5195 9.10075 22.2849 6.51477 21.8832C6.46034 21.8716 6.40312 21.8925 6.35427 21.9482L5.17357 23.3091C4.37248 23.1628 3.57278 22.9979 2.77451 22.8168C2.00554 22.6426 1.23375 22.4522 0.461954 22.2432L0.0390794 17.0203C0.0125625 16.6905 0 16.3608 0 16.031C0 14.2475 0.392185 12.6381 0.993664 11.4259C1.57006 10.267 2.33625 9.4798 3.13037 9.25686C3.13316 9.18255 3.14572 9.10591 3.16805 9.03624L3.23225 8.83188C4.31524 5.36239 5.66203 1.04502 7.47923 0.0301899C7.51412 0.0116115 7.5518 0 7.58808 0H19.7063C21.4913 0 22.7306 4.14533 23.7257 7.47297C23.8889 8.02103 24.0439 8.5366 24.1862 8.9848C24.2086 9.05447 24.2197 9.13343 24.2239 9.21238C24.2937 9.20309 24.3621 9.19613 24.4319 9.18684C24.5965 9.16594 24.7584 9.17523 24.9189 9.21006C25.6726 9.37727 26.3997 10.1274 26.9593 11.2398C27.5259 12.3661 27.9153 13.857 27.9879 15.4896C28.0102 15.9912 28.0018 16.5044 27.9614 17.0223L27.9624 17.0203ZM3.84322 9.35408L3.80414 9.47949L5.20814 10.9379C5.317 11.0494 5.45935 10.9959 5.52774 10.8148C5.59473 10.6337 5.56263 10.3968 5.45377 10.283L4.53685 9.32851C5.4105 9.45159 6.28276 9.55378 7.15363 9.63738C7.1634 9.6397 7.17456 9.6397 7.18433 9.6397C8.61902 9.77671 10.0481 9.86031 11.4731 9.89747C11.4801 9.89747 11.4871 9.89979 11.494 9.89747C12.3635 9.92069 13.2302 9.92766 14.0955 9.91837C14.8673 9.90908 15.639 9.8905 16.408 9.85799C16.4164 9.85799 16.4248 9.85799 16.4331 9.85567C17.8441 9.79761 19.2495 9.70472 20.6494 9.58164C20.6564 9.58164 20.6647 9.58164 20.6717 9.57932C21.417 9.51429 22.1623 9.43997 22.9033 9.3587L22.186 10.1042C22.0771 10.2156 22.0436 10.4548 22.112 10.636C22.1804 10.8171 22.3227 10.8728 22.4316 10.759L23.5983 9.54678C23.5565 9.44924 23.516 9.33545 23.4727 9.21237C23.4532 9.15663 23.4406 9.09857 23.4337 9.0382C23.3318 8.70378 23.2243 8.34845 23.1141 7.97688C22.2516 5.09024 21.0695 1.13528 19.7088 1.13528H7.64917C6.11677 2.06652 4.80491 6.27219 3.84344 9.35138L3.84322 9.35408ZM16.323 15.1296C15.5149 15.1714 14.7264 15.1946 13.956 15.197C13.1856 15.1993 12.4278 15.1784 11.6811 15.1296C11.5527 15.1226 11.4467 15.2875 11.4411 15.5012C11.4369 15.7148 11.536 15.8913 11.6644 15.9006C12.411 15.9471 13.1745 15.968 13.956 15.968C14.7376 15.9656 15.5302 15.9424 16.3369 15.9006C16.4653 15.8937 16.5658 15.7172 16.5616 15.5035C16.5575 15.2899 16.4514 15.1227 16.323 15.1296ZM7.60608 18.8291C7.60748 18.7965 7.60748 18.764 7.60329 18.7338C7.48466 16.8017 6.97666 15.4548 6.15602 14.5746C5.35354 13.7154 4.25519 13.3229 2.93634 13.2811C2.83445 13.2788 2.74653 13.3856 2.71443 13.5388C2.12828 16.3047 2.94192 17.6632 4.14633 18.3715C5.04232 18.8987 6.15045 19.0357 7.01432 19.1426C7.12178 19.1565 7.22506 19.1681 7.35485 19.1867C7.48325 19.2029 7.5949 19.045 7.60467 18.8314L7.60608 18.8291ZM16.5366 18.9382C16.531 18.7246 16.4236 18.5597 16.2966 18.569C15.4885 18.6224 14.6986 18.6526 13.9296 18.6526C13.1606 18.6526 12.4042 18.627 11.6589 18.569C11.5305 18.5597 11.4231 18.7246 11.4175 18.9382C11.4119 19.1519 11.511 19.3307 11.6394 19.34C12.3846 19.398 13.1481 19.4236 13.9296 19.4236C14.7112 19.4212 15.5067 19.3934 16.3147 19.34C16.4431 19.3307 16.5422 19.1519 16.5366 18.9405L16.5366 18.9382ZM17.8122 17.0455C17.8066 16.8319 17.6978 16.6693 17.5694 16.6786C16.4585 16.7715 15.3154 16.811 14.1334 16.8063C12.9513 16.8017 11.7245 16.7552 10.4502 16.6786C10.3218 16.6716 10.2157 16.8365 10.2101 17.0502C10.2059 17.2638 10.305 17.4403 10.4334 17.4496C11.7062 17.5262 12.9386 17.5727 14.132 17.5773C15.3266 17.582 16.478 17.5425 17.5889 17.4496C17.7173 17.4403 17.815 17.2592 17.8094 17.0455H17.8122ZM24.9314 13.0767C24.8993 12.9258 24.8113 12.8166 24.7095 12.8189C23.3906 12.8607 22.2936 13.2532 21.4898 14.1125C20.6691 14.9926 20.1597 16.3396 20.0425 18.2717C20.0397 18.3019 20.0383 18.3344 20.0397 18.3669C20.0495 18.5806 20.1611 18.7385 20.2895 18.7222C20.4193 18.706 20.5226 18.692 20.6301 18.6781C21.494 18.5713 22.6021 18.4343 23.498 17.9071C24.7025 17.1988 25.5175 15.8402 24.9313 13.0744L24.9314 13.0767ZM19.9169 7.09477C19.8639 6.86486 19.7383 6.6396 19.5611 6.47238C19.3894 6.31214 19.1731 6.20996 18.9275 6.20996H17.9938C17.7328 6.20996 17.4886 6.3191 17.3016 6.49096C17.1327 6.64655 17.0169 6.84395 16.9889 7.04367L16.707 9.07801C17.9128 9.0246 19.1159 8.94332 20.3173 8.84114L19.9182 7.09477H19.9169ZM10.8285 7.01349C10.7922 6.79287 10.6736 6.5769 10.5019 6.41203C10.3247 6.2425 10.0958 6.13335 9.84459 6.13335H8.91091C8.6611 6.13335 8.43641 6.24018 8.25777 6.4097C8.07774 6.57923 7.94934 6.80681 7.8991 7.03905L7.50273 8.8992C8.73227 9.01067 9.95763 9.08266 11.1802 9.11982L10.8299 7.01116L10.8285 7.01349Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(11)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='32' viewBox='0 0 29 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.89809 8.32884V17.0258C7.89809 17.0568 7.88483 17.0843 7.88483 17.1119V21.7046L5.28244 18.0579C4.58435 17.0809 3.00701 16.73 1.7522 17.2735C0.4974 17.8171 0.0467309 19.0453 0.744826 20.0223L7.92902 30.0886C8.11017 30.7388 8.85245 31.2307 9.74053 31.2307H27.078C28.0987 31.2307 28.9337 30.5805 28.9381 29.7858L28.9646 21.5395C28.9867 21.4363 29 21.3331 29 21.2264V17.5419C29 16.4272 27.838 15.5224 26.4064 15.5224C24.9749 15.5224 23.8261 16.4169 23.8129 17.5281L23.751 17.5212V16.6233C23.751 15.5087 22.589 14.6039 21.1575 14.6039C19.7259 14.6039 18.5639 15.5087 18.5639 16.6233V16.9158L18.5021 16.9089V16.011C18.5021 14.8963 17.34 13.9915 15.9085 13.9915C14.477 13.9915 13.315 14.8963 13.315 16.011V16.3068L13.1029 16.2827V8.33572C13.1029 7.22107 11.9409 6.31628 10.5093 6.31628C9.07778 6.31628 7.91576 7.22107 7.91576 8.33572L7.89809 8.32884Z' fill='white'/%3E%3Cpath d='M0.00704909 7.09729C-0.0459708 7.37939 0.205874 7.64085 0.568176 7.68213L4.58001 8.13625C4.61094 8.13969 4.64629 8.14313 4.67722 8.14313C4.99975 8.14313 5.28253 7.95735 5.33113 7.70277C5.38415 7.42067 5.1323 7.15921 4.77 7.11793L0.758164 6.66381C0.395862 6.62253 0.0600689 6.81863 0.00704909 7.10073V7.09729Z' fill='white'/%3E%3Cpath d='M4.46069 2.10202C4.21768 1.88872 3.80236 1.86464 3.52401 2.05385C3.25007 2.24307 3.21914 2.56646 3.46215 2.78319L6.13524 5.15698C6.26779 5.27395 6.44894 5.33243 6.63451 5.33243C6.78915 5.33243 6.94379 5.29115 7.07192 5.20514C7.34586 5.01593 7.37678 4.69254 7.13378 4.47581L4.46069 2.10202Z' fill='white'/%3E%3Cpath d='M10.4651 4.19025H10.474C10.8407 4.18681 11.1323 3.95287 11.1279 3.66733L11.0749 0.50916C11.0705 0.223618 10.7612 0.00344027 10.4033 0C10.0366 0.00344027 9.74496 0.237379 9.74938 0.522921L9.8024 3.68109C9.80682 3.96319 10.1028 4.19025 10.4651 4.19025Z' fill='white'/%3E%3Cpath d='M16.4167 1.98505L13.8232 4.41388C13.589 4.63405 13.6287 4.95744 13.9071 5.13977C14.0308 5.2189 14.181 5.26018 14.3313 5.26018C14.5212 5.26018 14.7112 5.19826 14.8394 5.07441L17.4329 2.64558C17.6671 2.4254 17.6273 2.10201 17.349 1.91968C17.0662 1.73735 16.6509 1.76831 16.4167 1.98505Z' fill='white'/%3E%3Cpath d='M15.7275 7.5961C15.7849 7.84724 16.0632 8.02614 16.3814 8.02614C16.4167 8.02614 16.4565 8.02614 16.4962 8.01926L20.4948 7.48602C20.8571 7.43785 21.1001 7.16951 21.0383 6.89085C20.9764 6.60875 20.6318 6.42297 20.2739 6.4677L16.2753 7.00094C15.913 7.0491 15.67 7.31744 15.7319 7.5961H15.7275Z' fill='white'/%3E%3C/svg%3E%0A");
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(12)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2354 5.27535C14.0787 5.21632 13.922 5.21632 13.8045 5.27535C13.687 5.33437 13.6087 5.42291 13.5695 5.54096L13.3344 9.25954C13.5303 9.25954 13.7654 9.25954 14.0004 9.25954C14.2354 9.25954 14.4705 9.25954 14.7055 9.28905L14.4705 5.57047C14.4705 5.42291 14.353 5.33437 14.2354 5.27535Z' fill='white'/%3E%3Cpath d='M10.2789 7.9019C10.3181 7.99044 10.4748 8.01995 10.5923 7.99044C10.749 7.96093 10.7881 7.84288 10.749 7.75434L8.79029 3.26844C8.79029 3.23892 8.75112 3.20941 8.75112 3.1799C8.55525 2.91429 8.12434 2.79624 7.73261 2.9438C7.38005 3.09136 7.22335 3.416 7.41922 3.71112L10.2789 7.9019Z' fill='white'/%3E%3Cpath d='M12.0809 2.82582C12.1592 2.88485 12.1984 2.94387 12.1592 3.03241L11.8458 4.12437C11.7675 4.4195 12.1984 4.6556 12.5118 4.50804L13.8045 3.9473C13.8829 3.91779 14.0004 3.91779 14.0787 3.9473L15.3715 4.50804C15.724 4.6556 16.1158 4.4195 16.0374 4.12437L15.724 3.03241C15.6849 2.94387 15.724 2.88485 15.8024 2.82582L16.8992 2.0585C17.1735 1.85191 17.0168 1.49776 16.625 1.46825L15.1364 1.3502C15.0189 1.3502 14.9406 1.29117 14.9014 1.23215L14.2746 0.199209C14.1179 -0.0664032 13.6087 -0.0664032 13.452 0.199209L12.8252 1.23215C12.786 1.29117 12.7077 1.3502 12.5901 1.3502L11.2582 1.43874C10.8665 1.46825 10.7098 1.85191 10.984 2.02899L12.0809 2.82582Z' fill='white'/%3E%3Cpath d='M6.20485 7.84291C6.08733 7.75437 5.93063 7.75437 5.77394 7.78389C5.61725 7.8134 5.49973 7.90194 5.46055 8.01999C5.42138 8.13804 5.46055 8.25609 5.57807 8.34462L8.98617 11.1778C9.26039 10.9122 9.57378 10.6466 9.92634 10.4105L6.20485 7.84291Z' fill='white'/%3E%3Cpath d='M2.24832 7.25268L3.07097 8.19708C3.30601 8.43318 3.81527 8.37416 3.89362 8.10855L4.28535 7.01658C4.32452 6.92805 4.40287 6.89853 4.48122 6.86902L5.93064 6.57389C6.32238 6.48536 6.40072 6.10169 6.04816 5.95413L4.79461 5.33437C4.71626 5.30486 4.67709 5.21632 4.67709 5.15729L4.75543 4.03582C4.75543 3.74069 4.32452 3.56362 4.01114 3.74069L2.83593 4.44899C2.75758 4.50802 2.64006 4.50802 2.56171 4.47851L1.15146 4.09484C0.798902 3.97679 0.407165 4.27192 0.56386 4.53753L1.07312 5.59998C1.11229 5.65901 1.07312 5.74754 1.03394 5.80657L0.0937768 6.69194C-0.141265 6.92804 0.0937768 7.2822 0.485513 7.25268L1.97411 7.19366C2.09163 7.16415 2.16998 7.19366 2.24832 7.25268Z' fill='white'/%3E%3Cpath d='M22.1877 7.75437C22.1485 7.75437 22.1093 7.72485 22.0702 7.72485C21.9526 7.72485 21.8743 7.75437 21.796 7.81339L18.0745 10.3515C18.427 10.5876 18.7404 10.8532 19.0146 11.1188L22.4227 8.28559C22.5403 8.19705 22.5794 8.079 22.5403 7.96095C22.4619 7.87242 22.3444 7.78388 22.1877 7.75437Z' fill='white'/%3E%3Cpath d='M17.7219 7.9019L20.5816 3.68161C20.5816 3.6521 20.6207 3.62258 20.6207 3.59307C20.7383 3.29795 20.5424 2.97331 20.1507 2.88477C19.7589 2.79623 19.328 2.9438 19.2105 3.23892L17.2518 7.72482C17.2126 7.81336 17.2518 7.9019 17.3693 7.96092C17.4869 8.04946 17.6827 8.01995 17.7219 7.9019Z' fill='white'/%3E%3Cpath d='M27.907 6.63286L26.9669 5.74749C26.8885 5.68846 26.8885 5.59992 26.9277 5.5409L27.4369 4.47845C27.5936 4.21284 27.2019 3.91771 26.8493 4.03576L25.4391 4.41942C25.3607 4.44894 25.2432 4.41942 25.1649 4.38991L23.9897 3.68161C23.6763 3.50454 23.2062 3.68161 23.2454 3.97674L23.3237 5.09821C23.3237 5.18675 23.2845 5.24577 23.2062 5.27529L21.9526 5.89505C21.6393 6.07212 21.7176 6.45579 22.0702 6.51481L23.5196 6.80994C23.6371 6.83945 23.6763 6.89848 23.7155 6.9575L24.1072 8.04946C24.2247 8.34459 24.734 8.40361 24.9298 8.138L25.7525 7.1936C25.7917 7.13458 25.9092 7.10506 25.9875 7.10506L27.4761 7.16409C27.907 7.22311 28.1421 6.86896 27.907 6.63286Z' fill='white'/%3E%3Cpath d='M14.0004 17.405C16.5317 17.405 18.5837 15.859 18.5837 13.952C18.5837 12.045 16.5317 10.499 14.0004 10.499C11.4691 10.499 9.41708 12.045 9.41708 13.952C9.41708 15.859 11.4691 17.405 14.0004 17.405Z' fill='white'/%3E%3Cpath d='M24.068 13.4798C23.7155 12.742 22.7753 12.2403 21.7568 12.3879C20.4641 12.5649 19.7589 13.5388 20.1507 14.4242L21.6001 17.523C20.1898 17.8772 17.7219 18.3199 14.0004 18.3199C10.2789 18.3199 7.81098 17.8772 6.40073 17.5525L7.81098 14.5128C8.16354 13.7749 7.77181 12.9486 6.87081 12.5649C5.73478 12.0927 4.3637 12.5354 3.93279 13.4208L1.89577 17.8772C1.58238 18.556 1.93494 19.2938 2.71841 19.6774C2.99263 19.825 4.95131 20.7104 9.06454 21.1531L8.98619 27.1736C8.98619 27.6458 9.45627 28 10.083 28H17.8394C18.4662 28 18.9363 27.6163 18.9363 27.1736L18.8579 21.1531C22.9712 20.7104 24.9298 19.7955 25.2041 19.6774C25.9875 19.2938 26.3401 18.556 26.0267 17.8772L24.068 13.4798Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(13)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    display: inline-flex;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7143 10.5772C22.325 10.5961 22.1567 11.1589 22.4493 11.4576C26.0465 15.2609 28.1356 20.6527 28.1356 26.3578C28.1356 26.636 28.3299 26.8612 28.5666 26.8612C28.8054 26.8612 29 26.636 29 26.3578C29 20.3662 26.8028 14.702 23.0288 10.7105C22.9439 10.6181 22.8301 10.5694 22.7143 10.5772Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4948 17.3486C18.0863 17.3505 17.9089 17.9527 18.2298 18.2474C20.2851 20.194 21.5095 23.1727 21.5095 26.3578C21.497 26.6443 21.6937 26.8856 21.9392 26.8856C22.1867 26.8856 22.3826 26.6447 22.3705 26.3578C22.3705 22.8713 21.034 19.6045 18.7732 17.4633C18.6944 17.3875 18.5961 17.3466 18.4948 17.3486Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6414 13.8853C20.2559 13.9179 20.0996 14.4827 20.3959 14.7715C23.2352 17.6375 24.8929 21.8707 24.8929 26.3578C24.8929 26.636 25.0859 26.8612 25.3243 26.8612C25.5627 26.8612 25.7556 26.636 25.7556 26.3578C25.7556 21.5798 23.9912 17.0703 20.959 14.0122C20.8711 13.9222 20.7573 13.8751 20.6414 13.8853Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.93954 11.0894C10.4658 10.207 10.7676 9.22644 10.8989 7.83672L9.45364 10.1457L9.93954 11.0894ZM6.96691 14.1109C8.01379 13.5516 8.87683 12.8108 9.65029 11.6113L9.14823 10.6307L6.96691 14.1109ZM6.03754 15.0872C5.93214 14.9928 5.9079 14.823 5.98332 14.702L11.0777 6.57395C11.2147 6.35071 11.5286 6.48591 11.5218 6.76417C11.4831 9.35181 11.0076 10.4322 10.0483 11.9776C9.09099 13.5214 7.95116 14.5244 6.26752 15.1422C6.19041 15.1689 6.10219 15.1485 6.03754 15.0872Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.91398 22.0609L3.29112 21.4573C3.44702 21.2093 3.57498 20.784 3.36486 20.0408L2.83855 20.8783C2.71733 21.0705 2.67894 21.7214 2.91398 22.0609ZM2.62642 23.0847C2.5914 23.0537 2.56345 23.0128 2.54425 22.968C2.10011 21.932 2.0267 21.0151 2.41596 20.391L3.19683 19.1487C3.32479 18.9439 3.58979 18.9643 3.69283 19.1876C3.78207 19.3797 3.8612 19.5708 3.91911 19.7586C4.22082 20.7329 4.02114 21.4553 3.76658 21.8632L3.04227 23.0156C2.94563 23.1708 2.75774 23.2011 2.62642 23.0847Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.58586 26.9064L8.96434 26.3024C9.12059 26.0552 9.42903 25.7824 10.1011 25.793L9.57483 26.6298C9.45395 26.8219 8.93673 27.0637 8.58586 26.9064ZM7.83698 27.5349C7.87368 27.5632 7.91375 27.5836 7.95786 27.5919C8.93842 27.7699 9.70986 27.5758 10.0995 26.9532L10.8797 25.7085C11.0076 25.5061 10.911 25.2153 10.6992 25.1681C10.5133 25.1272 10.3325 25.0962 10.1621 25.0883C9.27481 25.0494 8.74513 25.4912 8.4909 25.8968L7.76795 27.0511C7.67064 27.2071 7.70195 27.4241 7.83698 27.5349Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3446 3.28591C15.2204 3.17744 15.0224 3.09765 14.8062 3.08508C14.5836 3.07289 14.3819 3.13224 14.257 3.21438C14.1307 3.29416 14.0977 3.36962 14.094 3.41679C14.0924 3.46395 14.1186 3.54216 14.2365 3.6357C14.352 3.73002 14.5466 3.81177 14.7695 3.82435C14.9921 3.83653 15.1938 3.77915 15.3204 3.69701C15.4467 3.61526 15.478 3.5398 15.4797 3.49264C15.4817 3.45412 15.4817 3.40893 15.3446 3.28591ZM15.6989 2.73922C15.9289 2.94398 16.0797 3.23089 16.0656 3.52722C16.0498 3.87308 15.846 4.14152 15.6022 4.29715C15.3601 4.45279 15.0638 4.52825 14.7416 4.50978C14.4207 4.49366 14.1291 4.38283 13.9011 4.20047C13.6735 4.0185 13.4926 3.73002 13.5081 3.38181C13.5243 3.03595 13.7277 2.76987 13.9698 2.61424C14.2119 2.45664 14.5116 2.38511 14.8328 2.40161C15.1487 2.42009 15.4551 2.52463 15.6989 2.73922Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.55726 26.3763C3.3612 25.3548 2.48806 24.114 2.04392 22.9723C1.60213 21.8322 1.59506 20.8453 2.0052 20.1882L4.24343 16.6184C4.31717 16.4993 4.33098 16.3436 4.28013 16.2108L3.95182 15.3387C3.88548 15.1606 3.95721 14.9209 4.07136 14.8619C4.2047 14.7943 4.32727 14.8663 4.46062 15.1037L4.52392 15.2184C4.65726 15.4621 4.96032 15.4743 5.10612 15.2408L12.9192 2.77894C13.191 2.34308 13.7102 1.85573 14.6221 1.82468C15.5322 1.79442 16.865 2.24443 18.7015 3.81219C20.536 5.37994 21.3078 6.72722 21.5583 7.74868C21.8092 8.77014 21.5674 9.49683 21.2953 9.93072L13.4843 22.3926C13.3371 22.628 13.4385 22.9597 13.6785 23.0336L13.7927 23.0702C14.026 23.1484 14.121 23.2604 14.1052 23.4329C14.0927 23.576 13.9176 23.7297 13.754 23.7092L12.9421 23.607C12.8172 23.5901 12.6946 23.6538 12.6192 23.7725L10.383 27.3407C9.97117 27.9979 9.16268 28.2883 8.09627 28.1409C7.03019 27.9931 5.75331 27.3954 4.55726 26.3763ZM4.14173 27.0389C5.42399 28.1342 6.79515 28.789 8.01411 28.9572C9.23138 29.127 10.3433 28.7996 10.9534 27.8269L13.0684 24.4497L13.6769 24.5236C14.2065 24.5912 14.6503 24.1875 14.7817 23.6617C14.8487 23.3976 14.8258 23.0828 14.682 22.8206C14.6012 22.6728 14.4237 22.6115 14.282 22.5156L21.8654 10.4181C22.2493 9.80614 22.5473 8.78428 22.2372 7.52112C21.9264 6.25834 21.0303 4.78452 19.1174 3.14916C17.2021 1.51302 15.7272 0.965148 14.6012 1.0017C13.4752 1.03629 12.7333 1.67927 12.3491 2.2912L4.76603 14.3888C4.64312 14.2618 4.54143 14.0818 4.39596 14.0366C4.13769 13.9549 3.87303 14.026 3.6784 14.1797C3.28914 14.4846 3.09249 15.1009 3.30833 15.67L3.55212 16.3228L1.43512 19.7008C0.826311 20.6728 0.895004 22.0098 1.40178 23.3135C1.90889 24.6175 2.85981 25.9443 4.14173 27.0389Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.3246 20.3725C7.41408 19.5885 6.30928 18.0918 6.03384 16.9643L8.49599 15.5746C9.11692 16.3071 9.79206 16.9662 10.2237 17.3349C10.6571 17.7032 11.3986 18.2561 12.1845 18.7246L11.7953 21.8833C10.7921 21.9199 9.23848 21.146 8.3246 20.3725ZM12.0916 22.6135C12.2195 22.5931 12.3216 22.4764 12.3408 22.3247L12.7984 18.6016C12.8159 18.4522 12.7495 18.3045 12.6317 18.2388C11.8043 17.7747 11.0235 17.1683 10.5709 16.7815C10.1187 16.3948 9.38731 15.7109 8.75561 14.9312C8.66806 14.8207 8.52798 14.7881 8.41046 14.8538L5.50787 16.4915C5.39203 16.5587 5.32738 16.7084 5.35028 16.8578C5.58498 18.3988 6.91808 20.0141 7.97911 20.9188C9.03981 21.8236 10.7622 22.8187 12.0916 22.6135Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2043 8.7351C20.0764 8.62859 19.9521 8.43444 19.8767 8.19627C19.7996 7.95103 19.7875 7.71168 19.8151 7.54543C19.8434 7.38193 19.8942 7.32062 19.9326 7.30372C19.9693 7.28761 20.0414 7.29154 20.1535 7.39373C20.2676 7.49591 20.3905 7.68653 20.469 7.9302C20.5461 8.17544 20.5603 8.41715 20.5323 8.583C20.504 8.7465 20.4498 8.80585 20.4128 8.82235C20.3835 8.83532 20.3451 8.84947 20.2043 8.7351ZM19.8646 9.29398C20.1013 9.48852 20.3801 9.5687 20.6202 9.46376C20.8973 9.34114 21.0536 9.03419 21.1078 8.71702C21.162 8.39946 21.1324 8.04535 21.0219 7.69321C20.9098 7.34145 20.7323 7.05062 20.5131 6.85214C20.2959 6.65563 20.0043 6.54087 19.7275 6.66389C19.4487 6.78651 19.2942 7.09149 19.2383 7.40866C19.1841 7.72622 19.2154 8.08269 19.3275 8.43248C19.4366 8.77794 19.6154 9.08725 19.8646 9.29398Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3656 12.3682C15.7973 11.6274 15.2305 10.9498 14.5766 10.3933C13.9244 9.83403 13.1984 9.40878 12.4229 9.00161L12.7475 6.20763C13.0667 6.02724 13.6068 6.0744 14.2611 6.39785C14.9575 6.74175 15.6993 7.29669 16.2326 7.75102C16.7637 8.20535 17.4408 8.86445 17.9338 9.53376C18.3948 10.1642 18.6002 10.7517 18.5493 11.1613L16.3656 12.3682ZM16.136 13.0521C16.2252 13.1319 16.3448 13.1484 16.4444 13.091L19.0036 11.6745C19.079 11.6317 19.1352 11.5539 19.1575 11.4596C19.3524 10.6488 18.9228 9.82814 18.3806 9.09083C17.8388 8.35195 17.1371 7.67438 16.5795 7.19765C16.0202 6.72092 15.2538 6.14318 14.4874 5.76509C13.721 5.38622 12.9213 5.15709 12.3178 5.61771C12.2478 5.67273 12.202 5.76077 12.1916 5.85706L11.8074 9.1321C11.7899 9.28577 11.8616 9.43511 11.9848 9.49839C12.8229 9.92403 13.5617 10.3744 14.2331 10.9353C14.8958 11.5142 15.4871 12.198 16.0902 13.0045C16.1043 13.0234 16.1185 13.0403 16.136 13.0521Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4184 15.7687C15.9814 14.917 16.6899 14.2847 17.7846 13.7156L16.3377 16.0222L15.4184 15.7687ZM13.8506 19.9894C13.991 18.6547 14.3365 17.4721 15.08 16.2478L16.0326 16.51L13.8506 19.9894ZM13.3351 21.3197C13.4455 21.4058 13.591 21.3814 13.6664 21.2647L18.7615 13.1363C18.9015 12.915 18.6965 12.6061 18.4719 12.698C16.3707 13.525 15.6326 14.3806 14.6611 15.9161C13.6897 17.4493 13.2176 19.0194 13.2213 21.0804C13.223 21.1747 13.2647 21.2647 13.3351 21.3197Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3C/svg%3E%0A")
}

.sidebar .navbar__menu li:nth-child(14)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7007 17.9063H12.9272C12.8233 17.9045 12.7222 17.9447 12.6421 18.0197C12.5619 18.0948 12.508 18.1997 12.4898 18.3158L11.0705 27.4167C11.0592 27.4887 11.0621 27.5627 11.079 27.6334C11.0959 27.704 11.1263 27.7695 11.1681 27.8253C11.2099 27.881 11.262 27.9256 11.3208 27.9558C11.3795 27.9859 11.4434 28.001 11.5079 27.9999H16.1199C16.1844 28.001 16.2483 27.9859 16.3071 27.9558C16.3658 27.9256 16.4179 27.881 16.4597 27.8253C16.5015 27.7695 16.532 27.704 16.5488 27.6334C16.5657 27.5627 16.5686 27.4887 16.5573 27.4167L15.1315 18.3158C15.1135 18.201 15.0605 18.097 14.9817 18.0221C14.9029 17.9473 14.8034 17.9063 14.7007 17.9063Z' fill='white'/%3E%3Cpath d='M15.8422 3.07751C15.4409 3.07751 15.0559 3.25846 14.7721 3.58054C14.4884 3.90262 14.3289 4.33945 14.3289 4.79494C14.3289 4.83216 14.3289 4.86939 14.3289 4.90662C14.6261 4.69346 14.9497 4.53201 15.2889 4.42763C15.3382 4.33151 15.4064 4.24966 15.4882 4.18847C15.57 4.12729 15.6631 4.08844 15.7604 4.07497C15.8576 4.06151 15.9563 4.07379 16.0486 4.11087C16.141 4.14794 16.2245 4.20879 16.2927 4.28864C16.6426 4.29618 16.9897 4.36225 17.3227 4.48471C17.259 4.09115 17.0762 3.73519 16.8059 3.47827C16.5356 3.22135 16.1948 3.07961 15.8422 3.07751Z' fill='white'/%3E%3Cpath d='M20.2683 6.55207C20.2973 6.49137 20.3147 6.42449 20.3196 6.35569C20.3245 6.28689 20.3167 6.21768 20.2967 6.1525C19.8134 4.58647 18.5735 2.57123 18.532 2.50422C18.1252 1.77456 15.8028 1.62317 13.9243 1.62317C12.0458 1.62317 9.72343 1.77704 9.33199 2.48684C9.2795 2.57123 8.03957 4.58647 7.55629 6.1525C7.53514 6.21465 7.52523 6.281 7.52715 6.34759C7.52908 6.41418 7.54279 6.47965 7.56748 6.54009C7.59218 6.60054 7.62734 6.65473 7.67087 6.69942C7.71441 6.74412 7.76543 6.77841 7.82089 6.80025C7.95866 6.85485 10.1958 7.7086 13.7034 7.7086C15.8233 7.69996 17.9342 7.39488 19.9884 6.80025C20.0477 6.78341 20.1033 6.75261 20.1515 6.70986C20.1998 6.66711 20.2395 6.61336 20.2683 6.55207ZM15.1949 6.63894C15.45 6.43316 15.7483 6.30698 16.0599 6.27302C16.3715 6.23905 16.6855 6.29847 16.9706 6.44535C16.3561 6.55207 15.7634 6.60915 15.1949 6.64886V6.63894ZM18.1799 6.22695C17.9 5.88913 17.5557 5.62855 17.1734 5.46522C16.791 5.30188 16.3808 5.24013 15.9741 5.2847C15.5675 5.32927 15.1752 5.47897 14.8275 5.72233C14.4797 5.96569 14.1857 6.29622 13.9681 6.68857C12.1421 6.72584 10.3196 6.49223 8.54692 5.99366C8.97167 4.9772 9.46901 4.0019 10.034 3.07752C10.7775 2.47692 17.0668 2.47692 17.8147 3.07752C18.3746 3.99626 18.8683 4.96484 19.2908 5.97381C18.9146 6.07556 18.5451 6.15994 18.1799 6.23688V6.22695Z' fill='white'/%3E%3Cpath d='M0.274165 27.2182C0.381757 27.2671 0.502078 27.2656 0.60869 27.214C0.715302 27.1623 0.799484 27.0647 0.84274 26.9427L4.34166 17.6185V17.8394C4.34166 18.1639 4.45524 18.4751 4.65743 18.7045C4.85961 18.934 5.13383 19.0629 5.41976 19.0629H6.4257C6.71163 19.0629 6.98585 18.934 7.18803 18.7045C7.39022 18.4751 7.5038 18.1639 7.5038 17.8394V16.7473H7.56722C7.62932 16.7473 7.69069 16.7322 7.74725 16.7031C7.80381 16.674 7.85426 16.6315 7.89524 16.5786L8.17079 16.2311H19.6822L19.9599 16.5885C20.0102 16.6476 20.0714 16.6933 20.1391 16.7225C20.2067 16.7517 20.2792 16.7636 20.3514 16.7573V17.8518C20.3537 18.175 20.4686 18.484 20.671 18.7114C20.8734 18.9388 21.1469 19.066 21.4317 19.0654H22.4376C22.7236 19.0654 22.9978 18.9365 23.2 18.707C23.4021 18.4775 23.5157 18.1663 23.5157 17.8418V17.2239L27.1568 26.9352C27.2003 27.0573 27.2847 27.1548 27.3916 27.2063C27.4984 27.2577 27.6189 27.2588 27.7265 27.2095C27.834 27.1601 27.9199 27.0643 27.9653 26.943C28.0106 26.8218 28.0116 26.6851 27.9681 26.563C27.9681 26.563 23.765 15.3749 23.7322 15.3327C23.9906 14.0215 24.1371 12.685 24.1696 11.3419C24.1856 10.884 24.1644 10.4254 24.1062 9.97197C24.1049 9.93763 24.1005 9.90352 24.093 9.87021C23.8888 8.40385 23.2819 7.04807 22.3589 5.99609L22.4223 5.92411C22.6041 6.02526 22.8038 6.07789 23.0062 6.07799H23.1636C23.5158 6.07474 23.8526 5.91437 24.1014 5.63156C24.3502 5.34874 24.4909 4.96618 24.4932 4.56656V4.51196C24.4927 4.27322 24.4088 4.04446 24.2601 3.87565C24.1114 3.70684 23.9098 3.61171 23.6994 3.61105H22.4529C22.348 3.61007 22.244 3.63263 22.1468 3.67744C22.0496 3.72224 21.9612 3.78841 21.8866 3.87213C21.812 3.95585 21.7527 4.05548 21.7122 4.16528C21.6717 4.27509 21.6506 4.3929 21.6504 4.51196V4.56656C21.6504 4.56656 21.6504 4.58641 21.6504 4.59634C21.1166 3.38255 20.5101 2.21169 19.8353 1.092C19.3105 0.141464 15.899 0 13.9309 0C11.9627 0 8.54473 0.141464 8.02645 1.07215C7.34513 2.19953 6.73284 3.37869 6.1939 4.6013C6.1939 4.6013 6.1939 4.58145 6.1939 4.57152V4.51692C6.19332 4.27819 6.1095 4.04942 5.96076 3.88061C5.81201 3.7118 5.61044 3.61667 5.40008 3.61602H4.15578C3.94542 3.61667 3.74385 3.7118 3.5951 3.88061C3.44636 4.04942 3.36254 4.27819 3.36196 4.51692V4.56656C3.36254 4.96919 3.50373 5.35514 3.75459 5.63984C4.00545 5.92454 4.34552 6.08478 4.7003 6.08543H4.85775C5.12516 6.086 5.38652 5.9952 5.60783 5.82484L5.63626 5.86207C4.63951 6.93101 3.98345 8.34507 3.7709 9.88262C3.7709 9.89751 3.7709 9.91241 3.7709 9.92978C3.70685 10.4001 3.68268 10.8763 3.69873 11.3519C3.72181 12.7634 3.87499 14.1683 4.15578 15.5437L0.0314281 26.5729C-0.0117209 26.695 -0.0103918 26.8315 0.0351234 26.9525C0.0806387 27.0735 0.166617 27.1691 0.274165 27.2182ZM6.61595 17.8418C6.61595 17.903 6.59453 17.9618 6.55639 18.005C6.51825 18.0483 6.46652 18.0726 6.41258 18.0726H5.40664C5.3527 18.0726 5.30097 18.0483 5.26283 18.005C5.22469 17.9618 5.20327 17.903 5.20327 17.8418V16.7473H6.61595V17.8418ZM6.91555 13.9776C6.91555 14.0981 6.87339 14.2136 6.79834 14.2988C6.72329 14.384 6.6215 14.4318 6.51536 14.4318H6.01239C5.90625 14.4318 5.80446 14.384 5.72941 14.2988C5.65436 14.2136 5.6122 14.0981 5.6122 13.9776V13.3969C5.6122 13.2764 5.65436 13.1609 5.72941 13.0757C5.80446 12.9906 5.90625 12.9427 6.01239 12.9427H6.52411C6.63024 12.9427 6.73203 12.9906 6.80708 13.0757C6.88213 13.1609 6.9243 13.2764 6.9243 13.3969L6.91555 13.9776ZM8.57316 15.2185L8.91868 13.9975H18.7944L19.2164 15.2384L8.57316 15.2185ZM20.9112 13.9776V13.3969C20.9112 13.2764 20.9534 13.1609 21.0284 13.0757C21.1035 12.9906 21.2053 12.9427 21.3114 12.9427H21.8231C21.9293 12.9427 22.0311 12.9906 22.1061 13.0757C22.1812 13.1609 22.2233 13.2764 22.2233 13.3969V13.9776C22.2233 14.0981 22.1812 14.2136 22.1061 14.2988C22.0311 14.384 21.9293 14.4318 21.8231 14.4318H21.3202C21.2144 14.4312 21.1132 14.383 21.0386 14.2979C20.964 14.2128 20.9222 14.0977 20.9222 13.9776H20.9112ZM22.6235 17.8418C22.6235 17.903 22.6021 17.9618 22.5639 18.005C22.5258 18.0483 22.4741 18.0726 22.4201 18.0726H21.4317C21.3777 18.0726 21.326 18.0483 21.2879 18.005C21.2497 17.9618 21.2283 17.903 21.2283 17.8418V16.7473H22.641L22.6235 17.8418ZM22.4289 7.72344C22.7886 8.35023 23.0436 9.04682 23.1811 9.77839C22.6984 10.1314 22.146 10.3429 21.5735 10.394C21.0011 10.4452 20.4263 10.3342 19.9009 10.0712C19.7098 9.93637 19.5696 9.72593 19.5073 9.48057C19.5004 9.35185 19.5184 9.22298 19.5599 9.10295C19.6015 8.98293 19.6656 8.87464 19.7478 8.78566C19.7573 8.77131 19.766 8.7564 19.7741 8.74098C20.6789 8.45944 21.5689 8.11971 22.4398 7.72344H22.4289ZM6.39508 6.42792C6.46468 6.3689 6.51721 6.28768 6.54598 6.19463C7.10799 4.36056 8.59284 1.8837 8.7328 1.63552C8.99303 1.37245 10.8081 0.990248 13.9156 0.990248C17.023 0.990248 18.8337 1.37245 19.0983 1.63552C19.1137 1.66282 20.7078 4.27618 21.2852 6.19463C21.3139 6.28768 21.3665 6.3689 21.4361 6.42792C21.5927 6.57157 21.739 6.72926 21.8734 6.89947C14.0009 10.374 7.62845 7.75322 5.93585 6.89947C6.07741 6.72841 6.23099 6.57071 6.39508 6.42792ZM5.40008 7.72344C6.28057 8.18406 7.1944 8.55772 8.13142 8.84026C8.20489 8.92352 8.26227 9.02323 8.29992 9.13305C8.33757 9.24286 8.35466 9.36037 8.3501 9.47809C8.28982 9.72319 8.15098 9.93387 7.96085 10.0688C7.43525 10.3314 6.86043 10.4419 6.28793 10.3903C5.71543 10.3388 5.16316 10.1268 4.68061 9.77342C4.80764 9.04581 5.05152 8.35091 5.40008 7.72344Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(15)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12 9.45C1.12 9.44767 1.12084 9.44533 1.12084 9.443C1.12084 9.44183 1.12 9.44067 1.12 9.4395V7.93333C1.12 3.60687 5.2416 0.466667 10.92 0.466667C16.5984 0.466667 20.72 3.60687 20.72 7.93333V9.45V9.8H21.28V7.93333C21.28 3.33643 16.9229 0 10.92 0C4.91708 0 0.559998 3.33643 0.559998 7.93333V9.8H1.12V9.45Z' fill='white'/%3E%3Cpath d='M1.12 10.2666H0V12.5999H1.12V10.2666Z' fill='white'/%3E%3Cpath d='M17.92 8.86666C17.92 5.65016 14.7798 3.03333 10.92 3.03333C7.06018 3.03333 3.91998 5.65016 3.91998 8.86666V10.0333H14.3494C14.5015 9.62476 14.9455 8.60579 15.7741 7.99212C15.8564 7.93099 15.9743 7.91606 16.0748 7.95363C16.1753 7.99143 16.24 8.07473 16.24 8.16666V10.0333H17.92V8.86666Z' fill='white'/%3E%3Cpath d='M7.84003 11.1386V11.7283C7.84003 11.823 7.93271 11.9 8.04639 11.9H8.19367C8.30735 11.9 8.40003 11.823 8.40003 11.7283V11.1386C8.40003 11.0439 8.30735 10.9667 8.19367 10.9667H8.04639C7.93271 10.9667 7.84003 11.0439 7.84003 11.1386Z' fill='white'/%3E%3Cpath d='M9.23999 14.9829C9.23999 15.7267 9.99347 16.3315 10.92 16.3315C11.8465 16.3315 12.6 15.7265 12.6 14.9829V14.9315H9.23999V14.9829Z' fill='white'/%3E%3Cpath d='M18.48 9.45003V12.1334V13.4167C18.48 13.8197 18.9019 14 19.32 14C19.738 14 20.16 13.8197 20.16 13.4167V9.45003C20.16 9.04707 19.738 8.8667 19.32 8.8667C18.9019 8.8667 18.48 9.04707 18.48 9.45003Z' fill='white'/%3E%3Cpath d='M21.84 10.2666H20.72V12.5999H21.84V10.2666Z' fill='white'/%3E%3Cpath d='M13.44 11.1386V11.7283C13.44 11.823 13.5327 11.9 13.6464 11.9H13.7936C13.9073 11.9 14 11.823 14 11.7283V11.1386C14 11.0439 13.9073 10.9667 13.7936 10.9667H13.6464C13.5327 10.9667 13.44 11.0439 13.44 11.1386Z' fill='white'/%3E%3Cpath d='M6.46631 17.5C6.28655 17.3542 6.10959 17.2014 5.93627 17.0408C5.71143 16.8329 5.50115 16.6192 5.30319 16.4022C5.27407 16.7529 5.24943 17.1017 5.22507 17.4506C3.84439 17.2177 2.79999 16.1819 2.79999 14.9422V13.9702C3.10743 13.9051 3.35999 13.728 3.35999 13.4167V12.1334V9.45003C3.35999 9.04707 2.93803 8.8667 2.51999 8.8667C2.10195 8.8667 1.67999 9.04707 1.67999 9.45003V13.4167C1.67999 13.7282 1.93255 13.9053 2.23999 13.9702V14.9422C2.23999 16.4307 3.51763 17.6685 5.19231 17.9179C5.10691 19.2589 5.05735 20.5819 5.04699 21.8725C5.85087 21.6377 6.77823 21.4893 7.85903 21.4693L8.10599 18.5853C7.76523 18.4075 7.42587 18.1984 7.09183 17.9667H7.96963C7.73387 17.8234 7.50231 17.668 7.27719 17.5H6.46631Z' fill='white'/%3E%3Cpath d='M17.92 10.5H15.96C15.8054 10.5 15.68 10.3955 15.68 10.2667V8.78223C15.1001 9.46239 14.8344 10.3136 14.8313 10.3243C14.7997 10.4277 14.6879 10.5 14.56 10.5H13.7936C14.2161 10.5 14.56 10.7866 14.56 11.1387V11.7283C14.56 12.0802 14.2161 12.3667 13.7936 12.3667H13.6463C13.2238 12.3667 12.88 12.0802 12.88 11.7283V11.1387C12.88 10.7866 13.2238 10.5 13.6463 10.5H8.19362C8.61614 10.5 8.95998 10.7866 8.95998 11.1387V11.7283C8.95998 12.0802 8.61614 12.3667 8.19362 12.3667H8.04634C7.62382 12.3667 7.27998 12.0802 7.27998 11.7283V11.1387C7.27998 10.7866 7.62382 10.5 8.04634 10.5H3.91998V12.1334C3.91998 13.85 5.37486 16.079 7.27746 17.5H9.2999C9.37662 17.3614 9.52418 17.2667 9.72998 17.2667H12.11C12.418 17.2667 12.6 17.4767 12.6 17.7334C12.6 17.99 12.418 18.2 12.11 18.2H9.72998C9.52418 18.2 9.37662 18.1053 9.2999 17.9667H7.9699C8.91518 18.5409 9.93382 18.9 10.92 18.9C14.2327 18.9 17.92 14.8666 17.92 12.1334V10.5ZM13.16 14.9828C13.16 15.9838 12.1551 16.7982 10.92 16.7982C9.6849 16.7982 8.67998 15.9838 8.67998 14.9828V14.6982C8.67998 14.5691 8.80542 14.4648 8.95998 14.4648H12.88C13.0345 14.4648 13.16 14.5691 13.16 14.6982V14.9828Z' fill='white'/%3E%3Cpath d='M13.7337 18.5836L13.9809 21.4693C14.4939 21.4788 14.9878 21.5187 15.4563 21.585C15.7965 21.5103 16.1518 21.4667 16.52 21.4667H16.7893C16.7664 19.8184 16.6807 18.1181 16.5373 16.3992C16.3385 16.6173 16.1271 16.832 15.9009 17.0408C15.216 17.6739 14.4771 18.1956 13.7337 18.5836Z' fill='white'/%3E%3Cpath d='M8.64584 18.841L8.41064 21.5848L10.92 23.0485L13.4294 21.5845L13.1942 18.8396C12.4079 19.1805 11.6301 19.3667 10.92 19.3667C10.2094 19.3667 9.43152 19.181 8.64584 18.841Z' fill='white'/%3E%3Cpath d='M20.113 26.6885C20.0245 26.821 19.9262 26.947 19.8204 27.0667H21.0599C20.9541 26.947 20.8558 26.821 20.7673 26.6885H20.113Z' fill='white'/%3E%3Cpath d='M12.32 24.9666C12.32 23.6831 13.1558 22.5619 14.3954 21.9527C14.2019 21.9424 14.0053 21.9361 13.8057 21.9347L11.0805 23.5244C11.0323 23.5524 10.9763 23.5666 10.92 23.5666C10.8637 23.5666 10.8077 23.5524 10.7596 23.5244L8.0349 21.9349C6.84966 21.9424 5.79658 22.1041 4.8779 22.4168C4.87314 22.4186 4.86838 22.4203 4.86362 22.4219C3.40258 22.9226 2.2823 23.8063 1.5207 25.0709C1.09202 25.7831 0.855416 26.4968 0.723816 27.0664H3.37542C3.36926 26.9887 3.35974 26.9115 3.35974 26.8331C3.35974 26.3286 3.48574 25.8416 3.73466 25.3859L3.76378 25.3334C3.83014 25.2172 3.99702 25.1671 4.13674 25.2219C4.27646 25.277 4.33638 25.416 4.2703 25.5325L4.24482 25.5784C4.02922 25.9739 3.92002 26.3958 3.92002 26.8333C3.92002 27.2353 4.02082 27.6264 4.20954 28H14.4337C13.1729 27.3954 12.32 26.2635 12.32 24.9666Z' fill='white'/%3E%3Cpath d='M19.3234 27.5333C19.096 27.7125 18.8471 27.8693 18.58 28H21.2668C21.257 27.8824 21.238 27.7212 21.208 27.5333H19.3234Z' fill='white'/%3E%3Cpath d='M24.64 26.7167C24.872 26.7167 25.06 26.56 25.06 26.3667C25.06 26.1734 24.872 26.0167 24.64 26.0167C24.4081 26.0167 24.22 26.1734 24.22 26.3667C24.22 26.56 24.4081 26.7167 24.64 26.7167Z' fill='white'/%3E%3Cpath d='M16.8 24.5V23.5667H16.24V24.5C16.24 24.629 16.1146 24.7333 15.96 24.7333H14.84V25.2H15.96C16.1146 25.2 16.24 25.3043 16.24 25.4333V26.3667H16.8V25.4333C16.8 25.3043 16.9255 25.2 17.08 25.2H18.2V24.7333H17.08C16.9255 24.7333 16.8 24.629 16.8 24.5ZM16.52 25.2C16.3655 25.2 16.24 25.0955 16.24 24.9667C16.24 24.8379 16.3655 24.7333 16.52 24.7333C16.6746 24.7333 16.8 24.8379 16.8 24.9667C16.8 25.0955 16.6746 25.2 16.52 25.2Z' fill='white'/%3E%3Cpath d='M24.36 21.9333H17.0766C17.0758 21.9333 17.075 21.9333 17.0741 21.9333H16.52C14.513 21.9333 12.88 23.2941 12.88 24.9667C12.88 26.6392 14.513 28 16.52 28C17.8604 28 19.0767 27.3677 19.6949 26.3499L19.7725 26.2218H21.1075L21.1851 26.3499C21.8033 27.3677 23.0199 28 24.36 28C26.367 28 28 26.6392 28 24.9667C28 23.2941 26.367 21.9333 24.36 21.9333ZM18.76 25.4333C18.76 25.5624 18.6346 25.6667 18.48 25.6667H17.36V26.6C17.36 26.729 17.2346 26.8333 17.08 26.8333H15.96C15.8054 26.8333 15.68 26.729 15.68 26.6V25.6667H14.56C14.4054 25.6667 14.28 25.5624 14.28 25.4333V24.5C14.28 24.371 14.4054 24.2667 14.56 24.2667H15.68V23.3333C15.68 23.2043 15.8054 23.1 15.96 23.1H17.08C17.2346 23.1 17.36 23.2043 17.36 23.3333V24.2667H18.48C18.6346 24.2667 18.76 24.371 18.76 24.5V25.4333ZM24.64 22.75C25.1804 22.75 25.62 23.1163 25.62 23.5667C25.62 24.017 25.1804 24.3833 24.64 24.3833C24.0996 24.3833 23.66 24.017 23.66 23.5667C23.66 23.1163 24.0996 22.75 24.64 22.75ZM22.96 25.7833C22.4196 25.7833 21.98 25.417 21.98 24.9667C21.98 24.5163 22.4196 24.15 22.96 24.15C23.5004 24.15 23.94 24.5163 23.94 24.9667C23.94 25.417 23.5004 25.7833 22.96 25.7833ZM24.64 27.1833C24.0996 27.1833 23.66 26.817 23.66 26.3667C23.66 25.9163 24.0996 25.55 24.64 25.55C25.1804 25.55 25.62 25.9163 25.62 26.3667C25.62 26.817 25.1804 27.1833 24.64 27.1833ZM26.32 25.7833C25.7796 25.7833 25.34 25.417 25.34 24.9667C25.34 24.5163 25.7796 24.15 26.32 24.15C26.8604 24.15 27.3 24.5163 27.3 24.9667C27.3 25.417 26.8604 25.7833 26.32 25.7833Z' fill='white'/%3E%3Cpath d='M22.96 25.3167C23.1919 25.3167 23.38 25.16 23.38 24.9667C23.38 24.7734 23.1919 24.6167 22.96 24.6167C22.728 24.6167 22.54 24.7734 22.54 24.9667C22.54 25.16 22.728 25.3167 22.96 25.3167Z' fill='white'/%3E%3Cpath d='M26.32 25.3167C26.5519 25.3167 26.74 25.16 26.74 24.9667C26.74 24.7734 26.5519 24.6167 26.32 24.6167C26.088 24.6167 25.9 24.7734 25.9 24.9667C25.9 25.16 26.088 25.3167 26.32 25.3167Z' fill='white'/%3E%3Cpath d='M24.64 23.9167C24.872 23.9167 25.06 23.76 25.06 23.5667C25.06 23.3734 24.872 23.2167 24.64 23.2167C24.4081 23.2167 24.22 23.3734 24.22 23.5667C24.22 23.76 24.4081 23.9167 24.64 23.9167Z' fill='white'/%3E%3Cpath d='M0.631945 27.5333C0.601425 27.7226 0.583505 27.8819 0.573425 28H3.60499C3.53919 27.8469 3.48851 27.6911 3.44931 27.5333H0.631945Z' fill='white'/%3E%3C/svg%3E%0A")
}

.sidebar .navbar__menu li:nth-child(16)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1538 5.1333H21.5385V8.86663H23.1538V5.1333Z' fill='white'/%3E%3Cpath d='M7.00002 24.2667V24.7333H8.07694V24.2667C8.07694 24.0091 8.31817 23.8 8.6154 23.8H9.15386V22.8667H8.6154C8.31817 22.8667 8.07694 22.6576 8.07694 22.4V21.9333H7.00002V22.4C7.00002 22.6576 6.75879 22.8667 6.46156 22.8667H5.9231V23.8H6.46156C6.75879 23.8 7.00002 24.0091 7.00002 24.2667Z' fill='white'/%3E%3Cpath d='M28 12.6V0.466667C28 0.209067 27.7588 0 27.4615 0H0.538462C0.241231 0 0 0.209067 0 0.466667V12.6C0 12.8576 0.241231 13.0667 0.538462 13.0667H25.3055V13.0741C25.3077 13.0741 25.3098 13.0741 25.312 13.0741C25.7412 13.0741 26.1445 13.2188 26.4487 13.4811C26.7545 13.7447 26.9225 14.0961 26.9225 14.4704C26.9231 15.2404 26.2005 15.8667 25.312 15.8667H16.1495C14.6672 15.8667 13.4615 16.9115 13.4615 18.1963V18.6667H7.70431C4.781 18.6667 2.34769 20.5805 2.16515 23.0235C2.06769 24.3297 2.58031 25.5729 3.60931 26.5239C4.62377 27.4619 6.05608 28 7.53846 28C9.59862 28 11.5053 26.9575 12.3948 25.3437C12.6027 24.9671 13.0211 24.7333 13.4879 24.7333H15.0505C15.5168 24.7333 15.9363 24.9681 16.1447 25.3456C17.0299 26.9491 18.9248 27.9907 20.972 28C20.9812 28 20.9898 28 20.9984 28C23.8883 28 26.3006 25.9714 26.3819 23.4673C26.4234 22.1947 25.8828 20.9916 24.8602 20.0807C23.8382 19.1688 22.4668 18.6667 21 18.6667H14.5385V18.1963C14.5385 17.4263 15.2611 16.8 16.1495 16.8H25.312C26.7944 16.8 28 15.7551 28 14.4704C28 13.9547 27.7986 13.4699 27.4438 13.0667H27.4615C27.7588 13.0667 28 12.8576 28 12.6ZM8.61539 9.8H4.84615H2.15385V8.86667H4.30769V5.13333H3.76923C3.472 5.13333 3.23077 4.92427 3.23077 4.66667V3.26667H2.15385V2.33333H3.76923C4.06646 2.33333 4.30769 2.5424 4.30769 2.8V4.2H4.84615C5.14338 4.2 5.38462 4.40907 5.38462 4.66667V8.86667H8.61539V9.8ZM18.0272 10.6148L17.8322 12.1333H16.7488L16.9567 10.5117C17.0881 9.485 16.352 8.5344 15.2067 8.25067L14 7.952L12.7938 8.25067C11.648 8.5344 10.9119 9.48547 11.0433 10.5117L11.2512 12.1333H10.1678L9.97285 10.6148C9.786 9.156 10.8166 7.8078 12.4272 7.3766C11.7309 6.82687 11.3077 5.95187 11.3077 5.13333C11.3077 3.7814 12.4401 2.8 14 2.8C15.5599 2.8 16.6923 3.7814 16.6923 5.13333C16.6923 5.95187 16.2691 6.82687 15.5723 7.3766C17.1834 7.8078 18.214 9.156 18.0272 10.6148ZM25.8462 2.33333H24.2308V8.86667H25.8462V9.8H23.6923H21H19.3846V8.86667H20.4615V4.66667C20.4615 4.40907 20.7028 4.2 21 4.2H23.1538V1.86667C23.1538 1.60907 23.3951 1.4 23.6923 1.4H25.8462V2.33333ZM4.84615 22.4C4.84615 22.1424 5.08738 21.9333 5.38462 21.9333H5.92308V21.4667C5.92308 21.2091 6.16431 21 6.46154 21H8.61539C8.91262 21 9.15385 21.2091 9.15385 21.4667V21.9333H9.69231C9.98954 21.9333 10.2308 22.1424 10.2308 22.4V24.2667C10.2308 24.5243 9.98954 24.7333 9.69231 24.7333H9.15385V25.2C9.15385 25.4576 8.91262 25.6667 8.61539 25.6667H6.46154C6.16431 25.6667 5.92308 25.4576 5.92308 25.2V24.7333H5.38462C5.08738 24.7333 4.84615 24.5243 4.84615 24.2667V22.4ZM23.1538 22.4C23.4511 22.4 23.6923 22.6091 23.6923 22.8667C23.6923 23.1243 23.4511 23.3333 23.1538 23.3333C22.8566 23.3333 22.6154 23.1243 22.6154 22.8667C22.6154 22.6091 22.8566 22.4 23.1538 22.4ZM21 20.5333C21.2972 20.5333 21.5385 20.7424 21.5385 21C21.5385 21.2576 21.2972 21.4667 21 21.4667C20.7028 21.4667 20.4615 21.2576 20.4615 21C20.4615 20.7424 20.7028 20.5333 21 20.5333ZM21 24.2667C21.2972 24.2667 21.5385 24.4757 21.5385 24.7333C21.5385 24.9909 21.2972 25.2 21 25.2C20.7028 25.2 20.4615 24.9909 20.4615 24.7333C20.4615 24.4757 20.7028 24.2667 21 24.2667ZM18.8462 22.4C19.1434 22.4 19.3846 22.6091 19.3846 22.8667C19.3846 23.1243 19.1434 23.3333 18.8462 23.3333C18.5489 23.3333 18.3077 23.1243 18.3077 22.8667C18.3077 22.6091 18.5489 22.4 18.8462 22.4ZM15.0505 22.8667C15.7301 22.8667 16.3369 23.2129 16.6304 23.744C17.4068 25.1505 19.0578 26.1249 20.9752 26.1329C22.7936 26.1408 24.4165 25.2303 25.2495 23.9115C24.9162 25.6671 23.0871 27.0667 20.9978 27.0667C20.9914 27.0667 20.9844 27.0667 20.9774 27.0667C19.3146 27.0592 17.8349 26.2453 17.1161 24.9429C16.7268 24.2377 15.9352 23.8 15.0505 23.8H13.4879C12.6027 23.8 11.8117 24.2373 11.4235 24.9415C10.7111 26.2323 9.18669 27.0667 7.53846 27.0667C6.335 27.0667 5.21823 26.6476 4.39492 25.886C3.80262 25.3386 3.42838 24.6689 3.29215 23.9475C4.11438 25.249 5.705 26.1333 7.53846 26.1333C9.46669 26.1333 11.1295 25.1561 11.9092 23.7426C12.2015 23.212 12.8089 22.8667 13.4879 22.8667H15.0505Z' fill='white'/%3E%3Cpath d='M14 3.73328C13.1961 3.73328 12.3846 4.16634 12.3846 5.13328C12.3846 6.09274 13.1697 6.99948 13.9995 6.99994H14.0006C14.8303 6.99948 15.6154 6.09274 15.6154 5.13328C15.6154 4.16634 14.804 3.73328 14 3.73328Z' fill='white'/%3E%3C/svg%3E%0A")
}

.sidebar .navbar__menu li:nth-child(17)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.93525 13.0248C4.05134 13.0248 4.95935 14.1619 4.95935 15.5595C4.95935 16.1952 4.77018 16.7756 4.45806 17.2217L5.92726 18.568L6.74383 15.5003C6.08805 15.0818 5.6372 14.229 5.6372 13.242C5.6372 12.0615 6.28668 11.0705 7.16 10.7902V0L0 13.1354L1.21067 14.2448C1.56694 13.5144 2.20696 13.0248 2.93841 13.0248H2.93525Z' fill='white'/%3E%3Cpath d='M9.68856 13.2459C9.68856 14.229 9.23772 15.0818 8.58193 15.5043L9.26294 18.0626L10.1646 17.2375C10.0858 16.969 10.0417 16.6808 10.0417 16.3768C10.0417 15.37 10.5146 14.4975 11.1956 14.0908V6.8184L7.47845 0V10.7231C7.54151 10.7152 7.60141 10.7112 7.66447 10.7112C8.78056 10.7112 9.68856 11.8483 9.68856 13.2459Z' fill='white'/%3E%3Cpath d='M25.7363 2.41626H15.7924L11.905 5.44842H21.8489L25.7363 2.41626Z' fill='white'/%3E%3Cpath d='M21.7417 11.5126V5.84314H11.5109V13.9407C11.6874 13.8776 11.8734 13.842 12.0658 13.842C13.1818 13.842 14.0899 14.9791 14.0899 16.3767C14.0899 17.3243 13.6737 18.1494 13.0557 18.5837H16.9526C16.9526 18.5837 16.9526 18.5482 16.9526 18.5284C16.9526 14.987 19.0303 12.0535 21.7385 11.5126H21.7417Z' fill='white'/%3E%3Cpath d='M22.0569 11.4535C22.2461 11.4299 22.4416 11.418 22.6371 11.418C23.9549 11.418 25.1656 11.9865 26.1304 12.9341V2.57422L22.0569 5.7564V11.4535Z' fill='white'/%3E%3Cpath d='M22.6339 11.8088C19.6766 11.8088 17.2679 14.8213 17.2679 18.5285C17.2679 22.2358 19.6735 25.2482 22.6339 25.2482C25.5944 25.2482 28 22.2358 28 18.5285C28 14.8213 25.5944 11.8088 22.6339 11.8088Z' fill='white'/%3E%3Cpath d='M10.1174 22.5122L8.2919 15.6543C8.09327 15.7333 7.88519 15.7806 7.66449 15.7806C7.4438 15.7806 7.23571 15.7372 7.03709 15.6543L5.15802 22.7135L5.58365 24.3086C6.09755 24.6757 6.8826 24.8613 7.66449 24.8613C8.38018 24.8613 9.10217 24.7034 9.61292 24.3954L10.1142 22.5082L10.1174 22.5122Z' fill='white'/%3E%3Cpath d='M7.6645 15.3857C8.60826 15.3857 9.37332 14.4277 9.37332 13.2458C9.37332 12.064 8.60826 11.106 7.6645 11.106C6.72075 11.106 5.95569 12.064 5.95569 13.2458C5.95569 14.4277 6.72075 15.3857 7.6645 15.3857Z' fill='white'/%3E%3Cpath d='M12.0658 18.9154C11.8482 18.9154 11.637 18.872 11.4384 18.7891L9.3985 26.4603C9.42372 27.471 10.7542 28 12.0658 28C13.3773 28 14.7078 27.471 14.733 26.4603L12.69 18.7891C12.4914 18.868 12.2833 18.9154 12.0626 18.9154H12.0658Z' fill='white'/%3E%3Cpath d='M12.0657 18.5167C13.0095 18.5167 13.7746 17.5586 13.7746 16.3768C13.7746 15.195 13.0095 14.2369 12.0657 14.2369C11.122 14.2369 10.3569 15.195 10.3569 16.3768C10.3569 17.5586 11.122 18.5167 12.0657 18.5167Z' fill='white'/%3E%3Cpath d='M2.93531 18.0942C2.71777 18.0942 2.50653 18.0508 2.30791 17.9679L0.264893 25.6391C0.290115 26.6498 1.6206 27.1789 2.93216 27.1789C4.24372 27.1789 5.5742 26.6498 5.59943 25.6391L3.55641 17.9679C3.35779 18.0469 3.1497 18.0942 2.92901 18.0942H2.93531Z' fill='white'/%3E%3Cpath d='M4.64413 15.5596C4.64413 14.3791 3.878 13.4197 2.93532 13.4197C1.99263 13.4197 1.2265 14.3791 1.2265 15.5596C1.2265 16.74 1.99263 17.6994 2.93532 17.6994C3.878 17.6994 4.64413 16.74 4.64413 15.5596Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(18)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.91541 28L14.243 26.771V22.4059L14.1969 22.4192C14.1469 22.4331 14.0925 22.4397 14.038 22.4397C13.9829 22.4397 13.9285 22.4331 13.8804 22.4195C13.8619 22.4141 13.851 22.404 13.8349 22.3974C13.8087 22.3863 13.7792 22.3772 13.7613 22.3614L13.045 21.7504L12.4396 21.9207L12.2058 21.9874L12.922 22.6006C13.0104 22.6762 12.9579 22.7729 12.8041 22.8165L11.5638 23.169L9.91605 23.6406L9.91541 28Z' fill='white'/%3E%3Cpath d='M4.96143 26.7714L9.27497 27.9997V23.5305L7.62207 22.112C7.62143 22.112 7.62143 22.112 7.62143 22.112C7.53302 22.0364 7.58555 21.9397 7.73931 21.8961L8.33768 21.726L7.11723 20.6858L4.96207 21.3012L4.96143 26.7714Z' fill='white'/%3E%3Cpath d='M8.95505 11.3162L8.55849 11.203L7.92744 11.3838C7.9268 11.3838 7.92616 11.3838 7.92616 11.3838C7.92103 11.3851 7.91463 11.3851 7.91014 11.3864C7.86722 11.3974 7.81917 11.405 7.76664 11.405C7.7141 11.405 7.66733 11.3974 7.62313 11.3864C7.618 11.3851 7.61224 11.3854 7.60775 11.3838C7.60775 11.3838 7.60711 11.3838 7.60647 11.3838L3.84325 10.3126L3.21797 10.4915L0.320923 11.3159L4.64087 12.5473L8.95505 11.3162Z' fill='white'/%3E%3Cpath d='M11.8413 21.7261L11.2859 21.251L10.9636 21.3436L11.5197 21.8177L11.6075 21.7924L11.8413 21.7261Z' fill='white'/%3E%3Cpath d='M17.2638 23.3633L16.5476 22.7504L15.9511 22.9195L15.9498 22.9202C15.8992 22.9344 15.8441 22.941 15.7897 22.941C15.6788 22.941 15.5712 22.9126 15.5116 22.862L14.8838 22.3243V26.5889L19.2037 25.3575V23.9288C19.1807 23.925 19.1557 23.925 19.1339 23.9193C19.1185 23.9146 19.1096 23.906 19.0948 23.9003C19.066 23.8886 19.0352 23.8782 19.0154 23.8611L18.3004 23.2486L17.7027 23.4205L17.7014 23.4212C17.6508 23.4354 17.5957 23.442 17.5412 23.442C17.4861 23.442 17.4317 23.4354 17.3836 23.4218C17.3567 23.4145 17.3388 23.4003 17.3164 23.3889C17.2997 23.3804 17.2773 23.3747 17.2651 23.3636L17.2638 23.3633Z' fill='white'/%3E%3Cpath d='M18.5773 21.1707C18.5267 21.1856 18.4716 21.1922 18.4172 21.1922C18.3621 21.1922 18.3076 21.1849 18.2596 21.1717C18.2122 21.1584 18.1712 21.1388 18.141 21.1138C18.141 21.1138 18.1404 21.1135 18.1398 21.1132C18.1398 21.1132 18.1391 21.1132 18.1391 21.1129C18.1391 21.1126 18.1391 21.1126 18.1385 21.1122L17.4241 20.5025L16.8264 20.6723C16.8258 20.6726 16.8258 20.6729 16.8251 20.6729C16.7745 20.6871 16.7194 20.6937 16.665 20.6937C16.5541 20.6937 16.4465 20.6653 16.3869 20.6147L15.6707 20.0018L15.0742 20.1709C15.0736 20.1713 15.0736 20.1716 15.0729 20.1716C15.0223 20.1858 14.9672 20.1924 14.9128 20.1924C14.8019 20.1924 14.6943 20.164 14.6347 20.1134L13.9198 19.5008L13.322 19.6731C13.2714 19.6877 13.2157 19.6946 13.1606 19.6946C13.0523 19.6946 12.9479 19.6668 12.8877 19.6178C12.8864 19.6168 12.8845 19.6168 12.8838 19.6162C12.8838 19.6159 12.8832 19.6159 12.8832 19.6156L12.1612 19.0027L11.5621 19.1756C11.5615 19.1756 11.5615 19.1756 11.5609 19.1759C11.5102 19.1905 11.4551 19.1971 11.4007 19.1971C11.3456 19.1971 11.2911 19.1898 11.2431 19.1765C11.2252 19.1715 11.2143 19.1614 11.1989 19.155C11.172 19.1437 11.1431 19.1345 11.1246 19.119C11.1246 19.119 11.1246 19.1187 11.1246 19.1184C11.1239 19.1184 11.1233 19.1184 11.1233 19.1181L10.2475 18.3677C10.2309 18.3531 10.2232 18.3373 10.2161 18.3219C10.2142 18.3171 10.2084 18.3133 10.2072 18.3089C10.2027 18.2915 10.2071 18.2748 10.2142 18.258C10.2155 18.2548 10.2136 18.2514 10.2155 18.2485C10.2257 18.2299 10.243 18.2128 10.2661 18.197C10.2674 18.1961 10.2674 18.1948 10.2687 18.1942C10.2898 18.1802 10.318 18.1692 10.3481 18.1591C10.3545 18.1572 10.3577 18.154 10.3635 18.1524L10.3648 18.1521C10.3648 18.1521 10.3654 18.1521 10.3654 18.1518L10.9644 17.9795L10.2475 17.3654C10.2257 17.3464 10.2123 17.3262 10.2072 17.306C10.1924 17.245 10.2501 17.1824 10.3654 17.1498C10.366 17.1495 10.3667 17.1495 10.3667 17.1495L10.9644 16.9801L9.53126 15.7552L8.33579 16.0963L9.05205 16.7098C9.14046 16.7854 9.08792 16.8821 8.93416 16.9257L7.45937 17.3445L8.17563 17.958C8.19228 17.9726 8.19997 17.9884 8.20702 18.0039C8.20894 18.0086 8.21471 18.0124 8.21599 18.0168C8.22047 18.0342 8.21599 18.051 8.20894 18.0677C8.20766 18.0709 8.20958 18.0744 8.20766 18.0772C8.19741 18.0959 8.18011 18.1129 8.15705 18.1287C8.15577 18.1297 8.15577 18.1309 8.15448 18.1316C8.13334 18.1455 8.10515 18.1565 8.07504 18.1667C8.06864 18.1686 8.06543 18.1717 8.05967 18.1733L8.05839 18.1736C8.05839 18.1736 8.05774 18.1736 8.05774 18.1739L7.34277 18.3794V19.242L8.17627 19.9557C8.19164 19.969 8.19741 19.9835 8.2051 19.998C8.20766 20.0037 8.21471 20.0088 8.21663 20.0148C8.22111 20.0319 8.21663 20.0486 8.20958 20.0657C8.2083 20.0685 8.21022 20.072 8.2083 20.0749C8.19805 20.0935 8.18075 20.1106 8.15769 20.1264C8.15641 20.1273 8.15641 20.1283 8.15512 20.1295C8.13398 20.1431 8.1058 20.1542 8.07569 20.164C8.06928 20.1662 8.06607 20.169 8.06031 20.1706L8.05967 20.1709L8.05903 20.1713L7.45745 20.3448L7.50998 20.3906C7.50998 20.3906 7.51063 20.3906 7.51063 20.3909L9.05205 21.7043C9.05205 21.7046 9.05269 21.7049 9.05269 21.7049C9.07383 21.7232 9.086 21.7425 9.09177 21.7621C9.09177 21.7631 9.09305 21.7637 9.09305 21.7643C9.10394 21.8045 9.08087 21.8456 9.03154 21.8781C9.03154 21.8784 9.03154 21.8787 9.0309 21.8791C9.01681 21.8882 8.99567 21.8949 8.97709 21.9025C8.96363 21.9085 8.95274 21.9157 8.93609 21.9205C8.93609 21.9208 8.93545 21.9208 8.93545 21.9208L8.33643 22.0912L9.76574 23.3179L10.965 22.9743L10.2488 22.3608C10.227 22.3418 10.2136 22.3216 10.2084 22.3014C10.1937 22.2403 10.2514 22.1778 10.3667 22.1452C10.3673 22.1449 10.368 22.1449 10.368 22.1449L10.965 21.9755L10.2507 21.3664L10.2501 21.3657C10.2411 21.3585 10.2398 21.3503 10.2347 21.3427C10.2251 21.3307 10.2129 21.319 10.2097 21.3066C10.2071 21.2962 10.2123 21.2858 10.2142 21.275C10.2155 21.2652 10.2129 21.2554 10.218 21.2459C10.2238 21.2361 10.236 21.227 10.2462 21.2175C10.2552 21.209 10.2597 21.1995 10.2719 21.1916C10.2821 21.1849 10.2975 21.1805 10.3103 21.1748C10.3282 21.1663 10.3442 21.1562 10.3667 21.1502L11.2424 20.8976C11.2431 20.8973 11.2431 20.897 11.2437 20.897C11.2668 20.8904 11.2918 20.8885 11.3161 20.885C11.3315 20.8828 11.3469 20.878 11.3629 20.8774C11.3885 20.8755 11.4135 20.878 11.4391 20.8796C11.4539 20.8806 11.4699 20.8793 11.4846 20.8812C11.5077 20.8843 11.5275 20.891 11.5493 20.8967C11.5641 20.9005 11.582 20.903 11.5955 20.9077C11.6134 20.9144 11.6268 20.9248 11.6422 20.9337C11.655 20.9406 11.6698 20.946 11.68 20.9542C11.6807 20.9545 11.6813 20.9548 11.6813 20.9551L12.3976 21.5687L13.0036 21.398C13.0216 21.3926 13.0427 21.3913 13.0613 21.3885C13.0818 21.385 13.101 21.38 13.1228 21.3784C13.1433 21.3771 13.1631 21.38 13.1843 21.3806C13.2041 21.3812 13.2246 21.38 13.2451 21.3828C13.274 21.3866 13.2996 21.3942 13.3259 21.4024C13.3355 21.4049 13.3464 21.4062 13.356 21.409C13.3842 21.4195 13.4066 21.4337 13.4271 21.4492C13.4309 21.4517 13.4373 21.4536 13.4405 21.4561C13.4412 21.4561 13.4418 21.4568 13.4418 21.4571C13.4418 21.4571 13.4418 21.4574 13.4425 21.4577L14.1568 22.0668L14.4035 21.997C14.4041 21.997 14.4041 21.9966 14.4041 21.9966L14.7545 21.8968C14.7545 21.8968 14.7545 21.8968 14.7552 21.8964C14.7673 21.893 14.7795 21.893 14.7923 21.8904C14.8192 21.8844 14.8468 21.8781 14.875 21.8762C14.9089 21.8743 14.9416 21.8769 14.9743 21.8797C14.982 21.8806 14.9897 21.8794 14.9967 21.8806C15.0313 21.8851 15.0627 21.8936 15.0922 21.9031C15.0966 21.9047 15.103 21.9053 15.1075 21.9072C15.1319 21.916 15.1511 21.929 15.1703 21.9416C15.1774 21.9464 15.1863 21.9489 15.1921 21.954C15.1921 21.954 15.1927 21.954 15.1927 21.9543L15.909 22.5675L16.5054 22.3978C16.5061 22.3978 16.5061 22.3978 16.5067 22.3974C16.5279 22.3914 16.5509 22.3899 16.5734 22.3864C16.5913 22.3835 16.6092 22.3788 16.6278 22.3775C16.7515 22.3699 16.8789 22.3984 16.9449 22.4556L17.6599 23.0682L18.2576 22.8962C18.2583 22.8959 18.2583 22.8956 18.2589 22.8956C18.2775 22.8902 18.298 22.889 18.3179 22.8858C18.3377 22.8826 18.3576 22.8773 18.3787 22.876C18.3979 22.8747 18.4165 22.8773 18.4351 22.8776C18.4569 22.8782 18.4793 22.8773 18.5017 22.8798C18.5267 22.8833 18.5485 22.8902 18.5716 22.8965C18.585 22.9003 18.5998 22.9022 18.6113 22.9063C18.6401 22.9168 18.6632 22.931 18.6837 22.9465C18.6869 22.949 18.6926 22.9506 18.6959 22.9531C18.6965 22.9534 18.6971 22.9534 18.6971 22.9537L19.4159 23.5692L20.0169 23.3969C20.0367 23.3912 20.0592 23.3899 20.081 23.3865C20.0995 23.3833 20.1181 23.3783 20.1373 23.377C20.2603 23.3694 20.3885 23.3975 20.4551 23.4544C20.4551 23.4547 20.4551 23.4551 20.4551 23.4551L21.1707 24.0651L21.7697 23.8947C21.9228 23.8508 22.1189 23.8767 22.2079 23.9529L22.9235 24.5661L23.5219 24.396C23.675 24.3521 23.8711 24.378 23.9601 24.4542L24.6757 25.0671L26.7553 24.4719L24.4534 22.4983L23.8422 22.6718C23.7923 22.686 23.7365 22.6927 23.6821 22.6927C23.5712 22.6927 23.4636 22.6642 23.404 22.6136L22.6884 22.0004L22.0901 22.1705C22.0394 22.1847 21.9843 22.1914 21.9299 22.1914C21.8748 22.1914 21.8203 22.1847 21.7723 22.1711C21.7249 22.1582 21.6839 22.1383 21.6538 22.1136C21.6538 22.113 21.6531 22.113 21.6525 22.1126C21.6525 22.1123 21.6518 22.1123 21.6518 22.1123C21.6518 22.1123 21.6518 22.112 21.6512 22.1117L20.9369 21.5023L20.3398 21.6714C20.3391 21.6717 20.3391 21.672 20.3385 21.672C20.2879 21.6866 20.2328 21.6935 20.1777 21.6935C20.1226 21.6935 20.0681 21.6863 20.0201 21.673C19.9945 21.6663 19.9797 21.6537 19.9599 21.6442C19.9394 21.6344 19.9144 21.6275 19.899 21.6145C19.899 21.6142 19.8984 21.6142 19.8984 21.6142L19.1763 21.001L18.5773 21.1707Z' fill='white'/%3E%3Cpath d='M11.5203 22.8166L12.2058 22.6212L11.6497 22.1455L11.5626 22.1702H11.5613L10.9642 22.3399L11.5203 22.8166Z' fill='white'/%3E%3Cpath d='M4.32059 12.8213L0 11.5898V16.3804V17.0097V19.705L4.32059 20.9365V12.8213Z' fill='white'/%3E%3Cpath d='M23.329 21.817H23.3283V21.8173L23.2412 21.842L23.7979 22.3187L24.4098 22.1448H24.4104H24.411L24.486 22.1233L23.9216 21.647L23.329 21.817Z' fill='white'/%3E%3Cpath d='M22.6433 21.6469L22.7292 21.6226L22.1692 21.1494L21.5779 21.3188L21.5766 21.3192H21.576V21.3195L21.4895 21.3441L22.0449 21.8176L22.6433 21.6469Z' fill='white'/%3E%3Cpath d='M27.9999 24.1185L25.6929 22.1455L25.0901 22.3178L25.0888 22.3181H25.0875H25.0869L25.0862 22.3184L25.0849 22.3187L25.0081 22.3408L27.308 24.3135L27.9999 24.1185Z' fill='white'/%3E%3Cpath d='M20.8906 21.1501L20.8919 21.1495L20.9777 21.1248L20.4171 20.6482L19.8264 20.8173V20.8176L19.8252 20.8179H19.8239L19.822 20.8189L19.7329 20.8439L20.2928 21.3199L20.8906 21.1501Z' fill='white'/%3E%3Cpath d='M16.7121 6.50656L17.6686 6.23505C17.6744 6.23347 17.6808 6.23347 17.6859 6.2322C17.7052 6.22746 17.7257 6.22493 17.7468 6.2224C17.7673 6.21956 17.7878 6.21671 17.8096 6.21608C17.816 6.21608 17.8218 6.21419 17.8282 6.21419C17.8416 6.21419 17.8538 6.21735 17.8679 6.21798C17.8897 6.21924 17.9102 6.22082 17.9319 6.2243C17.9512 6.22778 17.9691 6.23252 17.987 6.23758C18.0043 6.24263 18.021 6.24737 18.0364 6.25401C18.053 6.26128 18.0665 6.2695 18.0799 6.27835C18.0883 6.28372 18.0992 6.2872 18.1062 6.29321C18.1094 6.29605 18.1094 6.29953 18.1126 6.30237C18.1222 6.31154 18.1267 6.32165 18.1325 6.33177C18.1382 6.3422 18.144 6.35231 18.1453 6.36306C18.1459 6.36622 18.1491 6.36907 18.1491 6.37223V7.19152C18.1491 7.19815 18.1427 7.20384 18.1414 7.21017C18.1382 7.22123 18.1357 7.23198 18.128 7.24272C18.1209 7.25252 18.1113 7.26106 18.1011 7.26959C18.0908 7.27812 18.0812 7.28634 18.0678 7.29393C18.0524 7.30246 18.0345 7.30942 18.0159 7.31637C18.0056 7.32016 17.9992 7.32522 17.9877 7.3287L16.7121 7.69093V9.24196C16.7121 9.24859 16.7057 9.2546 16.7038 9.26124C16.7012 9.2723 16.698 9.28241 16.691 9.29284C16.684 9.30264 16.6743 9.31118 16.6634 9.32003C16.6532 9.32856 16.6442 9.33678 16.6301 9.34437C16.616 9.3529 16.5981 9.35922 16.5802 9.36618C16.5693 9.37028 16.5629 9.37566 16.5507 9.37914L15.2751 9.74137V10.1959L17.6674 9.51347C17.6731 9.51189 17.6795 9.51189 17.6847 9.51063C17.7032 9.50589 17.7231 9.50336 17.7436 9.50051C17.7654 9.49735 17.7865 9.49451 17.8096 9.49387C17.816 9.49387 17.8218 9.49229 17.8275 9.49229C17.8403 9.49229 17.8512 9.49514 17.864 9.49577C17.8871 9.49703 17.9089 9.49861 17.9307 9.50241C17.9499 9.50557 17.9672 9.51031 17.9851 9.51537C18.0024 9.52042 18.0191 9.52517 18.0345 9.5318C18.0518 9.53907 18.0652 9.54761 18.0787 9.55677C18.087 9.56183 18.0972 9.56531 18.1043 9.571C18.1075 9.57384 18.1075 9.577 18.1107 9.57985C18.1203 9.58933 18.1254 9.59945 18.1312 9.61019C18.137 9.62031 18.1427 9.63011 18.144 9.64085C18.1446 9.64401 18.1478 9.64686 18.1478 9.65034V10.1972L19.1114 9.9247C19.1172 9.92312 19.1236 9.92312 19.1287 9.92185C19.1479 9.91711 19.1684 9.91458 19.1908 9.91174C19.2113 9.90889 19.2306 9.90605 19.2523 9.90542C19.2588 9.90542 19.2645 9.90352 19.2709 9.90352C19.285 9.90352 19.2972 9.90668 19.3106 9.90763C19.3324 9.90889 19.3529 9.91047 19.3741 9.91395C19.3939 9.91743 19.4119 9.92185 19.4292 9.92723C19.4465 9.93228 19.4631 9.93702 19.4785 9.94366C19.4958 9.95093 19.5092 9.95978 19.5227 9.96895C19.531 9.97432 19.5413 9.97748 19.5483 9.98317C19.5515 9.98602 19.5515 9.98886 19.5541 9.99171C19.5643 10.0012 19.5688 10.0116 19.5746 10.0221C19.5804 10.0325 19.5861 10.0423 19.5874 10.0527C19.588 10.0559 19.5913 10.0587 19.5913 10.0619V10.61L23.2667 9.55899V7.33376V6.82233V3.36816L16.7115 5.23274L16.7121 6.50656Z' fill='white'/%3E%3Cpath d='M19.8444 16.6946L24.158 15.4663V7.35242L23.9081 7.42417V9.64972C23.9081 9.65635 23.9017 9.66236 23.9004 9.66868C23.8972 9.67974 23.894 9.68986 23.887 9.70061C23.8799 9.7104 23.8709 9.71894 23.8601 9.72779C23.8498 9.73632 23.8402 9.74454 23.8267 9.75213C23.812 9.76035 23.7954 9.76698 23.7774 9.77362C23.7665 9.77741 23.7601 9.7831 23.7479 9.78658L19.8431 10.903V16.6946H19.8444Z' fill='white'/%3E%3Cpath d='M18.6188 19.795C18.6194 19.795 18.6188 19.7947 18.6188 19.795C18.6201 19.7944 18.6201 19.7944 18.6207 19.7944C18.6425 19.788 18.6662 19.7864 18.6893 19.7827C18.7059 19.7801 18.7226 19.7754 18.7392 19.7744C18.761 19.7729 18.7822 19.7754 18.8046 19.7763C18.8238 19.7773 18.8437 19.776 18.8622 19.7785C18.8789 19.7804 18.8943 19.7858 18.9103 19.7896C18.9314 19.7944 18.9539 19.7975 18.9731 19.8045C18.9852 19.8089 18.9917 19.8155 19.0025 19.8206C19.0218 19.8301 19.0429 19.8389 19.0576 19.8509C19.0576 19.8512 19.0576 19.8516 19.0583 19.8516C19.0583 19.8519 19.0589 19.8522 19.0589 19.8522L19.2043 19.9758V17.2429L14.8844 18.4744V18.8635L15.1118 18.7993C15.2246 18.7668 15.3617 18.7728 15.4616 18.8091C15.4623 18.8094 15.4629 18.8097 15.4636 18.8097C15.4892 18.8189 15.5084 18.8322 15.5283 18.8455C15.5347 18.8499 15.543 18.8521 15.5488 18.8568L15.5494 18.8572L16.265 19.4675L16.8685 19.2971C16.8692 19.2971 16.8692 19.2968 16.8692 19.2968L16.8711 19.2965C16.8884 19.2915 16.9076 19.2905 16.9255 19.2877C16.9473 19.2839 16.9672 19.2785 16.9902 19.2769C17.0261 19.2747 17.0614 19.2766 17.0966 19.2804C17.1017 19.281 17.1068 19.2804 17.1113 19.281C17.1446 19.2855 17.1754 19.2937 17.2042 19.3032C17.21 19.3051 17.2177 19.3057 17.2228 19.3076C17.2375 19.3133 17.2478 19.3218 17.2612 19.3288C17.2766 19.337 17.2958 19.3442 17.3074 19.3544L18.0281 19.9672L18.6188 19.795Z' fill='white'/%3E%3Cpath d='M3.68196 9.99326C3.6935 9.9901 3.70631 9.98978 3.71784 9.98725C3.73898 9.98283 3.75948 9.97872 3.78255 9.97651C3.80177 9.97461 3.82163 9.97461 3.84149 9.97461C3.86199 9.97461 3.88185 9.97461 3.90363 9.97651C3.92477 9.97872 3.94399 9.98251 3.96449 9.98662C3.97795 9.98915 3.9914 9.98947 4.00421 9.99326L7.44774 10.9734V10.9719L6.16387 10.6061C6.1517 10.6027 6.14529 10.5973 6.1344 10.5932C6.11646 10.5865 6.09916 10.5799 6.08507 10.5717C6.07161 10.5641 6.06136 10.5559 6.05111 10.547C6.04022 10.5382 6.03125 10.53 6.0242 10.5202C6.01716 10.5097 6.01395 10.4993 6.01075 10.4882C6.00947 10.4816 6.00306 10.4759 6.00306 10.469V10.3827V9.74102L4.72752 9.37879C4.71534 9.37531 4.70894 9.36994 4.69804 9.36583C4.68011 9.35919 4.66217 9.35256 4.64807 9.34402C4.63462 9.33644 4.62501 9.32853 4.61476 9.31968C4.60387 9.31083 4.59426 9.3023 4.58721 9.2925C4.58016 9.28207 4.57696 9.27195 4.5744 9.26089C4.57248 9.25425 4.56607 9.24825 4.56607 9.2413V8.50988L3.29052 8.14764C3.27835 8.14417 3.27194 8.13879 3.26105 8.13468C3.24311 8.12805 3.22517 8.12141 3.21108 8.11287C3.19763 8.10529 3.18802 8.09739 3.17777 8.08854C3.16688 8.07969 3.15726 8.07115 3.15022 8.06135C3.14317 8.05092 3.13997 8.04081 3.13741 8.02974C3.13548 8.02311 3.12908 8.0171 3.12908 8.01015V5.55196C3.12908 5.5488 3.13228 5.54595 3.13292 5.54311C3.1342 5.53236 3.13997 5.52193 3.14638 5.51119C3.1515 5.50107 3.15663 5.49159 3.16559 5.48211C3.1688 5.47926 3.1688 5.47578 3.172 5.47294C3.17905 5.46693 3.19058 5.46314 3.19891 5.45777C3.21236 5.44923 3.22518 5.44102 3.24119 5.43406C3.25721 5.42711 3.27451 5.42173 3.29309 5.41668C3.30974 5.41162 3.3264 5.40719 3.34498 5.40403C3.3674 5.40024 3.38918 5.39866 3.41225 5.3974C3.42506 5.39676 3.43595 5.3936 3.44941 5.3936C3.45581 5.3936 3.46158 5.39518 3.46734 5.39518C3.48913 5.39582 3.50963 5.39866 3.53141 5.40182C3.55255 5.40467 3.57241 5.40719 3.59227 5.41194C3.5974 5.4132 3.6038 5.4132 3.60893 5.41478L4.56543 5.68661V4.41248L0.882935 3.36719V9.55706L3.05604 10.1715L3.68196 9.99326Z' fill='white'/%3E%3Cpath d='M7.92621 4.459H7.92493C7.87624 4.4726 7.82178 4.47987 7.76604 4.47987C7.71031 4.47987 7.65585 4.4726 7.6078 4.459H7.60588L6.32264 4.0933L5.52502 4.32182L12.0757 6.18988L15.7512 5.14175L10.6394 3.68555L7.92621 4.459Z' fill='white'/%3E%3Cpath d='M17.973 10.6081C17.9294 10.6192 17.8814 10.6271 17.8282 10.6271C17.7757 10.6271 17.7283 10.6195 17.6841 10.6084C17.6821 10.6081 17.6802 10.6081 17.6789 10.6078L15.4443 11.2456L16.3919 11.5172L18.9506 10.7892V10.3337L17.9871 10.6062C17.9833 10.6075 17.9781 10.6068 17.973 10.6081Z' fill='white'/%3E%3Cpath d='M12.3961 6.4632V11.7507L13.2117 11.5177L17.5079 10.2913V9.92305L15.1157 10.6055C15.1112 10.6067 15.1055 10.6061 15.1016 10.6074C15.0574 10.6188 15.0087 10.6267 14.9555 10.6267C14.903 10.6267 14.8562 10.6191 14.812 10.608C14.7999 10.6052 14.7909 10.6011 14.7794 10.5973C14.746 10.5862 14.7185 10.5729 14.6961 10.5568C14.691 10.553 14.6826 10.5517 14.6781 10.548C14.6749 10.5451 14.6749 10.5419 14.6717 10.5391C14.6621 10.5296 14.657 10.5195 14.6512 10.5088C14.6455 10.4986 14.6397 10.4888 14.6384 10.4781C14.6378 10.4749 14.6346 10.4721 14.6346 10.4686V9.64901C14.6346 9.64205 14.641 9.63605 14.6429 9.62941C14.6455 9.61866 14.6487 9.60823 14.6557 9.5978C14.6628 9.588 14.6724 9.57915 14.6833 9.57062C14.6935 9.56209 14.7025 9.55387 14.7159 9.54628C14.7307 9.53775 14.7486 9.53143 14.7665 9.52447C14.7774 9.52036 14.7838 9.51499 14.796 9.51151L16.0716 9.14928V7.59857C16.0716 7.59193 16.078 7.58624 16.0793 7.57992C16.0825 7.56886 16.085 7.55811 16.0927 7.54736C16.0998 7.53757 16.1094 7.52903 16.1196 7.5205C16.1299 7.51196 16.1395 7.50374 16.1529 7.49616C16.1683 7.48762 16.1862 7.48067 16.2048 7.47372C16.2151 7.46992 16.2215 7.46487 16.233 7.46139L17.5086 7.09916V6.64463L16.5521 6.91614C16.5476 6.91741 16.5418 6.91678 16.5373 6.91804C16.4938 6.9291 16.4457 6.93701 16.3925 6.93701C16.34 6.93701 16.2926 6.92942 16.249 6.91836C16.2362 6.9152 16.2272 6.91109 16.2151 6.90729C16.1824 6.89623 16.1555 6.88327 16.1331 6.86715C16.1279 6.86336 16.119 6.86178 16.1145 6.85798C16.1113 6.85514 16.1113 6.85166 16.1081 6.84882C16.0985 6.83965 16.094 6.82954 16.0882 6.81942C16.0825 6.80899 16.0767 6.79888 16.0754 6.78813C16.0748 6.78497 16.0716 6.78212 16.0716 6.77896V5.41443L12.3961 6.4632Z' fill='white'/%3E%3Cpath d='M18.075 20.3198H18.0744L18.0731 20.3205H18.0712L18.0699 20.3211L17.9808 20.3461L18.5344 20.8186L19.1315 20.6489L19.1327 20.6482H19.1347L19.1359 20.6476L19.2237 20.623L18.6657 20.1482L18.075 20.3198Z' fill='white'/%3E%3Cpath d='M6.16187 3.77373C6.17468 3.77025 6.1875 3.76994 6.20095 3.76709C6.22081 3.76298 6.24067 3.75919 6.26181 3.75698C6.28231 3.75508 6.30217 3.75476 6.32332 3.75508C6.34318 3.75508 6.36304 3.75508 6.3829 3.75698C6.40468 3.75919 6.4239 3.76298 6.44504 3.76709C6.45785 3.76962 6.47131 3.76993 6.48412 3.77373L7.768 4.13944L10.4805 3.36598C10.4934 3.36219 10.5081 3.36187 10.5209 3.35934C10.5395 3.35555 10.5581 3.35176 10.5779 3.34986C10.5997 3.34765 10.6208 3.34733 10.6439 3.34765C10.6625 3.34765 10.6811 3.34765 10.7003 3.34954C10.7214 3.35144 10.7413 3.35555 10.7618 3.35966C10.7752 3.36219 10.7887 3.3625 10.8015 3.3663L16.3938 4.95968L22.9484 3.09541L12.0758 0L1.20447 3.09478L4.88504 4.13975L6.16187 3.77373Z' fill='white'/%3E%3Cpath d='M14.7191 19.2734L14.7159 19.2747L14.5583 19.3171H14.5577L14.4738 19.3414L15.0318 19.819L15.625 19.6505L15.6269 19.6496L15.7102 19.6252L15.1541 19.1511L14.723 19.2728L14.7191 19.2734Z' fill='white'/%3E%3Cpath d='M9.75534 11.1788C9.75598 11.1788 9.75598 11.1791 9.75662 11.1791L10.5523 11.4064L10.945 11.517C10.9457 11.517 10.9457 11.5173 10.9463 11.5173L11.7555 11.7493V6.46313L5.20604 4.5957V5.96055C5.20604 5.96372 5.20283 5.96656 5.20219 5.9694C5.20091 5.98015 5.19514 5.99058 5.18874 6.00133C5.18361 6.01144 5.17849 6.02093 5.16952 6.03041C5.16631 6.03325 5.16631 6.03673 5.16311 6.03958C5.15799 6.04368 5.14966 6.04526 5.14453 6.04874C5.12211 6.06486 5.0952 6.07782 5.06253 6.08888C5.05035 6.09268 5.04139 6.09679 5.02857 6.09995C4.98565 6.11101 4.9376 6.1186 4.88506 6.1186C4.83189 6.1186 4.78384 6.11069 4.73964 6.09932C4.73451 6.09837 4.72939 6.09868 4.72554 6.09742L3.76904 5.82559V7.91933L5.04459 8.28156C5.05676 8.28504 5.06317 8.29041 5.07406 8.29452C5.092 8.30116 5.10994 8.30779 5.12403 8.31633C5.13748 8.32392 5.1471 8.33213 5.15735 8.34067C5.16824 8.34952 5.17785 8.35805 5.18489 8.36785C5.19194 8.37828 5.19514 8.3884 5.19771 8.39946C5.19963 8.4061 5.20604 8.4121 5.20604 8.41874V9.15016L6.48158 9.51239C6.49375 9.51587 6.50016 9.52124 6.51105 9.52535C6.52899 9.53199 6.54693 9.53863 6.56102 9.54716C6.57448 9.55475 6.58409 9.56297 6.59434 9.5715C6.60523 9.58035 6.61484 9.58888 6.62189 9.59868C6.62893 9.60911 6.63214 9.61923 6.6347 9.63029C6.63662 9.63693 6.64303 9.64294 6.64303 9.64957V10.2915L9.75534 11.1788Z' fill='white'/%3E%3Cpath d='M16.31 19.8181L16.3094 19.8184L16.2261 19.8425L16.7841 20.3204L17.3812 20.1506L17.3818 20.1503L17.3825 20.15L17.3837 20.1497L17.4728 20.1247L16.9122 19.6481L16.31 19.8181Z' fill='white'/%3E%3Cpath d='M14.174 18.6752L14.2431 18.7343V18.6556L14.174 18.6752Z' fill='white'/%3E%3Cpath d='M16.5507 11.8366C16.502 11.8502 16.4475 11.8575 16.3918 11.8575C16.3361 11.8575 16.281 11.8502 16.2323 11.8363H16.231L14.9555 11.4709L13.6799 11.8363C13.6786 11.8366 13.6773 11.8363 13.6754 11.8366C13.628 11.8499 13.5742 11.8575 13.5191 11.8575C13.4666 11.8575 13.4147 11.8502 13.3685 11.8379L12.2359 12.1613H12.2346C12.2295 12.1625 12.2237 12.1625 12.2192 12.1638C12.1756 12.1749 12.1282 12.1824 12.0757 12.1824C12.0232 12.1824 11.9764 12.1749 11.9322 12.1638C11.9271 12.1625 11.9213 12.1625 11.9168 12.1613H11.9149L10.7899 11.8385C10.7431 11.8509 10.6919 11.8578 10.6393 11.8578C10.5836 11.8578 10.5298 11.8502 10.4817 11.8366C10.4798 11.8363 10.4779 11.8366 10.4766 11.836L10.0839 11.7219C10.0724 11.7187 10.066 11.7134 10.0557 11.7093C10.0378 11.7026 10.0211 11.696 10.0064 11.6875C9.99293 11.6799 9.98267 11.6713 9.97242 11.6625C9.96217 11.654 9.95384 11.6454 9.9468 11.6359C9.93911 11.6252 9.93591 11.6148 9.93334 11.6037C9.9327 11.6002 9.9295 11.5974 9.9295 11.5939L9.91541 11.5898V15.2829L10.731 15.0512C10.7694 15.0405 10.8104 15.0335 10.8514 15.0313C10.854 15.0313 10.8572 15.0319 10.8597 15.0316C10.9456 15.0275 11.0308 15.0411 11.0968 15.0689C11.1237 15.0806 11.15 15.0929 11.1685 15.1094L11.1692 15.1103L12.9188 16.6054L12.9201 16.606C13.0085 16.6816 12.956 16.7783 12.8022 16.8219L12.2032 16.992L12.9194 17.6052C13.0079 17.6807 12.9553 17.7774 12.8016 17.8211L12.2025 17.9914L12.758 18.4668L13.3557 18.2946L13.3564 18.2942L13.3577 18.2939C13.3788 18.2876 13.4019 18.2863 13.4243 18.2829C13.4416 18.28 13.4589 18.2756 13.4768 18.2743C13.5018 18.2728 13.5261 18.2753 13.5511 18.2769C13.5665 18.2775 13.5832 18.2762 13.5985 18.2784C13.6222 18.2819 13.6434 18.2886 13.6658 18.2946C13.6793 18.2984 13.6959 18.3002 13.7087 18.305C13.7228 18.3104 13.7331 18.3189 13.7459 18.3255C13.7619 18.3334 13.7805 18.341 13.7927 18.3511L13.7933 18.3521L13.7939 18.3524L13.8516 18.402L14.3987 18.2465L14.4 18.2459L19.2004 16.8776V11.0822L16.5488 11.8363C16.5513 11.8366 16.5507 11.8366 16.5507 11.8366Z' fill='white'/%3E%3Cpath d='M13.8742 19.149L13.8755 19.1483L13.9588 19.124L13.4584 18.6963L13.4578 18.6954L13.402 18.6473L12.8049 18.8196L12.8037 18.8199L12.7172 18.8443L13.2777 19.3206L13.8742 19.149Z' fill='white'/%3E%3Cpath d='M4.96143 20.9361L6.79883 20.4118L6.74758 20.3672L6.74694 20.3669L6.74629 20.3662L6.74501 20.365C6.73668 20.358 6.73604 20.3504 6.73092 20.3435C6.72067 20.3312 6.70914 20.3191 6.70593 20.3062C6.70401 20.2976 6.70914 20.2888 6.70978 20.2803C6.71106 20.2686 6.70914 20.2572 6.7149 20.2461C6.72003 20.2373 6.73092 20.2297 6.73925 20.2218C6.74886 20.2117 6.75526 20.2009 6.76936 20.1918C6.78153 20.1842 6.80011 20.1785 6.81548 20.1718C6.83086 20.1649 6.84367 20.1564 6.86225 20.151L7.46319 19.9781L6.74629 19.3639C6.74309 19.3608 6.74309 19.3576 6.73989 19.3548C6.73028 19.3456 6.72579 19.3358 6.72067 19.3257C6.71426 19.3153 6.7085 19.3048 6.70721 19.2941C6.70657 19.2906 6.70337 19.2881 6.70337 19.2849V18.2892C6.70337 18.2826 6.70978 18.2769 6.71106 18.2703C6.71426 18.2595 6.71747 18.2491 6.72451 18.2387C6.73156 18.2289 6.74053 18.22 6.75142 18.2112C6.76167 18.203 6.77064 18.1947 6.78409 18.1872C6.79883 18.1786 6.81677 18.1717 6.83471 18.165C6.84496 18.1612 6.85136 18.1562 6.86289 18.1527L7.46383 17.9798L6.74694 17.3656C6.65852 17.2901 6.71106 17.1934 6.86481 17.1498L8.33897 16.731L7.62335 16.1177C7.53494 16.0422 7.58748 15.9455 7.74123 15.9019H7.74252L9.27753 15.4635V11.5898L4.96399 12.821V20.9361H4.96143Z' fill='white'/%3E%3Cpath d='M11.562 18.1739L10.9636 18.3462L11.5197 18.8228L12.1174 18.6506L12.1181 18.6499L12.2059 18.6253L11.6498 18.1489L11.5626 18.1736L11.562 18.1739Z' fill='white'/%3E%3Cpath d='M11.6497 17.1497L11.5626 17.1743H11.5613L10.9642 17.3441L11.5203 17.8207L11.6075 17.7961L12.2058 17.6257L11.6497 17.1497Z' fill='white'/%3E%3Cpath d='M10.7746 15.4039L10.0885 15.5983L11.5197 16.8219L11.6075 16.7969L12.2059 16.6269L10.7746 15.4039Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(19)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 12.25H8.25L9 10.5H7.5V12.25Z' fill='white'/%3E%3Cpath d='M0 2.85057V25.1494C0.000564897 25.9051 0.172361 26.6296 0.477716 27.164C0.783071 27.6984 1.19706 27.999 1.6289 28H3.5V0H1.6289C1.19706 0.00099089 0.783071 0.301637 0.477716 0.836009C0.172361 1.37038 0.000564897 2.09486 0 2.85057ZM2.5 20.125H1.5V11.375H2.5V20.125ZM2.5 9.625H1.5V7.875H2.5V9.625Z' fill='white'/%3E%3Cpath d='M12 7.71663L10.5 7.1925V8.75001H12V7.71663Z' fill='white'/%3E%3Cpath d='M21.5 21.875C21.7761 21.875 22 21.4832 22 21C22 20.5168 21.7761 20.125 21.5 20.125C21.2239 20.125 21 20.5168 21 21C21 21.4832 21.2239 21.875 21.5 21.875Z' fill='white'/%3E%3Cpath d='M18.5 24.5C18.7761 24.5 19 24.1082 19 23.625C19 23.1418 18.7761 22.75 18.5 22.75C18.2239 22.75 18 23.1418 18 23.625C18 24.1082 18.2239 24.5 18.5 24.5Z' fill='white'/%3E%3Cpath d='M21.5 6.99744C21.3574 7.32991 21.1885 7.62536 20.9985 7.87497C21.1885 8.12459 21.3574 8.42003 21.5 8.75251C21.6426 8.42003 21.8115 8.12459 22.0014 7.87497C21.8115 7.62536 21.6426 7.32991 21.5 6.99744Z' fill='white'/%3E%3Cpath d='M7.191 3.5H6.5V5.25H7.691L7.191 3.5Z' fill='white'/%3E%3Cpath d='M26.3706 0H25V28H26.3706C26.8025 27.9992 27.2166 27.6986 27.5221 27.1642C27.8275 26.6299 27.9994 25.9053 28 25.1494V2.85057C27.9994 2.09472 27.8275 1.37014 27.5221 0.835753C27.2166 0.301367 26.8025 0.000807891 26.3706 0ZM27 15.75H26V12.25H27V15.75Z' fill='white'/%3E%3Cpath d='M4.5 28H24V7.875C24 7.98992 23.9871 8.10373 23.962 8.20992C23.9369 8.31611 23.9001 8.41259 23.8536 8.49385C23.8072 8.57512 23.7521 8.63956 23.6914 8.68352C23.6307 8.72747 23.5657 8.75006 23.5 8.75C23.1023 8.75076 22.721 9.02756 22.4398 9.51968C22.1586 10.0118 22.0004 10.679 22 11.375C22 11.6071 21.9473 11.8296 21.8536 11.9937C21.7598 12.1578 21.6326 12.25 21.5 12.25C21.3674 12.25 21.2402 12.1578 21.1464 11.9937C21.0527 11.8296 21 11.6071 21 11.375C20.9996 10.679 20.8414 10.0118 20.5602 9.51968C20.279 9.02757 19.8977 8.75076 19.5 8.75C19.3674 8.75 19.2402 8.65781 19.1464 8.49372C19.0527 8.32962 19 8.10706 19 7.875C19 7.64294 19.0527 7.42038 19.1464 7.25628C19.2402 7.09219 19.3674 7 19.5 7C19.8977 6.99924 20.279 6.72243 20.5602 6.23032C20.8414 5.7382 20.9996 5.07096 21 4.375C21 4.14294 21.0527 3.92038 21.1464 3.75628C21.2402 3.59219 21.3674 3.5 21.5 3.5C21.6326 3.5 21.7598 3.59219 21.8536 3.75628C21.9473 3.92038 22 4.14294 22 4.375C22.0004 5.07096 22.1586 5.7382 22.4398 6.23032C22.721 6.72244 23.1023 6.99924 23.5 7C23.5657 6.99994 23.6307 7.02253 23.6914 7.06648C23.7521 7.11044 23.8072 7.17488 23.8536 7.25615C23.9001 7.33741 23.9369 7.43389 23.962 7.54008C23.9871 7.64627 24 7.76008 24 7.875V0H4.5V28ZM10.5 22.75H9V25.375C9 25.6071 8.94732 25.8296 8.85355 25.9937C8.75979 26.1578 8.63261 26.25 8.5 26.25C8.36739 26.25 8.24021 26.1578 8.14645 25.9937C8.05268 25.8296 8 25.6071 8 25.375V22.75H6.5C6.36739 22.75 6.24021 22.6578 6.14645 22.4937C6.05268 22.3296 6 22.1071 6 21.875C6 21.6429 6.05268 21.4204 6.14645 21.2563C6.24021 21.0922 6.36739 21 6.5 21H8V18.375C8 18.1429 8.05268 17.9204 8.14645 17.7563C8.24021 17.5922 8.36739 17.5 8.5 17.5C8.63261 17.5 8.75979 17.5922 8.85355 17.7563C8.94732 17.9204 9 18.1429 9 18.375V21H10.5C10.6326 21 10.7598 21.0922 10.8536 21.2563C10.9473 21.4204 11 21.6429 11 21.875C11 22.1071 10.9473 22.3296 10.8536 22.4937C10.7598 22.6578 10.6326 22.75 10.5 22.75ZM21.5 18.375C21.7967 18.375 22.0867 18.529 22.3334 18.8174C22.58 19.1058 22.7723 19.5158 22.8858 19.9955C22.9993 20.4751 23.0291 21.0029 22.9712 21.5121C22.9133 22.0213 22.7704 22.489 22.5607 22.8562C22.3509 23.2233 22.0836 23.4733 21.7926 23.5746C21.5017 23.6758 21.2001 23.6239 20.926 23.4252C20.6519 23.2265 20.4176 22.8901 20.2528 22.4584C20.088 22.0267 20 21.5192 20 21C20.0004 20.304 20.1586 19.6368 20.4398 19.1447C20.721 18.6526 21.1023 18.3758 21.5 18.375ZM20 23.625C20 24.1442 19.912 24.6517 19.7472 25.0834C19.5824 25.5151 19.3481 25.8515 19.074 26.0502C18.7999 26.2489 18.4983 26.3008 18.2074 26.1996C17.9164 26.0983 17.6491 25.8483 17.4393 25.4812C17.2296 25.114 17.0867 24.6463 17.0288 24.1371C16.9709 23.6279 17.0007 23.1001 17.1142 22.6205C17.2277 22.1408 17.42 21.7308 17.6666 21.4424C17.9133 21.154 18.2033 21 18.5 21C18.8977 21.0008 19.279 21.2776 19.5602 21.7697C19.8414 22.2618 19.9996 22.929 20 23.625ZM16 7H18V8.75H16V7ZM14 7H15V8.75H14V7ZM5.5 6.125V2.625C5.49996 2.51008 5.51287 2.39627 5.53799 2.29008C5.5631 2.18389 5.59993 2.08741 5.64637 2.00614C5.6928 1.92488 5.74794 1.86043 5.80862 1.81648C5.86929 1.77253 5.93433 1.74994 6 1.75H7.5C7.59285 1.75002 7.68387 1.79528 7.76286 1.88069C7.84185 1.9661 7.90569 2.0883 7.94724 2.23361L8.8091 5.25H10C10.0182 5.25449 10.0363 5.26086 10.054 5.26907C10.0689 5.2717 10.0833 5.26216 10.0981 5.26706L12.5981 6.14206C12.7114 6.18187 12.8134 6.28907 12.8866 6.44546C12.9599 6.60185 12.9999 6.79779 13 7V9.625C13 9.73992 12.9871 9.85373 12.962 9.95992C12.9369 10.0661 12.9001 10.1626 12.8536 10.2439C12.8072 10.3251 12.7521 10.3896 12.6914 10.4335C12.6307 10.4775 12.5657 10.5001 12.5 10.5H10.2497L8.89989 13.6496C8.85337 13.7584 8.79301 13.8467 8.7236 13.9075C8.65418 13.9683 8.57763 14 8.5 14H7C6.93433 14.0001 6.8693 13.9775 6.80862 13.9335C6.74794 13.8896 6.6928 13.8251 6.64637 13.7439C6.59993 13.6626 6.5631 13.5661 6.53799 13.4599C6.51287 13.3537 6.49996 13.2399 6.5 13.125V10.5H6C5.93433 10.5001 5.86929 10.4775 5.80862 10.4335C5.74794 10.3896 5.6928 10.3251 5.64637 10.2439C5.59993 10.1626 5.5631 10.0661 5.53799 9.95992C5.51287 9.85373 5.49996 9.73992 5.5 9.625V6.125Z' fill='white'/%3E%3Cpath d='M9.5 8.75V7H8.5H6.5V8.75H7H9.5Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(20)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.39 6.40678C12.9403 6.92615 13.3791 7.55145 13.6799 8.24482C13.9807 8.9382 14.1372 9.68522 14.14 10.4407C14.1384 10.6891 14.091 10.9352 14 11.1665H18.032C18.2302 11.1703 18.4219 11.0964 18.5659 10.9606C18.7099 10.8248 18.7947 10.6381 18.802 10.4407C18.7618 9.24722 18.2484 8.1184 17.3744 7.30195C16.5003 6.48549 15.3371 6.0481 14.14 6.08574C13.5419 6.08568 12.9489 6.19448 12.39 6.40678Z' fill='white'/%3E%3Cpath d='M14 5.08076C15.469 5.08076 16.66 3.94339 16.66 2.54038C16.66 1.13737 15.469 0 14 0C12.5309 0 11.34 1.13737 11.34 2.54038C11.34 3.94339 12.5309 5.08076 14 5.08076Z' fill='white'/%3E%3Cpath d='M20.398 5.08076C21.8671 5.08076 23.058 3.94339 23.058 2.54038C23.058 1.13737 21.8671 0 20.398 0C18.929 0 17.738 1.13737 17.738 2.54038C17.738 3.94339 18.929 5.08076 20.398 5.08076Z' fill='white'/%3E%3Cpath d='M3.59805 11.1666H11.606C11.808 11.1742 12.0048 11.1024 12.1541 10.9666C12.3034 10.8308 12.3932 10.642 12.404 10.4408C12.346 9.22858 11.8076 8.08894 10.9072 7.27233C10.0067 6.45573 8.81794 6.02897 7.60205 6.08585C6.38616 6.02897 5.19736 6.45573 4.29693 7.27233C3.39649 8.08894 2.85809 9.22858 2.80005 10.4408C2.81093 10.642 2.90069 10.8308 3.04998 10.9666C3.19927 11.1024 3.39611 11.1742 3.59805 11.1666Z' fill='white'/%3E%3Cpath d='M7.60202 5.08076C9.07109 5.08076 10.262 3.94339 10.262 2.54038C10.262 1.13737 9.07109 0 7.60202 0C6.13294 0 4.94202 1.13737 4.94202 2.54038C4.94202 3.94339 6.13294 5.08076 7.60202 5.08076Z' fill='white'/%3E%3Cpath d='M18.7881 6.40678C19.3383 6.92615 19.7771 7.55145 20.0779 8.24482C20.3788 8.9382 20.5353 9.68522 20.5381 10.4407C20.5365 10.6891 20.489 10.9352 20.3981 11.1665H24.4301C24.6282 11.1703 24.82 11.0964 24.964 10.9606C25.108 10.8248 25.1928 10.6381 25.2001 10.4407C25.1599 9.24722 24.6464 8.1184 23.7724 7.30195C22.8984 6.48549 21.7352 6.0481 20.5381 6.08574C19.94 6.086 19.347 6.19478 18.7881 6.40678Z' fill='white'/%3E%3Cpath d='M22.4 12.646L14 12.5623H5.6C5.6 12.5623 1.4 12.5623 0 25.1246C0 25.865 0.294999 26.575 0.820101 27.0985C1.3452 27.6221 2.05739 27.9162 2.8 27.9162C5.6 27.9162 8.4 23.7288 8.4 23.7288H19.6C19.6 23.7288 22.4 27.9999 25.2 27.9999C25.9426 27.9999 26.6548 27.7058 27.1799 27.1823C27.705 26.6588 28 25.9487 28 25.2083C26.6 12.5623 22.4 12.646 22.4 12.646ZM9.8 18.1455H8.4V19.5413H7V18.1455H5.6V16.7497H7V15.3539H8.4V16.7497H9.8V18.1455ZM20.3 15.3539C20.4384 15.3539 20.5738 15.3948 20.6889 15.4715C20.804 15.5482 20.8937 15.6572 20.9467 15.7847C20.9997 15.9122 21.0136 16.0526 20.9865 16.1879C20.9595 16.3233 20.8929 16.4477 20.795 16.5453C20.6971 16.6429 20.5724 16.7094 20.4366 16.7363C20.3008 16.7632 20.16 16.7494 20.0321 16.6966C19.9042 16.6437 19.7949 16.5543 19.718 16.4395C19.6411 16.3248 19.6 16.1898 19.6 16.0518C19.6 15.8667 19.6737 15.6892 19.805 15.5583C19.9363 15.4274 20.1143 15.3539 20.3 15.3539ZM18.9 18.1455C18.7616 18.1455 18.6262 18.1046 18.5111 18.0279C18.396 17.9512 18.3063 17.8422 18.2533 17.7147C18.2003 17.5872 18.1864 17.4468 18.2134 17.3114C18.2405 17.1761 18.3071 17.0517 18.405 16.9541C18.5029 16.8565 18.6276 16.79 18.7634 16.7631C18.8992 16.7362 19.04 16.75 19.1679 16.8028C19.2958 16.8556 19.4051 16.9451 19.482 17.0599C19.5589 17.1746 19.6 17.3096 19.6 17.4476C19.6 17.6327 19.5263 17.8102 19.395 17.9411C19.2637 18.072 19.0857 18.1455 18.9 18.1455ZM20.3 19.5413C20.1616 19.5413 20.0262 19.5004 19.9111 19.4237C19.796 19.347 19.7063 19.238 19.6533 19.1105C19.6003 18.983 19.5864 18.8426 19.6134 18.7073C19.6405 18.5719 19.7071 18.4475 19.805 18.3499C19.9029 18.2523 20.0276 18.1858 20.1634 18.1589C20.2992 18.132 20.44 18.1458 20.5679 18.1986C20.6958 18.2515 20.8051 18.3409 20.882 18.4557C20.9589 18.5704 21 18.7054 21 18.8434C21 19.0285 20.9263 19.206 20.795 19.3369C20.6637 19.4678 20.4857 19.5413 20.3 19.5413ZM21.7 18.1455C21.5616 18.1455 21.4262 18.1046 21.3111 18.0279C21.196 17.9512 21.1063 17.8422 21.0533 17.7147C21.0003 17.5872 20.9864 17.4468 21.0134 17.3114C21.0405 17.1761 21.1071 17.0517 21.205 16.9541C21.3029 16.8565 21.4276 16.79 21.5634 16.7631C21.6992 16.7362 21.84 16.75 21.9679 16.8028C22.0958 16.8556 22.2051 16.9451 22.282 17.0599C22.3589 17.1746 22.4 17.3096 22.4 17.4476C22.4 17.6327 22.3263 17.8102 22.195 17.9411C22.0637 18.072 21.8857 18.1455 21.7 18.1455Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(21)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.0018 6.00085H24.0005V8.00212H26.0018V6.00085Z' fill='white'/%3E%3Cpath d='M25.9987 10.0004H21.9992V14H24.0004V16.0013H20.0008V14H17.9996V7.99916H20.0008V6.00084H24.0004V3.99958H21.9992V2.00126H17.9996V0H10.0004V2.00126H6.00084V3.99958H3.99958V6.00084H2.00126V11.9987H0V28H2.00126V25.9987H3.99958V24.0004H6.00084V25.9987H7.99916V28H11.9987V24.0004H16.0013V28H20.0008V25.9987H21.9992V24.0004H24.0004V25.9987H25.9987V28H28V11.9987H25.9987M14 10.0004H10.0004V14H11.9987V16.0013H7.99916V14H6.00084V7.99916H7.99916V6.00084H11.9987V7.99916H14' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(22)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6979 24.8402H6.40649C6.48183 25.1478 6.68068 25.4265 6.97203 25.633C7.44891 25.9461 8.04911 26.1095 8.6626 26.0932H10.4739C11.0617 26.1011 11.633 25.9356 12.0812 25.6274C12.3759 25.4189 12.5892 25.1454 12.695 24.8402H12.6979ZM25.2001 26.8569L26.5904 25.7305C26.6008 25.7217 26.6066 25.71 26.6065 25.6979C26.6066 25.6919 26.6052 25.6859 26.6025 25.6803C26.5997 25.6747 26.5956 25.6696 26.5904 25.6653L25.791 25.0176C25.7253 24.9645 25.6836 24.895 25.6726 24.8203C25.6615 24.7457 25.6818 24.6702 25.7302 24.606C25.882 24.4051 26.0147 24.1952 26.1271 23.9779C26.1295 23.972 26.1323 23.9665 26.1351 23.961C26.245 23.7465 26.3349 23.5256 26.404 23.3002C26.4195 23.2212 26.4692 23.1492 26.5443 23.0973C26.6195 23.0453 26.715 23.0168 26.8138 23.0168H27.944C27.9557 23.0169 27.9671 23.014 27.9767 23.0087L27.9835 23.0031C27.9888 22.9988 27.9929 22.9938 27.9958 22.9882C27.9986 22.9826 28 22.9766 28 22.9705V21.3784C28 21.3723 27.9986 21.3663 27.9958 21.3607C27.9929 21.3551 27.9888 21.3501 27.9835 21.3458C27.9727 21.3373 27.9582 21.3327 27.9432 21.3327H26.8146C26.7217 21.3327 26.6316 21.3075 26.5586 21.261C26.4856 21.2145 26.434 21.1495 26.4121 21.0764C26.3421 20.8419 26.2497 20.6121 26.1355 20.3893C26.0251 20.1736 25.8946 19.965 25.7451 19.7654C25.6887 19.7006 25.6623 19.6218 25.6706 19.5428C25.679 19.4638 25.7214 19.3897 25.7906 19.3336L26.59 18.6859C26.6 18.677 26.6055 18.6653 26.6053 18.6533C26.6054 18.6473 26.604 18.6413 26.6012 18.6357C26.5985 18.6301 26.5944 18.625 26.5892 18.6207L25.2001 17.4926C25.1947 17.4884 25.1884 17.4852 25.1815 17.483C25.1746 17.4808 25.1672 17.4798 25.1598 17.4799C25.148 17.4798 25.1364 17.4825 25.1264 17.4877L24.3214 18.14C24.2557 18.1932 24.1699 18.2269 24.0777 18.2358C23.9854 18.2447 23.8922 18.2281 23.813 18.1889C23.565 18.066 23.3058 17.9585 23.0378 17.8673C23.0309 17.8654 23.0241 17.8634 23.0168 17.8608C22.7522 17.7719 22.4797 17.6992 22.2017 17.6433C22.1042 17.6307 22.0154 17.5904 21.9513 17.5295C21.8872 17.4687 21.8519 17.3913 21.8519 17.3113V16.3955C21.852 16.3895 21.8505 16.3834 21.8476 16.3778C21.8447 16.3722 21.8404 16.3672 21.835 16.3629C21.8298 16.3586 21.8235 16.3551 21.8166 16.3528C21.8097 16.3504 21.8023 16.3492 21.7948 16.3492H19.8285C19.821 16.3492 19.8136 16.3504 19.8066 16.3528C19.7997 16.3551 19.7935 16.3586 19.7882 16.3629C19.783 16.3672 19.7788 16.3723 19.776 16.3779C19.7731 16.3835 19.7717 16.3895 19.7717 16.3955V17.3113C19.7719 17.3865 19.7408 17.4596 19.6835 17.5187C19.6262 17.5779 19.546 17.6197 19.4557 17.6374C18.8847 17.7491 18.3382 17.9314 17.8356 18.1778C17.7557 18.2241 17.658 18.2459 17.5601 18.2393C17.4622 18.2327 17.3704 18.198 17.3011 18.1416L16.5029 17.4926C16.4918 17.4846 16.4774 17.4803 16.4626 17.4806C16.4506 17.4804 16.4389 17.4831 16.4288 17.4884L15.0325 18.6197C15.0226 18.6286 15.0172 18.6403 15.0176 18.6523C15.0173 18.662 15.0205 18.6715 15.0268 18.6797L15.8319 19.332C15.8975 19.3851 15.9393 19.4546 15.9503 19.5292C15.9613 19.6039 15.941 19.6794 15.8926 19.7435C15.5869 20.1478 15.3597 20.5878 15.2188 21.048C15.2034 21.1271 15.1536 21.199 15.0785 21.251C15.0034 21.303 14.9078 21.3315 14.8091 21.3314H13.6784C13.6709 21.3313 13.6634 21.3325 13.6565 21.3349C13.6496 21.3372 13.6433 21.3407 13.6381 21.3451C13.6327 21.3493 13.6285 21.3544 13.6256 21.36C13.6227 21.3656 13.6212 21.3717 13.6212 21.3777V22.9705C13.6212 22.9766 13.6227 22.9826 13.6256 22.9882C13.6285 22.9938 13.6327 22.9989 13.6381 23.0031C13.6433 23.0075 13.6496 23.011 13.6565 23.0134C13.6634 23.0157 13.6709 23.0169 13.6784 23.0168H14.8083C14.9011 23.0168 14.9913 23.0421 15.0643 23.0886C15.1373 23.1351 15.1889 23.2001 15.2108 23.2732C15.2807 23.5076 15.3731 23.7372 15.4873 23.96C15.5979 24.1757 15.7284 24.3844 15.8778 24.5842C15.9342 24.649 15.9605 24.7278 15.9522 24.8068C15.9439 24.8858 15.9014 24.9599 15.8323 25.016L15.0329 25.6636C15.0277 25.668 15.0237 25.6731 15.021 25.6787C15.0183 25.6843 15.017 25.6903 15.0172 25.6963C15.0169 25.7084 15.0226 25.7201 15.0329 25.7289L16.4232 26.8553C16.434 26.8637 16.4484 26.8683 16.4634 26.8683C16.4784 26.8683 16.4928 26.8637 16.5037 26.8553L17.3011 26.2093C17.3667 26.1561 17.4526 26.1223 17.5448 26.1134C17.637 26.1046 17.7302 26.1211 17.8094 26.1603C18.0575 26.2832 18.3166 26.3907 18.5847 26.4819L18.6056 26.4881C18.8702 26.5773 19.1426 26.6501 19.4207 26.7059C19.5183 26.7185 19.6071 26.7588 19.6713 26.8197C19.7355 26.8805 19.7708 26.9579 19.7709 27.0379V27.9537C19.7709 27.9659 19.7769 27.9776 19.7874 27.9863C19.7927 27.9906 19.7989 27.9941 19.8058 27.9964C19.8127 27.9988 19.8202 28 19.8277 28H21.794C21.8088 27.9997 21.8229 27.9948 21.8334 27.9863C21.8438 27.9778 21.8499 27.9663 21.8503 27.9543V27.0383C21.8502 26.963 21.8814 26.8899 21.9388 26.8308C21.9962 26.7716 22.0764 26.7298 22.1667 26.7121C22.4491 26.6568 22.7259 26.5842 22.9947 26.4949L23.0144 26.4878C23.2812 26.3983 23.5392 26.2926 23.7864 26.1717C23.8663 26.126 23.9635 26.1045 24.061 26.1113C24.1585 26.118 24.2499 26.1525 24.319 26.2086L25.1184 26.8563C25.1294 26.8644 25.1438 26.8688 25.1586 26.8687C25.1702 26.8689 25.1816 26.8665 25.1916 26.8618L25.1985 26.856L25.2001 26.8569ZM14.0543 23.689C13.9915 23.777 13.9119 23.8565 13.8185 23.9244C13.6023 24.0816 13.322 24.1683 13.0315 24.168H6.11104C5.79846 24.1671 5.49901 24.0661 5.27795 23.8871C5.05689 23.708 4.93213 23.4654 4.93085 23.2122V22.3711C5.09381 22.402 5.26061 22.4175 5.42796 22.4174H12.7928V22.9718C12.7928 23.1621 12.8861 23.3446 13.0522 23.4792C13.2183 23.6137 13.4435 23.6893 13.6784 23.6893L14.0543 23.689ZM23.1778 20.2565C23.7256 20.7003 24.0665 21.2842 24.1425 21.9088C24.2184 22.5334 24.0247 23.16 23.5944 23.6818C23.164 24.2037 22.5237 24.5885 21.7824 24.7707C21.0411 24.9528 20.2448 24.9212 19.5292 24.681C18.8135 24.4408 18.2228 24.007 17.8576 23.4535C17.4925 22.9 17.3755 22.261 17.5266 21.6455C17.6778 21.0299 18.0877 20.4759 18.6865 20.0778C19.2853 19.6796 20.036 19.462 20.8106 19.4621C21.2503 19.4616 21.6858 19.5315 22.0921 19.6679C22.4983 19.8042 22.8673 20.0043 23.1778 20.2565ZM20.8106 18.789C21.7771 18.789 22.7137 19.0606 23.4608 19.5574C24.2079 20.0543 24.7193 20.7456 24.9078 21.5137C25.0963 22.2817 24.9503 23.0789 24.4946 23.7696C24.0389 24.4602 23.3018 25.0014 22.4089 25.301C21.5159 25.6007 20.5223 25.6402 19.5974 25.4129C18.6725 25.1855 17.8735 24.7054 17.3366 24.0543C16.7996 23.4032 16.5579 22.6213 16.6526 21.842C16.7474 21.0627 17.1727 20.3341 17.8561 19.7804C18.2437 19.4656 18.7043 19.216 19.2113 19.0459C19.7183 18.8757 20.2618 18.7884 20.8106 18.789ZM9.57068 16.9349C9.84504 16.9349 10.1082 16.8466 10.3022 16.6895C10.4962 16.5323 10.6052 16.3191 10.6052 16.0968C10.6052 15.8745 10.4962 15.6613 10.3022 15.5042C10.1082 15.347 9.84504 15.2587 9.57068 15.2587H9.54935H9.53848H9.52802H9.51795H9.50789H9.49743L9.48736 15.257L9.4773 15.2554L9.46724 15.2535L9.45758 15.2512L9.44751 15.2489L9.43785 15.2463L9.42819 15.2437L9.41894 15.2407L9.40968 15.2375L9.40042 15.2342L9.39116 15.231L9.38231 15.2274L9.37345 15.2235L9.3646 15.2195L9.35574 15.2153L9.34729 15.2111L9.33924 15.2065L9.33078 15.2019L9.32273 15.1974L9.31509 15.1925L9.30744 15.1873L9.29979 15.182L9.29255 15.1768L9.2853 15.1713L9.27805 15.1657L9.27121 15.1599L9.26437 15.154L9.25793 15.1478L9.25189 15.1416L9.24545 15.1354L9.23941 15.1289L9.23338 15.1224L9.22774 15.1158L9.22251 15.109L9.21687 15.1021L9.21204 15.0953L9.20721 15.0881L9.20238 15.0809L9.19795 15.0738L9.19352 15.0663L9.1895 15.0588L9.18588 15.0513L9.18225 15.0434L9.17863 15.0356L9.17581 15.0278L9.17018 15.0134V15.0053L9.16776 14.9974L9.16535 14.9893L9.16334 14.9808V14.9727V14.9642V14.9557V14.9472V14.9387V14.9299V14.9215V12.4217H6.43909C6.34515 12.7554 6.11413 13.0533 5.78389 13.2668C5.45364 13.4802 5.04374 13.5964 4.62132 13.5964C4.19889 13.5964 3.78899 13.4802 3.45875 13.2668C3.1285 13.0533 2.89749 12.7554 2.80354 12.4217H0.0732581C0.318794 14.1521 1.13148 14.9629 1.94255 15.7723C3.0044 16.8316 4.06383 17.8885 4.06383 20.6423C4.06402 20.7871 4.09945 20.9304 4.16811 21.064C4.23677 21.1976 4.33729 21.319 4.46393 21.4211C4.54182 21.4835 4.62857 21.5383 4.72235 21.5842L4.73161 21.5887C4.94132 21.6904 5.18116 21.7441 5.42555 21.744H9.15448V17.2699V17.2611V17.2526V17.2438V17.2353V17.2272V17.2187V17.2102L9.15649 17.202L9.15891 17.1939L9.17018 17.1857V17.1779L9.1734 17.1698L9.17622 17.1619L9.17984 17.1541L9.18346 17.1466L9.18708 17.1391L9.19111 17.1316L9.19554 17.1241L9.19997 17.1169L9.2048 17.1098L9.20963 17.1026L9.21446 17.0954L9.22009 17.0886L9.22532 17.082L9.23096 17.0752L9.237 17.0687L9.24304 17.0625L9.24947 17.0559L9.25551 17.0497L9.26195 17.0439L9.2688 17.038L9.27564 17.0321L9.28288 17.0266L9.29013 17.021L9.29738 17.0158L9.30502 17.0106L9.31267 17.0054L9.32032 17.0005L9.32837 16.9956L9.33682 16.991L9.34487 16.9868L9.35333 16.9822L9.36218 16.9783L9.37104 16.9744L9.37989 16.9705L9.38875 16.9669L9.39801 16.9633L9.40726 16.9601L9.41652 16.9571L9.42578 16.9542L9.43544 16.9513L9.4451 16.949L9.45516 16.9464L9.46482 16.9444L9.47489 16.9425L9.48495 16.9405L9.49501 16.9389H9.50548H9.51554H9.5256H9.53607H9.56827L9.57068 16.9349ZM9.98528 14.6244V12.423H12.7023C12.7964 12.7565 13.0274 13.0543 13.3576 13.2676C13.6878 13.4808 14.0976 13.597 14.5199 13.597C14.9421 13.597 15.3519 13.4808 15.6821 13.2676C16.0123 13.0543 16.2433 12.7565 16.3374 12.423H19.0681C18.8266 14.1515 18.0107 14.9622 17.1972 15.7736C16.8456 16.1105 16.5208 16.4652 16.2247 16.8355C16.0917 16.8657 15.9693 16.9207 15.8673 16.9963C15.8565 17.0032 15.8463 17.0107 15.8367 17.0188L14.4464 18.1452C14.2855 18.2754 14.1927 18.4508 14.1875 18.635C14.1822 18.8192 14.2649 18.9979 14.4182 19.134C14.4271 19.1426 14.4365 19.1509 14.4464 19.1588L15.0216 19.6248C14.911 19.7897 14.8111 19.9592 14.7225 20.1326C14.6343 20.3052 14.5574 20.4814 14.4923 20.6606H13.6784C13.4435 20.6606 13.2183 20.7362 13.0522 20.8707C12.8861 21.0053 12.7928 21.1878 12.7928 21.3781V21.7453H9.98528V17.5683C10.3969 17.492 10.7644 17.3048 11.0277 17.0373C11.2909 16.7698 11.4342 16.4378 11.4342 16.0957C11.4342 15.7535 11.2909 15.4216 11.0277 15.154C10.7644 14.8865 10.3969 14.6993 9.98528 14.6231V14.6244ZM9.15569 9.54825V11.7496H6.07079C6.01634 11.7496 5.96243 11.7583 5.91213 11.7752C5.86183 11.792 5.81612 11.8168 5.77762 11.848C5.73912 11.8792 5.70859 11.9162 5.68775 11.9569C5.66692 11.9977 5.65619 12.0414 5.65619 12.0855C5.65619 12.3078 5.5472 12.521 5.3532 12.6781C5.1592 12.8353 4.89608 12.9236 4.62172 12.9236C4.34736 12.9236 4.08424 12.8353 3.89024 12.6781C3.69623 12.521 3.58725 12.3078 3.58725 12.0855C3.58725 11.9964 3.54357 11.911 3.46581 11.848C3.38806 11.785 3.28261 11.7496 3.17265 11.7496H0.0112705C0.00375684 11.6013 4.4e-08 11.4468 4.4e-08 11.2862C-0.000236327 9.28775 0.951887 7.36644 2.65775 5.92303C4.36361 4.47962 6.69146 3.62559 9.15569 3.53909V6.60466C8.74404 6.6809 8.37653 6.86811 8.11331 7.13563C7.85009 7.40315 7.70675 7.73514 7.70675 8.07727C7.70675 8.41939 7.85009 8.75138 8.11331 9.01891C8.37653 9.28643 8.74404 9.47363 9.15569 9.54988V9.54825ZM20.6887 2.26395C18.9965 0.889515 16.728 0.0813074 14.3341 0V3.33298C14.3347 3.34287 14.3347 3.35277 14.3341 3.36266C14.3341 3.45175 14.2904 3.53719 14.2127 3.60018C14.1349 3.66318 14.0295 3.69857 13.9195 3.69857C13.6451 3.69857 13.382 3.78687 13.188 3.94405C12.994 4.10123 12.885 4.31442 12.885 4.53671C12.885 4.75899 12.994 4.97218 13.188 5.12936C13.382 5.28654 13.6451 5.37484 13.9195 5.37484C13.974 5.37484 14.0279 5.38354 14.0782 5.40044C14.1286 5.41735 14.1743 5.44212 14.2128 5.47334C14.2513 5.50457 14.2818 5.54164 14.3026 5.58243C14.3235 5.62322 14.3341 5.66694 14.3341 5.71108V8.21049H17.4218C17.5318 8.21058 17.6373 8.24603 17.7151 8.30907C17.7929 8.3721 17.8367 8.45757 17.8368 8.54672C17.8341 8.65816 17.8588 8.76891 17.9096 8.87251C17.9604 8.9761 18.0361 9.07045 18.1324 9.15003C18.2287 9.22962 18.3437 9.29284 18.4705 9.336C18.5973 9.37916 18.7335 9.40139 18.8711 9.40139C19.0086 9.40139 19.1448 9.37916 19.2717 9.336C19.3985 9.29284 19.5134 9.22962 19.6097 9.15003C19.7061 9.07045 19.7818 8.9761 19.8326 8.87251C19.8833 8.76891 19.9081 8.65816 19.9054 8.54672C19.9055 8.45763 19.9492 8.37221 20.0269 8.30918C20.1046 8.24615 20.21 8.21066 20.3199 8.21049H23.4821L23.4854 8.14983C23.4898 8.04188 23.4922 7.90817 23.4922 7.74707C23.4937 6.72855 23.2468 5.71983 22.7657 4.77886C22.2846 3.83789 21.5787 2.98322 20.6887 2.26395Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(23)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1775 24.9454H6.27893V25.9636H14.1775V24.9454Z' fill='white'/%3E%3Cpath d='M5.29156 13.7455C5.72294 13.743 6.14958 13.8383 6.54133 14.0246C6.93308 14.2108 7.28038 14.4836 7.55867 14.8235C7.83696 15.1634 8.03946 15.5622 8.15185 15.9917C8.26425 16.4212 8.28379 16.871 8.2091 17.3091H8.74719V12.7273H7.31854L0.759252 14.1772L0 17.3091H2.37402C2.29933 16.871 2.31887 16.4212 2.43127 15.9917C2.54366 15.5622 2.74616 15.1634 3.02445 14.8235C3.30274 14.4836 3.65004 14.2108 4.04179 14.0246C4.43354 13.8383 4.86018 13.743 5.29156 13.7455Z' fill='white'/%3E%3Cpath d='M14.3087 10.6909L12.5809 11.7091H19.1141H19.4033L18.416 10.6909H14.3087Z' fill='white'/%3E%3Cpath d='M3.31689 16.8C3.31689 17.2028 3.43271 17.5965 3.64968 17.9314C3.86666 18.2663 4.17506 18.5273 4.53588 18.6814C4.8967 18.8355 5.29373 18.8758 5.67678 18.7973C6.05982 18.7187 6.41167 18.5248 6.68783 18.24C6.96399 17.9552 7.15205 17.5923 7.22825 17.1973C7.30444 16.8023 7.26533 16.3928 7.11588 16.0208C6.96642 15.6487 6.71333 15.3306 6.3886 15.1069C6.06387 14.8831 5.68209 14.7637 5.29154 14.7637C4.76783 14.7637 4.26557 14.9782 3.89526 15.3601C3.52494 15.742 3.31689 16.26 3.31689 16.8ZM6.27886 16.8C6.27886 17.0014 6.22096 17.1983 6.11247 17.3657C6.00398 17.5331 5.84978 17.6636 5.66937 17.7407C5.48896 17.8178 5.29045 17.8379 5.09892 17.7987C4.9074 17.7594 4.73148 17.6624 4.5934 17.52C4.45532 17.3776 4.36129 17.1962 4.32319 16.9987C4.28509 16.8012 4.30465 16.5964 4.37937 16.4104C4.4541 16.2243 4.58065 16.0653 4.74301 15.9534C4.90538 15.8416 5.09627 15.7819 5.29154 15.7819C5.5534 15.7819 5.80453 15.8891 5.98968 16.0801C6.17484 16.271 6.27886 16.53 6.27886 16.8Z' fill='white'/%3E%3Cpath d='M10.7218 12.7273H9.7345V17.3091H18.6204V12.7273H10.7218ZM17.6331 16.2909H15.6584V15.2727H17.6331V16.2909ZM17.6331 14.7637H16.6458V13.7455H17.6331V14.7637Z' fill='white'/%3E%3Cpath d='M7.85267 18.3273C7.75011 18.5092 7.62968 18.6798 7.49329 18.8364H20.8616C20.7253 18.6798 20.6048 18.5092 20.5023 18.3273H7.85267Z' fill='white'/%3E%3Cpath d='M24.5444 12.7273H19.6078V17.3091H20.1459C20.0713 16.87 20.0908 16.4195 20.203 15.989C20.3152 15.5585 20.5175 15.1586 20.7955 14.8173C21.0735 14.476 21.4206 14.2016 21.8124 14.0133C22.2042 13.8251 22.6312 13.7275 23.0634 13.7275C23.4957 13.7275 23.9227 13.8251 24.3145 14.0133C24.7063 14.2016 25.0533 14.476 25.3314 14.8173C25.6094 15.1586 25.8116 15.5585 25.9238 15.989C26.036 16.4195 26.0555 16.87 25.981 17.3091H26.5191C26.65 17.3091 26.7755 17.2555 26.8681 17.16C26.9607 17.0645 27.0127 16.935 27.0127 16.8V15.2727C27.0119 14.5979 26.7516 13.9509 26.2889 13.4737C25.8262 12.9965 25.1988 12.7281 24.5444 12.7273Z' fill='white'/%3E%3Cpath d='M27.2013 8.65455H25.7647C25.4896 8.65368 25.2197 8.73228 24.9856 8.88146C24.7515 9.03064 24.5626 9.24443 24.4403 9.49862L24.3558 9.67273H26.7076L27.2013 8.65455Z' fill='white'/%3E%3Cpath d='M23.0634 14.7637C22.6728 14.7637 22.2911 14.8831 21.9663 15.1069C21.6416 15.3306 21.3885 15.6487 21.2391 16.0208C21.0896 16.3928 21.0505 16.8023 21.1267 17.1973C21.2029 17.5923 21.3909 17.9552 21.6671 18.24C21.9433 18.5248 22.2951 18.7187 22.6782 18.7973C23.0612 18.8758 23.4582 18.8355 23.8191 18.6814C24.1799 18.5273 24.4883 18.2663 24.7053 17.9314C24.9222 17.5965 25.038 17.2028 25.038 16.8C25.038 16.26 24.83 15.742 24.4597 15.3601C24.0894 14.9782 23.5871 14.7637 23.0634 14.7637ZM23.0634 17.8182C22.8681 17.8182 22.6772 17.7585 22.5149 17.6466C22.3525 17.5347 22.226 17.3757 22.1512 17.1897C22.0765 17.0036 22.0569 16.7989 22.095 16.6014C22.1331 16.4039 22.2272 16.2225 22.3652 16.0801C22.5033 15.9377 22.6793 15.8407 22.8708 15.8014C23.0623 15.7621 23.2608 15.7823 23.4412 15.8594C23.6216 15.9364 23.7758 16.0669 23.8843 16.2344C23.9928 16.4018 24.0507 16.5987 24.0507 16.8C24.0507 17.0701 23.9467 17.3291 23.7615 17.52C23.5764 17.7109 23.3252 17.8182 23.0634 17.8182Z' fill='white'/%3E%3Cpath d='M10.591 11.7092L13.9307 9.74C14.0058 9.69566 14.0909 9.67249 14.1775 9.6728H18.6204C18.7514 9.67282 18.8769 9.72648 18.9695 9.82196L20.7995 11.7092H21.8712L20.1261 9.90952C19.8975 9.67239 19.6256 9.48438 19.326 9.35636C19.0265 9.22834 18.7053 9.16286 18.381 9.1637H13.9909C13.5537 9.16378 13.1244 9.2836 12.7469 9.5109L9.09277 11.7092H10.591Z' fill='white'/%3E%3Cpath d='M11.2155 22.9091H3.31689V23.9272H11.2155V22.9091Z' fill='white'/%3E%3Cpath d='M22.0761 22.9091H14.1775V23.9272H22.0761V22.9091Z' fill='white'/%3E%3Cpath d='M13.1902 22.9091H12.2029V23.9272H13.1902V22.9091Z' fill='white'/%3E%3Cpath d='M25.038 24.9454H17.1394V25.9636H25.038V24.9454Z' fill='white'/%3E%3Cpath d='M16.1521 24.9454H15.1648V25.9636H16.1521V24.9454Z' fill='white'/%3E%3Cpath d='M17.1394 26.9818H9.24084V28H17.1394V26.9818Z' fill='white'/%3E%3Cpath d='M28 26.9818H20.1014V28H28V26.9818Z' fill='white'/%3E%3Cpath d='M19.114 26.9818H18.1267V28H19.114V26.9818Z' fill='white'/%3E%3Cpath d='M11.2155 4.07275H3.31689V5.09094H11.2155V4.07275Z' fill='white'/%3E%3Cpath d='M22.0761 4.07275H14.1775V5.09094H22.0761V4.07275Z' fill='white'/%3E%3Cpath d='M14.1775 2.03638H6.27893V3.05456H14.1775V2.03638Z' fill='white'/%3E%3Cpath d='M13.1902 4.07275H12.2029V5.09094H13.1902V4.07275Z' fill='white'/%3E%3Cpath d='M25.038 2.03638H17.1394V3.05456H25.038V2.03638Z' fill='white'/%3E%3Cpath d='M16.1521 2.03638H15.1648V3.05456H16.1521V2.03638Z' fill='white'/%3E%3Cpath d='M17.1394 0H9.24084V1.01818H17.1394V0Z' fill='white'/%3E%3Cpath d='M28 0H20.1014V1.01818H28V0Z' fill='white'/%3E%3Cpath d='M19.114 0H18.1267V1.01818H19.114V0Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(24)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.24999 6.41524L22.0344 6.37511C22.0313 6.37168 22.0285 6.36795 22.0254 6.36484L22.3353 5.71402C22.447 5.48038 22.391 5.20132 22.1981 5.02835C22.0055 4.856 21.7224 4.83049 21.5015 4.96738L20.9023 5.33914C18.9416 3.77462 16.5072 2.91754 14.0002 2.91754C13.9912 2.91754 13.9825 2.91754 13.9735 2.91754L12.9144 0.360601C12.8186 0.128831 12.5778 -0.0186309 12.3345 0.00190171C12.0844 0.0196344 11.8731 0.195406 11.8103 0.438376L11.0667 3.32166C8.77725 3.95101 6.73137 5.33323 5.26758 7.20606C5.79367 6.71358 6.49368 6.41742 7.24999 6.41524Z' fill='white'/%3E%3Cpath d='M4.92656 14.9848L4.79153 14.8498C4.47357 14.5319 4.23028 14.1389 4.08686 13.7121L3.83579 12.958C3.55766 12.1246 3.55828 11.2071 3.83704 10.3743L4.49224 8.40878C4.55571 8.21808 4.64344 8.04169 4.74144 7.87245L2.48805 7.33455C2.25098 7.27762 2.00271 7.375 1.86706 7.57815C1.73142 7.78098 1.73733 8.04697 1.88013 8.24421L3.50134 10.4795C3.11339 11.6305 2.91676 12.8133 2.91676 14.0002C2.91676 15.0508 3.07014 16.0995 3.37317 17.1243L0.282251 18.9893C0.0650941 19.1203 -0.0425512 19.3763 0.0156271 19.6227C0.0744276 19.8694 0.284429 20.0502 0.537365 20.0704L3.59499 20.3137C3.77699 18.4844 4.22188 16.699 4.92656 14.9848Z' fill='white'/%3E%3Cpath d='M27.571 13.4377L26.6647 13.1885C26.2714 14.3349 25.1947 15.1668 23.9166 15.1668H20.8951C20.3385 18.4759 17.4676 20.9999 13.9999 20.9999C13.4277 20.9999 12.8749 20.9237 12.3426 20.7943L11.8398 22.9729C11.5312 24.3041 10.362 25.2334 8.9978 25.2334C8.9558 25.2334 8.91224 25.2324 8.87024 25.2306L7.66467 25.182V27.4167C7.66467 27.6571 7.81214 27.873 8.03614 27.9602C8.10521 27.9869 8.17677 28 8.24801 28C8.40823 28 8.56473 27.934 8.67766 27.8111L11.4621 24.7791C12.3133 24.9811 13.1649 25.0834 13.9999 25.0834C14.3959 25.0834 14.8072 25.0563 15.2795 24.9991L18.5253 27.2838C18.7161 27.4185 18.9696 27.426 19.1703 27.3016C19.3691 27.1771 19.4739 26.9457 19.4369 26.7139L18.9824 23.8919C20.3622 23.1947 21.5926 22.2054 22.5764 21.0027L24.0597 21.2818C24.3195 21.3297 24.5805 21.1978 24.6944 20.9591C24.8077 20.7202 24.7464 20.4346 24.5445 20.2632L23.6223 19.4827C24.3659 18.1788 24.8385 16.7238 25.0049 15.2268L27.5626 14.5651C27.8189 14.4988 27.9978 14.2689 28 14.0048C28.0015 13.7404 27.8264 13.5077 27.571 13.4377Z' fill='white'/%3E%3Cpath d='M24.2082 7.00037C23.7605 7.00037 23.3486 7.2032 23.0763 7.53857L7.25341 7.58119C6.50145 7.58337 5.83598 8.06433 5.5986 8.77768L4.94277 10.7441C4.74397 11.339 4.74397 11.9942 4.94215 12.589L5.19291 13.3409C5.27878 13.5973 5.42469 13.8334 5.61571 14.0241L6.02918 14.4372C6.19905 14.6071 6.24727 14.8591 6.15269 15.079L6.11069 15.1776C5.15246 17.4132 4.6665 19.7801 4.6665 22.2129C4.6665 23.1555 5.40415 23.9236 6.3459 23.9613L8.92721 24.0655C8.95054 24.0667 8.97449 24.067 8.99783 24.067C9.80797 24.067 10.5182 23.5067 10.7027 22.7109L11.9058 17.5003H14.2115C15.3794 17.5003 16.4319 16.8066 16.8923 15.7326L17.6347 14.0004H23.9167C24.8817 14.0004 25.6667 13.2155 25.6667 12.2505V8.45912C25.6667 7.65492 25.0127 7.00037 24.2082 7.00037ZM9.91655 11.0836H8.16653C7.84422 11.0836 7.58319 10.8222 7.58319 10.5002C7.58319 10.1783 7.84422 9.91693 8.16653 9.91693H9.91655C10.2389 9.91693 10.4999 10.1783 10.4999 10.5002C10.4999 10.8222 10.2389 11.0836 9.91655 11.0836ZM15.8199 15.2728C15.5437 15.9171 14.9118 16.3334 14.2112 16.3334H12.1749L12.5336 14.7791C13.2044 15.4147 13.7056 15.672 13.7386 15.6885C13.8223 15.7302 13.9106 15.7501 13.9977 15.7501C14.2108 15.7501 14.4146 15.6328 14.5179 15.4299C14.6632 15.144 14.5487 14.7937 14.2637 14.6466C14.2575 14.6435 13.906 14.4515 13.4132 14.0001H16.3647L15.8193 15.2728H15.8199ZM22.75 11.0836H12.2499C11.9276 11.0836 11.6666 10.8222 11.6666 10.5002C11.6666 10.1783 11.9276 9.91693 12.2499 9.91693H22.75C23.0723 9.91693 23.3333 10.1783 23.3333 10.5002C23.3333 10.8222 23.0723 11.0836 22.75 11.0836Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(25)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6438 4.4487C26.3321 4.4487 26.89 3.86075 26.89 3.13548C26.89 2.41021 26.3321 1.82227 25.6438 1.82227C24.9556 1.82227 24.3977 2.41021 24.3977 3.13548C24.3977 3.86075 24.9556 4.4487 25.6438 4.4487Z' fill='white'/%3E%3Cpath d='M3.8013 19.96C4.47112 19.7934 4.88596 19.0861 4.72786 18.3802C4.56977 17.6743 3.89862 17.2372 3.2288 17.4038C2.55899 17.5704 2.14415 18.2777 2.30224 18.9835C2.46033 19.6894 3.13148 20.1266 3.8013 19.96Z' fill='white'/%3E%3Cpath d='M8.52351 3.82776C7.78311 4.54734 6.99598 5.21161 6.16785 5.81573C5.41273 6.37619 4.62519 6.88648 3.80981 7.34365C4.34133 7.60422 4.92875 7.71213 5.51258 7.65645C6.09641 7.60077 6.65591 7.38347 7.1344 7.02657C7.61288 6.66967 7.99337 6.18585 8.23731 5.6241C8.48125 5.06236 8.57998 4.44266 8.52351 3.82776Z' fill='white'/%3E%3Cpath d='M0.851922 7.67107C1.23087 7.67107 1.73574 7.53273 2.37247 7.25482C3.3733 6.81666 4.59448 6.08557 5.81151 5.18923C7.02854 4.29289 8.10243 3.33583 8.83419 2.4977C9.71029 1.49119 9.98886 0.779504 9.68475 0.321945C9.40618 -0.0986847 8.77123 -0.106822 7.74486 0.295655C7.6994 0.311517 7.65744 0.336872 7.62148 0.370206C7.58552 0.40354 7.55631 0.44417 7.53559 0.489667C7.51486 0.535165 7.50305 0.584598 7.50086 0.635013C7.49867 0.685428 7.50615 0.735791 7.52284 0.783094C7.53953 0.830397 7.5651 0.873669 7.59802 0.910325C7.63094 0.946982 7.67052 0.976271 7.71442 0.996444C7.75832 1.01662 7.80563 1.02726 7.85351 1.02773C7.9014 1.02821 7.94889 1.01851 7.99314 0.999208C8.66313 0.736941 8.98743 0.732559 9.09078 0.7601C9.07831 0.90031 8.90547 1.33408 8.17905 2.13716C8.12916 2.19224 8.07748 2.24795 8.02462 2.30366C7.78456 1.90142 7.46931 1.55489 7.09809 1.28516C6.72687 1.01543 6.30743 0.828147 5.86533 0.734718C5.42322 0.64129 4.96769 0.64367 4.52649 0.741714C4.08528 0.839757 3.66763 1.03141 3.29896 1.30501C2.9303 1.5786 2.61833 1.92842 2.38206 2.33314C2.14579 2.73787 1.99017 3.18904 1.92466 3.65918C1.85916 4.12931 1.88514 4.60859 2.00103 5.0678C2.11692 5.52702 2.3203 5.95658 2.59877 6.33031C2.48888 6.38539 2.38078 6.43735 2.27565 6.48617C1.31106 6.92996 0.864989 6.95186 0.736099 6.91556C0.747385 6.79601 0.877463 6.44548 1.40965 5.81141C1.47266 5.7367 1.50494 5.63868 1.49937 5.5389C1.4938 5.43913 1.45084 5.34577 1.37996 5.27936C1.30907 5.21296 1.21605 5.17895 1.12137 5.18482C1.02669 5.19069 0.938098 5.23596 0.875087 5.31066C0.0916494 6.24643 -0.148312 6.91368 0.139166 7.35059C0.283499 7.56528 0.519303 7.67107 0.851922 7.67107Z' fill='white'/%3E%3Cpath d='M23.0067 26.9818C23.1065 27.1859 23.2463 27.3653 23.4169 27.508C23.5875 27.6508 23.785 27.7536 23.9963 27.8097C24.2075 27.8659 24.4277 27.874 24.6421 27.8335C24.8565 27.7931 25.0604 27.705 25.24 27.5752C24.8621 27.5193 24.4874 27.442 24.1174 27.3436C23.7413 27.2441 23.3705 27.1233 23.0067 26.9818Z' fill='white'/%3E%3Cpath d='M27.2392 25.0164C27.1989 24.9892 27.1538 24.9708 27.1066 24.9624C27.0594 24.954 27.0111 24.9556 26.9645 24.9673C26.918 24.979 26.8741 25.0005 26.8356 25.0304C26.7971 25.0603 26.7647 25.0981 26.7403 25.1416C26.6953 25.2286 26.6836 25.3305 26.7077 25.4263C26.7317 25.5221 26.7898 25.6046 26.8698 25.6567C26.9556 25.7135 27.0378 25.7762 27.1157 25.8445C27.1351 25.8621 27.1494 25.8852 27.157 25.911C27.1646 25.9368 27.1652 25.9643 27.1586 25.9904C27.152 26.0166 27.1386 26.0402 27.1199 26.0587C27.1012 26.0771 27.0779 26.0897 27.0527 26.0949C26.8181 26.1468 26.4297 26.1737 25.901 26.1243C25.8786 25.7843 25.7547 25.4606 25.547 25.1994C25.3393 24.9382 25.0585 24.7529 24.7448 24.6702C24.4312 24.5874 24.1007 24.6114 23.8007 24.7387C23.5007 24.866 23.2467 25.0901 23.075 25.3788C22.5933 25.1616 22.2672 24.9481 22.0848 24.7873C22.0652 24.77 22.0506 24.7473 22.0427 24.7217C22.0347 24.6961 22.0338 24.6686 22.04 24.6425C22.0462 24.6163 22.0593 24.5926 22.0777 24.5739C22.0961 24.5552 22.1192 24.5424 22.1442 24.5369C22.2673 24.5096 22.3922 24.4927 22.5178 24.4862C22.6053 24.482 22.6885 24.4448 22.7522 24.3814C22.8159 24.318 22.8558 24.2325 22.8647 24.1407C22.8688 24.0872 22.8619 24.0335 22.8446 23.983C22.8273 23.9326 22.8 23.8866 22.7644 23.8482C22.7288 23.8099 22.6859 23.78 22.6384 23.7606C22.591 23.7412 22.5401 23.7327 22.4893 23.7357C21.7445 23.7795 21.3168 24.0117 21.2188 24.4242C20.9812 25.4314 23.0423 26.2595 24.2985 26.59C25.0707 26.7928 25.8208 26.9029 26.4368 26.9029C26.4962 26.9029 26.5496 26.9029 26.6049 26.9029C27.415 26.8754 27.8783 26.6413 27.9805 26.2082C28.0749 25.8094 27.8255 25.4088 27.2392 25.0164Z' fill='white'/%3E%3Cpath d='M17.3046 8.00463C17.4482 8.07586 17.5991 8.12962 17.7543 8.16487C17.8104 8.69436 18.0273 9.19061 18.3726 9.57976C18.7179 9.96892 19.1732 10.2302 19.6707 10.3247C20.1683 10.4192 20.6815 10.3419 21.134 10.1042C21.5865 9.86662 21.9541 9.48138 22.1821 9.00585C22.4102 8.53032 22.4864 7.98992 22.3995 7.46506C22.3126 6.9402 22.0672 6.45892 21.6999 6.09286C21.3326 5.72679 20.8629 5.49549 20.3607 5.43337C19.8586 5.37126 19.3509 5.48165 18.9131 5.74812C18.5405 5.61271 18.1592 5.50561 17.7721 5.42764C17.3919 5.36505 17.0041 5.6317 16.8699 6.05358C16.7166 6.54432 16.3971 7.55458 17.3046 8.00463ZM17.5464 6.29394C17.5528 6.26513 17.5662 6.23852 17.5851 6.21662C17.604 6.19472 17.6279 6.17825 17.6545 6.16875H17.6574C18.0578 6.23823 18.6903 6.45168 19.0117 6.58062C19.333 6.70956 19.9395 6.99499 20.2822 7.22408C20.2972 7.24964 20.3054 7.27896 20.3061 7.30901C20.3067 7.33906 20.2997 7.36874 20.2857 7.39496C19.9923 8.11103 19.8331 8.19741 19.5872 8.12042C19.4094 8.06533 19.2441 7.97269 19.1014 7.84814C18.8316 7.61103 18.4944 7.47556 18.1433 7.46319C17.9581 7.45567 17.7763 7.40883 17.6087 7.32548C17.3771 7.21031 17.3129 7.0338 17.5464 6.29394Z' fill='white'/%3E%3Cpath d='M21.4588 20.4464C21.4877 20.6518 21.5889 20.8382 21.7421 20.9688C21.8953 21.0993 22.0895 21.1644 22.2862 21.1512C22.7109 21.1161 23.0037 20.7324 23.0583 20.2987C23.1177 19.8086 23.1518 19.3154 23.1605 18.8214C23.1843 17.2347 22.8041 14.5357 20.531 12.3061C19.2202 11.0191 17.468 10.6736 16.7255 10.7162C16.0086 10.7569 14.9205 10.8326 14.276 10.648C13.3565 10.3844 12.5375 9.35353 12.3052 8.38583C12.3052 8.38583 12.1128 7.50201 12.0207 7.19655C11.9114 6.83664 11.605 6.58188 11.2486 6.60692C11.0365 6.62283 10.8389 6.72629 10.6988 6.89483C10.5587 7.06336 10.4873 7.28335 10.5002 7.50702C10.5762 8.23495 10.7035 8.95593 10.8809 9.66399C11.1304 10.6029 11.9304 12.6716 14.5866 13.3645C14.6132 13.3716 14.6379 13.3848 14.659 13.4033C14.6801 13.4218 14.6969 13.445 14.7083 13.4713C14.7197 13.4975 14.7254 13.5261 14.7249 13.555C14.7244 13.5839 14.7177 13.6123 14.7054 13.6381C14.2754 14.5563 13.3322 15.2267 12.0486 16.2463C10.8512 17.2003 9.72387 18.3946 8.97488 19.7979C8.26213 21.1318 7.87189 22.4894 7.65985 23.3119C7.56431 23.6488 7.59404 24.0114 7.74301 24.3261C7.89197 24.6407 8.14901 24.8838 8.46189 25.0059C8.77478 25.1281 9.12006 25.1202 9.4276 24.9837C9.73513 24.8473 9.98186 24.5927 10.1177 24.2715L10.97 22.2347C11.4285 21.1994 13.0821 19.2684 14.0586 18.4678C14.098 18.4353 14.1465 18.4173 14.1965 18.4167C14.2466 18.4161 14.2954 18.4329 14.3355 18.4644C14.3757 18.4959 14.4048 18.5405 14.4185 18.5912C14.4323 18.6419 14.4298 18.696 14.4114 18.7451C14.0889 19.5926 13.729 21.5931 13.8038 23.4509C13.8483 24.5513 14.1008 25.3468 14.2439 26.1562C14.3829 26.9398 15.1462 27.4224 15.8815 27.214C16.1927 27.1274 16.4626 26.9228 16.6395 26.6395C16.8164 26.3562 16.8878 26.014 16.8401 25.6786C16.7362 24.9644 16.4624 23.9829 16.4838 23.3708C16.5111 22.5189 16.7701 20.7819 17.4495 20.0283C18.9345 18.6794 19.5635 16.6839 19.6662 15.2655C19.6687 15.2284 19.6812 15.1929 19.7023 15.1631C19.7233 15.1332 19.7521 15.1104 19.785 15.0972C19.818 15.0841 19.8539 15.0811 19.8884 15.0888C19.9229 15.0964 19.9547 15.1143 19.9798 15.1403C20.8793 16.1033 21.4083 17.3833 21.4647 18.7332C21.479 19.3954 21.3762 19.8768 21.4588 20.4464Z' fill='white'/%3E%3Cpath d='M1.99939 25.9064C1.95233 25.8433 1.89033 25.7943 1.81963 25.7644C1.74893 25.7346 1.67201 25.7248 1.5966 25.7362C1.5212 25.7475 1.44995 25.7796 1.39002 25.8291C1.33008 25.8787 1.28357 25.944 1.25516 26.0184L0.740787 27.3692C0.711817 27.4439 0.702097 27.5253 0.712611 27.6052C0.723125 27.6851 0.753501 27.7607 0.800658 27.8242C0.847815 27.8878 0.910077 27.9371 0.981133 27.9671C1.05219 27.9971 1.12951 28.0068 1.20527 27.9952L2.57138 27.7892C2.64689 27.778 2.71826 27.746 2.77827 27.6964C2.83829 27.6468 2.88483 27.5814 2.9132 27.5068C2.94158 27.4322 2.95078 27.351 2.93988 27.2715C2.92899 27.1919 2.89838 27.1168 2.85114 27.0537L1.99939 25.9064Z' fill='white'/%3E%3Cpath d='M1.74638 11.9049L1.6163 10.9109C1.60579 10.8314 1.5756 10.7562 1.52877 10.6928C1.48195 10.6295 1.42013 10.5803 1.34953 10.5501C1.27893 10.5199 1.20203 10.5098 1.12656 10.5208C1.05109 10.5319 0.979708 10.5636 0.919582 10.613L0.167624 11.2289C0.107483 11.2782 0.0607093 11.3433 0.0320011 11.4177C0.00329302 11.492 -0.00633857 11.5731 0.00407392 11.6526C0.0144864 11.7321 0.0445763 11.8074 0.0913212 11.8708C0.138066 11.9342 0.19982 11.9835 0.27038 12.0138L1.15242 12.3894C1.22287 12.4196 1.29961 12.4297 1.37496 12.4189C1.45031 12.408 1.52163 12.3764 1.58178 12.3274C1.64192 12.2783 1.68878 12.2135 1.71767 12.1393C1.74656 12.0652 1.75646 11.9843 1.74638 11.9049Z' fill='white'/%3E%3Cpath d='M9.5618 12.4232L9.04861 12.2029C8.97801 12.1726 8.90107 12.1624 8.82554 12.1733C8.75001 12.1843 8.67855 12.216 8.61835 12.2653C8.55815 12.3146 8.51132 12.3797 8.48258 12.4542C8.45385 12.5286 8.44421 12.6097 8.45465 12.6893L8.53008 13.2676C8.54051 13.3472 8.57063 13.4225 8.61742 13.4859C8.66421 13.5493 8.72602 13.5986 8.79663 13.6289C8.86725 13.6592 8.94418 13.6693 9.01969 13.6583C9.0952 13.6473 9.16663 13.6155 9.2268 13.5662L9.66396 13.2082C9.72412 13.1589 9.77092 13.0939 9.79967 13.0195C9.82842 12.9452 9.83811 12.8642 9.82776 12.7846C9.81741 12.7051 9.78738 12.6298 9.7407 12.5664C9.69401 12.503 9.63231 12.4536 9.5618 12.4232Z' fill='white'/%3E%3Cpath d='M13.2122 2.22542L13.7408 2.39818C13.8137 2.42182 13.8911 2.42486 13.9654 2.40698C14.0397 2.3891 14.1082 2.35094 14.164 2.29633C14.2199 2.24172 14.2611 2.17258 14.2836 2.09586C14.3061 2.01913 14.309 1.93753 14.292 1.85924L14.1691 1.29027C14.1523 1.21191 14.1162 1.1396 14.0645 1.08063C14.0127 1.02166 13.9471 0.978109 13.8743 0.95437C13.8015 0.93063 13.724 0.927541 13.6497 0.945413C13.5754 0.963285 13.5068 1.00149 13.451 1.05617L13.0447 1.45301C12.9887 1.50757 12.9474 1.57672 12.9249 1.6535C12.9023 1.73027 12.8994 1.81194 12.9164 1.89028C12.9334 1.96862 12.9697 2.04086 13.0216 2.0997C13.0736 2.15853 13.1393 2.2019 13.2122 2.22542Z' fill='white'/%3E%3Cpath d='M26.4938 14.7748L26.9173 15.1503C26.9757 15.202 27.0459 15.2366 27.1209 15.2506C27.1959 15.2646 27.2732 15.2575 27.3448 15.2301C27.4164 15.2027 27.4799 15.1559 27.529 15.0945C27.578 15.033 27.6108 14.959 27.6241 14.8799L27.721 14.3053C27.7342 14.2263 27.7274 14.145 27.7014 14.0696C27.6753 13.9941 27.6309 13.9273 27.5726 13.8756C27.5143 13.824 27.4441 13.7895 27.3692 13.7755C27.2942 13.7614 27.217 13.7685 27.1454 13.7958L26.6251 13.993C26.5532 14.0203 26.4893 14.0671 26.4401 14.1287C26.3908 14.1903 26.3579 14.2645 26.3445 14.3438C26.3312 14.4231 26.338 14.5048 26.3642 14.5804C26.3904 14.6561 26.4351 14.7231 26.4938 14.7748Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(26)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='28' viewBox='0 0 23 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33446 24.5876C6.03625 24.7856 5.60892 24.9839 5.102 25.1446C4.77614 25.2478 4.45444 25.3232 4.15591 25.3719L3.91364 26.4358C3.74504 27.1753 4.48305 27.868 5.56081 27.9834C6.63922 28.0988 7.64986 27.5934 7.81814 26.8538L8.06042 25.7898C7.79785 25.6811 7.52505 25.542 7.26072 25.3756C6.84937 25.1168 6.53055 24.8386 6.33446 24.5876Z' fill='white'/%3E%3Cpath d='M9.27623 20.7807C8.90419 20.5466 8.51585 20.3659 8.16283 20.25C7.8619 20.0371 7.62411 19.818 7.46653 19.6162C7.2265 19.7753 6.90256 19.9343 6.52141 20.0742C6.13355 20.1108 5.68336 20.2017 5.22486 20.3469C5.12562 20.3784 5.03037 20.4118 4.93736 20.4459C4.025 20.7807 3.44073 21.2265 3.555 21.5133C3.56043 21.5271 3.56523 21.5411 3.57402 21.5543C3.78385 21.8656 4.86305 21.8299 5.98493 21.4744C6.71095 21.2442 7.27476 20.9369 7.52662 20.664C7.57664 20.7898 7.49322 20.9459 7.30544 21.1103C7.49626 21.3035 7.74844 21.5048 8.0516 21.6956C8.96172 22.2687 9.97397 22.5284 10.3121 22.2757C10.3264 22.2651 10.3371 22.2527 10.3484 22.2406C10.5846 21.9913 10.2261 21.4446 9.5062 20.935C9.43253 20.8832 9.35694 20.8314 9.27623 20.7807Z' fill='white'/%3E%3Cpath d='M8.89879 22.4378C8.52675 22.2036 8.13841 22.023 7.78539 21.9071C7.48462 21.6942 7.24666 21.4751 7.08909 21.2733C6.84906 21.4324 6.52512 21.5913 6.14397 21.7312C5.75611 21.7679 5.30592 21.8587 4.84742 22.0039C4.74818 22.0354 4.65293 22.0688 4.56008 22.1029C3.64756 22.4377 3.06329 22.8836 3.17756 23.1703C3.18299 23.1841 3.18795 23.1981 3.19658 23.2113C3.40641 23.5226 4.48561 23.4869 5.60748 23.1314C6.33351 22.9012 6.89716 22.5938 7.14902 22.321C7.19904 22.4467 7.11546 22.6029 6.92768 22.7673C7.11866 22.9606 7.37084 23.1619 7.674 23.3527C8.58412 23.9258 9.59637 24.1855 9.93453 23.9328C9.94875 23.9222 9.95946 23.9098 9.97096 23.8977C10.207 23.6484 9.84855 23.1017 9.1286 22.5921C9.05509 22.5403 8.97918 22.4885 8.89879 22.4378Z' fill='white'/%3E%3Cpath d='M8.52135 24.0949C8.14931 23.8607 7.76097 23.6801 7.40795 23.5642C7.10702 23.3513 6.86922 23.1322 6.71149 22.9304C6.47161 23.0895 6.14768 23.2486 5.76653 23.3884C5.37867 23.425 4.92848 23.5158 4.46998 23.6611C4.37074 23.6927 4.27549 23.726 4.18248 23.7601C3.27012 24.0949 2.68585 24.5408 2.80012 24.8275C2.80555 24.8413 2.81034 24.8553 2.81913 24.8685C3.02897 25.1798 4.10785 25.1441 5.23004 24.7886C5.95606 24.5585 6.51988 24.2511 6.77158 23.9782C6.8216 24.104 6.73786 24.2602 6.55024 24.4246C6.74121 24.6178 6.99308 24.8192 7.29624 25.01C8.20668 25.5831 9.2186 25.8427 9.55708 25.5901C9.57131 25.5795 9.58201 25.5671 9.59352 25.555C9.82956 25.3057 9.47111 24.759 8.75116 24.2494C8.6778 24.1974 8.60205 24.1457 8.52135 24.0949Z' fill='white'/%3E%3Cpath d='M6.36209 19.8171C7.08811 19.587 7.65192 19.2796 7.90362 19.0068C7.95364 19.1326 7.87022 19.2888 7.68244 19.4532C7.87326 19.6464 8.1256 19.8477 8.4286 20.0385C9.06449 20.4387 9.74912 20.6854 10.2199 20.712C10.2249 20.6715 10.2367 20.6285 10.254 20.5835C10.2651 20.5955 10.276 20.6079 10.2902 20.6185C10.6286 20.8712 11.6405 20.6115 12.5509 20.0385C12.8539 19.8477 13.1061 19.6464 13.2971 19.4532C13.1093 19.2887 13.0257 19.1326 13.0756 19.0067C13.3274 19.2796 13.8913 19.587 14.6174 19.8171C15.0213 19.9451 15.4191 20.0309 15.7734 20.0747L16.0398 18.9404C15.9225 18.888 15.797 18.8372 15.6647 18.7886C15.5717 18.7545 15.4764 18.7211 15.377 18.6895C14.9187 18.5443 14.4685 18.4535 14.081 18.4168C13.1684 18.0821 12.5842 17.6362 12.6981 17.3494C12.9498 17.6223 13.5138 17.9297 14.24 18.1598C15.1327 18.4426 15.9969 18.5223 16.419 18.3864L16.5457 17.8473C16.5003 17.7974 16.4444 17.7465 16.379 17.695L16.2366 17.6794L16.2541 17.6042C16.1705 17.5473 16.0762 17.4905 15.9718 17.4344C16.1166 17.3995 16.2216 17.344 16.2734 17.2673C16.4565 16.9955 15.9164 16.5491 15.0299 16.2035C15.4675 16.2183 15.7911 16.1495 15.8961 15.9936C15.9918 15.8516 15.8883 15.6617 15.6429 15.4637C15.4461 15.3047 15.1573 15.1407 14.803 14.9912V14.7017C14.7434 14.6846 14.6836 14.6665 14.6235 14.647C13.7943 14.3778 13.241 13.9794 13.3415 13.7351C13.5338 13.9477 13.9675 14.1887 14.5278 14.3705C15.3933 14.6512 16.229 14.6842 16.395 14.444C16.4019 14.4339 16.4056 14.4232 16.4102 14.4126C16.4557 14.3019 16.3669 14.1597 16.1786 14.0119C15.8218 14.0675 15.2303 13.9929 14.6238 13.796C13.7946 13.5269 13.2413 13.1284 13.3418 12.8841C13.5341 13.0969 13.9678 13.3377 14.5281 13.5195C15.3936 13.8003 16.2293 13.8333 16.3953 13.5931C16.4022 13.583 16.4059 13.5722 16.4105 13.5616C16.4561 13.4509 16.3672 13.3088 16.179 13.161C15.8221 13.2165 15.2306 13.1421 14.6242 12.9452C13.7949 12.676 13.2416 12.2775 13.3421 12.0333C13.5344 12.2459 13.9681 12.4869 14.5284 12.6687C15.394 12.9495 16.2296 12.9824 16.3957 12.7422C16.4025 12.7323 16.4062 12.7214 16.4107 12.7108C16.4564 12.6001 16.3675 12.458 16.1793 12.3102C15.8224 12.3658 15.231 12.2913 14.6245 12.0943C13.7952 11.8252 13.2419 11.4267 13.3425 11.1825C13.5347 11.3951 13.9684 11.636 14.5287 11.8179C15.3943 12.0986 16.2299 12.1316 16.396 11.8914C16.4028 11.8814 16.4065 11.8706 16.4112 11.8599C16.5157 11.9757 16.5499 12.0832 16.4915 12.1679C16.486 12.1761 16.4776 12.1831 16.4704 12.1907C16.7527 12.5261 17.0418 12.9027 17.3333 13.3251L17.3764 13.1421L17.4269 12.9257L17.7429 12.9603L18.9595 13.0948L19.2411 13.1259L19.4389 12.2834C19.2852 12.0701 19.1315 11.8667 18.9782 11.6733C18.7332 11.6787 18.4603 11.6656 18.1755 11.6308C17.2725 11.5205 16.586 11.2356 16.5895 10.9818C16.8564 11.1523 17.3671 11.3067 17.9773 11.3814C18.7321 11.4735 19.4063 11.4156 19.6806 11.2546L19.7522 10.9498C19.6414 10.8206 19.3798 10.6924 19.0237 10.5911C18.6832 10.6593 18.1895 10.6692 17.6559 10.604C16.753 10.4937 16.0664 10.2088 16.07 9.95497C16.3368 10.1255 16.8476 10.2799 17.4578 10.3545C18.4003 10.4696 19.2194 10.3509 19.2874 10.0893C19.2903 10.0784 19.2898 10.0673 19.29 10.0562C19.2927 9.87629 18.9483 9.68133 18.4257 9.54336C18.1494 9.61405 17.8087 9.66533 17.4357 9.68495C16.5213 9.73317 15.7527 9.57525 15.6634 9.32901C15.9843 9.44824 16.535 9.50994 17.1528 9.47739C18.1074 9.42698 18.8571 9.17153 18.8275 8.90655C18.8262 8.89548 18.8217 8.88474 18.8178 8.874C18.7502 8.68693 18.2902 8.55116 17.6714 8.51784C17.4137 8.64474 17.0619 8.76244 16.6581 8.84715C15.7807 9.03115 14.9805 8.99214 14.8148 8.76507C15.1658 8.83345 15.723 8.81121 16.3158 8.68693C17.2313 8.49483 17.8814 8.13319 17.7681 7.87906C17.7635 7.86843 17.7556 7.85867 17.7483 7.84881C17.6016 7.64717 16.9537 7.59435 16.1961 7.71391C15.9875 7.83621 15.7243 7.95588 15.4224 8.05834C14.6003 8.33757 13.8014 8.38809 13.5846 8.1825C13.947 8.21089 14.4917 8.12705 15.0469 7.93834C15.9046 7.64684 16.4609 7.21769 16.2889 6.97945C16.2817 6.96948 16.2718 6.96082 16.2622 6.95172C16.0455 6.74614 15.2461 6.79677 14.4239 7.076C13.753 7.30394 13.2683 7.61594 13.1707 7.85506H7.39415C7.34876 7.85506 7.30385 7.85703 7.2599 7.86021C7.16721 7.62043 6.68059 7.30547 6.00459 7.07589C5.18236 6.79666 4.38315 6.74603 4.16628 6.95161C4.15686 6.9606 4.14679 6.96937 4.1396 6.97934C3.9678 7.21758 4.52378 7.64662 5.38165 7.93823C5.93715 8.12683 6.48163 8.21067 6.84392 8.18239C6.62705 8.38798 5.82816 8.33735 5.00609 8.05823C4.70421 7.95577 4.44116 7.8361 4.23261 7.7138C3.47478 7.59424 2.82707 7.64706 2.6802 7.8487C2.67285 7.85856 2.66502 7.86832 2.66039 7.87895C2.54708 8.13308 3.19719 8.49472 4.11275 8.68683C4.70549 8.8111 5.26259 8.83334 5.61353 8.76496C5.44797 8.99192 4.64779 9.03093 3.77059 8.84704C3.36691 8.76233 3.01501 8.64463 2.75707 8.51773C2.13844 8.55116 1.67851 8.68683 1.61075 8.87389C1.60691 8.88463 1.60228 8.89537 1.601 8.90644C1.57127 9.17142 2.32111 9.42687 3.2755 9.47728C3.89349 9.50983 4.4442 9.44802 4.76494 9.3289C4.6756 9.57514 3.90707 9.73306 2.99263 9.68484C2.61963 9.66522 2.27876 9.61394 2.00276 9.54325C1.48018 9.68122 1.13579 9.87618 1.13835 10.056C1.13851 10.0671 1.13803 10.0783 1.1409 10.0892C1.20898 10.3508 2.02801 10.4695 2.97058 10.3544C3.58074 10.2798 4.09149 10.1255 4.35838 9.95497C4.36173 10.2087 3.67534 10.4936 2.77241 10.6038C2.23896 10.669 1.74531 10.6592 1.40459 10.591C0.925797 10.7273 0.616403 10.9121 0.61896 11.0828C0.61912 11.0939 0.61864 11.1051 0.621517 11.1161C0.689597 11.3776 1.50863 11.4963 2.45119 11.3813C3.06135 11.3066 3.57211 11.1523 3.83899 10.9818C3.84235 11.2355 3.15596 11.5204 2.25303 11.6307C1.84567 11.6804 1.46196 11.6863 1.15129 11.6561C0.638936 11.8915 0.336894 12.1624 0.410726 12.3476C0.414882 12.3583 0.418557 12.3691 0.425429 12.3793C0.588117 12.6205 1.42425 12.5927 2.2933 12.3175C2.85583 12.1392 3.2926 11.901 3.48789 11.6896C3.58505 11.9345 3.02667 12.3294 2.1939 12.5933C1.64367 12.7676 1.10702 12.8424 0.74569 12.8127C0.310365 13.033 0.0634572 13.2741 0.130897 13.4436C0.135053 13.4543 0.138728 13.4651 0.1456 13.4753C0.308288 13.7165 1.14442 13.6887 2.01347 13.4134C2.57601 13.2352 3.01277 12.997 3.20806 12.7856C3.30522 13.0304 2.74684 13.4254 1.91407 13.6893C1.45829 13.8337 1.01257 13.9092 0.667383 13.9144C0.206488 14.1401 -0.0586384 14.3911 0.0110392 14.5659C0.0151943 14.5766 0.0188699 14.5874 0.0257418 14.5975C0.188429 14.8387 1.02456 14.811 1.89361 14.5357C2.45631 14.3574 2.89291 14.1193 3.0882 13.9079C3.18536 14.1527 2.62698 14.5477 1.79421 14.8116C1.33763 14.9563 0.890958 15.0318 0.545447 15.0367C0.160622 15.2451 -0.0522459 15.4667 0.0110392 15.6254C0.0151943 15.6361 0.0188699 15.6468 0.0257418 15.657C0.188429 15.8982 1.02456 15.8705 1.89361 15.5952C2.45631 15.4169 2.89291 15.1788 3.0882 14.9674C3.18536 15.2122 2.62698 15.6072 1.79421 15.8711C1.59381 15.9346 1.39564 15.9843 1.20643 16.0212C1.20643 16.0484 1.20515 16.0741 1.20515 16.1014C1.20515 16.2764 1.20786 16.4557 1.2133 16.6398C1.22864 17.1172 1.79789 17.4973 2.49099 17.4973C2.50057 17.4973 2.50984 17.4973 2.51959 17.4971C3.22548 17.4866 3.78529 17.0857 3.77011 16.6016C3.76452 16.4313 3.76212 16.2646 3.7618 16.1015C3.76276 14.3547 4.05522 13.0814 4.46497 12.1549C4.41815 12.0724 4.45251 11.9704 4.55191 11.8605C4.55638 11.8711 4.56022 11.882 4.56709 11.892C4.73297 12.1323 5.56879 12.0993 6.43432 11.8185C6.99446 11.6367 7.42803 11.3958 7.62044 11.1832C7.72096 11.4275 7.16769 11.8259 6.33859 12.0949C5.73179 12.2918 5.14049 12.3663 4.78347 12.3108C4.59506 12.4586 4.50636 12.6006 4.55207 12.7113C4.55654 12.722 4.56038 12.7327 4.56725 12.7428C4.73313 12.983 5.56894 12.95 6.43448 12.6692C6.99462 12.4874 7.42819 12.2466 7.6206 12.034C7.72112 12.2781 7.16785 12.6766 6.33875 12.9456C5.73195 13.1425 5.14065 13.217 4.78363 13.1614C4.59522 13.3092 4.50652 13.4514 4.55223 13.5619C4.5567 13.5726 4.56054 13.5834 4.56741 13.5935C4.73329 13.8337 5.5691 13.8007 6.43464 13.52C6.99478 13.3382 7.42835 13.0973 7.62076 12.8847C7.72128 13.129 7.16801 13.5273 6.33891 13.7963C5.73211 13.9933 5.14081 14.0678 4.78379 14.0122C4.59538 14.1601 4.50668 14.3021 4.55239 14.4128C4.55686 14.4234 4.5607 14.4343 4.56757 14.4442C4.73345 14.6844 5.56926 14.6515 6.4348 14.3707C6.99494 14.1889 7.42851 13.948 7.62092 13.7354C7.72144 13.9797 7.16817 14.378 6.33907 14.6471C6.27883 14.6666 6.2189 14.6847 6.15929 14.7018V14.9983C5.81266 15.1458 5.53059 15.3072 5.3369 15.4637C5.09143 15.6619 4.98787 15.8516 5.08376 15.9936C5.18875 16.1495 5.51221 16.2183 5.94961 16.2035C5.06346 16.5491 4.52298 16.9954 4.70644 17.2673C4.75806 17.344 4.8629 17.3995 5.00801 17.4344C4.50604 17.7048 4.22797 17.9927 4.31011 18.1987C4.31555 18.2125 4.32034 18.2265 4.32913 18.2397C4.53896 18.551 5.61817 18.5153 6.74004 18.1598C7.46622 17.9297 8.03019 17.6222 8.2819 17.3493C8.39584 17.6362 7.81189 18.082 6.89921 18.4168C6.51135 18.4534 6.06116 18.5442 5.60266 18.6895C5.50326 18.7211 5.40801 18.7544 5.31501 18.7886C4.4028 19.1234 3.81854 19.5692 3.9328 19.856C3.93823 19.8699 3.94303 19.8838 3.95182 19.897C4.16101 20.2082 5.24037 20.1725 6.36209 19.8171ZM9.64908 18.8136C9.71572 18.8404 9.78156 18.8652 9.84629 18.8879C9.86354 18.9149 9.88448 18.9401 9.91293 18.9613C10.0323 19.0505 10.2365 19.0746 10.4897 19.0449C10.7428 19.0746 10.9472 19.0504 11.0664 18.9613C11.0949 18.9401 11.1158 18.9149 11.1329 18.888C11.1978 18.8654 11.2638 18.8406 11.3304 18.8136L11.392 19.0835C11.3699 19.0969 11.3479 19.1097 11.3258 19.1235C10.9725 19.346 10.6877 19.5828 10.4897 19.8042C10.2918 19.5828 10.0067 19.346 9.65339 19.1235C9.6315 19.1097 9.60945 19.097 9.58739 19.0836L9.64908 18.8136ZM16.4907 11.3177C16.325 11.5578 15.489 11.5249 14.6238 11.2442C13.7946 10.975 13.2413 10.5766 13.3418 10.3323C13.5341 10.5449 13.9678 10.7859 14.5281 10.9677C15.3936 11.2484 16.2293 11.2814 16.3953 11.0412C16.4022 11.0312 16.4059 11.0204 16.4105 11.0098C16.515 11.1256 16.5492 11.233 16.4907 11.3177ZM4.47168 11.3177C4.41335 11.233 4.44755 11.1256 4.55223 11.0098C4.5567 11.0204 4.56054 11.0312 4.56741 11.0413C4.73329 11.2815 5.5691 11.2485 6.43464 10.9678C6.99478 10.786 7.42835 10.5451 7.62076 10.3325C7.72128 10.5768 7.16801 10.9751 6.33891 11.2442C5.47354 11.5249 4.63741 11.5578 4.47168 11.3177Z' fill='white'/%3E%3Cpath d='M15.9423 27.3478L15.9932 27.1313L16.4248 25.2933C16.246 25.2522 16.0627 25.2032 15.8779 25.1446C15.3712 24.9839 14.9437 24.7857 14.6453 24.5876C14.4491 24.8386 14.1304 25.1168 13.7192 25.3757C13.4547 25.5423 13.1819 25.6813 12.9192 25.7899L13.1615 26.8539C13.3301 27.5934 14.3407 28.0989 15.4188 27.9835C15.9639 27.9251 16.4214 27.7188 16.7195 27.4336L16.2578 27.3827L15.9423 27.3478Z' fill='white'/%3E%3Cpath d='M12.9284 21.6955C13.2314 21.5047 13.4836 21.3034 13.6745 21.1102C13.4868 20.9457 13.4032 20.7895 13.453 20.6637C13.7049 20.9366 14.2687 21.244 14.9949 21.4741C15.9688 21.7826 16.9096 21.8499 17.2784 21.6588L17.2906 21.6067L17.3192 21.6336C17.355 21.6099 17.3855 21.5841 17.4058 21.554C17.4146 21.541 17.4194 21.5268 17.4248 21.513C17.4592 21.4266 17.4314 21.3258 17.3486 21.2178L17.3305 21.2951L17.0149 21.2602L15.8488 21.1314L15.5331 21.0966L15.584 20.88L15.7123 20.334C15.2687 20.1964 14.8341 20.1094 14.4583 20.0738C14.0769 19.934 13.7528 19.775 13.513 19.6158C13.3552 19.8176 13.1173 20.0367 12.8164 20.2496C12.4633 20.3655 12.075 20.5462 11.703 20.7803C11.6222 20.8311 11.5467 20.8828 11.4731 20.9347C10.753 21.4443 10.3949 21.9913 10.6313 22.2405C10.6424 22.2525 10.6533 22.2648 10.6675 22.2754C11.006 22.5281 12.0179 22.2685 12.9284 21.6955Z' fill='white'/%3E%3Cpath d='M13.3061 23.3528C13.6091 23.1621 13.8613 22.9607 14.0522 22.7675C13.8645 22.6031 13.7809 22.4469 13.8307 22.321C14.0826 22.5938 14.6466 22.9013 15.3726 23.1315C15.9108 23.302 16.4382 23.3981 16.8656 23.4185L17.1034 22.4056C16.9069 22.2998 16.6763 22.197 16.4197 22.103C16.3268 22.0688 16.2316 22.0355 16.1323 22.004C15.674 21.8588 15.2238 21.7679 14.8363 21.7313C14.455 21.5914 14.1309 21.4324 13.891 21.2733C13.7334 21.475 13.4955 21.694 13.1949 21.907C12.8417 22.0229 12.4532 22.2036 12.081 22.4379C12.0003 22.4888 11.9245 22.5405 11.8512 22.5924C11.1309 23.102 10.7729 23.6488 11.0091 23.898C11.0203 23.91 11.0312 23.9224 11.0454 23.933C11.3836 24.1856 12.3955 23.9259 13.3061 23.3528Z' fill='white'/%3E%3Cpath d='M13.6831 25.01C13.9861 24.8192 14.2383 24.6179 14.4293 24.4248C14.2415 24.2603 14.1579 24.1041 14.2078 23.9782C14.4596 24.2511 15.0234 24.5586 15.7496 24.7887C16.0048 24.8696 16.2572 24.9329 16.4983 24.9804L16.786 23.7561C16.6963 23.7234 16.6049 23.6914 16.5095 23.6612C16.0512 23.5159 15.601 23.4251 15.2135 23.3884C14.8321 23.2486 14.5081 23.0895 14.2682 22.9304C14.1106 23.1321 13.8726 23.3512 13.5719 23.5641C13.2189 23.68 12.8304 23.8607 12.4585 24.0949C12.3778 24.1456 12.302 24.1974 12.2287 24.2492C11.5082 24.7588 11.1501 25.3057 11.3863 25.555C11.3975 25.567 11.4084 25.5794 11.4226 25.59C11.7607 25.8427 12.7727 25.5831 13.6831 25.01Z' fill='white'/%3E%3Cpath d='M14.0115 4.88433C13.793 4.80817 13.5949 4.72302 13.4231 4.63469C13.0135 5.00674 11.8716 5.2749 10.5239 5.2749C9.1419 5.2749 7.97448 4.99316 7.59301 4.6062C7.40971 4.70472 7.19348 4.80006 6.95153 4.88444C6.68672 4.97672 6.42367 5.0451 6.18188 5.08839C6.09302 5.25211 6.13697 5.42077 6.54769 5.51939C6.58173 5.5275 6.62248 5.53539 6.66754 5.54296C6.77893 5.56181 6.92356 5.57879 7.0944 5.59424C7.59077 6.5482 8.9196 7.23115 10.4813 7.23115C12.0458 7.23115 13.3759 6.54601 13.8705 5.58953C14.047 5.57276 14.1918 5.55413 14.299 5.53342C14.323 5.52882 14.3484 5.52422 14.3685 5.51939C14.7879 5.41868 14.8248 5.24499 14.7284 5.07819C14.501 5.03447 14.2573 4.97014 14.0115 4.88433Z' fill='white'/%3E%3Cpath d='M7.03588 4.6063C7.58835 4.41364 8.01185 4.16444 8.19547 3.94822C8.257 4.08312 8.11796 4.26964 7.84037 4.45802C8.36184 4.74898 9.36769 4.94624 10.5239 4.94624C11.6471 4.94624 12.6261 4.75961 13.1594 4.48235C12.8576 4.28597 12.7033 4.08915 12.7675 3.94833C12.951 4.16455 13.3746 4.41375 13.9271 4.6063C14.7805 4.90372 15.6145 4.95292 15.7902 4.71599C15.7975 4.70613 15.8017 4.69539 15.8065 4.68476C15.8979 4.4852 15.549 4.17277 14.9655 3.9091C14.6632 3.91962 14.3026 3.89529 13.9241 3.83074C13.0344 3.67886 12.3776 3.36292 12.406 3.10988C12.6555 3.29234 13.1498 3.46998 13.7511 3.57267C14.6801 3.73124 15.5091 3.65091 15.6027 3.39294C15.6065 3.38209 15.6072 3.37102 15.6085 3.35996C15.6363 3.11569 15.0242 2.81322 14.1809 2.65575C13.9901 2.70649 13.778 2.74988 13.5514 2.78243C12.6534 2.91109 11.8617 2.82243 11.7268 2.58605C12.0674 2.67602 12.6251 2.68862 13.2318 2.60172C14.1687 2.46736 14.8642 2.14792 14.7853 1.88776C14.7819 1.87691 14.7754 1.86672 14.7696 1.8563C14.6442 1.63614 13.9487 1.54409 13.1282 1.63647C12.9914 1.71844 12.8377 1.79899 12.6686 1.87439C11.8999 2.2174 11.1147 2.33148 10.8643 2.14474C11.229 2.14397 11.7557 2.01707 12.2753 1.7854C13.0777 1.42727 13.557 0.9567 13.3457 0.733908C13.3368 0.724593 13.3254 0.716703 13.3144 0.708484C13.0641 0.521637 12.279 0.635827 11.51 0.978837C11.4719 0.995823 11.435 1.01336 11.3986 1.03089C11.3818 0.458405 10.9781 0 10.4816 0C9.98504 0 9.58135 0.458515 9.56425 1.03111C9.5275 1.01358 9.49074 0.996042 9.45255 0.978946C8.6837 0.635937 7.8987 0.521747 7.64812 0.708593C7.63725 0.716813 7.62575 0.724703 7.61696 0.734018C7.40569 0.956809 7.88496 1.42738 8.68737 1.78551C9.20692 2.01729 9.73349 2.14408 10.0983 2.14485C9.84776 2.3317 9.06293 2.21751 8.29408 1.8745C8.125 1.7991 7.97126 1.71855 7.83446 1.63658C7.01383 1.54431 6.31881 1.63625 6.1932 1.8563C6.18745 1.86672 6.1809 1.8768 6.17754 1.88776C6.09827 2.14792 6.79361 2.46736 7.7309 2.60172C8.33755 2.68862 8.89545 2.67602 9.23584 2.58605C9.10096 2.82243 8.3091 2.91109 7.41144 2.78243C7.18467 2.74999 6.9726 2.70649 6.78163 2.65575C5.9383 2.81322 5.32623 3.11569 5.35403 3.35996C5.35531 3.37102 5.35595 3.38209 5.35979 3.39283C5.4536 3.6508 6.28238 3.73102 7.21152 3.57256C7.81305 3.46987 8.30718 3.29212 8.55681 3.10955C8.58557 3.36259 7.92859 3.67864 7.03844 3.83064C6.66017 3.89518 6.29948 3.91962 5.99711 3.90899C5.41364 4.17255 5.06478 4.48509 5.15603 4.68465C5.16082 4.69528 5.16514 4.70591 5.17233 4.71588C5.34828 4.95292 6.18233 4.90372 7.03588 4.6063Z' fill='white'/%3E%3Cpath d='M20.6097 6.97293L20.9995 7.01588L18.6357 17.08L17.7699 16.9844L18.1051 15.556L18.4481 15.2699L18.9082 13.3117L17.6912 13.1773L17.2311 15.1355L17.4256 15.4812L17.09 16.9092L16.7504 16.8719L16.6034 17.4977L16.943 17.5351L16.6 18.9953L16.3571 18.9684L15.8999 20.9151L17.066 21.0439L17.5229 19.0973L17.2799 19.0703L17.6228 17.6103L18.4887 17.7058L18.3664 18.2272L19.0156 18.299L17.9961 22.64L17.4849 22.16L16.3092 27.1662L21.0239 27.687L21.4481 25.8793L18.9494 23.5345L19.0322 23.5436L19.7975 20.285L22.1738 20.971L22.7115 20.0946L20.8039 19.5438L22.4154 12.6828L21.604 12.593L21.841 11.585L20.7161 11.4608L21.7408 7.09785L22.1306 7.14081L23 3.43862L21.4792 3.27051L20.6097 6.97293Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(27)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.93473 5.77257L6.43393 7.32498L8.73819 6.14246L9.23803 3.20575L7.1487 0.644546L7.4386 0.0841064C5.85038 0.298289 4.35006 1.01785 3.11499 2.15773L3.55485 2.25301L3.93473 5.77257Z' fill='white'/%3E%3Cpath d='M12.1121 1.28901L12.0671 0.857472L11.9972 0.823846C11.7622 0.706154 11.4973 0.594066 11.2774 0.498791L11.1824 0.465165C10.6494 0.267918 10.1002 0.130864 9.54294 0.0560439H9.49796C9.22804 0.0224175 8.95813 0.00560439 8.68822 0H8.63323L8.39331 0.487582L9.9978 2.40429L12.1121 1.28901Z' fill='white'/%3E%3Cpath d='M1.16057 12.8677L4.30456 13.4281L6.23394 11.1864L5.91904 8.2889L3.45483 6.7533L0.56576 8.26648L0.145895 7.76209C-0.185406 9.73604 0.0508748 11.777 0.820679 13.5907L1.16057 12.8677Z' fill='white'/%3E%3Cpath d='M2.92991 5.79492L2.65 3.17207L2.23514 3.0824L2.18515 3.14405C2.01021 3.35701 1.84526 3.58119 1.68531 3.81657L1.62533 3.90064C1.47038 4.14163 1.32043 4.38822 1.18547 4.64602C1.05052 4.90383 0.930556 5.16723 0.815593 5.44185L0.750613 5.58196C0.647313 5.8435 0.55401 6.11064 0.470703 6.38339V6.45624L0.825589 6.88218L2.92991 5.79492Z' fill='white'/%3E%3Cpath d='M0.0908203 22.3952C0.375729 22.6474 0.680631 22.9557 1.03052 23.348C1.38041 23.7403 1.93523 24.2951 2.50005 24.8107V19.9797C1.93523 20.4953 1.44539 21.0109 1.03552 21.4481C0.625649 21.8852 0.375729 22.143 0.0908203 22.3952Z' fill='white'/%3E%3Cpath d='M15.7607 8.82685C16.1273 8.5785 16.5099 8.36119 16.9054 8.17674C16.9054 8.01422 16.8654 7.85169 16.8404 7.68916C16.8154 7.52663 16.8054 7.52663 16.7904 7.44817C16.7554 7.28004 16.7254 7.11191 16.6854 6.94938C16.6454 6.78685 16.6305 6.75883 16.6055 6.66356C16.5805 6.56828 16.5255 6.36652 16.4755 6.22641C16.4255 6.0863 16.4055 6.03026 16.3705 5.92938C16.3355 5.8285 16.2956 5.72202 16.2506 5.61554L15.9057 5.58191L14.906 7.97499L15.7607 8.82685Z' fill='white'/%3E%3Cpath d='M6.92871 8.30009L7.21362 10.9173L9.52288 11.4217L10.6625 9.11273L9.05803 7.18481L6.92871 8.30009Z' fill='white'/%3E%3Cpath d='M10.2176 3.51401L9.71777 6.3162L11.4172 8.38422L13.9664 7.63324L15.301 4.37148L15.6709 4.42192C15.0282 3.26374 14.1644 2.27987 13.1417 1.54126L13.1867 1.9728L10.2176 3.51401Z' fill='white'/%3E%3Cpath d='M11.7121 15.7259C11.9807 13.6519 12.8377 11.7301 14.1563 10.2448C14.3983 9.98195 14.6537 9.73495 14.921 9.505L14.1813 8.7428L11.6271 9.505L10.4075 11.9653L11.4071 15.7315L11.7121 15.7259Z' fill='white'/%3E%3Cpath d='M4.40945 17.099L4.03957 14.493L1.72031 14.0839L1.42041 14.7452C1.51038 14.8965 1.60035 15.0478 1.70032 15.1935C1.80029 15.3392 1.81028 15.3729 1.87526 15.4569C2.07077 15.7273 2.27935 15.9855 2.50006 16.2303C2.71849 16.4742 2.94877 16.7043 3.18984 16.9197C3.26982 16.9925 3.34979 17.0542 3.43476 17.1214C3.51974 17.1887 3.69468 17.3344 3.82964 17.4297L4.40945 17.099Z' fill='white'/%3E%3Cpath d='M21.0242 22.2887L21.3241 22.737L21.0292 22.2831L21.0242 22.2887Z' fill='white'/%3E%3Cpath d='M27.867 15.6251C27.867 15.5971 27.867 15.5634 27.867 15.5354C27.867 15.5074 27.832 15.3505 27.812 15.2552C27.792 15.1599 27.757 14.9918 27.727 14.8573C27.6971 14.7228 27.6771 14.6667 27.6521 14.5715C27.6271 14.4762 27.5771 14.3193 27.5371 14.196L27.4421 13.9157C27.3988 13.7924 27.3522 13.671 27.3022 13.5515L27.1872 13.2824C27.1322 13.1648 27.0773 13.0471 27.0173 12.9294L26.8873 12.6772C26.8223 12.5595 26.7524 12.4418 26.6874 12.3241L26.5524 12.0943C26.4725 11.971 26.3875 11.8477 26.3025 11.73L26.1725 11.5451C26.0376 11.3714 25.8976 11.1976 25.7527 11.0351C25.6077 10.8726 25.4528 10.7156 25.2978 10.5643L25.1379 10.4242C25.0279 10.3289 24.9229 10.2281 24.808 10.1384L24.608 9.98707L24.2931 9.75729L24.0682 9.61718L23.7483 9.42663L23.4934 9.30333L23.1635 9.1408L22.9236 9.03432L22.5787 8.90542L22.3338 8.82135L21.9639 8.72047L21.729 8.66443H21.644C21.5809 9.59804 21.6987 10.5359 21.9893 11.4137C22.2799 12.2914 22.7365 13.0883 23.3277 13.7495C23.9189 14.4108 24.6307 14.9208 25.4142 15.2445C26.1978 15.5683 27.0345 15.6981 27.867 15.6251Z' fill='white'/%3E%3Cpath d='M12.7019 15.8549C13.658 16.0132 14.5953 16.2914 15.496 16.6843V16.6563L16.2008 17.0206C16.9298 17.3996 17.6259 17.8537 18.2801 18.3769L18.49 18.545C19.2425 19.1816 19.9587 19.8704 20.6344 20.6074C20.9515 20.9543 21.2853 21.2817 21.634 21.5882C21.7485 21.6769 21.842 21.7953 21.9066 21.9335C21.9712 22.0716 22.005 22.2252 22.005 22.3812C22.005 22.5372 21.9712 22.6908 21.9066 22.8289C21.842 22.9671 21.7485 23.0855 21.634 23.1742C21.2853 23.4807 20.9516 23.8081 20.6344 24.155C20.2195 24.5977 19.7247 25.1133 19.1348 25.6402L19.4247 25.6906C20.4879 25.8249 21.5643 25.7077 22.5845 25.3466C23.6047 24.9856 24.5461 24.3887 25.3478 23.5946L14.5263 11.4498C13.5546 12.6921 12.9214 14.221 12.7019 15.8549Z' fill='white'/%3E%3Cpath d='M27.4272 16.7908C26.4867 16.7933 25.5561 16.5761 24.6946 16.1531C23.8331 15.7301 23.0597 15.1106 22.4235 14.334C21.7873 13.5574 21.3023 12.6408 20.9994 11.6424C20.6966 10.6441 20.5824 9.58604 20.6643 8.53556C18.6763 8.42354 16.7281 9.18789 15.2361 10.6652L26.0726 22.8156C27.3945 21.1486 28.0833 18.9686 27.992 16.7404C27.7987 16.774 27.6104 16.7908 27.4272 16.7908Z' fill='white'/%3E%3Cpath d='M20.8993 22.3952C20.6144 22.1374 20.3045 21.8348 19.9497 21.4369C19.5948 21.039 19.0549 20.4897 18.4951 19.9741V24.8163C19.0549 24.3007 19.5398 23.7907 19.9497 23.3536C20.3595 22.9164 20.6144 22.6474 20.8993 22.3952Z' fill='white'/%3E%3Cpath d='M17.1054 18.8475L16.8855 18.6962L16.6106 18.5169L16.4956 18.472V26.3182L16.6206 26.2397L16.8905 26.066L17.1154 25.9147L17.3803 25.7241L17.5053 25.6289V19.1334L17.3753 19.0325L17.1054 18.8475Z' fill='white'/%3E%3Cpath d='M4.10468 18.6962L3.87975 18.8531L3.61483 19.0437L3.49487 19.1334V25.6513L3.61483 25.7409L3.87975 25.9315L4.10468 26.0828L4.37459 26.2622L4.49955 26.3182V18.472L4.37459 18.5505L4.10468 18.6962Z' fill='white'/%3E%3Cpath d='M5.49911 16.6843C7.05119 16.0152 8.69968 15.6713 10.3625 15.6699L9.53281 12.5595L6.93365 11.999L4.99927 14.2016L5.35415 16.7179L5.48411 16.6507L5.49911 16.6843Z' fill='white'/%3E%3Cpath d='M5.49927 17.9116V26.8786C7.07901 27.6334 8.78054 28.0149 10.4977 27.9995C12.2148 28.0149 13.9163 27.6334 15.4961 26.8786V17.9116C13.9163 17.1569 12.2148 16.7753 10.4977 16.7907C8.78054 16.7753 7.07901 17.1569 5.49927 17.9116ZM10.9975 20.7138V21.8347H11.9972V20.7138C11.9972 20.5652 12.0498 20.4226 12.1436 20.3175C12.2373 20.2124 12.3645 20.1534 12.497 20.1534C12.6296 20.1534 12.7567 20.2124 12.8505 20.3175C12.9442 20.4226 12.9969 20.5652 12.9969 20.7138V21.8347H13.4967C13.6293 21.8347 13.7564 21.8937 13.8501 21.9988C13.9439 22.1039 13.9965 22.2465 13.9965 22.3951C13.9965 22.5438 13.9439 22.6863 13.8501 22.7914C13.7564 22.8965 13.6293 22.9556 13.4967 22.9556H12.9969V24.0764C12.9969 24.2251 12.9442 24.3676 12.8505 24.4727C12.7567 24.5778 12.6296 24.6369 12.497 24.6369C12.3645 24.6369 12.2373 24.5778 12.1436 24.4727C12.0498 24.3676 11.9972 24.2251 11.9972 24.0764V22.9556H10.9975V24.0764C10.9975 24.2251 10.9448 24.3676 10.8511 24.4727C10.7574 24.5778 10.6302 24.6369 10.4977 24.6369C10.3651 24.6369 10.238 24.5778 10.1442 24.4727C10.0505 24.3676 9.99782 24.2251 9.99782 24.0764V22.9556H8.99815V24.0764C8.99815 24.2251 8.94548 24.3676 8.85175 24.4727C8.75801 24.5778 8.63087 24.6369 8.49831 24.6369C8.36574 24.6369 8.2386 24.5778 8.14487 24.4727C8.05113 24.3676 7.99847 24.2251 7.99847 24.0764V22.9556H7.49863C7.36606 22.9556 7.23892 22.8965 7.14519 22.7914C7.05145 22.6863 6.99879 22.5438 6.99879 22.3951C6.99879 22.2465 7.05145 22.1039 7.14519 21.9988C7.23892 21.8937 7.36606 21.8347 7.49863 21.8347H7.99847V20.7138C7.99847 20.5652 8.05113 20.4226 8.14487 20.3175C8.2386 20.2124 8.36574 20.1534 8.49831 20.1534C8.63087 20.1534 8.75801 20.2124 8.85175 20.3175C8.94548 20.4226 8.99815 20.5652 8.99815 20.7138V21.8347H9.99782V20.7138C9.99782 20.5652 10.0505 20.4226 10.1442 20.3175C10.238 20.2124 10.3651 20.1534 10.4977 20.1534C10.6302 20.1534 10.7574 20.2124 10.8511 20.3175C10.9448 20.4226 10.9975 20.5652 10.9975 20.7138Z' fill='white'/%3E%3C/svg%3E%0A");
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(28)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3934 7.74912C19.3934 8.99351 18.6284 10.153 17.2896 10.9166C17.1366 11.0015 17.0601 11.1429 17.0601 11.2843V13.0378H16.4481V10.2096L17.0601 9.24804C17.0984 9.24804 17.1749 9.24804 17.2514 9.24804C18.2842 9.24804 19.0874 8.62585 19.0874 7.89053C19.0874 7.15521 18.2459 6.53302 17.2514 6.53302C16.2186 6.53302 15.4153 7.15521 15.4153 7.89053C15.4153 8.25819 15.6448 8.62585 15.9508 8.8521L15.3005 9.89852C15.2623 9.95508 15.224 10.0116 15.224 10.0965V13.0378H14.6885V7.24006C15.4153 7.04209 15.9126 6.5613 15.9126 5.96739C15.9126 5.20379 15.071 4.60988 14.0765 4.60988C13.0437 4.60988 12.2404 5.23207 12.2404 5.96739C12.2404 6.5613 12.7377 7.07037 13.4645 7.24006V13.066H13.0055V10.8884C13.0055 10.8035 12.9672 10.747 12.929 10.6904L12.2404 9.72883C12.5847 9.47429 12.776 9.13492 12.776 8.76726C12.776 8.00366 11.9344 7.40975 10.9399 7.40975C9.9071 7.40975 9.10383 8.03194 9.10383 8.76726C9.10383 9.53086 9.94536 10.1248 10.9399 10.1248C11.0164 10.1248 11.0929 10.1248 11.1311 10.1248L11.7432 11.0015V13.066H11.0164V11.3126C11.0164 11.1712 10.9399 11.0298 10.7869 10.9449C9.44809 10.1813 8.68306 9.02179 8.68306 7.77741C8.68306 5.57145 11.0929 3.78972 14.0765 3.78972C16.9836 3.78972 19.3934 5.57145 19.3934 7.74912ZM14.918 19.0334C14.918 18.6658 14.4973 18.3547 14 18.3547C13.5027 18.3547 13.082 18.6658 13.082 19.0334C13.082 19.4011 13.5027 19.7122 14 19.7122C14.4973 19.7122 14.918 19.4011 14.918 19.0334ZM17.8251 18.6375L16.3333 16.9972C16.2951 16.9689 16.2951 16.9406 16.2951 16.9123H11.7049C11.7049 16.9406 11.6667 16.9689 11.6667 16.9689L10.1749 18.6375C10.1366 18.6941 10.1366 18.7506 10.1749 18.8072L13.388 22.3141V20.5606C12.5082 20.3627 11.8579 19.7688 11.8579 19.0617C11.8579 18.185 12.8142 17.478 14 17.478C15.1858 17.478 16.1421 18.185 16.1421 19.0617C16.1421 19.7688 15.4918 20.3627 14.612 20.5606V22.3141L17.8251 18.8072C17.9016 18.7506 17.9016 18.6941 17.8251 18.6375ZM10.7104 14.2256C10.7104 14.5367 11.0546 14.7912 11.4754 14.7912H16.5246C16.9454 14.7912 17.2896 14.5367 17.2896 14.2256V13.66H10.7104V14.2256ZM11.4754 16.2618H16.5246C16.9454 16.2618 17.2896 16.0073 17.2896 15.6962C17.2896 15.47 17.0601 15.2437 16.7924 15.1872L16.7158 15.1589H16.6011H11.5519C11.5137 15.1589 11.5137 15.1589 11.4754 15.1589H11.3607L11.2842 15.2154C11.2842 15.2154 11.2842 15.2154 11.2459 15.2154C10.9781 15.3003 10.7869 15.4982 10.7869 15.7245C10.7104 16.0356 11.0546 16.2618 11.4754 16.2618ZM14.612 5.93911C14.612 5.68458 14.3443 5.48661 14 5.48661C13.6557 5.48661 13.388 5.68458 13.388 5.93911C13.388 6.19364 13.6557 6.39161 14 6.39161C14.3443 6.39161 14.612 6.19364 14.612 5.93911ZM17.7869 7.89053C17.7869 7.636 17.5191 7.43803 17.1749 7.43803C16.8306 7.43803 16.5628 7.636 16.5628 7.89053C16.5628 8.14506 16.8306 8.34303 17.1749 8.34303C17.5191 8.34303 17.7869 8.14506 17.7869 7.89053ZM10.2514 8.76726C10.2514 9.02179 10.5191 9.21976 10.8634 9.21976C11.2077 9.21976 11.4754 9.02179 11.4754 8.76726C11.4754 8.51272 11.2077 8.31475 10.8634 8.31475C10.5191 8.31475 10.2514 8.51272 10.2514 8.76726ZM14 3.02612C14.3443 3.02612 14.612 2.82815 14.612 2.57361V0.452504C14.612 0.19797 14.3443 0 14 0C13.6557 0 13.388 0.19797 13.388 0.452504V2.57361C13.388 2.82815 13.6557 3.02612 14 3.02612ZM9.21858 3.62003C9.33333 3.76144 9.52459 3.84628 9.7541 3.84628C9.86885 3.84628 9.94536 3.818 10.0601 3.78972C10.3661 3.67659 10.4426 3.39378 10.2896 3.16753L8.87432 1.32923C8.72131 1.10298 8.3388 1.04641 8.03279 1.15954C7.72678 1.27267 7.65027 1.55548 7.80328 1.78173L9.21858 3.62003ZM17.9016 3.818C18.0164 3.84628 18.0929 3.87456 18.2077 3.87456C18.4372 3.87456 18.6284 3.78972 18.7432 3.64831L20.1967 1.78173C20.3497 1.55548 20.2732 1.30095 19.9672 1.15954C19.6612 1.04641 19.3169 1.10298 19.1257 1.32923L17.6721 3.19581C17.5191 3.42206 17.6339 3.70487 17.9016 3.818ZM22.9508 18.0719C22.6448 21.5222 18.7432 24.2372 14 24.2372C9.25683 24.2372 5.35519 21.4939 5.04918 18.0719H0C0 18.3264 0.0382517 18.6092 0.076503 18.8637L1.2623 19.1183C2.29508 19.3162 3.06011 19.8536 3.44262 20.5889C3.48087 20.6455 3.48087 20.6738 3.51913 20.702C3.90164 21.3808 3.82514 22.1161 3.32787 22.7666L2.63934 23.6716C3.09836 24.1241 3.59563 24.5766 4.13115 24.9725C4.47541 25.2271 4.85792 25.4816 5.24044 25.7079L6.23497 25.2836C7.19126 24.8877 8.22404 24.8594 9.21858 25.1988C9.40984 25.2554 9.56284 25.3119 9.6776 25.3402C10.6339 25.623 11.2842 26.1886 11.5519 26.924L11.8962 27.8855C13.082 28.0269 14.306 28.0269 15.4918 27.9421L15.7978 27.0937C16.1038 26.3301 16.7923 25.7644 17.8251 25.4816C18.0546 25.425 18.3224 25.3402 18.5519 25.2554C19.5082 24.9443 20.541 24.9725 21.459 25.3685L22.5301 25.821C22.9891 25.5382 23.4481 25.2554 23.8689 24.9443C24.2896 24.6332 24.6721 24.2938 25.0546 23.9544L24.4426 23.1625C23.9071 22.4838 23.8689 21.7202 24.2896 21.0131C24.3661 20.8717 24.4809 20.702 24.5956 20.4758C24.9781 19.7405 25.7432 19.2031 26.776 18.9769L27.9235 18.7506C27.9617 18.5244 27.9617 18.2981 28 18.0719H22.9508Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(29)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.763 20.4213L21.6905 26.5067C20.8814 27.4773 19.7922 28 18.703 28C18.1739 28 17.6449 27.888 17.147 27.6267C17.676 27.3653 18.1428 26.992 18.5785 26.5067L18.9208 26.096L23.651 20.4213C25.3004 18.4427 25.3004 15.232 23.651 13.2533L13.3815 0.933333C13.3504 0.896 13.2881 0.821333 13.257 0.784C13.0703 0.56 12.8525 0.261333 12.5724 0.0373335H14.7508C15.4043 0.0373335 16.0267 0.336 16.4935 0.933333L26.763 13.2533C28.4123 15.232 28.4123 18.4427 26.763 20.4213ZM22.095 20.4213L17.0225 26.5067C16.4001 27.2533 15.6221 27.7387 14.813 27.888C14.564 27.9253 14.284 27.9627 14.035 27.9627C12.9458 27.9627 11.8877 27.4773 11.0475 26.4693L0.777994 14.1493C0.311198 13.6267 0.0622395 12.88 0.0311197 12.096L0 1.64267C0 1.19467 0.124479 0.784 0.404557 0.485333C0.653515 0.186667 0.995832 0 1.36927 0H2.8319L10.0828 0.0373335C10.7363 0.0373335 11.3587 0.336 11.8255 0.933333L22.095 13.2533C22.8419 14.1493 23.2465 15.344 23.3087 16.5013C23.3087 16.7253 23.3087 16.912 23.3087 17.136C23.2776 18.3307 22.873 19.5253 22.095 20.4213ZM7.99778 6.90667C7.99778 5.41333 7.00194 4.21867 5.75715 4.21867C4.51236 4.21867 3.51653 5.41333 3.51653 6.90667C3.51653 8.4 4.51236 9.59467 5.75715 9.59467C6.97083 9.59467 7.99778 8.36267 7.99778 6.90667ZM5.75715 5.45067C5.10364 5.45067 4.54348 6.08533 4.54348 6.90667C4.54348 7.69067 5.07252 8.36267 5.75715 8.36267C6.41067 8.36267 6.97082 7.728 6.97082 6.90667C6.93971 6.08533 6.41067 5.45067 5.75715 5.45067Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(30)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2546 4.96411C13.5872 4.97404 12.9499 5.21252 12.4761 5.62968C12.0022 6.04684 11.7285 6.61038 11.7122 7.20246L12.7293 7.2426C12.7264 7.05999 12.7651 6.87873 12.843 6.70971C12.921 6.54068 13.0367 6.38738 13.1831 6.25899C13.3295 6.13061 13.5036 6.02979 13.695 5.9626C13.8864 5.8954 14.0911 5.8632 14.2969 5.86795C14.5027 5.87269 14.7053 5.91427 14.8925 5.9902C15.0797 6.06612 15.2477 6.17482 15.3864 6.30978C15.525 6.44473 15.6316 6.60316 15.6995 6.77555C15.7675 6.94793 15.7955 7.13073 15.7819 7.31296C15.7945 7.68408 15.6408 8.0445 15.3546 8.31536C15.0684 8.58622 14.6729 8.74545 14.2546 8.75821C14.1878 8.7582 14.1216 8.76987 14.0598 8.79256C13.998 8.81526 13.9419 8.84853 13.8946 8.89047C13.8473 8.93242 13.8098 8.98222 13.7843 9.03702C13.7587 9.09183 13.7455 9.15058 13.7455 9.2099V11.7394H14.7637V9.61438C15.3482 9.49456 15.8689 9.20094 16.2393 8.78229C16.6098 8.36364 16.8076 7.84516 16.8001 7.31296C16.8125 6.70227 16.5516 6.11212 16.0744 5.67184C15.5973 5.23155 14.9429 4.97705 14.2546 4.96411Z' fill='white'/%3E%3Cpath d='M14.2545 13.0944C14.5356 13.0944 14.7635 12.8922 14.7635 12.6427C14.7635 12.3933 14.5356 12.191 14.2545 12.191C13.9733 12.191 13.7454 12.3933 13.7454 12.6427C13.7454 12.8922 13.9733 13.0944 14.2545 13.0944Z' fill='white'/%3E%3Cpath d='M21.9163 1.6137C21.4005 1.47265 20.8426 1.51881 20.365 1.74205C19.8874 1.96529 19.529 2.3474 19.3684 2.80466L20.3409 3.07197C20.4005 2.90129 20.5158 2.75014 20.6723 2.63763C20.8288 2.52511 21.0193 2.45629 21.2199 2.43986C21.4204 2.42343 21.6219 2.46014 21.799 2.54533C21.976 2.63052 22.1206 2.76038 22.2145 2.91847C22.3083 3.07657 22.3472 3.25582 22.3263 3.43354C22.3053 3.61126 22.2254 3.77947 22.0967 3.91691C21.968 4.05435 21.7963 4.15484 21.6032 4.20568C21.4101 4.25652 21.2044 4.25541 21.012 4.20251C20.9482 4.18483 20.881 4.17851 20.8144 4.18392C20.7478 4.18932 20.683 4.20634 20.6239 4.23401C20.5647 4.26167 20.5123 4.29943 20.4696 4.34512C20.4269 4.39081 20.3948 4.44353 20.3751 4.50025L19.9232 5.79444L20.8957 6.06174L21.2158 5.14448C21.7109 5.16551 22.1977 5.02562 22.5849 4.75103C22.9721 4.47643 23.2331 4.08598 23.319 3.65286C23.4049 3.21974 23.3099 2.77368 23.0517 2.39829C22.7935 2.0229 22.3898 1.74393 21.9163 1.6137Z' fill='white'/%3E%3Cpath d='M20.5944 6.92487C20.6242 6.83955 20.6248 6.74831 20.5961 6.66268C20.5675 6.57705 20.5108 6.50088 20.4334 6.44381C20.3559 6.38674 20.2612 6.35132 20.161 6.34204C20.0609 6.33276 19.9599 6.35004 19.8708 6.39167C19.7818 6.43331 19.7086 6.49745 19.6607 6.57598C19.6127 6.6545 19.592 6.74389 19.6013 6.83283C19.6106 6.92177 19.6494 7.00628 19.7128 7.07566C19.7762 7.14504 19.8613 7.19618 19.9575 7.22261C20.0865 7.25806 20.226 7.2466 20.3454 7.19076C20.4649 7.13493 20.5544 7.03928 20.5944 6.92487Z' fill='white'/%3E%3Cpath d='M9.03523 1.17127C8.84558 0.723445 8.46348 0.360633 7.97275 0.162405C7.48202 -0.0358225 6.92271 -0.0532829 6.41749 0.113853C5.91227 0.280989 5.50238 0.619077 5.27772 1.05397C5.05305 1.48886 5.03196 1.98506 5.21906 2.43373L6.17361 2.11834C6.10313 1.9509 6.09022 1.76868 6.13649 1.59472C6.18277 1.42076 6.28615 1.26289 6.43357 1.14107C6.58099 1.01926 6.76582 0.938967 6.96467 0.910363C7.16353 0.88176 7.36748 0.906126 7.55072 0.98038C7.73397 1.05463 7.88828 1.17544 7.99413 1.32751C8.09998 1.47959 8.15261 1.6561 8.14538 1.83472C8.13814 2.01334 8.07136 2.18605 7.95347 2.33099C7.83559 2.47593 7.67191 2.58659 7.48312 2.64898C7.35672 2.69092 7.25425 2.77566 7.19822 2.88458C7.1422 2.99351 7.1372 3.11771 7.18433 3.22991L7.71729 4.49959L8.67183 4.18421L8.29346 3.28458C8.66364 3.05512 8.93738 2.72301 9.07165 2.34047C9.20591 1.95793 9.19312 1.54664 9.03523 1.17127Z' fill='white'/%3E%3Cpath d='M8.37268 4.76521C8.24625 4.80708 8.14374 4.8918 8.0877 5.00073C8.03166 5.10965 8.02668 5.23387 8.07385 5.34605C8.09709 5.40175 8.13268 5.45322 8.1782 5.49676C8.22373 5.5403 8.27849 5.57544 8.33935 5.60017C8.40021 5.62491 8.46597 5.63875 8.53287 5.6409C8.59977 5.64305 8.66648 5.63347 8.7292 5.6127C8.79192 5.59194 8.8494 5.56041 8.89836 5.5199C8.94732 5.4794 8.98679 5.43072 9.01451 5.37666C9.04224 5.32261 9.05767 5.26423 9.05992 5.20487C9.06218 5.14551 9.05121 5.08634 9.02765 5.03075C9.00428 4.97519 8.96862 4.92388 8.92307 4.88048C8.87752 4.83709 8.82278 4.80208 8.76197 4.77746C8.70117 4.75283 8.6355 4.73908 8.5687 4.73698C8.50191 4.73488 8.4353 4.74447 8.37268 4.76521Z' fill='white'/%3E%3Cpath d='M28.0001 8.97098C26.9694 8.33417 26.225 7.39513 25.898 6.31921C25.1802 7.23369 24.1218 7.89414 22.9092 8.18426C23.9399 8.82108 24.6843 9.76013 25.0113 10.8361C25.729 9.92157 26.7874 9.26111 28.0001 8.97098Z' fill='white'/%3E%3Cpath d='M0 10.4593C0.870143 11.1419 1.44089 12.0751 1.61173 13.0945C2.38116 12.3224 3.43293 11.8161 4.58182 11.6645C3.71169 10.9818 3.14094 10.0486 2.97009 9.0293C2.20066 9.80131 1.14889 10.3077 0 10.4593Z' fill='white'/%3E%3Cpath d='M14.8242 15.5908L15.7211 16.0182C16.7707 14.2686 18.2868 12.7735 20.1374 11.6632C21.0529 11.1217 22.0409 10.6834 23.0785 10.3585L22.7395 9.50671C21.6219 9.85672 20.5577 10.3288 19.5716 10.9121C17.5826 12.1047 15.9528 13.7109 14.8242 15.5908Z' fill='white'/%3E%3Cpath d='M4.66178 10.3787C5.28192 10.289 5.91435 10.2887 6.53458 10.3781C10.493 10.9634 12.414 15.1311 12.7585 15.9608L13.7141 15.6481C13.3347 14.7363 11.2153 10.1542 6.70164 9.48704C5.9732 9.38117 5.23022 9.38095 4.50171 9.48639L4.66178 10.3787Z' fill='white'/%3E%3Cpath d='M12.0425 21.4103C12.0161 21.4104 11.9899 21.4078 11.9642 21.4027L5.40674 20.1131V26.0793L13.872 27.9937L13.8832 19.6466L12.3224 21.2939C12.2881 21.3302 12.2453 21.3595 12.197 21.3796C12.1486 21.3997 12.0959 21.4102 12.0425 21.4103Z' fill='white'/%3E%3Cpath d='M23.1022 20.1132L16.5447 21.4028C16.519 21.4079 16.4928 21.4105 16.4664 21.4104C16.413 21.4103 16.3603 21.3999 16.3119 21.3797C16.2636 21.3596 16.2207 21.3304 16.1865 21.294L14.6206 19.6414L14.6094 28.0001L23.1022 26.0793V20.1132Z' fill='white'/%3E%3Cpath d='M10.5683 16.9347V16.2562L5.70801 17.0805L5.71768 17.1275L3.56372 19.0761L12.0426 20.7433L14.2546 18.409L7.83347 17.3985L10.5683 16.9347Z' fill='white'/%3E%3Cpath d='M22.7916 17.1275L22.8013 17.0805L17.941 16.2562V16.9347L20.6758 17.3985L14.2546 18.409L16.4666 20.7433L24.9455 19.0761L22.7916 17.1275Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(31)::before {
    content: '';
    width: 28px;
    height: 28px;
    padding: 0 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M4.30736 5.91198C4.03654 5.91198 3.77222 5.89735 3.52036 5.86702C1.49789 5.62383 0.80513 3.7893 0.248326 2.31496C0.178996 2.13026 0.109667 1.94827 0.0397955 1.77116C-0.0744901 1.48409 0.0657941 1.15802 0.352862 1.04374C0.641555 0.929992 0.965997 1.07082 1.08028 1.35789C1.15286 1.54042 1.22382 1.72891 1.2964 1.91902C1.90628 3.53419 2.39971 4.60446 3.65469 4.7545C4.35719 4.83899 5.21894 4.77616 5.96207 4.58442C7.19375 4.26757 7.69964 3.69668 8.53864 2.75098L8.84304 2.40975C9.98644 1.14015 11.1683 0 13.0369 0C13.057 0 13.0765 0.000541638 13.096 0.000541638C13.981 0.0113744 14.8742 0.279485 15.5491 0.735003C16.3962 1.3086 16.8555 2.15193 16.8436 3.10954C16.8392 3.41882 16.5717 3.67501 16.2765 3.66256C15.9677 3.65876 15.7202 3.4042 15.7235 3.09546C15.7316 2.50941 15.4613 2.02789 14.9213 1.66229C14.4317 1.3308 13.7432 1.12823 13.0819 1.12011C13.0678 1.12011 13.0521 1.11957 13.0386 1.11957C11.6243 1.11957 10.7144 2.00406 9.67499 3.15883L9.37601 3.49411C8.49801 4.48422 7.80472 5.26635 6.24101 5.66933C5.62029 5.82965 4.94649 5.91198 4.30736 5.91198Z' fill='white'/%3E%3Cpath d='M16.2987 2.64049C12.6497 2.64049 9.55854 5.8719 8.54568 10.3009L11.4283 6.77535C11.9028 6.19418 12.7228 6.07176 13.2503 6.50237C13.7774 6.93297 13.8218 7.76168 13.3468 8.34285L8.23965 14.5896C8.2532 14.7613 8.27811 14.9275 8.29761 15.096L9.9664 13.0546C10.442 12.4734 11.262 12.351 11.7896 12.7816C12.3166 13.2127 12.3599 14.0414 11.8849 14.6221L9.35164 17.7213L9.61162 17.9797L11.9033 15.1767C12.3783 14.5966 13.1978 14.4737 13.7264 14.9048C14.2535 15.3354 14.2968 16.163 13.8218 16.7447L11.3779 19.734L11.6379 19.9924L13.5759 17.6233C14.0503 17.0432 14.8709 16.9192 15.3979 17.3498C15.926 17.782 15.9688 18.6107 15.4938 19.1902L12.4292 22.9389C13.5802 23.7757 14.8986 24.2524 16.2992 24.2524C20.7688 24.2524 24.4048 19.4047 24.4048 13.4467C24.4043 7.48815 20.7683 2.64049 16.2987 2.64049ZM16.8847 10.6735C16.8847 10.9828 16.6345 11.2336 16.3247 11.2336C16.0154 11.2336 15.7652 10.9833 15.7652 10.6735V6.86147C15.7652 6.5522 16.0154 6.30142 16.3247 6.30142C16.6345 6.30142 16.8847 6.55166 16.8847 6.86147V10.6735Z' fill='white'/%3E%3Cpath d='M1.25198 22.1822C1.16424 21.8573 0.964913 20.8325 1.34514 19.1225L1.36248 19.0456L1.3576 18.9665C1.35056 18.8414 1.36735 18.7217 1.40851 18.6101L4.70709 9.76627C4.82788 9.44183 5.12253 9.22463 5.43938 9.22463C5.51684 9.22463 5.59267 9.23818 5.66525 9.26526C5.83153 9.327 5.96531 9.45591 6.04385 9.62707C6.13431 9.82477 6.14081 10.0593 6.06118 10.2711L4.66593 14.0116L5.60621 14.7797L11.861 7.12904C12.0273 6.92592 12.27 6.80405 12.511 6.80405C12.6134 6.80405 12.7634 6.8268 12.8956 6.93567C13.0267 7.04292 13.1046 7.20649 13.1144 7.39552C13.1258 7.60514 13.0543 7.81529 12.9124 7.98807L6.93701 15.298C6.93756 15.2969 6.91968 15.311 6.90506 15.3278L6.54487 15.7232L7.62814 16.8005L10.4002 13.4082C10.5665 13.2046 10.8097 13.0833 11.0502 13.0833C11.1526 13.0833 11.3026 13.106 11.4348 13.2149C11.7191 13.4478 11.7267 13.9293 11.451 14.2673L8.59605 17.7592L9.65441 18.8111L12.3366 15.5298C12.5029 15.3278 12.7461 15.2059 12.9866 15.2059C13.0884 15.2059 13.239 15.2282 13.3717 15.337C13.656 15.5694 13.6636 16.0509 13.3874 16.3889L10.6223 19.7703L11.6812 20.8222L14.0097 17.9753C14.176 17.7722 14.4187 17.6504 14.6597 17.6504C14.7615 17.6504 14.9116 17.6736 15.0437 17.7814C15.1748 17.8887 15.2528 18.0528 15.2625 18.2424C15.2739 18.4514 15.2019 18.6611 15.0605 18.8338L11.9336 22.6583C11.7977 22.8067 9.45834 25.2972 5.9209 25.997L1.25198 22.1822Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    display: inline-flex
}

.sidebar li:hover a {
    color: #ccc;
    transition: visibility 0s, opacity .3s, all .2s ease-in-out;
    transform: translate(8px, 0)
}

.active-div {
    position: absolute;
    left: 0;
    border-left-width: 6px;
    border-left-style: solid;
    height: 34px;
    width: 10px;
    border-left-color: #a48eff
}

.header.is-hidden {
    opacity: 1 !important;
    transform: none !important
}

.header {
    position: fixed;
    top: -2px;
    z-index: 99
}

.main {
    margin-left: 1%
}

.main.content {
    margin-left: 0
}

.toggle_button:focus,
.toggle_button:hover {
    box-shadow: none !important;
    transform: none !important
}

nav.sidebar.collapse .main {
    display: none !important
}

.toggle_button.rotate {
    transform: rotate(180deg) !important
}

.sidebar.collapse {
    width: 0
}

.mobile_toggle {
    display: none
}

.close {
    display: none
}

@media only screen and (max-width:1023px) {
    .button_svg {
        display: none
    }
    .mobile_toggle {
        display: block
    }
    .sidebar {
        width: 0;
        height: 100vh;
        top: 0
    }
    .sidebar.collapse {
        width: 200px
    }
    .close {
        border-radius: 30px;
        transition: all 250ms ease;
        border: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Nunito;
        font-weight: 800;
        font-size: 16px;
        box-sizing: border-box;
        padding: 0;
        background: 0 0;
        color: #eff0f7;
        height: 48px;
        width: 48px;
        position: absolute;
        top: 6px;
        left: 6px
    }
    .close_svg {
        height: 24px;
        width: 24px;
        display: inline-block;
        fill: #fff
    }
    .sidebar .navbar__menu {
        top: 50px;
        position: relative
    }
    .toggle_button.rotate {
        transform: rotate(0) !important
    }
}

@media only screen and (min-width:1024px) {
    .sidebar:hover {
        width: 260px;
        overflow-y: scroll
    }
    .sidebar:hover::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background: rgba(0, 0, 0, 0)
    }
    .sidebar::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    .sidebar::-webkit-scrollbar-thumb {
        background: #aaadbe;
        border-radius: 30px;
        border-right: none;
        border-left: none
    }
}

.search__overlay {
    position: absolute;
    top: 19px !important;
    width: 460px;
    height: 40px;
    background: rgba(64, 84, 137, .63);
    box-shadow: 0 9px 43px 0 rgba(0, 0, 0, .25);
    border-radius: 30px !important;
    left: 40% !important;
    transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    opacity: 1;
    display: block;
    visibility: visible
}

.search__overlay.expanded1 {
    opacity: 1;
    display: block;
    visibility: visible
}

.search__overlay.expanded {
    transform: none
}

.search__form {
    height: 18px
}

.search__button {
    position: relative;
    top: 2px;
    padding: .7rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.04706 16.1032C6.18507 16.103 4.38079 15.4568 2.94162 14.2749C1.50245 13.093 0.517451 11.4484 0.154444 9.62134C-0.208563 7.79432 0.0728839 5.89789 0.950831 4.25519C1.82878 2.61249 3.2489 1.32515 4.96924 0.61251C6.68958 -0.100126 8.60369 -0.193965 10.3854 0.346981C12.1672 0.887928 13.7063 2.03019 14.7406 3.57915C15.7749 5.1281 16.2403 6.98791 16.0576 8.84169C15.8749 10.6955 15.0554 12.4285 13.7386 13.7456C12.9925 14.495 12.1054 15.0893 11.1285 15.4939C10.1517 15.8986 9.10436 16.1057 8.04706 16.1032ZM8.04706 1.39998C6.50807 1.40114 5.01709 1.93609 3.82815 2.91368C2.63921 3.89128 1.82585 5.25104 1.52667 6.7613C1.22748 8.27156 1.46096 9.83888 2.18734 11.1962C2.91373 12.5536 4.08806 13.617 5.51028 14.2053C6.93249 14.7935 8.51459 14.8703 9.98704 14.4225C11.4595 13.9746 12.7312 13.0299 13.5854 11.7492C14.4397 10.4686 14.8237 8.93122 14.672 7.39908C14.5203 5.86694 13.8423 4.43482 12.7535 3.34672C12.1365 2.72718 11.4029 2.23615 10.5951 1.902C9.78723 1.56785 8.92121 1.39722 8.04706 1.39998Z' fill='%23AAADBE'/%3E%3Cpath d='M13.7257 13.7304C14.0104 13.4456 14.3961 13.285 14.7986 13.2836C15.2012 13.2823 15.588 13.4402 15.8746 13.723L19.3502 17.2001C19.5225 17.3725 19.6194 17.6064 19.6194 17.8502C19.6194 18.0941 19.5225 18.3279 19.3502 18.5003L18.501 19.3499C18.3286 19.5223 18.0949 19.6192 17.8512 19.6192C17.6074 19.6192 17.3737 19.5223 17.2013 19.3499L13.7257 15.8728C13.4443 15.5874 13.2865 15.2026 13.2865 14.8016C13.2865 14.4007 13.4443 14.0159 13.7257 13.7304Z' fill='%23AAADBE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent !important
}

.search__button span {
    display: none !important
}

.search__input {
    color: #fefefe !important
}

.search__input:active,
.search__input:focus,
.search__input:hover {
    color: #fefefe !important
}

@media (max-width:74.9375em) {
    .logo {
        text-align: left !important;
        padding-left: 23px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .logo {
        text-align: left !important;
        padding-left: 10px
    }
    .search__overlay {
        width: 200px
    }
    .search__input {
        min-width: 5rem !important;
        padding: 0 0 0 2rem !important
    }
    .search__button {
        top: 8.7px !important;
        position: absolute !important
    }
}

@media only screen and (max-width:767px) {
    .main {
        margin-top: 7rem !important
    }
    .header {
        align-items: unset !important;
        height: 20rem !important;
        max-height: 97px !important
    }
    .search__overlay {
        left: 10px !important;
        height: 34px;
        top: 68px !important;
        width: calc(100vw - 20px)
    }
    .search--form {
        margin-top: -2% !important
    }
    .search__button {
        position: absolute !important;
        top: 8px !important;
        padding: .7rem !important
    }
    .search__input {
        padding: 0 0 0 2rem !important
    }
    .youtube-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: 24px;
        z-index: 10
    }
    .youtube-btn svg {
        display: block;
        height: 100%;
        width: 100%
    }
}

.game-box {
    display: flex;
    width: auto;
    gap: 32px;
    padding: 32px 0;
    align-items: center
}

.game-box img {
    height: auto;
    border-radius: 15px;
    max-width: 100%
}

.game-box-text {
    max-width: 60%
}

@media (max-width:921px) {
    .game-box {
        gap: 16px;
        padding: 16px 0;
        flex-direction: column;
        align-items: center
    }
    .game-box-text {
        max-width: 100%
    }
    .game-box img {
        height: auto;
        max-width: 90%
    }
}

.center-image {
    margin: 0 auto;
    display: block
}

.container-wrapper {
    display: flex;
    justify-content: space-between
}

.game-container {
    max-width: 48%;
    height: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #020612;
    border-radius: 8px;
    background-color: #091f5d;
    background-image: radial-gradient(circle, #481060 20%, #0f144b 80%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.game-container h2 {
    color: #fff;
    margin-top: 15px
}

.game-container-link {
    text-decoration: none;
    color: #fff;
    display: block
}

.play-now-btn {
    background-image: linear-gradient(92.88deg, #455eb5 9.16%, #5643cc 43.89%, #673fd7 64.72%);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    height: 3rem;
    padding: 0 1.6rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, .25) 0 3px 8px;
    margin-top: 10px
}

@media only screen and (max-width:768px) {
    .game-container {
        padding: 10px;
        max-width: 100%;
        margin-bottom: 20px
    }
    .play-now-btn {
        font-size: 10px
    }
    .container-wrapper {
        flex-direction: column
    }
}

.toc-box {
    position: relative;
    height: 100%;
    border: 2px solid #0f134d;
    border-radius: 4px;
    overflow: hidden;
    transition: height .3s ease-in-out;
    display: inline-block
}

.toc-box-closed {
    height: 2em
}

.toc-box-open {
    height: auto
}

.toc-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    fill: #999;
    color: #999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='toc-toggle' viewBox='0 0 24 24' fill='none' onclick='showHideToc()'%3E%3Cpath d='M4 17H11' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4 12L11 12' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4 7L11 7' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 4L17 20M17 4L14 8M17 4L20 8M17 20L20 16M17 20L14 16' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat
}

@media only screen and (max-width:768px) {
    .toc-box {
        max-width: 90%
    }
}

.MF-table {
    border-collapse: collapse;
    width: 80%;
    border: 2px solid #236fa1;
    margin: 0 auto
}

td,
th {
    text-align: center
}

@media (max-width:768px) {
    td,
    th {
        display: block;
        width: 100%;
        box-sizing: border-box
    }
}

.table-box {
    position: relative;
    height: auto;
    border: 2px solid #0f134d;
    border-radius: 4px;
    overflow: hidden;
    transition: height .3s ease-in-out;
    display: inline-block;
    margin: 0 auto
}

.table-box-closed {
    height: 2em
}

.table-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    fill: #999;
    color: #999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='toc-toggle' viewBox='0 0 24 24' fill='none' onclick='showHideToc()'%3E%3Cpath d='M4 17H11' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4 12L11 12' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4 7L11 7' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 4L17 20M17 4L14 8M17 4L20 8M17 20L20 16M17 20L14 16' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat
}

@media only screen and (max-width:768px) {
    .table-box {
        max-width: 90%
    }
}