<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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: #272627;
    --color-rgb: 39, 38, 39;
    --text-color: #343435;
    --headings-color: #283149;
    --link-color: #272627;
    --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&gt;:first-child {
    margin-top: 0
}

ol,
ul {
    margin-left: 2rem
}

ol&gt;li,
ul&gt;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&gt;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,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"&gt;&lt;polygon points="3 6 3 6 0 0 6 0 3 6" fill="%238a8b8c"/&gt;&lt;/svg&gt;') 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.is-visible {
    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&gt;.logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

@media all and (max-width:74.9375em) {
    .logo {
        text-align: center
    }
}

.logo&gt;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&gt;svg,
.search__btn:hover&gt;svg {
    fill: var(--color)
}

.search__btn&gt;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&gt;li {
    margin-left: .5rem
}

.navbar .navbar__menu&gt;li.active a,
.navbar .navbar__menu&gt;li.active span,
.navbar .navbar__menu&gt;li.active-parent a,
.navbar .navbar__menu&gt;li.active-parent span {
    background-color: var(--color) !important;
    color: var(--white) !important
}

.navbar .navbar__menu&gt;li:hover&gt;a,
.navbar .navbar__menu&gt;li:hover&gt;span[aria-haspopup=true] {
    background-color: rgba(var(--dark-rgb), .05);
    color: var(--gray-1)
}

.navbar .has-submenu:active&gt;.navbar__submenu,
.navbar .has-submenu:focus&gt;.navbar__submenu,
.navbar .has-submenu:hover&gt;.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&gt;.navbar__submenu:before,
.navbar .has-submenu:focus&gt;.navbar__submenu:before,
.navbar .has-submenu:hover&gt;.navbar__submenu:before {
    content: "";
    height: .8rem;
    position: absolute;
    width: 100%;
    top: -.8rem
}

.navbar .has-submenu:active&gt;.navbar__submenu.is-right-submenu,
.navbar .has-submenu:focus&gt;.navbar__submenu.is-right-submenu,
.navbar .has-submenu:hover&gt;.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&gt;.navbar__submenu,
.navbar .has-submenu .has-submenu:focus&gt;.navbar__submenu,
.navbar .has-submenu .has-submenu:hover&gt;.navbar__submenu {
    top: 0;
    margin-top: 0
}

.navbar .has-submenu .has-submenu:active&gt;.navbar__submenu.is-right-submenu,
.navbar .has-submenu .has-submenu:focus&gt;.navbar__submenu.is-right-submenu,
.navbar .has-submenu .has-submenu:hover&gt;.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&gt;a,
.navbar .navbar__submenu li:hover&gt;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&gt;li {
    font-size: .7901234568rem;
    display: inline;
    list-style: none;
    padding: 0
}

.breadcrumb&gt;li&gt;span {
    padding-right: .375rem
}

.breadcrumb&gt;li a {
    padding-right: .375rem
}

.breadcrumb&gt;li a {
    color: var(--gray-2);
    text-decoration: none;
    -webkit-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear
}

.breadcrumb&gt;li a:hover {
    color: var(--link-color)
}

.breadcrumb&gt;li a:active {
    color: var(--link-color)
}

.breadcrumb&gt;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: left
    }
}

.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-top: calc(-.5 * -1.5rem);
    /* margin-left: 2em; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    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&gt;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&gt;img {
    -o-object-position: top;
    object-position: top
}

.c-card__image--down&gt;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&gt;a {
    color: var(--dark)
}

.c-card__title&gt;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&gt;* {
    display: inline-block;
    margin: 0 .6rem
}

.post__author {
    color: var(--gray-2)
}

.post__author&gt;img {
    border-radius: 50%;
    height: 1.5rem;
    margin-right: .25rem;
    vertical-align: middle;
    width: 1.5rem
}

.post__comments {
    color: var(--gray-2)
}

.post__comments&gt;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&gt;: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&gt;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&gt;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&gt;svg {
    fill: var(--gray-1);
    margin: 0
}

.post__share-button:hover&gt;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.is-visible {
    -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&gt;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&gt;.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&gt;.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&gt;.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&gt;.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&gt;.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&gt;.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&gt;.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: 0rem;
    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: 0rem
    }
}

.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&gt;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&gt;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&gt;svg {
    fill: var(--white);
    height: 23px;
    margin: 0;
    width: 23px
}

.footer__bttop.is-visible {
    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)
}

.gametext-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.gametextbox {
    background-color: rgba(255, 255, 255, .6) !important;
    color: #002b50 !important;
    padding-bottom: 20px !important;
    border-radius: 10px !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .00938em;
    flex: 0 0 calc(50% - 10px)
}

.gametextlastrow {
    background-color: rgba(255, 255, 255, .6) !important;
    color: #002b50 !important;
    padding-bottom: 20px !important;
    border-radius: 10px !important;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .00938em;
    font-weight: var(--font-weight-normal)
}

.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
}

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 .c-card__title&gt;a {
    text-shadow: -1px -1px 2px #000, -1px 1px 2px #000
}

.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 {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 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&gt;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: #091f5b !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&gt;li a {
    color: #fff !important
}

.invert {
    color: #ff4480 !important
}

.post__meta {
    color: #fff !important
}

.post__author {
    color: #fff !important
}

.post__tag li&gt;a {
    color: #fff !important;
    background-color: #00f !important
}

.post__last-updated {
    color: #002b50 !important
}

.post__share-button&gt;svg {
    fill: #fff !important
}

.tab-conversation.active&gt;a {
    color: #fff !important
}

.nav-tab&gt;a {
    color: #fff !important
}

.post__entry a:hover {
    color: #0056fc !important
}

.search__btn&gt;svg {
    fill: #ffffff !important
}

.logo&gt;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
}

.c-card__wrapper {
    background-color: transparent !important
}

.c-card__meta {
    display: none !important
}

.c-card__title {
    font-size: 12px !important;
    font-weight: bolder
}

.c-card__image {
    border-radius: 13px !important
}

.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&gt;li,
ul&gt;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&gt;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&gt;svg {
    fill: #fff !important
}

.search__btn {
    padding-top: 10px
}

.footer__nav-3 .h6 {
    color: #002b50 !important
}

.footer a {
    color: #002b50 !important
}

.footer__copyright {
    text-align: center;
    color: #002b50 !important
}

.section.recently&gt;.c-card&gt;.c-card__img {
    border-radius: 5px
}

.c-card__wrapper {
    display: grid;
    grid-gap: 23px !important;
    grid-auto-rows: 200px;
    grid-auto-flow: dense
}

.c-card:hover .c-card__title&gt;a {
    opacity: 1;
    transform: translate(0, 0);
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    top: -10%;
    padding-top: 150px
}

.c-card:hover .c-card__image {
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 20%), red 0 0 3px, red 0 0 25px;
    transform: translate(0, -5px) !important
}

.c-card__title {
    font-size: 16px !important;
    font-weight: 700
}

.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&gt;li a {
    color: #002b50 !important
}

.post__meta {
    color: #002b50 !important
}

h1.post__title {
    color: #002b50 !important
}

.post__author {
    color: #002b50 !important
}

.c-card {
    width: calc((100% - 30px)/3);
    width: 200px !important;
    height: 183px !important;
    margin-left: calc(100vw - 96vw) !important
}

.c-card__image {
    height: 170px !important
}

.c-card__image:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 25%, rgba(0, 0, 0, .3) 100%);
    z-index: 2;
    transition: box-shadow .6s cubic-bezier(.25, .1, .25, 1), opacity .3s cubic-bezier(.25, .1, .25, 1);
    box-shadow: rgb(0 0 0 / 24%) 0 6px 12px 0;
    border-radius: 16px
}

.c-card__image:hover:after {
    opacity: 1;
    box-shadow: rgb(0 0 0 / 20%) 0 12px 12px 0
}

.c-card .c-card__title&gt;a {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    transition: transform .3s cubic-bezier(.25, .1, .25, 1) .1s, opacity .3s cubic-bezier(.25, .1, .25, 1) .1s;
    transform: translate(0, 8px);
    opacity: 0 !important
}

.c-card:hover .c-card__title&gt;a {
    opacity: 1 !important;
    transform: translate(0, 0)
}

.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
}

.c-card__content {
    padding: 0 !important;
    height: 0 !important;
    width: 0% !important
}

@media only screen and (min-width:200px) and (max-width:768px) {
    .c-card {
        width: 175px !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: -0px !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: #091f5b;
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M25.9378 30C26.2617 30 26.5275 29.749 26.5275 29.4433V17.112H3.46808V29.4433C3.46808 29.749 3.7339 30 4.05778 30H10.1962V23.931C10.1962 22.7368 11.2259 21.7676 12.4908 21.7676H17.5079C18.7728 21.7676 19.7994 22.7368 19.7994 23.931V30H25.9378Z' fill='white'/%3E%3Cpath d='M12.4908 22.6329C11.73 22.6329 11.1128 23.2156 11.1128 23.931V30H18.8828V23.931C18.8828 23.2156 18.2656 22.6329 17.5078 22.6329H12.4908Z' fill='white'/%3E%3Cpath d='M22.2163 4.16632V5.64319C22.2163 6.03548 21.706 6.22586 21.4219 5.93741L15.9068 0.373184C15.4149 -0.125836 14.5838 -0.122951 14.0888 0.373184L0.339288 14.2506C-0.397074 14.9948 0.137629 16.2466 1.24676 16.2466H28.7519C29.861 16.2466 30.3988 14.9948 29.6594 14.2506C25.287 9.83727 25.3573 9.99591 25.3573 9.73919V4.16632H22.2163Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.125 10.1264H0V0.00140381L10.125 10.1264Z' fill='white'/%3E%3Cpath d='M13.5 0C8.83333 0 4.699 2.38324 2.27747 5.99854L5.08228 7.8739C6.89939 5.16108 9.97806 3.375 13.5 3.375C19.1119 3.375 23.625 7.88822 23.625 13.5C23.625 19.1119 19.1119 23.625 13.5 23.625C10.6941 23.625 8.17548 22.4961 6.34131 20.662C5.3444 19.6652 4.55332 18.4599 4.04077 17.1222C3.61042 15.9992 3.375 14.7808 3.375 13.5H0C0 15.1971 0.3148 16.8311 0.889893 18.3318C1.57471 20.119 2.6281 21.7213 3.95508 23.0482C6.3962 25.4895 9.78207 27 13.5 27C20.9359 27 27 20.936 27 13.5C27 6.0642 20.9359 0 13.5 0Z' fill='white'/%3E%3Cpath d='M11.8125 5.0625V15.1875H18.5625V11.8125H15.1875V5.0625H11.8125Z' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M10.6709 12.0075C10.7206 11.9388 10.7859 11.8828 10.8614 11.8443C10.9369 11.8057 11.0206 11.7856 11.1054 11.7857H18.75V10.7143H17.6786C16.8264 10.7134 16.0093 10.3745 15.4067 9.77189C14.8041 9.16928 14.4651 8.35221 14.4643 7.49999V6.42856C14.4668 6.33086 14.4967 6.23583 14.5505 6.15427C14.5205 6.12106 14.4927 6.08517 14.4643 6.05034C14.2417 6.33505 13.9571 6.56532 13.6322 6.72369C13.3074 6.88206 12.9507 6.96436 12.5893 6.96436C12.2279 6.96436 11.8712 6.88206 11.5463 6.72369C11.2215 6.56532 10.9369 6.33505 10.7143 6.05034C10.4908 6.33406 10.206 6.56361 9.88137 6.72187C9.5567 6.88012 9.20047 6.96299 8.83929 6.96427H9.64286C9.78494 6.96427 9.9212 7.02071 10.0217 7.12118C10.1221 7.22164 10.1786 7.35791 10.1786 7.49999V9.64284C10.1786 9.78492 10.1221 9.92119 10.0217 10.0217C9.9212 10.1221 9.78494 10.1786 9.64286 10.1786H7.5V12.3214C7.5 12.4635 7.44356 12.5998 7.34309 12.7002C7.24263 12.8007 7.10637 12.8571 6.96429 12.8571H4.82143C4.67935 12.8571 4.54309 12.8007 4.44262 12.7002C4.34216 12.5998 4.28571 12.4635 4.28571 12.3214V10.1786H2.14286C2.00078 10.1786 1.86452 10.1221 1.76405 10.0217C1.66358 9.92119 1.60714 9.78492 1.60714 9.64284V7.49999C1.60714 7.35791 1.66358 7.22164 1.76405 7.12118C1.86452 7.02071 2.00078 6.96427 2.14286 6.96427H4.28571V4.82142C4.28571 4.67934 4.34216 4.54307 4.44262 4.44261C4.54309 4.34214 4.67935 4.2857 4.82143 4.2857H6.42857V2.67856H5.89286C4.32997 2.67856 2.8311 3.29941 1.72598 4.40454C0.620853 5.50966 0 7.00853 0 8.57142C0 10.1343 0.620853 11.6332 1.72598 12.7383C2.8311 13.8434 4.32997 14.4643 5.89286 14.4643C6.38818 14.4659 6.88154 14.4021 7.36018 14.2746C8.69386 13.927 9.86463 13.1253 10.6709 12.0075ZM13.5498 7.65695L14.3073 8.41445L12.7002 10.0216L11.9427 9.26409L13.5498 7.65695Z' fill='white'/%3E%3Cpath d='M7.5 6.96427H8.83929C8.36218 6.96454 7.89585 6.8224 7.5 6.55606V6.96427Z' fill='white'/%3E%3Cpath d='M9.10714 8.03571H7.5V9.10713H9.10714V8.03571Z' fill='white'/%3E%3Cpath d='M12.5893 5.89286C12.9445 5.89286 13.2851 5.75175 13.5363 5.50059C13.7875 5.24942 13.9286 4.90877 13.9286 4.55357V1.33929C13.9286 0.984085 13.7875 0.643432 13.5363 0.392268C13.2851 0.141103 12.9445 0 12.5893 0C12.2341 0 11.8934 0.141103 11.6423 0.392268C11.3911 0.643432 11.25 0.984085 11.25 1.33929V4.55357C11.25 4.90877 11.3911 5.24942 11.6423 5.50059C11.8934 5.75175 12.2341 5.89286 12.5893 5.89286Z' fill='white'/%3E%3Cpath d='M8.83929 5.89286C9.01516 5.89286 9.18932 5.85822 9.35181 5.79091C9.5143 5.7236 9.66194 5.62495 9.7863 5.50059C9.91067 5.37622 10.0093 5.22858 10.0766 5.06609C10.1439 4.9036 10.1786 4.72945 10.1786 4.55357V1.33929C10.1786 0.984085 10.0375 0.643432 9.7863 0.392268C9.53514 0.141103 9.19449 0 8.83929 0C8.48409 0 8.14343 0.141103 7.89227 0.392268C7.6411 0.643432 7.5 0.984085 7.5 1.33929V4.55357C7.5 4.90877 7.6411 5.24942 7.89227 5.50059C8.14343 5.75175 8.48409 5.89286 8.83929 5.89286Z' fill='white'/%3E%3Cpath d='M20.0893 5.89286C20.4445 5.89286 20.7851 5.75175 21.0363 5.50059C21.2875 5.24942 21.4286 4.90877 21.4286 4.55357V1.33929C21.4286 0.984085 21.2875 0.643432 21.0363 0.392268C20.7851 0.141103 20.4445 0 20.0893 0C19.7341 0 19.3934 0.141103 19.1423 0.392268C18.8911 0.643432 18.75 0.984085 18.75 1.33929V4.55357C18.75 4.90877 18.8911 5.24942 19.1423 5.50059C19.3934 5.75175 19.7341 5.89286 20.0893 5.89286Z' fill='white'/%3E%3Cpath d='M16.3393 5.89286C16.6945 5.89286 17.0351 5.75175 17.2863 5.50059C17.5375 5.24942 17.6786 4.90877 17.6786 4.55357V1.33929C17.6786 0.984085 17.5375 0.643432 17.2863 0.392268C17.0351 0.141103 16.6945 0 16.3393 0C15.9841 0 15.6434 0.141103 15.3923 0.392268C15.1411 0.643432 15 0.984085 15 1.33929V4.55357C15 4.90877 15.1411 5.24942 15.3923 5.50059C15.6434 5.75175 15.9841 5.89286 16.3393 5.89286Z' fill='white'/%3E%3Cpath d='M15.5357 6.96429V7.50001C15.5357 8.06833 15.7615 8.61337 16.1633 9.01524C16.5652 9.4171 17.1102 9.64287 17.6786 9.64287H19.2857C19.4278 9.64287 19.564 9.69931 19.6645 9.79977C19.765 9.90024 19.8214 10.0365 19.8214 10.1786V12.3214C19.8214 12.4635 19.765 12.5998 19.6645 12.7002C19.564 12.8007 19.4278 12.8572 19.2857 12.8572C18.3863 12.8562 17.5182 13.1875 16.8479 13.7873C16.1777 14.3871 15.7526 15.2133 15.6541 16.1073L15.5325 17.2018L14.4675 17.0839L14.5891 15.9895C14.7244 14.7629 15.3353 13.6383 16.2905 12.8572H11.3721C10.5158 13.9478 9.3544 14.7592 8.03571 15.188V17.1429C8.03656 17.853 8.31903 18.5338 8.82118 19.036C9.32333 19.5381 10.0041 19.8206 10.7143 19.8214H11.7857V20.8929H10.7143C10.5349 20.8914 10.3559 20.877 10.1786 20.85V25.6982L10.3087 25.7304C10.4224 25.7588 10.5237 25.8237 10.597 25.9152L12.1655 27.8759L12.8952 26.0513C12.9213 25.9859 12.9601 25.9263 13.0093 25.8759C13.0584 25.8256 13.1171 25.7854 13.1818 25.7577L16.9318 24.1505C17.0133 24.1156 17.1021 24.1015 17.1904 24.1093C17.2787 24.1172 17.3637 24.1469 17.4377 24.1957C17.5117 24.2445 17.5725 24.3109 17.6145 24.3889C17.6565 24.467 17.6786 24.5542 17.6786 24.6429V26.6593L18.3214 27.9402L19.9414 25.9152C20.0111 25.8286 20.1058 25.7656 20.2125 25.7347L20.8928 25.5397V19.8214C20.8923 19.7275 20.9167 19.635 20.9636 19.5536L22.26 17.287C22.6769 16.5624 22.9313 15.756 23.0057 14.9234C23.0255 14.7371 23.0356 14.5499 23.0357 14.3625V8.57144C23.0357 8.1452 22.8664 7.73641 22.565 7.43502C22.2636 7.13362 21.8548 6.96429 21.4286 6.96429H19.2857V8.03572H18.2143V6.96429H15.5357Z' fill='white'/%3E%3Cpath d='M23.0834 26.0282L20.6689 26.7182L18.6332 29.2634C18.5767 29.3331 18.5037 29.3876 18.4209 29.4221C18.338 29.4567 18.2479 29.47 18.1586 29.4611C18.0691 29.4517 17.9834 29.4199 17.9095 29.3687C17.8355 29.3175 17.7756 29.2485 17.7354 29.168L16.6639 27.0252C16.6267 26.9508 16.6072 26.8689 16.6072 26.7857V25.4555L13.8075 26.655L12.8191 29.1273C12.7843 29.2144 12.7272 29.2908 12.6536 29.3489C12.58 29.407 12.4924 29.4447 12.3997 29.4584C12.3071 29.4716 12.2127 29.4606 12.1256 29.4264C12.0386 29.3923 11.9619 29.3361 11.903 29.2634L9.87323 26.7263L6.81055 25.9602L7.99233 28.7175C8.02116 28.7841 8.03593 28.856 8.03573 28.9286V30H22.9393L22.5075 27.4093C22.4888 27.2978 22.5059 27.1832 22.5563 27.082L23.0834 26.0282Z' fill='white'/%3E%3Cpath d='M4.28573 8.03571H2.67859V9.10713H4.28573V8.03571Z' fill='white'/%3E%3Cpath d='M6.42855 5.35715H5.35712V6.96429H6.42855V5.35715Z' fill='white'/%3E%3Cpath d='M24.1071 2.67856H22.5V4.0382C23.1614 3.80341 23.8661 3.71601 24.5648 3.78211C25.2635 3.84821 25.9393 4.06622 26.5449 4.42087C27.1505 4.77552 27.6713 5.25825 28.0708 5.83526C28.4703 6.41227 28.7389 7.06963 28.8577 7.76131C28.9765 8.453 28.9428 9.16229 28.7588 9.83956C28.5747 10.5168 28.2449 11.1457 27.7924 11.6821C27.3399 12.2186 26.7756 12.6496 26.139 12.9451C25.5024 13.2406 24.809 13.3934 24.1071 13.3928V14.3625C24.1071 14.3962 24.1023 14.43 24.1018 14.4643H24.1071C25.67 14.4643 27.1689 13.8434 28.274 12.7383C29.3791 11.6332 30 10.1343 30 8.57142C30 7.00853 29.3791 5.50966 28.274 4.40454C27.1689 3.29941 25.67 2.67856 24.1071 2.67856Z' fill='white'/%3E%3Cpath d='M6.42855 8.03571H5.35712V9.10713H6.42855V8.03571Z' fill='white'/%3E%3Cpath d='M6.42855 10.1786H5.35712V11.7857H6.42855V10.1786Z' fill='white'/%3E%3Cpath d='M24.1072 7.5C24.025 7.49942 23.9432 7.48917 23.8634 7.46946C24.0228 7.81505 24.1059 8.19087 24.1072 8.57143V9.64286C24.3913 9.64286 24.6639 9.75574 24.8648 9.95667C25.0657 10.1576 25.1786 10.4301 25.1786 10.7143C25.1786 10.9984 25.0657 11.271 24.8648 11.4719C24.6639 11.6728 24.3913 11.7857 24.1072 11.7857V12.3214C24.6767 12.3242 25.2393 12.1973 25.7525 11.9502C26.2656 11.7031 26.7157 11.3424 27.0687 10.8955C27.4216 10.4485 27.6681 9.92703 27.7895 9.3706C27.9109 8.81417 27.9039 8.2374 27.7691 7.68406C27.6343 7.13072 27.3753 6.61535 27.0117 6.17704C26.648 5.73874 26.1893 5.38902 25.6704 5.15442C25.1514 4.91982 24.5859 4.8065 24.0166 4.82306C23.4473 4.83962 22.8893 4.98563 22.3848 5.25C22.3085 5.50671 22.1893 5.74868 22.0323 5.96571C22.3967 6.05269 22.7386 6.21552 23.0357 6.44357C23.0357 6.43821 23.0357 6.43393 23.0357 6.42857C23.0357 6.21666 23.0986 6.00951 23.2163 5.83332C23.334 5.65712 23.5014 5.51979 23.6972 5.4387C23.8929 5.3576 24.1084 5.33639 24.3162 5.37773C24.524 5.41907 24.7149 5.52111 24.8648 5.67096C25.0146 5.8208 25.1167 6.01171 25.158 6.21954C25.1994 6.42738 25.1781 6.64281 25.097 6.83859C25.0159 7.03437 24.8786 7.2017 24.7024 7.31943C24.5262 7.43716 24.3191 7.5 24.1072 7.5ZM26.25 7.5C26.4619 7.5 26.6691 7.56284 26.8453 7.68057C27.0215 7.7983 27.1588 7.96563 27.2399 8.16141C27.321 8.35719 27.3422 8.57262 27.3009 8.78045C27.2595 8.98829 27.1575 9.1792 27.0076 9.32904C26.8578 9.47888 26.6669 9.58093 26.4591 9.62227C26.2512 9.66361 26.0358 9.64239 25.84 9.5613C25.6442 9.4802 25.4769 9.34288 25.3592 9.16668C25.2414 8.99049 25.1786 8.78334 25.1786 8.57143C25.1786 8.28727 25.2915 8.01474 25.4924 7.81381C25.6933 7.61288 25.9659 7.5 26.25 7.5Z' 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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 25' fill='none'%3E%3Cpath d='M16.9173 13.1581C17.2511 13.1581 17.5217 12.8636 17.5217 12.5002C17.5217 12.1369 17.2511 11.8423 16.9173 11.8423C16.5835 11.8423 16.3129 12.1369 16.3129 12.5002C16.3129 12.8636 16.5835 13.1581 16.9173 13.1581Z' fill='white'/%3E%3Cpath d='M7.85188 13.816H6.64316V12.5002C6.64316 12.3258 6.57948 12.1584 6.46614 12.035C6.3528 11.9117 6.19908 11.8423 6.03879 11.8423C5.87851 11.8423 5.72478 11.9117 5.61144 12.035C5.4981 12.1584 5.43443 12.3258 5.43443 12.5002V13.816H4.2257C4.06541 13.816 3.91169 13.8854 3.79835 14.0087C3.68501 14.1321 3.62134 14.2995 3.62134 14.4739C3.62134 14.6484 3.68501 14.8158 3.79835 14.9391C3.91169 15.0625 4.06541 15.1318 4.2257 15.1318H5.43443V16.4476C5.43443 16.6221 5.4981 16.7895 5.61144 16.9128C5.72478 17.0362 5.87851 17.1055 6.03879 17.1055C6.19908 17.1055 6.3528 17.0362 6.46614 16.9128C6.57948 16.7895 6.64316 16.6221 6.64316 16.4476V15.1318H7.85188C8.01217 15.1318 8.16589 15.0625 8.27923 14.9391C8.39257 14.8158 8.45625 14.6484 8.45625 14.4739C8.45625 14.2995 8.39257 14.1321 8.27923 14.0087C8.16589 13.8854 8.01217 13.816 7.85188 13.816Z' fill='white'/%3E%3Cpath d='M15.1042 15.1318C15.438 15.1318 15.7085 14.8373 15.7085 14.4739C15.7085 14.1106 15.438 13.816 15.1042 13.816C14.7704 13.816 14.4998 14.1106 14.4998 14.4739C14.4998 14.8373 14.7704 15.1318 15.1042 15.1318Z' fill='white'/%3E%3Cpath d='M18.7304 15.1318C19.0642 15.1318 19.3348 14.8373 19.3348 14.4739C19.3348 14.1106 19.0642 13.816 18.7304 13.816C18.3966 13.816 18.126 14.1106 18.126 14.4739C18.126 14.8373 18.3966 15.1318 18.7304 15.1318Z' fill='white'/%3E%3Cpath d='M16.9173 17.1055C17.2511 17.1055 17.5217 16.811 17.5217 16.4476C17.5217 16.0843 17.2511 15.7897 16.9173 15.7897C16.5835 15.7897 16.3129 16.0843 16.3129 16.4476C16.3129 16.811 16.5835 17.1055 16.9173 17.1055Z' fill='white'/%3E%3Cpath d='M12.0824 15.7897H10.8737C10.7134 15.7897 10.5596 15.859 10.4463 15.9824C10.333 16.1058 10.2693 16.2731 10.2693 16.4476C10.2693 16.6221 10.333 16.7895 10.4463 16.9128C10.5596 17.0362 10.7134 17.1055 10.8737 17.1055H12.0824C12.2427 17.1055 12.3964 17.0362 12.5097 16.9128C12.6231 16.7895 12.6867 16.6221 12.6867 16.4476C12.6867 16.2731 12.6231 16.1058 12.5097 15.9824C12.3964 15.859 12.2427 15.7897 12.0824 15.7897Z' fill='white'/%3E%3Cpath d='M27.683 3.54055C27.2298 2.20634 26.3129 1.11954 25.1302 0.514595C23.9475 -0.0903524 22.5937 -0.164965 21.3609 0.306852C20.5009 0.630528 19.7403 1.20761 19.1636 1.97388H15.8797C15.3036 1.20774 14.5435 0.63065 13.684 0.306852C12.4511 -0.164801 11.0974 -0.0901176 9.91458 0.514798C8.73181 1.11971 7.81479 2.2064 7.36127 3.54055C6.89547 4.96154 6.54641 6.42471 6.31821 7.91286C5.24749 7.83259 4.18171 8.13226 3.28063 8.76694C2.37955 9.40162 1.69171 10.3371 1.3202 11.4332C-0.151864 15.8778 -0.423909 20.7108 0.660723 23.1856C0.802576 23.5654 1.01387 23.9098 1.28178 24.1979C1.54969 24.4861 1.86861 24.7119 2.21918 24.8617C2.46424 24.9545 2.72202 25.0013 2.98148 25C4.56411 25 6.45037 23.3529 8.20737 20.395H14.7506C16.8009 23.8456 19.0266 25.5098 20.7388 24.8617C21.0891 24.7117 21.4078 24.4858 21.6755 24.1977C21.9432 23.9096 22.1543 23.5652 22.296 23.1856C23.0954 21.361 23.1553 18.2484 22.5413 14.9575C23.7503 16.3494 24.9529 17.1038 26.016 17.1038C26.2762 17.1049 26.5347 17.0574 26.7802 16.9634C27.1306 16.8137 27.4494 16.588 27.7173 16.3001C27.9851 16.0121 28.1964 15.6679 28.3383 15.2883C29.4236 12.816 29.1522 7.98374 27.683 3.54055ZM21.2043 22.6196C21.1282 22.8401 21.0127 23.042 20.8644 23.2136C20.7162 23.3851 20.5382 23.523 20.3407 23.6193C19.2023 24.0526 17.2941 22.3515 15.5954 19.3891C15.5412 19.2942 15.4656 19.216 15.3759 19.1618C15.2862 19.1076 15.1852 19.0792 15.0826 19.0792H7.87377C7.77114 19.0792 7.6702 19.1076 7.58047 19.1618C7.49074 19.216 7.41518 19.2942 7.36094 19.3891C5.66228 22.3515 3.75474 24.0512 2.61564 23.6193C2.41815 23.523 2.24015 23.3851 2.09193 23.2136C1.94371 23.042 1.82822 22.8401 1.75212 22.6196C0.81125 20.4712 1.10747 15.9529 2.45673 11.8788C2.72337 11.0932 3.20562 10.4159 3.83801 9.93883C4.4704 9.46177 5.22231 9.20808 5.9917 9.21217C6.41789 9.21224 6.84102 9.29053 7.24329 9.44375C7.96991 9.71768 8.60057 10.2302 9.04833 10.9108C9.10421 10.9957 9.1779 11.0649 9.26328 11.1126C9.34865 11.1604 9.44326 11.1852 9.53923 11.1852H13.4168C13.5128 11.1852 13.6075 11.1603 13.6929 11.1125C13.7782 11.0647 13.8519 10.9954 13.9077 10.9104C14.3553 10.2298 14.9861 9.7173 15.7128 9.44375C16.6446 9.08516 17.6686 9.13955 18.564 9.59519C19.4594 10.0508 20.1544 10.8712 20.4993 11.8795C21.8489 15.9543 22.1448 20.4712 21.2043 22.6196ZM27.2469 14.7224C27.1705 14.9431 27.0545 15.1452 26.9058 15.3168C26.7571 15.4884 26.5785 15.6261 26.3805 15.722C25.2572 16.155 23.3668 14.4799 21.6745 11.5539C21.6616 11.5136 21.65 11.4732 21.6368 11.4332C21.183 10.0998 20.2662 9.01382 19.084 8.40917C17.9017 7.80452 16.5485 7.72961 15.316 8.20058C14.4557 8.52415 13.6949 9.10168 13.1187 9.86866H9.83738C9.26127 9.10198 8.50092 8.52451 7.64105 8.20058C7.59624 8.18339 7.55047 8.17286 7.50534 8.15707C7.72163 6.73744 8.05409 5.3417 8.49876 3.98652C8.84345 2.97802 9.53842 2.15738 10.4338 1.70153C11.3292 1.24567 12.3533 1.19114 13.2853 1.54967C14.0122 1.82222 14.643 2.33434 15.0904 3.01494C15.1463 3.1 15.2201 3.16932 15.3056 3.21716C15.3911 3.26499 15.4858 3.28997 15.5819 3.29003H19.4618C19.5579 3.28997 19.6526 3.26499 19.7381 3.21716C19.8236 3.16932 19.8973 3.1 19.9533 3.01494C20.4007 2.33434 21.0315 1.82213 21.7583 1.54932C22.6904 1.19099 23.7145 1.24567 24.6098 1.70157C25.5052 2.15746 26.2001 2.97807 26.5449 3.98652C27.8926 8.05988 28.1878 12.5746 27.2469 14.7224Z' fill='white'/%3E%3Cpath d='M22.9609 5.26337C23.2947 5.26337 23.5653 4.96882 23.5653 4.60547C23.5653 4.24212 23.2947 3.94757 22.9609 3.94757C22.6272 3.94757 22.3566 4.24212 22.3566 4.60547C22.3566 4.96882 22.6272 5.26337 22.9609 5.26337Z' fill='white'/%3E%3Cpath d='M13.8955 5.92127H12.6868V4.60547C12.6868 4.43098 12.6231 4.26364 12.5098 4.14026C12.3964 4.01689 12.2427 3.94757 12.0824 3.94757C11.9221 3.94757 11.7684 4.01689 11.6551 4.14026C11.5417 4.26364 11.4781 4.43098 11.4781 4.60547V5.92127H10.2693C10.1091 5.92127 9.95533 5.99058 9.84199 6.11396C9.72865 6.23734 9.66498 6.40468 9.66498 6.57916C9.66498 6.75365 9.72865 6.92099 9.84199 7.04437C9.95533 7.16775 10.1091 7.23706 10.2693 7.23706H11.4781V8.55286C11.4781 8.72735 11.5417 8.89468 11.6551 9.01806C11.7684 9.14144 11.9221 9.21076 12.0824 9.21076C12.2427 9.21076 12.3964 9.14144 12.5098 9.01806C12.6231 8.89468 12.6868 8.72735 12.6868 8.55286V7.23706H13.8955C14.0558 7.23706 14.2095 7.16775 14.3229 7.04437C14.4362 6.92099 14.4999 6.75365 14.4999 6.57916C14.4999 6.40468 14.4362 6.23734 14.3229 6.11396C14.2095 5.99058 14.0558 5.92127 13.8955 5.92127Z' fill='white'/%3E%3Cpath d='M21.1479 7.23709C21.4817 7.23709 21.7522 6.94254 21.7522 6.57919C21.7522 6.21585 21.4817 5.9213 21.1479 5.9213C20.8141 5.9213 20.5435 6.21585 20.5435 6.57919C20.5435 6.94254 20.8141 7.23709 21.1479 7.23709Z' fill='white'/%3E%3Cpath d='M24.7741 7.23709C25.1079 7.23709 25.3785 6.94254 25.3785 6.57919C25.3785 6.21585 25.1079 5.9213 24.7741 5.9213C24.4403 5.9213 24.1697 6.21585 24.1697 6.57919C24.1697 6.94254 24.4403 7.23709 24.7741 7.23709Z' fill='white'/%3E%3Cpath d='M22.9609 9.21072C23.2947 9.21072 23.5653 8.91617 23.5653 8.55283C23.5653 8.18948 23.2947 7.89493 22.9609 7.89493C22.6272 7.89493 22.3566 8.18948 22.3566 8.55283C22.3566 8.91617 22.6272 9.21072 22.9609 9.21072Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_33_99)'%3E%3Cpath d='M10.2806 30.0586C10.2149 29.9279 10.1669 29.7991 10.139 29.6661C10.0973 29.4675 10.1829 29.303 10.3752 29.2743C10.5291 29.2513 10.7505 29.2667 10.8428 29.3615C10.934 29.4553 10.9144 29.6699 10.9157 29.8317C10.9162 29.8955 10.8417 29.96 10.8207 30.0414C10.6623 30.0586 10.4847 30.0586 10.2806 30.0586Z' fill='white'/%3E%3Cpath d='M19.2508 0.0585938C19.3016 0.130439 19.3202 0.2048 19.3511 0.273654C19.4399 0.471387 19.4167 0.656864 19.2603 0.800779C19.112 0.937308 18.7503 0.919781 18.6634 0.742017C18.5911 0.59428 18.6327 0.388049 18.6369 0.208027C18.6377 0.169994 18.6949 0.133254 18.7088 0.077256C18.869 0.0585938 19.0466 0.0585938 19.2508 0.0585938Z' fill='white'/%3E%3Cpath d='M19.5704 18.6283C20.26 18.6283 20.9202 18.6283 21.6373 18.6283C19.4328 21.6334 17.2606 24.5945 15.0593 27.5953C12.868 24.6085 10.6953 21.6472 8.48035 18.6283C12.1988 18.6283 15.8699 18.6283 19.5704 18.6283Z' fill='white'/%3E%3Cpath d='M18.1354 12.5677C19.3132 14.3837 20.4782 16.1826 21.6656 18.0161C17.2514 18.0161 12.8719 18.0161 8.45142 18.0161C10.6517 14.6208 12.8422 11.2406 15.0589 7.81998C16.0938 9.41791 17.1082 10.9843 18.1354 12.5677ZM17.4115 16.6224C17.6238 16.4093 17.7033 16.1512 17.6978 15.8529C17.6889 15.3753 17.6701 14.8958 17.7007 14.42C17.7637 13.4428 17.4096 12.9869 16.3197 13.059C15.7689 13.0955 15.3762 13.44 15.3654 13.9932C15.3527 14.6462 15.3558 15.2997 15.3651 15.9528C15.3706 16.3353 15.5411 16.6664 15.9031 16.7832C16.3968 16.9424 16.9145 16.9956 17.4115 16.6224ZM13.0081 15.733C13.0184 15.0618 12.8421 14.8506 13.8338 14.8814C14.3479 14.8974 14.7527 14.4713 14.7539 13.977C14.755 13.4825 14.3492 13.075 13.8371 13.0653C13.4955 13.0589 13.1535 13.0685 12.8119 13.0624C12.5993 13.0586 12.4268 13.1181 12.4299 13.357C12.4329 13.5936 12.6096 13.6531 12.8187 13.6513C13.1604 13.6485 13.5023 13.6467 13.8439 13.6534C14.043 13.6573 14.156 13.7859 14.1589 13.9702C14.1619 14.1544 14.0526 14.2848 13.8541 14.2965C13.6789 14.3069 13.5025 14.295 13.3271 14.3029C12.8344 14.325 12.4441 14.6898 12.4268 15.1698C12.4102 15.6281 12.4215 16.0875 12.4226 16.5464C12.4231 16.7407 12.5142 16.8719 12.7161 16.8741C13.3018 16.8807 13.8883 16.8889 14.4729 16.8626C14.5693 16.8583 14.7165 16.6913 14.7313 16.5844C14.7429 16.5011 14.5988 16.3749 14.498 16.3051C14.4376 16.2633 14.3275 16.2914 14.2397 16.2912C13.8337 16.2905 13.4276 16.2909 13.0081 16.2909C13.0081 16.1002 13.0081 15.9452 13.0081 15.733Z' fill='white'/%3E%3Cpath d='M20.3244 7.91658C22.2481 8.04426 24.1444 8.17057 26.0874 8.3C24.7781 11.4374 23.4818 14.5436 22.163 17.7036C19.9736 14.3256 17.8142 10.9938 15.6233 7.61356C17.2148 7.71628 18.7559 7.81575 20.3244 7.91658Z' fill='white'/%3E%3Cpath d='M11.7422 11.8599C10.4809 13.805 9.2321 15.7329 7.95493 17.7047C6.63664 14.5462 5.34142 11.443 4.02942 8.29964C7.52175 8.07043 10.9813 7.84337 14.4941 7.61282C13.5631 9.05034 12.6589 10.4465 11.7422 11.8599Z' fill='white'/%3E%3Cpath d='M19.9652 21.8984C20.7328 20.8524 21.4878 19.8231 22.2665 18.7614C23.5056 19.7817 24.7288 20.7888 25.9878 21.8254C22.716 23.6013 19.4741 25.3608 16.2323 27.1204C16.2171 27.0967 16.2019 27.073 16.1866 27.0493C17.4419 25.3379 18.6972 23.6265 19.9652 21.8984Z' fill='white'/%3E%3Cpath d='M10.9676 25.5358C8.68895 24.2983 6.42921 23.0711 4.1344 21.8248C5.376 20.8016 6.59832 19.7943 7.85178 18.7613C9.88642 21.5357 11.9093 24.2941 13.9323 27.0525C13.9109 27.0716 13.8895 27.0907 13.8682 27.1098C12.9076 26.5886 11.9471 26.0674 10.9676 25.5358Z' fill='white'/%3E%3Cpath d='M16.1672 2.93482C19.1244 4.48512 22.0616 6.02674 24.9989 7.56836C24.9944 7.59168 24.99 7.615 24.9855 7.63832C21.7855 7.42831 18.5855 7.2183 15.369 7.00721C15.369 5.51345 15.369 4.03548 15.369 2.52313C15.6359 2.66133 15.8916 2.79373 16.1672 2.93482Z' fill='white'/%3E%3Cpath d='M12.4552 3.72419C13.2223 3.32063 13.9712 2.92883 14.7469 2.52304C14.7469 4.02716 14.7469 5.50206 14.7469 7.01048C11.5447 7.2195 8.33971 7.42871 5.1347 7.63793C5.12703 7.6157 5.11936 7.59346 5.11169 7.57123C7.55345 6.2928 9.9952 5.01437 12.4552 3.72419Z' fill='white'/%3E%3Cpath d='M26.2275 14.5312C26.2275 16.7633 26.2275 18.966 26.2275 21.235C25.7199 20.819 25.2627 20.4451 24.8064 20.0702C24.1277 19.5127 23.4506 18.9532 22.7704 18.3977C22.6484 18.298 22.5782 18.2182 22.6553 18.0347C23.8214 15.2589 24.9779 12.4791 26.1374 9.70055C26.1478 9.67561 26.1687 9.65505 26.2275 9.57196C26.2275 11.258 26.2275 12.88 26.2275 14.5312Z' fill='white'/%3E%3Cpath d='M3.9821 9.70449C5.13981 12.4827 6.29137 15.2429 7.44513 18.0022C7.5004 18.1344 7.54554 18.2364 7.39864 18.3561C6.25639 19.2866 5.12103 20.2255 3.98287 21.161C3.96962 21.1719 3.94739 21.1719 3.90704 21.1832C3.901 21.1054 3.89037 21.0322 3.89036 20.9591C3.88955 17.2586 3.88952 13.5582 3.89062 9.85773C3.89064 9.78489 3.90514 9.71206 3.91288 9.63922C3.92192 9.64048 3.93383 9.63857 3.93944 9.64364C3.95329 9.65615 3.96425 9.67187 3.9821 9.70449Z' fill='white'/%3E%3Cpath d='M7.74629 27.088C7.56737 27.1465 7.405 27.1869 7.2593 27.2232C7.19808 27.3974 7.15361 27.5916 7.05912 27.7573C7.0249 27.8173 6.87131 27.827 6.77168 27.8286C6.47369 27.8335 6.42741 27.7572 6.36294 27.2101C5.8511 27.1531 5.73876 27.079 5.74239 26.8007C5.74602 26.5229 5.86467 26.4475 6.32506 26.4131C6.39503 26.2188 6.44013 26.0252 6.53627 25.8617C6.57285 25.7994 6.72693 25.7844 6.82707 25.7855C7.1183 25.7885 7.19 25.9078 7.21889 26.3914C7.85824 26.5123 7.96154 26.6411 7.74629 27.088Z' fill='white'/%3E%3Cpath d='M23.0663 2.15811C23.2665 1.88675 23.4506 1.62977 23.615 1.40024C23.7394 1.59335 23.8534 1.85469 24.0422 2.0396C24.2284 2.22195 24.4904 2.32693 24.7523 2.48596C24.1538 2.60027 23.797 2.95124 23.6265 3.59221C23.3713 3.04608 23.1011 2.58536 22.4147 2.49262C22.6778 2.3601 22.864 2.26629 23.0663 2.15811Z' fill='white'/%3E%3Cpath d='M24.4188 25.8265C24.5323 25.6758 24.63 25.5396 24.7496 25.3729C24.9174 25.69 25.1189 26.0193 25.5539 26.1071C25.1494 26.2371 24.9061 26.5127 24.741 26.9431C24.6115 26.51 24.3643 26.248 23.9225 26.1544C24.1094 26.0325 24.2562 25.9367 24.4188 25.8265Z' fill='white'/%3E%3Cpath d='M17.3951 16.6364C16.9145 16.9956 16.3969 16.9424 15.9032 16.7832C15.5411 16.6664 15.3707 16.3353 15.3652 15.9529C15.3559 15.2997 15.3528 14.6462 15.3655 13.9932C15.3763 13.44 15.769 13.0955 16.3198 13.059C17.4097 12.9869 17.7638 13.4428 17.7008 14.42C17.6701 14.8958 17.689 15.3753 17.6978 15.8529C17.7033 16.1512 17.6239 16.4093 17.3951 16.6364ZM17.1093 15.7206C17.1093 15.2325 17.1093 14.7444 17.1093 14.2562C17.1092 13.6819 17.0762 13.6496 16.4889 13.6502C16.4596 13.6502 16.4303 13.65 16.401 13.6503C16.0551 13.654 15.9511 13.7552 15.949 14.1051C15.946 14.6225 15.9481 15.1399 15.9482 15.6573C15.9482 16.2482 15.9912 16.2917 16.5739 16.2912C17.0322 16.2908 17.1046 16.2211 17.1093 15.7206Z' fill='white'/%3E%3Cpath d='M13.0082 15.7616C13.0082 15.9452 13.0082 16.1002 13.0082 16.2909C13.4277 16.2909 13.8337 16.2905 14.2398 16.2912C14.3275 16.2914 14.4376 16.2633 14.498 16.3052C14.5988 16.3749 14.7429 16.5011 14.7314 16.5844C14.7165 16.6913 14.5693 16.8583 14.473 16.8626C13.8883 16.8889 13.3019 16.8807 12.7161 16.8742C12.5142 16.8719 12.4231 16.7407 12.4226 16.5464C12.4215 16.0875 12.4102 15.6281 12.4268 15.1698C12.4441 14.6898 12.8344 14.325 13.3271 14.3029C13.5025 14.2951 13.679 14.3069 13.8541 14.2966C14.0526 14.2848 14.1619 14.1544 14.159 13.9702C14.156 13.7859 14.0431 13.6573 13.8439 13.6534C13.5023 13.6467 13.1605 13.6485 12.8188 13.6514C12.6096 13.6531 12.433 13.5936 12.4299 13.357C12.4268 13.1181 12.5993 13.0587 12.812 13.0624C13.1536 13.0685 13.4955 13.0589 13.8371 13.0654C14.3493 13.075 14.755 13.4826 14.7539 13.977C14.7528 14.4713 14.3479 14.8974 13.8339 14.8814C12.8422 14.8506 13.0184 15.0618 13.0082 15.7616Z' fill='white'/%3E%3Cpath d='M17.1093 15.748C17.1046 16.2211 17.0322 16.2908 16.5739 16.2912C15.9912 16.2917 15.9482 16.2482 15.9482 15.6573C15.9481 15.1399 15.946 14.6225 15.949 14.1051C15.9511 13.7552 16.0551 13.654 16.401 13.6503C16.4303 13.65 16.4596 13.6503 16.4889 13.6502C17.0762 13.6496 17.1092 13.6819 17.1093 14.2562C17.1093 14.7444 17.1093 15.2325 17.1093 15.748Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_33_99'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M8 18H7V17C7 16.4478 6.55225 16 6 16C5.44775 16 5 16.4478 5 17V18H4C3.44775 18 3 18.4478 3 19C3 19.5522 3.44775 20 4 20H5V21C5 21.5522 5.44775 22 6 22C6.55225 22 7 21.5522 7 21V20H8C8.55225 20 9 19.5522 9 19C9 18.4478 8.55225 18 8 18Z' fill='white'/%3E%3Cpath d='M22 18C22.5523 18 23 17.5523 23 17C23 16.4477 22.5523 16 22 16C21.4477 16 21 16.4477 21 17C21 17.5523 21.4477 18 22 18Z' fill='white'/%3E%3Cpath d='M22 22C22.5523 22 23 21.5523 23 21C23 20.4477 22.5523 20 22 20C21.4477 20 21 20.4477 21 21C21 21.5523 21.4477 22 22 22Z' fill='white'/%3E%3Cpath d='M24 20C24.5523 20 25 19.5523 25 19C25 18.4477 24.5523 18 24 18C23.4477 18 23 18.4477 23 19C23 19.5523 23.4477 20 24 20Z' fill='white'/%3E%3Cpath d='M20 20C20.5523 20 21 19.5523 21 19C21 18.4477 20.5523 18 20 18C19.4477 18 19 18.4477 19 19C19 19.5523 19.4477 20 20 20Z' fill='white'/%3E%3Cpath d='M23 13H19.6357C18.9585 13 18.3223 13.2637 17.8433 13.7427L16.7427 14.8433C16.6416 14.9443 16.5073 15 16.3643 15H11.6357C11.4927 15 11.3584 14.9443 11.2573 14.8433L10.1567 13.7427C9.67773 13.2637 9.0415 13 8.36426 13H5C2.05322 13 0 17.2163 0 21C0 24.9253 2.19629 28 5 28C7.0459 28 8.82129 26.6138 9.31689 24.6304C9.55811 23.6704 10.4175 23 11.4067 23H16.5933C17.5825 23 18.4419 23.6704 18.6826 24.6294C19.1787 26.6138 20.9541 28 23 28C25.8037 28 28 24.9253 28 21C28 17.2163 25.9468 13 23 13ZM23 26C21.8735 26 20.896 25.2368 20.6226 24.1431C20.1582 22.2925 18.5015 21 16.5933 21H11.4067C9.49854 21 7.8418 22.2925 7.37695 24.144C7.104 25.2368 6.12646 26 5 26C3.37402 26 2 23.7104 2 21C2 17.8252 3.67773 15 5 15H8.36426C8.50732 15 8.6416 15.0557 8.74268 15.1567L9.84326 16.2573C10.3223 16.7363 10.9585 17 11.6357 17H16.3643C17.0415 17 17.6777 16.7363 18.1567 16.2573L19.2573 15.1567C19.3584 15.0557 19.4927 15 19.6357 15H23C24.3223 15 26 17.8252 26 21C26 23.7104 24.626 26 23 26Z' fill='white'/%3E%3Cpath d='M7.55273 10.8945L13.5527 13.8945C13.6934 13.9648 13.8467 14 14 14C14.1533 14 14.3066 13.9648 14.4473 13.8945L20.4473 10.8945C20.7861 10.7251 21 10.3789 21 10V4C21 3.62109 20.7861 3.2749 20.4473 3.10547L14.4473 0.105469C14.166 -0.0351562 13.834 -0.0351562 13.5527 0.105469L7.55273 3.10547C7.21387 3.2749 7 3.62109 7 4V10C7 10.3789 7.21387 10.7251 7.55273 10.8945ZM9 5.61816L13 7.61816V11.3818L9 9.38184V5.61816ZM15 11.3818V7.61816L19 5.61816V9.38184L15 11.3818ZM14 2.11816L17.7637 4L14 5.88184L10.2363 4L14 2.11816Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M27.0958 23.8364L26.8272 24.1063L23.4153 20.6724L24.9174 19.1629C25.0733 19.004 25.196 18.8154 25.2782 18.6081C25.3604 18.4008 25.4005 18.1791 25.3961 17.956C25.3917 17.7329 25.3429 17.5129 25.2526 17.3091C25.1622 17.1052 25.0322 16.9216 24.8701 16.7691C24.7081 16.6166 24.5172 16.4982 24.3089 16.4209C24.1006 16.3437 23.879 16.3092 23.6572 16.3194C23.4354 16.3296 23.2179 16.3843 23.0174 16.4804C22.817 16.5764 22.6378 16.7118 22.4903 16.8786L20.1527 14.7493L29.0206 4.93234C29.0806 4.86424 29.1217 4.78151 29.1399 4.69242L29.9258 0.593709C29.9399 0.513317 29.9345 0.43068 29.9099 0.352868C29.8853 0.275057 29.8423 0.204387 29.7847 0.146907C29.727 0.0894264 29.6563 0.0468468 29.5787 0.0228113C29.501 -0.00122422 29.4188 -0.00599996 29.3389 0.00889272L25.2605 0.798644C25.1708 0.813723 25.0877 0.855512 25.0218 0.918607L15.005 10.0557L4.98816 0.918607C4.92296 0.854614 4.8395 0.812676 4.74943 0.798644L0.671082 0.00889272C0.59136 -0.00642553 0.50912 -0.00190286 0.431537 0.022066C0.353955 0.0460348 0.283388 0.0887213 0.225996 0.146401C0.168603 0.20408 0.126128 0.274999 0.102279 0.352969C0.0784289 0.430938 0.0739287 0.513589 0.0891708 0.593709L0.874999 4.69242C0.888961 4.78293 0.930691 4.86681 0.994365 4.93234L9.85731 14.7493L7.5247 16.8786C7.37358 16.708 7.18946 16.5702 6.98357 16.4735C6.77767 16.3768 6.55434 16.3234 6.32719 16.3163C6.10004 16.3093 5.87386 16.3489 5.66245 16.4327C5.45104 16.5165 5.25883 16.6427 5.09758 16.8036C4.94275 16.9581 4.81987 17.1419 4.73602 17.3444C4.65217 17.5468 4.609 17.7639 4.609 17.9832C4.609 18.2025 4.65217 18.4197 4.73602 18.6221C4.81987 18.8246 4.94275 19.0083 5.09758 19.1629L6.59961 20.6724L3.18275 24.1063L2.91915 23.8364C2.60185 23.5332 2.18074 23.3641 1.74289 23.3641C1.30504 23.3641 0.883931 23.5332 0.566636 23.8364C0.256054 24.1507 0.081747 24.5756 0.081747 25.0185C0.081747 25.4615 0.256054 25.8864 0.566636 26.2007L3.85916 29.5096C4.17046 29.8231 4.59294 29.9995 5.03365 30C5.47437 30.0005 5.89722 29.825 6.20918 29.5121C6.52114 29.1993 6.69666 28.7747 6.69713 28.3318C6.6976 27.8888 6.52297 27.4639 6.21167 27.1504L5.94309 26.8804L9.35995 23.4515L10.862 24.961C11.0195 25.1203 11.2074 25.246 11.4144 25.3307C11.6214 25.4154 11.8432 25.4573 12.0666 25.4539C12.2901 25.4506 12.5105 25.402 12.7149 25.3111C12.9192 25.2202 13.1033 25.0889 13.256 24.925C13.4088 24.7611 13.5271 24.5679 13.6039 24.357C13.6808 24.1461 13.7146 23.9219 13.7032 23.6976C13.6919 23.4733 13.6358 23.2536 13.5381 23.0516C13.4405 22.8495 13.3034 22.6694 13.1349 22.5218L15.005 20.4475L16.8751 22.5218C16.7091 22.6701 16.5744 22.8502 16.4788 23.0516C16.3833 23.2531 16.3288 23.4717 16.3186 23.6946C16.3085 23.9175 16.3428 24.1402 16.4197 24.3496C16.4965 24.5589 16.6143 24.7507 16.7661 24.9136C16.9179 25.0764 17.1006 25.2071 17.3034 25.2979C17.5062 25.3887 17.7251 25.4378 17.9471 25.4422C18.1691 25.4466 18.3897 25.4063 18.596 25.3237C18.8022 25.241 18.9899 25.1177 19.148 24.961L20.65 23.4515L24.0669 26.8804C24.0669 26.8804 23.8679 27.0854 23.7983 27.1504C23.487 27.4639 23.3124 27.8888 23.3128 28.3318C23.3133 28.7747 23.4888 29.1993 23.8008 29.5121C24.1128 29.825 24.5356 30.0005 24.9763 30C25.417 29.9995 25.8395 29.8231 26.1508 29.5096C26.9764 28.6849 29.4433 26.2007 29.4433 26.2007C29.7557 25.8876 29.9316 25.4628 29.9326 25.0196C29.9335 24.5763 29.7593 24.1507 29.4483 23.8364C29.131 23.5332 28.7099 23.3641 28.2721 23.3641C27.8342 23.3641 27.4131 23.5332 27.0958 23.8364ZM1.82496 4.36752L1.20326 1.12854L4.42615 1.75334L14.2639 10.7305L10.5934 14.0795L1.82496 4.36752ZM12.4336 21.812L10.6829 20.0526L13.8611 16.8486C13.9074 16.802 13.9442 16.7467 13.9693 16.6858C13.9944 16.6249 14.0073 16.5596 14.0073 16.4937C14.0073 16.4278 13.9944 16.3625 13.9693 16.3016C13.9442 16.2408 13.9074 16.1854 13.8611 16.1388C13.8147 16.0922 13.7596 16.0552 13.699 16.03C13.6385 16.0048 13.5735 15.9918 13.5079 15.9918C13.4424 15.9918 13.3774 16.0048 13.3168 16.03C13.2562 16.0552 13.2012 16.0922 13.1548 16.1388L9.97668 19.3478L8.22598 17.5884L25.5888 1.75334L28.8067 1.12854L28.19 4.36752L12.4336 21.812ZM17.5813 21.812L15.6764 19.7077L17.2531 17.9632L19.332 20.0526L17.5813 21.812ZM20.0333 19.3478L17.9195 17.2235L19.4862 15.489L21.784 17.5884L20.0333 19.3478Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M13.2582 5.87063C13.1396 5.87063 12.8629 5.83921 12.5862 5.83921C12.3096 5.83921 11.7167 5.83921 10.8076 5.80779C10.1357 5.77637 9.54279 6.18481 9.46374 6.71892L8.51513 13.411C8.35702 14.1965 7.84319 17.3069 7.68509 18.2495C7.60604 18.815 6.26218 21.3285 5.07642 23.4021L8.35702 23.7163C9.22658 22.2082 10.6495 19.5691 10.8076 18.5951C10.9262 17.9353 11.2029 16.3015 11.44 15.0762C12.6258 15.4847 13.772 16.0502 14.1277 16.3644C14.2068 16.9613 14.0092 18.9407 13.7325 20.7001H16.8945C17.1712 18.6893 17.4083 16.4272 17.1317 15.6732C16.8155 14.7306 15.353 13.9137 13.9696 13.3168L14.2068 11.5574C14.4044 11.903 14.6416 12.1229 14.9578 12.3114C15.8273 12.7827 18.1988 13.034 19.5427 13.1597C19.5822 13.1597 19.6613 13.1597 19.7008 13.1597C20.3727 13.1597 20.9656 12.7513 21.0447 12.2171C21.1237 11.6202 20.6099 11.0861 19.8589 11.0232C18.5546 10.8976 17.1712 10.7091 16.6178 10.552C16.4993 10.2692 16.3016 9.76651 16.1435 9.38949C15.4716 7.56722 14.8787 5.9963 13.2582 5.87063Z' fill='white'/%3E%3Cpath d='M15.6352 2.73615C15.7134 1.34939 14.3626 0.17478 12.618 0.112593C10.8734 0.050405 9.39567 1.12419 9.31744 2.51095C9.2392 3.89772 10.5901 5.07232 12.3347 5.13451C14.0792 5.1967 15.5569 4.12292 15.6352 2.73615Z' fill='white'/%3E%3Cpath d='M4.60216 13.6939L6.14365 13.8195C6.93416 13.8824 7.60609 13.4425 7.68514 12.8141L8.51517 6.59329C8.59422 5.96492 8.04087 5.43081 7.25036 5.36797L5.70887 5.2423C4.91836 5.17946 4.24643 5.61932 4.16738 6.24769L3.33734 12.4685C3.25829 13.0655 3.81165 13.631 4.60216 13.6939Z' fill='white'/%3E%3Cpath d='M29.8193 28.6176L25.6296 23.7792C25.5901 23.7163 25.5506 23.6849 25.511 23.6221L23.8905 20.5116C23.6929 20.0718 23.0605 19.8519 22.5071 20.0404L18.0803 21.5485L13.2582 21.5799C12.942 21.5799 12.6258 21.7055 12.3886 21.9255L10.0171 24.3761C9.77994 24.6275 9.42421 24.7531 9.02895 24.7217L3.9697 24.2504C3.53492 24.219 3.10014 24.3761 2.90251 24.6903L0.135736 28.7119C-0.259518 29.2774 0.254313 30 1.08435 30H28.9102C29.7798 29.9686 30.2936 29.1831 29.8193 28.6176Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M22.1318 6.91057C22.1318 3.08943 18.9341 0 14.979 0C11.0238 0 7.82609 3.08943 7.82609 6.91057C7.82609 10 9.92988 12.6016 12.8331 13.4959C12.8331 13.5366 12.791 13.6179 12.791 13.6585V23.374C12.791 23.6992 13.0856 23.9837 13.4222 23.9837H16.4937C16.8303 23.9837 17.1248 23.6992 17.1248 23.374V13.6585C17.1248 13.6179 17.1248 13.5366 17.0827 13.4959C20.0281 12.6016 22.1318 10 22.1318 6.91057ZM15.9046 22.7642H14.0954V14.3902C14.6844 14.4715 15.3156 14.4715 15.9046 14.3902V22.7642ZM16.5358 10.9756C16.2833 11.0163 15.9888 11.0569 15.6943 11.0569C15.3997 11.0569 15.1473 11.0163 14.8527 10.9756C14.5161 10.8943 14.3057 10.5691 14.3899 10.2439C14.4741 9.9187 14.8107 9.71545 15.1473 9.79675C15.5259 9.87805 15.9046 9.87805 16.2412 9.79675C17.3773 9.55284 18.2188 8.53659 18.2188 7.39837C18.2188 7.07317 18.5133 6.78862 18.8499 6.78862C19.1865 6.78862 19.4811 7.07317 19.4811 7.39837C19.4811 9.10569 18.2609 10.6098 16.5358 10.9756ZM28.6957 22.9675H26.3815V20.6098C26.3815 20.2846 26.087 20 25.7504 20H20.1122C19.7756 20 19.4811 20.2846 19.4811 20.6098V22.9675H1.26227L0 30H30L28.6957 22.9675ZM20.7433 21.2195H25.1192V22.7642H20.7433V21.2195ZM8.87798 27.2764H3.9972C3.66059 27.2764 3.36606 26.9919 3.36606 26.6667C3.36606 26.3415 3.66059 26.0569 3.9972 26.0569H8.87798C9.21459 26.0569 9.50912 26.3415 9.50912 26.6667C9.50912 26.9919 9.21459 27.2764 8.87798 27.2764ZM25.7083 27.2764H20.8275C20.4909 27.2764 20.1964 26.9919 20.1964 26.6667C20.1964 26.3415 20.4909 26.0569 20.8275 26.0569H25.7083C26.0449 26.0569 26.3394 26.3415 26.3394 26.6667C26.3394 26.9919 26.0449 27.2764 25.7083 27.2764Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 25' fill='none'%3E%3Cpath d='M30 19.719L28.9765 17.4587L26.4585 19.0418L26.379 18.9609C26.399 18.9473 26.4195 18.9364 26.439 18.9212C26.439 18.9212 28.7385 17.4402 28.7955 17.3957C29.619 16.7473 29.5785 15.0457 28.7055 13.5946C27.8315 12.1424 26.454 11.4918 25.6305 12.1391L23.4505 13.5522C23.3895 13.5848 23.3305 13.6223 23.274 13.6663C22.8905 13.9674 22.806 14.6576 22.8965 15.4L22.826 15.3277V13.2554L20.6365 9.48478L19.363 8.56956C19.363 8.56956 19.545 8.46033 19.6115 8.40978C20.561 7.66141 20.5155 5.7 19.5075 4.02609C18.5 2.3538 16.912 1.60109 15.962 2.34891L11.5425 5.21359L11.5765 5.82989L11.2725 6.01087L8.513 4.84674V4.17011L12.3475 1.97065L10.36 0L0 4.2163L3.069 7.29457L6.4975 5.32772V6.2875L8.318 7.76956L7.434 8.29511L6.264 8.00435L4.4495 9.13043V9.45924L1.73 11.2201C1.65 11.262 1.5725 11.312 1.4985 11.3696C0.5105 12.1467 1.041 14.9022 1.8545 16.2543C2.7075 17.6696 3.794 18.5478 4.7385 18.5478C5.06033 18.5501 5.37429 18.4397 5.634 18.2332L8.4785 16.3913C8.55988 16.3488 8.63768 16.2986 8.711 16.2413C8.88117 16.1042 9.02546 15.9328 9.136 15.7364L11.6105 17.7582L14.8915 18.5658C14.8415 18.5957 14.7915 18.625 14.7445 18.6625C13.8715 19.3484 14.3395 21.7815 15.058 22.9761C15.811 24.225 16.7705 25 17.6035 25C17.8855 25 18.153 24.9114 18.393 24.7223L20.7735 23.181L23.451 24.4886L30 19.719ZM28.3125 18.0788L29.167 20.0717L28.617 20.4717L27.667 18.4973L28.3125 18.0788ZM9.549 0.528261L11.2765 2.36413L10.6175 2.74239L8.719 0.865761L9.549 0.528261ZM4.4495 6.25109L1.5935 3.82935L2.815 3.33206L5.341 5.74022L4.4495 6.25109ZM23.5675 14.106C23.6995 14.0052 23.8578 13.9534 24.019 13.9582C24.533 13.9582 25.3235 14.4103 25.9305 15.419C26.709 16.7114 26.669 18.0696 26.1455 18.481C26.097 18.519 26.046 18.544 25.993 18.5658L25.2595 17.8163C25.415 17.8381 25.5722 17.7935 25.698 17.6918C26.137 17.3473 26.115 16.4418 25.65 15.6707C25.185 14.8973 24.4525 14.5516 24.0145 14.8962C23.709 15.1359 23.709 15.6446 23.892 16.1918L24.624 15.7429C25.0705 15.4973 25.663 16.1685 25.3645 16.6674L24.6225 17.1647L23.531 16.0489C23.3025 15.2071 23.284 14.3283 23.5675 14.106ZM23.492 21.0359L21.572 22.3266C21.8525 21.6897 21.8605 20.8087 21.5865 19.8918L23.492 21.0359ZM21.512 19.1038L21.3385 19.2196C21.2407 18.9995 21.1298 18.7865 21.0065 18.5821C20.9254 18.4489 20.8394 18.3195 20.7485 18.194L20.771 18.1804C21.218 17.9342 21.8105 18.606 21.512 19.1038ZM13.1955 4.43207L20.3605 9.62391L22.556 13.3918L21.97 13.7772L19.7335 9.97826L12.5805 4.82826L13.1955 4.43207ZM17.73 11.8342C17.788 11.8293 17.838 11.788 17.8815 11.7234C17.671 12.6772 17.1005 13.1592 16.0085 13.1592C14.579 13.1592 12.801 12.3386 12.801 10.7049C12.801 9.07065 13.96 7.74674 15.39 7.74674C16.638 7.74674 17.679 8.75489 17.9245 10.0973C17.877 10.0217 17.819 9.975 17.747 9.98098C16.3075 10.0946 14.407 10.0793 14.3465 10.6663C14.2855 11.2543 15.4635 12.012 17.73 11.8342ZM7.0535 5.91522V5.0087L8.0135 4.45815V5.22011L13.8105 7.66467L12.1155 8.54783L7.0535 5.91522ZM6.274 9.18152C5.885 9.04565 5.5065 9.01576 5.1625 9.09837L5.7015 8.76359L6.274 9.18152ZM4.7385 18.0043C3.9785 18.0043 3.0335 17.2201 2.273 15.9571C1.5265 14.7158 1.145 12.3185 1.792 11.8092C1.9815 11.6603 2.21 11.5842 2.4715 11.5842C3.3275 11.5842 4.383 12.3815 5.0965 13.5668C6.0755 15.1929 6.1875 17.1277 5.3405 17.7918C5.16674 17.9326 4.95519 18.0073 4.7385 18.0043ZM11.6105 14.5853L9.2555 12.7745C8.99264 11.898 8.55507 11.0954 7.974 10.4239L12.771 13.9293L18.209 16.2929L17.3865 16.8332L11.6105 14.5853ZM17.6035 24.4565C16.963 24.4565 16.1275 23.7587 15.476 22.6788C14.7725 21.5092 14.5265 19.5043 15.037 19.1033C15.194 18.9793 15.384 18.9174 15.6025 18.9174C16.34 18.9174 17.251 19.6082 17.8705 20.637C18.7175 22.0457 18.823 23.7141 18.0995 24.2826C17.9505 24.4 17.788 24.4565 17.6035 24.4565ZM22.6355 21.8424L24.6675 23.3739L24.104 23.7848L21.9685 22.2902L22.6355 21.8424Z' fill='white'/%3E%3C/svg%3E");
    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 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 .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 xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cpath d='M6.41284 20.226L7.04653 19.1413' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.0378 12.7173L24.4988 12.4886C24.3743 11.9298 24.2064 11.3908 23.9997 10.8758L26.9702 10.7094C27.3483 10.6883 27.6514 10.3884 27.6766 10.0105C27.7018 9.63262 27.4412 9.29522 27.0693 9.224L22.5325 8.35542C22.3787 8.16428 22.218 7.97918 22.05 7.80122L23.6562 4.62393C23.8148 4.3103 23.7343 3.92863 23.4626 3.70572C23.1909 3.48282 22.8009 3.47847 22.5243 3.69525L19.5853 5.99864C18.7663 5.60652 17.8805 5.35572 16.9506 5.27571L16.3798 3.9827C16.2455 3.67846 15.9269 3.49899 15.5972 3.5418C15.2674 3.58462 15.0051 3.83949 14.953 4.16793L15.6937 4.28556L14.953 4.16795L14.953 4.16798L14.953 4.16813L14.9529 4.16871L14.9525 4.17101L14.9511 4.18005L14.9455 4.21502L14.9248 4.34516L14.8545 4.78798L14.7562 5.40741C14.3973 5.48334 14.0469 5.58502 13.7063 5.71037L10.6917 1.55929C10.4669 1.24968 10.045 1.15897 9.71278 1.34881C9.38055 1.53864 9.24449 1.94815 9.39707 2.29905L11.4422 7.00262C11.1892 7.20614 10.9473 7.42465 10.717 7.65635L7.03117 6.0392C6.7261 5.90535 6.36931 5.98877 6.15522 6.24401C5.94112 6.49924 5.92105 6.86511 6.10594 7.14224L8.60885 10.8939C8.12691 12.1004 7.85765 13.4379 7.85765 14.8463C7.85765 15.2343 7.88002 15.6144 7.92012 15.9862L1.57668 20.3235C1.26541 20.5363 1.16056 20.9472 1.33176 21.2832C1.50297 21.6191 1.89701 21.7757 2.25213 21.649L8.82681 19.3021C9.60551 20.9851 10.8152 22.3858 12.3085 23.2998L13.5796 29.159C13.653 29.4976 13.9489 29.7418 14.2953 29.7498C14.6417 29.7578 14.9485 29.5274 15.0374 29.1925L16.296 24.4526C16.3004 24.4526 16.3047 24.4526 16.3091 24.4526C17.8313 24.4526 19.2546 23.9954 20.4801 23.2043L21.8411 24.816C22.0609 25.0762 22.4283 25.1557 22.736 25.0096C23.0436 24.8634 23.2141 24.5284 23.1512 24.1936L22.5999 21.2591C23.0179 20.7281 23.3806 20.1452 23.685 19.5233H26.9618C27.337 19.5233 27.6545 19.246 27.705 18.8742C27.7555 18.5024 27.5234 18.1505 27.1618 18.0505L24.4725 17.3066C24.5074 17.1568 24.5393 17.0056 24.568 16.8529L29.3711 14.1181C29.6607 13.9532 29.8068 13.617 29.7296 13.2927C29.6525 12.9685 29.3706 12.7341 29.0378 12.7173Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.68655 13.5825L6.6488 13.3307' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1092 8.32986L10.708 7.67511' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.3555 21.614L10.4048 22.8602' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0221 16.0373L21.4373 16.4249' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1692 13.896L20.9067 13.7811' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.3253 11.6972L19.5804 11.5005' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.6328 10.9195L19.1635 10.2076' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1949 10.1104L17.3064 9.69916' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9373 10.1828L14.8179 9.74277' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3649 11.2674L12.7334 10.5635' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.1321 14.1298L11.6345 14.1007' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1249 17.6598L12.8977 17.8485' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8462 18.8422L18.2664 19.6837' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.1508 17.7542L19.3529 17.9648' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9669 14.6091C20.9669 12.1196 19.4451 9.92249 17.2655 9.35524L16.9939 8.54929C16.8937 8.2521 16.6192 8.0486 16.3058 8.03916C15.9923 8.02971 15.706 8.21631 15.5882 8.50693L15.2625 9.30975C12.9876 9.79867 11.382 12.054 11.382 14.6091C11.382 17.4888 13.4327 20.0076 16.1744 20.0076C18.9162 20.0076 20.9669 17.4888 20.9669 14.6091Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    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;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9323 7.53308L22.1041 8.67123C26.2063 12.3678 28.5841 17.5702 28.5841 23.0725H30C30 17.1233 27.4015 11.4981 22.9323 7.53308Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7941 14.4215L16.9553 15.54C19.2054 17.3528 20.5461 20.1156 20.5461 23.0724H21.9635C21.9639 19.6798 20.4104 16.5001 17.7941 14.4215Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4327 10.9001L19.5917 12.0227C22.7829 14.7662 24.6509 18.7964 24.6509 23.0724H26.0668C26.0668 18.3591 23.994 13.9124 20.4327 10.9001Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2584 1.79824C13.0811 1.6805 12.9851 1.52796 12.9926 1.37356C13.0104 1.05774 13.4473 0.822262 13.9693 0.849291C14.489 0.876319 14.8988 1.15178 14.8825 1.46835C14.867 1.78417 14.4301 2.0178 13.9081 1.99262C13.6624 1.97929 13.43 1.90969 13.2584 1.79824ZM20.1315 6.7407C19.964 6.61519 19.8185 6.41229 19.7297 6.17755C19.5467 5.69734 19.6446 5.21898 19.9481 5.10938C20.2494 4.99905 20.6429 5.30043 20.8235 5.77843C21.0065 6.25864 20.9086 6.737 20.6051 6.8466C20.4773 6.89288 20.3238 6.86585 20.1738 6.77143C20.1609 6.76144 20.1447 6.75033 20.1315 6.7407ZM16.3827 11.4595C15.5719 10.5976 14.4989 9.65272 13.3041 8.77523C12.0912 7.92069 10.851 7.20315 9.76813 6.70405L11.2173 4.0775C11.2411 4.03714 11.2585 3.8883 11.8277 3.94421C12.3985 3.99863 13.2228 4.00456 15.5995 5.71252V5.71437L15.6018 5.71252C17.9759 7.42085 18.2276 8.1906 18.4521 8.70562C18.6766 9.22249 18.5387 9.28432 18.5054 9.3169L16.3827 11.4595ZM6.62828 17.6838C5.57713 16.9281 3.72468 15.3357 3.70502 13.955L6.00236 11.6776C6.62035 12.3659 8.27966 13.6311 9.19171 14.2634C10.0815 14.9269 11.8103 16.0991 12.6664 16.4694L11.1368 19.2981C9.78589 19.6939 7.67981 18.4402 6.62828 17.6838ZM1.4572 18.8371C1.01799 17.9733 0.988511 17.291 1.29921 16.8767L2.04571 15.8814C2.13642 16.0455 2.21315 16.2017 2.26645 16.3446C2.55371 17.1273 2.36245 17.6305 2.14398 17.9219L1.4572 18.8371ZM7.05577 22.8621L7.74218 21.9457C7.96065 21.6544 8.39192 21.3245 9.24085 21.3596C9.39582 21.3656 9.57158 21.3904 9.7583 21.427L9.0118 22.4219C8.70148 22.8369 8.0283 23.0121 7.05577 22.8621ZM3.14751 22.3297C5.75214 24.2021 8.71887 24.553 9.79761 23.1143L12.1562 19.9657L13.0089 20.0578C13.7391 20.1371 14.2668 19.0611 13.1877 18.7812L13.0682 18.7505L21.3085 7.7526C22.0017 6.82697 22.4484 4.66916 18.5054 1.83267C14.5624 -1.00196 12.5935 0.0643613 11.9003 0.989986L3.66004 11.986L3.59276 11.8835C2.99858 10.9578 2.10807 11.7742 2.40365 12.4337L2.75063 13.2027L0.389798 16.3516C-0.686676 17.7901 0.541744 20.4555 3.14751 22.3297Z' fill='white'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 27' fill='none'%3E%3Cpath d='M11.6292 8.6528C11.1959 8.6528 10.7723 8.7813 10.412 9.02205C10.0517 9.26281 9.77085 9.60499 9.60501 10.0053C9.43918 10.4057 9.39579 10.8462 9.48033 11.2713C9.56487 11.6963 9.77355 12.0867 10.08 12.3931C10.3864 12.6995 10.7768 12.9082 11.2018 12.9927C11.6268 13.0773 12.0674 13.0339 12.4677 12.868C12.8681 12.7022 13.2103 12.4214 13.451 12.0611C13.6918 11.7008 13.8203 11.2772 13.8203 10.8438C13.8194 10.263 13.5882 9.70622 13.1775 9.29552C12.7668 8.88482 12.2101 8.65369 11.6292 8.6528Z' fill='white'/%3E%3Cpath d='M7.43597 10.2236C7.31316 10.2229 7.19292 10.2588 7.09048 10.3265C6.98804 10.3942 6.90802 10.4909 6.86056 10.6041C6.8131 10.7174 6.80034 10.8422 6.82389 10.9628C6.84744 11.0833 6.90624 11.1941 6.99284 11.2812C7.07945 11.3683 7.18996 11.4277 7.31036 11.4519C7.43076 11.4761 7.55564 11.464 7.66917 11.4172C7.7827 11.3703 7.87976 11.2908 7.94806 11.1888C8.01636 11.0867 8.05283 10.9666 8.05283 10.8438C8.05283 10.6799 7.98795 10.5227 7.87236 10.4065C7.75677 10.2902 7.59988 10.2245 7.43597 10.2236Z' fill='white'/%3E%3Cpath d='M20.2787 9.11798C18.0708 7.65506 14.9259 6.81573 11.6292 6.81573C8.33261 6.81573 5.18767 7.65506 2.9798 9.11798C2.74306 9.93406 2.62277 10.7795 2.6225 11.6292C2.6225 11.8989 2.6225 12.1618 2.65621 12.4247C3.27727 12.1366 3.95359 11.9871 4.63823 11.9865C7.67194 11.9865 10.1394 14.882 10.1394 18.445C10.1394 19.1288 10.0453 19.8093 9.85958 20.4674C10.3486 20.5642 10.8445 20.6217 11.3427 20.6393H11.6292C11.7236 20.6393 11.818 20.6393 11.9124 20.6393C12.4117 20.6219 12.9088 20.5644 13.3989 20.4674C13.2132 19.8093 13.119 19.1288 13.1191 18.445C13.1191 14.882 15.5865 11.9865 18.6203 11.9865C19.3049 11.9871 19.9812 12.1366 20.6023 12.4247C20.6225 12.1618 20.636 11.8989 20.636 11.6292C20.6357 10.7795 20.5154 9.93406 20.2787 9.11798ZM7.43598 11.8146C7.24636 11.8153 7.06081 11.7596 6.90287 11.6547C6.74493 11.5498 6.6217 11.4003 6.54883 11.2252C6.47596 11.0502 6.45671 10.8574 6.49354 10.6714C6.53037 10.4854 6.62162 10.3145 6.7557 10.1804C6.88979 10.0463 7.06067 9.95507 7.24668 9.91824C7.43269 9.88141 7.62545 9.90065 7.80052 9.97353C7.97558 10.0464 8.12505 10.1696 8.22999 10.3276C8.33492 10.4855 8.39058 10.6711 8.38992 10.8607C8.38464 11.1105 8.28192 11.3483 8.10368 11.5234C7.92545 11.6985 7.68583 11.7969 7.43598 11.7978V11.8146ZM11.6292 13.3719C11.1292 13.3719 10.6405 13.2236 10.2247 12.9459C9.80897 12.6681 9.48494 12.2732 9.29359 11.8113C9.10225 11.3493 9.05218 10.841 9.14973 10.3506C9.24728 9.86022 9.48805 9.40976 9.84161 9.0562C10.1952 8.70264 10.6456 8.46186 11.136 8.36431C11.6264 8.26676 12.1348 8.31683 12.5967 8.50817C13.0586 8.69952 13.4535 9.02355 13.7313 9.43929C14.0091 9.85504 14.1573 10.3438 14.1573 10.8438C14.1564 11.514 13.8898 12.1566 13.4159 12.6305C12.942 13.1044 12.2995 13.371 11.6292 13.3719ZM15.8225 11.7978C15.633 11.7978 15.4478 11.7415 15.2903 11.6362C15.1328 11.5308 15.0101 11.3811 14.9378 11.206C14.8654 11.0309 14.8466 10.8382 14.8838 10.6525C14.9211 10.4667 15.0126 10.2961 15.1468 10.1623C15.281 10.0286 15.4519 9.93769 15.6378 9.90114C15.8237 9.86458 16.0163 9.88402 16.1912 9.95699C16.3661 10.03 16.5153 10.1532 16.6201 10.3111C16.7249 10.4689 16.7805 10.6543 16.7798 10.8438C16.7798 10.9694 16.755 11.0937 16.7069 11.2097C16.6587 11.3256 16.5882 11.4309 16.4992 11.5196C16.4103 11.6082 16.3047 11.6784 16.1886 11.7261C16.0725 11.7739 15.9481 11.7982 15.8225 11.7978Z' fill='white'/%3E%3Cpath d='M15.8225 10.2236C15.6998 10.2236 15.5799 10.26 15.4779 10.3281C15.3759 10.3963 15.2964 10.4931 15.2495 10.6065C15.2025 10.7198 15.1903 10.8445 15.2142 10.9648C15.2381 11.0851 15.2972 11.1957 15.3839 11.2824C15.4707 11.3691 15.5812 11.4282 15.7015 11.4521C15.8218 11.4761 15.9465 11.4638 16.0598 11.4168C16.1732 11.3699 16.27 11.2904 16.3382 11.1884C16.4063 11.0864 16.4427 10.9665 16.4427 10.8438C16.4427 10.7624 16.4267 10.6817 16.3955 10.6065C16.3643 10.5312 16.3187 10.4629 16.2611 10.4053C16.2035 10.3477 16.1351 10.302 16.0598 10.2708C15.9846 10.2396 15.9039 10.2236 15.8225 10.2236Z' fill='white'/%3E%3Cpath d='M11.6292 0C9.32918 0 7.08079 0.682042 5.16838 1.95988C3.25596 3.23771 1.76541 5.05395 0.885227 7.17891C0.0050387 9.30387 -0.225259 11.6421 0.223457 13.898C0.672173 16.1538 1.77975 18.2259 3.40612 19.8523C5.0325 21.4787 7.10463 22.5863 9.36047 23.035C11.6163 23.4837 13.9546 23.2534 16.0795 22.3732C18.2045 21.493 20.0207 20.0025 21.2986 18.0901C22.5764 16.1777 23.2584 13.9293 23.2584 11.6292C23.2549 8.54605 22.0285 5.59019 19.8484 3.41006C17.6683 1.22993 14.7124 0.00356848 11.6292 0ZM11.9259 20.9697H11.3292C9.90032 20.9233 8.50109 20.5498 7.23919 19.8778C5.97728 19.2059 4.88633 18.2534 4.05025 17.0937C3.21418 15.934 2.65526 14.598 2.4165 13.1884C2.17775 11.7788 2.26551 10.3333 2.67304 8.96292C3.24693 7.03313 4.42878 5.34032 6.04261 4.13657C7.65644 2.93282 9.61591 2.28252 11.6292 2.28252C13.6425 2.28252 15.602 2.93282 17.2158 4.13657C18.8297 5.34032 20.0115 7.03313 20.5854 8.96292C20.993 10.3335 21.0807 11.7794 20.8418 13.1892C20.6028 14.599 20.0436 15.9352 19.2072 17.095C18.3707 18.2548 17.2793 19.2072 16.017 19.8789C14.7547 20.5506 13.355 20.9238 11.9259 20.9697Z' fill='white'/%3E%3Cpath d='M29.5955 25.1124C29.5955 25.0677 29.5778 25.0248 29.5462 24.9932C29.5146 24.9616 29.4717 24.9438 29.427 24.9438H29.0326C28.9879 24.9438 28.945 24.9616 28.9134 24.9932C28.8818 25.0248 28.8641 25.0677 28.8641 25.1124V25.2742H29.5955V25.1124Z' fill='white'/%3E%3Cpath d='M25.7865 19.2135C26.3933 19.2135 27.4551 17.4809 27.4551 16.4865C27.3978 16.0848 27.1975 15.7172 26.891 15.4512C26.5845 15.1853 26.1923 15.0389 25.7865 15.0389C25.3807 15.0389 24.9885 15.1853 24.682 15.4512C24.3755 15.7172 24.1752 16.0848 24.118 16.4865C24.118 17.4809 25.1798 19.2135 25.7865 19.2135Z' fill='white'/%3E%3Cpath d='M25.5034 19.4832V23.9326H26.0697V19.4832C25.9819 19.5276 25.8849 19.5507 25.7866 19.5507C25.6882 19.5507 25.5912 19.5276 25.5034 19.4832Z' fill='white'/%3E%3Cpath d='M27.9506 24.4382C27.9506 24.3935 27.9328 24.3507 27.9012 24.319C27.8696 24.2874 27.8267 24.2697 27.782 24.2697H23.791C23.7463 24.2697 23.7035 24.2874 23.6719 24.319C23.6403 24.3507 23.6225 24.3935 23.6225 24.4382V25.2809H27.9506V24.4382Z' fill='white'/%3E%3Cpath d='M30 25.618H21.5731V26.6292H30V25.618Z' fill='white'/%3E%3Cpath d='M22.1461 24.9438C22.1014 24.9438 22.0585 24.9616 22.0269 24.9932C21.9953 25.0248 21.9775 25.0677 21.9775 25.1124V25.2809H22.709V25.1124C22.709 25.0677 22.6912 25.0248 22.6596 24.9932C22.628 24.9616 22.5852 24.9438 22.5405 24.9438H22.1461Z' fill='white'/%3E%3C/svg%3E");
    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;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M2.58627 25.8627H0V26.8972H2.58627V25.8627Z' fill='white'/%3E%3Cpath d='M12.4839 18.8627L12.0975 18.7246C11.7834 19.172 11.3661 19.5371 10.881 19.7892C10.3959 20.0413 9.85726 20.1729 9.31058 20.1729C8.7639 20.1729 8.22525 20.0413 7.74016 19.7892C7.25507 19.5371 6.8378 19.172 6.52361 18.7246L2.40316 20.1962C1.70049 20.4485 1.09271 20.9113 0.662654 21.5215C0.2326 22.1318 0.00120157 22.8599 0 23.6064V24.8282H2.58627V23.2764H3.62078V26.8972H10.3523C10.3588 26.7642 10.3719 26.6316 10.3916 26.5L11.3899 21.0807C11.5173 20.2463 11.8994 19.4716 12.4839 18.8627Z' fill='white'/%3E%3Cpath d='M7.24156 17.2577V17.9487L7.32846 18.0791C7.54596 18.4054 7.84069 18.6731 8.18647 18.8581C8.53224 19.0432 8.91838 19.1401 9.31058 19.1401C9.70278 19.1401 10.0889 19.0432 10.4347 18.8581C10.7805 18.6731 11.0752 18.4054 11.2927 18.0791L11.3796 17.9487V17.2577C10.0351 17.6962 8.58605 17.6962 7.24156 17.2577Z' fill='white'/%3E%3Cpath d='M15.0004 10.8623V7.75882H13.1305C12.3781 7.76115 11.6366 7.57923 10.9707 7.22894C10.3048 6.87864 9.73487 6.37063 9.31058 5.74928C8.88629 6.37063 8.31631 6.87864 7.65044 7.22894C6.98456 7.57923 6.24304 7.76115 5.49066 7.75882H3.62078V10.8623C3.62078 12.3714 4.22024 13.8186 5.28728 14.8856C6.35433 15.9527 7.80155 16.5521 9.31058 16.5521C10.8196 16.5521 12.2668 15.9527 13.3339 14.8856C14.4009 13.8186 15.0004 12.3714 15.0004 10.8623ZM6.20705 8.79332H7.24156V10.8623H6.20705V8.79332ZM9.31058 15.5176C8.62491 15.5168 7.96756 15.2441 7.48271 14.7592C6.99787 14.2744 6.72513 13.617 6.72431 12.9314H7.75882C7.75882 13.3429 7.9223 13.7376 8.21332 14.0286C8.50433 14.3196 8.89902 14.4831 9.31058 14.4831C9.72213 14.4831 10.1168 14.3196 10.4078 14.0286C10.6989 13.7376 10.8623 13.3429 10.8623 12.9314H11.8968C11.896 13.617 11.6233 14.2744 11.1384 14.7592C10.6536 15.2441 9.99625 15.5168 9.31058 15.5176ZM12.4141 10.8623H11.3796V8.79332H12.4141V10.8623Z' fill='white'/%3E%3Cpath d='M16.0349 17.0694V17.5866H18.1039V17.0694C18.1039 16.9322 18.0494 16.8006 17.9524 16.7036C17.8554 16.6066 17.7238 16.5521 17.5866 16.5521H16.5521C16.415 16.5521 16.2834 16.6066 16.1864 16.7036C16.0894 16.8006 16.0349 16.9322 16.0349 17.0694Z' fill='white'/%3E%3Cpath d='M29.9661 26.6577L28.9735 21.2674C28.8634 20.5287 28.4907 19.8544 27.9237 19.3684C27.3567 18.8823 26.6334 18.617 25.8865 18.6211H15.4938C14.7493 18.6161 14.0279 18.8793 13.4615 19.3626C12.8951 19.8459 12.5216 20.5169 12.4094 21.2529L11.4117 26.6722C11.3501 27.0824 11.3777 27.5011 11.4927 27.8997C11.6076 28.2983 11.8073 28.6674 12.0779 28.9818C12.3986 29.3555 12.8086 29.6422 13.2697 29.8153C13.7308 29.9884 14.2281 30.0423 14.7156 29.972C15.2031 29.9017 15.6649 29.7095 16.0583 29.4131C16.4517 29.1168 16.7639 28.7259 16.9659 28.2767L17.3001 27.536C17.5947 26.8833 18.0714 26.3294 18.673 25.9409C19.2746 25.5524 19.9756 25.3458 20.6917 25.3458C21.4079 25.3458 22.1088 25.5524 22.7104 25.9409C23.312 26.3294 23.7887 26.8833 24.0834 27.536L24.4165 28.2747C24.6185 28.7235 24.9305 29.1142 25.3236 29.4105C25.7167 29.7067 26.1782 29.899 26.6653 29.9695C27.1525 30.04 27.6496 29.9865 28.1106 29.8138C28.5715 29.6411 28.9815 29.355 29.3024 28.9818C29.5743 28.6653 29.7744 28.2936 29.8889 27.8925C30.0035 27.4913 30.0298 27.07 29.9661 26.6577ZM19.1384 23.7937H17.5866V25.3455H15.5176V23.7937H13.9659V21.7247H15.5176V20.1729H17.5866V21.7247H19.1384V23.7937ZM24.8282 19.6557C25.0328 19.6557 25.2328 19.7163 25.4029 19.83C25.5731 19.9437 25.7057 20.1052 25.784 20.2943C25.8623 20.4833 25.8827 20.6913 25.8428 20.892C25.8029 21.0927 25.7044 21.277 25.5597 21.4217C25.415 21.5664 25.2307 21.6649 25.03 21.7048C24.8293 21.7447 24.6213 21.7242 24.4323 21.6459C24.2433 21.5676 24.0817 21.435 23.968 21.2649C23.8544 21.0948 23.7937 20.8948 23.7937 20.6902C23.7937 20.4158 23.9027 20.1527 24.0967 19.9587C24.2907 19.7646 24.5538 19.6557 24.8282 19.6557ZM22.7592 23.7937C22.5546 23.7937 22.3546 23.733 22.1844 23.6193C22.0143 23.5057 21.8817 23.3441 21.8034 23.1551C21.7251 22.966 21.7046 22.758 21.7446 22.5574C21.7845 22.3567 21.883 22.1724 22.0277 22.0277C22.1724 21.883 22.3567 21.7845 22.5574 21.7446C22.758 21.7046 22.966 21.7251 23.1551 21.8034C23.3441 21.8817 23.5057 22.0143 23.6193 22.1844C23.733 22.3546 23.7937 22.5546 23.7937 22.7592C23.7937 23.0336 23.6847 23.2967 23.4907 23.4907C23.2967 23.6847 23.0336 23.7937 22.7592 23.7937ZM24.8282 25.8627C24.6236 25.8627 24.4236 25.802 24.2535 25.6884C24.0833 25.5747 23.9507 25.4131 23.8724 25.2241C23.7941 25.0351 23.7737 24.8271 23.8136 24.6264C23.8535 24.4257 23.952 24.2414 24.0967 24.0967C24.2414 23.952 24.4257 23.8535 24.6264 23.8136C24.8271 23.7737 25.0351 23.7941 25.2241 23.8724C25.4131 23.9507 25.5747 24.0833 25.6884 24.2535C25.802 24.4236 25.8627 24.6236 25.8627 24.8282C25.8627 25.1026 25.7537 25.3657 25.5597 25.5597C25.3657 25.7537 25.1026 25.8627 24.8282 25.8627ZM26.8972 23.7937C26.6926 23.7937 26.4926 23.733 26.3225 23.6193C26.1524 23.5057 26.0198 23.3441 25.9415 23.1551C25.8632 22.966 25.8427 22.758 25.8826 22.5574C25.9225 22.3567 26.021 22.1724 26.1657 22.0277C26.3104 21.883 26.4947 21.7845 26.6954 21.7446C26.8961 21.7046 27.1041 21.7251 27.2931 21.8034C27.4821 21.8817 27.6437 22.0143 27.7574 22.1844C27.8711 22.3546 27.9317 22.5546 27.9317 22.7592C27.9317 23.0336 27.8227 23.2967 27.6287 23.4907C27.4347 23.6847 27.1716 23.7937 26.8972 23.7937Z' fill='white'/%3E%3Cpath d='M25.3455 17.0694C25.3455 16.9322 25.291 16.8006 25.194 16.7036C25.0969 16.6066 24.9654 16.5521 24.8282 16.5521H23.7937C23.6565 16.5521 23.5249 16.6066 23.4279 16.7036C23.3309 16.8006 23.2764 16.9322 23.2764 17.0694V17.5866H25.3455V17.0694Z' fill='white'/%3E%3Cpath d='M1.34486 19.5522C1.57218 19.4227 1.81012 19.3129 2.05608 19.2238L6.20705 17.7418V16.8216C5.11642 16.2542 4.20222 15.3987 3.56385 14.348C2.92548 13.2973 2.58736 12.0917 2.58627 10.8623V7.24156C2.58627 7.10437 2.64077 6.97281 2.73777 6.8758C2.83477 6.7788 2.96634 6.72431 3.10352 6.72431H5.49065C6.21005 6.72654 6.91344 6.51205 7.50918 6.10877C8.10492 5.70549 8.56538 5.13213 8.83056 4.46339C8.86904 4.36756 8.93531 4.28544 9.02086 4.2276C9.10641 4.16976 9.20731 4.13885 9.31057 4.13885C9.41384 4.13885 9.51474 4.16976 9.60029 4.2276C9.68583 4.28544 9.75211 4.36756 9.79059 4.46339C10.0558 5.13213 10.5162 5.70549 11.112 6.10877C11.7077 6.51205 12.4111 6.72654 13.1305 6.72431H15.5176C15.6548 6.72431 15.7864 6.7788 15.8834 6.8758C15.9804 6.97281 16.0349 7.10437 16.0349 7.24156V10.8623C16.0338 12.0917 15.6957 13.2973 15.0573 14.348C14.4189 15.3987 13.5047 16.2542 12.4141 16.8216V17.7418L13.459 18.1153C13.9352 17.8502 14.4589 17.6814 15.0004 17.6187V17.0694C15.0004 16.6578 15.1639 16.2631 15.4549 15.9721C15.7459 15.6811 16.1406 15.5176 16.5521 15.5176H17.3125L17.3922 15.1985C17.4977 14.7757 17.4485 14.3292 17.2535 13.9395L17.0404 13.5127C16.8715 13.1773 16.7709 12.8117 16.7442 12.4371C16.7176 12.0626 16.7655 11.6864 16.8852 11.3305L16.9758 11.0594C17.0378 10.8735 17.0694 10.6787 17.0694 10.4827V7.75881C17.0694 5.70105 16.2519 3.72756 14.7969 2.2725C13.3418 0.817444 11.3683 0 9.31057 0C7.25281 0 5.27932 0.817444 3.82426 2.2725C2.3692 3.72756 1.55176 5.70105 1.55176 7.75881V10.4827C1.55175 10.6787 1.58337 10.8735 1.64538 11.0594L1.7359 11.3305C1.85562 11.6864 1.90355 12.0626 1.87691 12.4371C1.85028 12.8117 1.74961 13.1773 1.58073 13.5127L1.36762 13.9395C1.17263 14.3292 1.12345 14.7757 1.22899 15.1985L1.32624 15.5869C1.49153 16.2488 1.41485 16.9479 1.11003 17.5582C0.957272 17.8609 0.892439 18.2005 0.922885 18.5382C0.953331 18.8759 1.07784 19.1984 1.28227 19.4689L1.34486 19.5522Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    display: inline-flex
}

.sidebar .navbar__menu li:nth-child(16)::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='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.09437 12.0728C1.68808 12.0728 0 16.0119 0 20.8684V21.2024C0 26.0629 1.68808 30 6.09437 30H23.9056C28.3119 30 30 26.0629 30 21.2024V20.8684C30 16.0119 28.3119 12.0728 23.9056 12.0728H6.09437ZM13.0929 22.0353H9.33329V26.0911H7.45347V22.0353H3.69384V20.0235H7.45347V15.9677H9.33329V20.0235H13.0929V22.0353ZM20.6122 20.0235H18.7324V18.0117H20.6122V20.0235ZM24.3718 24.0471H22.492V22.0353H24.3718V24.0471Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9727 12.1855H13.0929V5.94085L16.9108 6.02334L16.8525 0H18.7323V7.95266H14.9727V12.1855Z' fill='white'/%3E%3C/svg%3E");
    position: relative;
    display: inline-flex
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M27 17V10C27 9.73478 26.8946 9.48043 26.7071 9.29289C26.5196 9.10536 26.2652 9 26 9V6C26.2652 6 26.5196 5.89464 26.7071 5.70711C26.8946 5.51957 27 5.26522 27 5C27 4.73478 26.8946 4.48043 26.7071 4.29289C26.5196 4.10536 26.2652 4 26 4H20C19.7348 4 19.4804 4.10536 19.2929 4.29289C19.1054 4.48043 19 4.73478 19 5C19 5.26522 19.1054 5.51957 19.2929 5.70711C19.4804 5.89464 19.7348 6 20 6V9H14V6C14.2652 6 14.5196 5.89464 14.7071 5.70711C14.8946 5.51957 15 5.26522 15 5V1C15 0.734784 14.8946 0.48043 14.7071 0.292893C14.5196 0.105357 14.2652 0 14 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V5C0 5.26522 0.105357 5.51957 0.292893 5.70711C0.48043 5.89464 0.734784 6 1 6V17C0.734784 17 0.48043 17.1054 0.292893 17.2929C0.105357 17.4804 0 17.7348 0 18V24C0 24.2652 0.105357 24.5196 0.292893 24.7071C0.48043 24.8946 0.734784 25 1 25H3.14C3.37028 25.8474 3.873 26.5954 4.5706 27.1287C5.26819 27.6621 6.1219 27.951 7 27.951C7.8781 27.951 8.73181 27.6621 9.4294 27.1287C10.127 26.5954 10.6297 25.8474 10.86 25H13C13 25.7956 13.3161 26.5587 13.8787 27.1213C14.4413 27.6839 15.2044 28 16 28C16.7956 28 17.5587 27.6839 18.1213 27.1213C18.6839 26.5587 19 25.7956 19 25H20C20 25.7956 20.3161 26.5587 20.8787 27.1213C21.4413 27.6839 22.2044 28 23 28C23.7956 28 24.5587 27.6839 25.1213 27.1213C25.6839 26.5587 26 25.7956 26 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24V18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 17ZM22 6H24V9H22V6ZM21 11H25V17H14V11H21ZM2 2H13V4H2V2ZM3 6H12V17H3V6ZM7 26C6.60444 26 6.21776 25.8827 5.88886 25.6629C5.55996 25.4432 5.30362 25.1308 5.15224 24.7654C5.00087 24.3999 4.96126 23.9978 5.03843 23.6098C5.1156 23.2219 5.30608 22.8655 5.58579 22.5858C5.86549 22.3061 6.22186 22.1156 6.60982 22.0384C6.99778 21.9613 7.39991 22.0009 7.76537 22.1522C8.13082 22.3036 8.44318 22.56 8.66294 22.8889C8.8827 23.2178 9 23.6044 9 24C9 24.5304 8.78929 25.0391 8.41421 25.4142C8.03914 25.7893 7.53043 26 7 26ZM16 26C15.8022 26 15.6089 25.9414 15.4444 25.8315C15.28 25.7216 15.1518 25.5654 15.0761 25.3827C15.0004 25.2 14.9806 24.9989 15.0192 24.8049C15.0578 24.6109 15.153 24.4327 15.2929 24.2929C15.4327 24.153 15.6109 24.0578 15.8049 24.0192C15.9989 23.9806 16.2 24.0004 16.3827 24.0761C16.5654 24.1518 16.7216 24.28 16.8315 24.4444C16.9414 24.6089 17 24.8022 17 25C17 25.2652 16.8946 25.5196 16.7071 25.7071C16.5196 25.8946 16.2652 26 16 26ZM23 26C22.8022 26 22.6089 25.9414 22.4444 25.8315C22.28 25.7216 22.1518 25.5654 22.0761 25.3827C22.0004 25.2 21.9806 24.9989 22.0192 24.8049C22.0578 24.6109 22.153 24.4327 22.2929 24.2929C22.4327 24.153 22.6109 24.0578 22.8049 24.0192C22.9989 23.9806 23.2 24.0004 23.3827 24.0761C23.5654 24.1518 23.7216 24.28 23.8315 24.4444C23.9414 24.6089 24 24.8022 24 25C24 25.2652 23.8946 25.5196 23.7071 25.7071C23.5196 25.8946 23.2652 26 23 26ZM26 23H25.22C24.9388 22.6906 24.5961 22.4435 24.2138 22.2743C23.8315 22.1052 23.418 22.0178 23 22.0178C22.582 22.0178 22.1685 22.1052 21.7862 22.2743C21.4039 22.4435 21.0612 22.6906 20.78 23H18.22C17.9388 22.6906 17.5961 22.4435 17.2138 22.2743C16.8315 22.1052 16.418 22.0178 16 22.0178C15.582 22.0178 15.1685 22.1052 14.7862 22.2743C14.4039 22.4435 14.0612 22.6906 13.78 23H10.86C10.6297 22.1526 10.127 21.4046 9.4294 20.8713C8.73181 20.3379 7.8781 20.049 7 20.049C6.1219 20.049 5.26819 20.3379 4.5706 20.8713C3.873 21.4046 3.37028 22.1526 3.14 23H2V19H26V23ZM10 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8V13C4 13.2652 4.10536 13.5196 4.29289 13.7071C4.48043 13.8946 4.73478 14 5 14H10C10.2652 14 10.5196 13.8946 10.7071 13.7071C10.8946 13.5196 11 13.2652 11 13V8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7ZM9 12H6V9H9V12ZM17 15V13C17 12.7348 17.1054 12.4804 17.2929 12.2929C17.4804 12.1054 17.7348 12 18 12C18.2652 12 18.5196 12.1054 18.7071 12.2929C18.8946 12.4804 19 12.7348 19 13V15C19 15.2652 18.8946 15.5196 18.7071 15.7071C18.5196 15.8946 18.2652 16 18 16C17.7348 16 17.4804 15.8946 17.2929 15.7071C17.1054 15.5196 17 15.2652 17 15ZM20 15V13C20 12.7348 20.1054 12.4804 20.2929 12.2929C20.4804 12.1054 20.7348 12 21 12C21.2652 12 21.5196 12.1054 21.7071 12.2929C21.8946 12.4804 22 12.7348 22 13V15C22 15.2652 21.8946 15.5196 21.7071 15.7071C21.5196 15.8946 21.2652 16 21 16C20.7348 16 20.4804 15.8946 20.2929 15.7071C20.1054 15.5196 20 15.2652 20 15ZM7.71 23.29C7.89273 23.4816 7.99632 23.7352 8 24C7.99842 24.1307 7.97124 24.2598 7.92 24.38C7.86936 24.5012 7.79833 24.6128 7.71 24.71C7.61704 24.8037 7.50644 24.8781 7.38458 24.9289C7.26272 24.9797 7.13201 25.0058 7 25.0058C6.86799 25.0058 6.73728 24.9797 6.61542 24.9289C6.49356 24.8781 6.38296 24.8037 6.29 24.71C6.20167 24.6128 6.13064 24.5012 6.08 24.38C6.02402 24.2613 5.99662 24.1312 6 24C6.00368 23.7352 6.10727 23.4816 6.29 23.29C6.33752 23.247 6.38761 23.2069 6.44 23.17C6.49574 23.1322 6.55628 23.1019 6.62 23.08L6.8 23C6.995 22.9619 7.19692 22.9828 7.38 23.06C7.50266 23.1167 7.61437 23.1945 7.71 23.29Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M2.68506 6.77734H6.06958H9.72486H13.1094V0H2.68506V6.77734Z' fill='white'/%3E%3Cpath d='M17.9412 13.0455L18.4343 14.8056L22.8858 7.17039L21.7866 6.45267L17.9412 13.0455Z' fill='white'/%3E%3Cpath d='M22.6344 4.9967L22.628 5.01379L21.9575 6.15873L23.0535 6.87987L23.7336 5.71784L22.6344 4.9967Z' fill='white'/%3E%3Cpath d='M23.4816 3.5425L22.8035 4.70526L23.9001 5.42424L24.5782 4.26148L23.4816 3.5425Z' fill='white'/%3E%3Cpath d='M21.2668 4.09905L20.5889 5.26193L21.6856 5.9807L22.3635 4.81782L21.2668 4.09905Z' fill='white'/%3E%3Cpath d='M19.1306 4.50795L18.8082 5.06504L18.7921 5.08897L19.8881 5.81011L20.565 4.64466L19.469 3.92694L19.1306 4.50795Z' fill='white'/%3E%3Cpath d='M16.9967 4.9181L18.0926 5.63582L18.4343 5.05481L18.7567 4.50114L18.7728 4.47379L17.6768 3.75607L16.9967 4.9181Z' fill='white'/%3E%3Cpath d='M24.4394 7.75139L25.1035 6.61671L24.0075 5.89557L23.3274 7.05759L24.4266 7.77873L24.4394 7.75139Z' fill='white'/%3E%3Cpath d='M26.0511 8.24015L24.9519 7.52243L24.8198 7.75142L24.275 8.68446L25.371 9.40218L26.0511 8.24015Z' fill='white'/%3E%3Cpath d='M25.9033 9.14962L25.2252 10.3124L26.3219 11.0314L26.9999 9.8686L25.9033 9.14962Z' fill='white'/%3E%3Cpath d='M7.89724 9.05696C7.39788 9.05619 6.91699 8.85659 6.54985 8.4977C6.18271 8.1388 5.95609 7.64678 5.91488 7.11911H2.69153V16.7468H13.1062V7.11911H9.88283C9.8423 7.64766 9.61544 8.14062 9.24745 8.49976C8.87947 8.8589 8.39738 9.05784 7.89724 9.05696Z' fill='white'/%3E%3Cpath d='M7.89721 8.71519C8.31096 8.7147 8.70975 8.55103 9.01598 8.25602C9.32222 7.96101 9.514 7.55576 9.55401 7.11911H6.23718C6.27865 7.55576 6.47131 7.9606 6.77792 8.2554C7.08452 8.5502 7.48331 8.71401 7.89721 8.71519Z' fill='white'/%3E%3Cpath d='M2.68506 17.2014V23.5823H7.73605V17.0886H2.68506V17.2014Z' fill='white'/%3E%3Cpath d='M7.73605 23.924H2.68506V27H7.73605V23.924Z' fill='white'/%3E%3Cpath d='M0 17.0305H2.36272V16.9177V7.11911H0V17.0305Z' fill='white'/%3E%3Cpath d='M18.2667 15.4139L18.2054 15.1952L17.7155 13.4351L17.6542 13.2163L17.593 12.9976L15.7364 6.35013L13.4703 7.06101L16.1232 16.5657L17.9605 15.9881L18.1571 15.9266L18.3892 15.8548L18.3279 15.6327L18.2667 15.4139Z' fill='white'/%3E%3Cpath d='M13.1093 17.0886H8.05835V23.5823H13.1093V17.0886Z' fill='white'/%3E%3Cpath d='M13.1093 23.924H8.05835V27H13.1093V23.924Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.08997 17.3031H8.15278L7.12122 15.2406L6.08997 17.3031Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9507 8.72095V11.0506C14.9507 11.0922 14.9341 11.1319 14.905 11.1609C14.8757 11.1903 14.836 11.2069 14.7944 11.2069H12.4647C12.4235 11.2069 12.3838 11.1903 12.3544 11.1609C12.325 11.1319 12.3085 11.0922 12.3085 11.0506V8.72095C12.3085 8.6797 12.325 8.6397 12.3544 8.61064C12.3838 8.58126 12.4235 8.5647 12.4647 8.5647H14.7944C14.836 8.5647 14.8757 8.58126 14.905 8.61064C14.9341 8.6397 14.9507 8.6797 14.9507 8.72095Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.6412 14.2916C23.7109 14.2916 24.7106 14.8238 25.3078 15.7116C25.3581 15.7875 25.4087 15.8638 25.459 15.9409C27.6903 19.3594 28.2794 22.9328 26.7731 23.9159C25.8153 24.5413 23.1015 22.5644 21.7612 21.4994C21.2484 21.0903 20.6115 20.8672 19.9556 20.8672C19.5256 20.8666 19.0281 20.8666 18.5984 20.8666C17.9422 20.8669 17.3053 21.0897 16.7925 21.4988C15.4522 22.5644 12.7387 24.5413 11.7806 23.9159C10.2747 22.9328 10.8634 19.3594 13.095 15.9409C13.1453 15.8638 13.1959 15.7875 13.2469 15.7122C13.8437 14.8247 14.8431 14.2925 15.9128 14.2925C17.7606 14.2916 20.7931 14.2916 22.6412 14.2916ZM22.1925 17.1856H21.9115C21.6531 17.1856 21.4428 17.3956 21.4428 17.6544C21.4428 17.9131 21.6531 18.1231 21.9115 18.1231H22.1925V18.4038C22.1925 18.6625 22.4025 18.8725 22.6612 18.8725C22.92 18.8725 23.13 18.6625 23.13 18.4038V18.1231H23.4106C23.6694 18.1231 23.8794 17.9131 23.8794 17.6544C23.8794 17.3956 23.6694 17.1856 23.4106 17.1856H23.13V16.905C23.13 16.6463 22.92 16.4363 22.6612 16.4363C22.4025 16.4363 22.1925 16.6463 22.1925 16.905V17.1856ZM15.424 17.1856H15.1431C14.8847 17.1856 14.6744 17.3956 14.6744 17.6544C14.6744 17.9131 14.8847 18.1231 15.1431 18.1231H15.424V18.4038C15.424 18.6625 15.634 18.8725 15.8928 18.8725C16.1515 18.8725 16.3615 18.6625 16.3615 18.4038V18.1231H16.6422C16.9009 18.1231 17.1109 17.9131 17.1109 17.6544C17.1109 17.3956 16.9009 17.1856 16.6422 17.1856H16.3615V16.905C16.3615 16.6463 16.1515 16.4363 15.8928 16.4363C15.634 16.4363 15.424 16.6463 15.424 16.905V17.1856Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3584 21.8191C18.0012 21.8631 17.6609 22.0053 17.3771 22.2319C17.3765 22.2322 17.3762 22.2325 17.3759 22.2328C16.3734 23.0297 14.6425 24.29 13.3487 24.7534C12.4865 25.0625 11.7456 25.0125 11.2681 24.7009C10.435 24.1569 9.95933 23.0809 10.0131 21.6334C10.0765 19.9353 10.8615 17.6472 12.31 15.4284C12.3628 15.3472 12.4162 15.2666 12.469 15.1888C13.2403 14.0425 14.5312 13.355 15.9121 13.355L18.3584 13.3547V1.875C18.3584 1.54344 18.2268 1.22562 17.9925 0.99125C17.7581 0.756562 17.44 0.625 17.1084 0.625C14.1268 0.625 6.62402 0.625 3.64246 0.625C3.31089 0.625 2.99277 0.756562 2.75839 0.99125C2.52402 1.22562 2.39246 1.54344 2.39246 1.875V28.125C2.39246 28.4566 2.52402 28.7744 2.75839 29.0088C2.99277 29.2434 3.31089 29.375 3.64246 29.375H17.1084C17.44 29.375 17.7581 29.2434 17.9925 29.0088C18.2268 28.7744 18.3584 28.4566 18.3584 28.125V21.8191ZM4.81058 26.2778H6.44214C6.70058 26.2778 6.91089 26.0678 6.91089 25.8091C6.91089 25.5503 6.70058 25.3403 6.44214 25.3403H4.81058C4.55183 25.3403 4.34183 25.5503 4.34183 25.8091C4.34183 26.0678 4.55183 26.2778 4.81058 26.2778ZM14.3087 26.2778H15.9403C16.199 26.2778 16.409 26.0678 16.409 25.8091C16.409 25.5503 16.199 25.3403 15.9403 25.3403H14.3087C14.0503 25.3403 13.84 25.5503 13.84 25.8091C13.84 26.0678 14.0503 26.2778 14.3087 26.2778ZM9.55964 26.2778H11.1912C11.45 26.2778 11.66 26.0678 11.66 25.8091C11.66 25.5503 11.45 25.3403 11.1912 25.3403H9.55964C9.30089 25.3403 9.09089 25.5503 9.09089 25.8091C9.09089 26.0678 9.30089 26.2778 9.55964 26.2778ZM6.42246 14.5419C6.06839 15.25 5.46496 16.4569 5.13839 17.11C5.01714 17.3522 5.03027 17.6397 5.17246 17.87C5.31496 18.1006 5.56652 18.2406 5.83714 18.2406H8.40558C8.67621 18.2406 8.92777 18.1006 9.06996 17.87C9.21246 17.6397 9.22527 17.3522 9.10433 17.11C8.77746 16.4569 8.17433 15.25 7.81996 14.5419C7.68777 14.2772 7.41714 14.11 7.12121 14.11C6.82527 14.11 6.55496 14.2772 6.42246 14.5419ZM15.8881 8.72094C15.8881 8.43094 15.7728 8.15281 15.5678 7.9475C15.3628 7.7425 15.0843 7.62719 14.7943 7.62719C14.1403 7.62719 13.119 7.62719 12.4646 7.62719C12.1746 7.62719 11.8965 7.7425 11.6915 7.9475C11.4862 8.15281 11.3709 8.43094 11.3709 8.72094C11.3709 9.37531 11.3709 10.3966 11.3709 11.0506C11.3709 11.3406 11.4862 11.6188 11.6915 11.8241C11.8965 12.0291 12.1746 12.1444 12.4646 12.1444C13.119 12.1444 14.1403 12.1444 14.7943 12.1444C15.0843 12.1444 15.3628 12.0291 15.5678 11.8241C15.7728 11.6188 15.8881 11.3406 15.8881 11.0506V8.72094ZM7.10058 9.20219L5.66308 7.76469C5.47996 7.58156 5.18308 7.58156 4.99996 7.76469C4.81714 7.9475 4.81714 8.24469 4.99996 8.4275L6.43777 9.86531L4.99996 11.3031C4.81714 11.4859 4.81714 11.7831 4.99996 11.9659C5.18308 12.1488 5.47996 12.1488 5.66308 11.9659L7.10058 10.5281L8.53839 11.9659C8.72152 12.1488 9.01839 12.1488 9.20152 11.9659C9.38433 11.7831 9.38433 11.4859 9.20152 11.3031L7.76371 9.86531L9.20152 8.4275C9.38433 8.24469 9.38433 7.9475 9.20152 7.76469C9.01839 7.58156 8.72152 7.58156 8.53839 7.76469L7.10058 9.20219ZM9.90683 2.79687V3.78031C9.90683 4.03906 10.1168 4.24906 10.3756 4.24906C10.634 4.24906 10.8443 4.03906 10.8443 3.78031V2.79687C10.8443 2.53812 10.634 2.32812 10.3756 2.32812C10.1168 2.32812 9.90683 2.53812 9.90683 2.79687Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24' fill='none'%3E%3Cpath d='M29.525 18.3428C29.525 18.3428 25.7303 22.5617 24.5986 23.5525L24.3989 23.7123L24.299 23.7763L24.1992 23.8402L24.0993 23.9041L24.0327 23.9361L23.9329 23.968H23.8663C23.7997 23.968 23.3337 24 23.3004 24C23.8996 21.1235 23.2671 18.4707 22.8677 17.2881C22.8344 17.1922 22.8011 17.0964 22.7679 17.0005C22.6014 16.6169 22.4017 16.2334 22.1687 15.8818L22.1354 15.8499C21.9357 15.5622 21.7027 15.2746 21.4364 15.0508C20.338 14.3157 19.1729 13.1331 18.5738 11.7268C18.5405 11.8547 18.4739 11.9506 18.3741 11.9825C18.1411 12.0784 17.7416 11.6629 17.5419 11.0557C17.3422 10.4804 17.3755 9.93701 17.6085 9.84113C17.7416 9.80917 17.9081 9.90505 18.0745 10.0968C17.9413 9.45759 17.0093 4.95104 19.9052 2.52198C21.6694 1.05176 23.7997 0.955877 24.1659 0.348612C24.8982 -0.833958 25.3309 1.37137 25.3309 1.37137C25.3309 1.37137 25.5306 1.4353 26.2962 1.05176C27.1949 0.636264 27.3614 3.06533 27.3614 3.06533C27.3614 3.06533 29.3585 5.49439 28.7927 10.1607C28.9924 9.90505 29.2254 9.77721 29.3585 9.84113C29.5915 9.93701 29.5915 10.4804 29.3252 11.0557C29.059 11.631 28.6595 12.0145 28.4265 11.9186L28.3267 11.8227L28.2934 11.8867L28.2268 12.0465L28.1602 12.1743L28.0604 12.3341L27.9938 12.462L27.8939 12.5898L27.8274 12.7176L27.7275 12.8455L27.6609 12.9733L27.5611 13.1012L27.4612 13.1971L27.3614 13.3249L27.2615 13.4528L27.1616 13.5806L27.0618 13.6765L26.9952 13.7724L26.8953 13.8683L26.7955 13.9641L26.6623 14.1239L26.5625 14.2198L26.4626 14.3157L26.3628 14.4116L26.2629 14.5075L26.1298 14.5714L25.9966 14.6673L25.8968 14.7312L25.7636 14.8271L25.7303 14.891L25.697 14.923C31.9881 16.4252 29.525 18.3428 29.525 18.3428Z' fill='white'/%3E%3Cpath d='M14.3797 10.4803C14.3464 11.6949 13.9137 12.8455 13.9137 13.7404C13.7472 13.7404 13.5475 13.7724 13.3478 13.7724C12.0829 13.7724 10.9179 14.2837 10.0192 15.1147C9.91931 15.2106 9.81945 15.3385 9.71959 15.4343C9.71959 15.4343 9.71959 15.4343 9.68631 15.4663C9.68631 15.4663 9.65302 15.4983 9.65302 15.5302C9.61973 15.5622 9.58645 15.6261 9.51988 15.69C9.25358 16.0736 9.02058 16.4891 8.85415 16.9046C8.85415 16.9365 8.82086 16.9685 8.82086 17.0005C8.28828 18.3748 7.82227 20.644 8.488 24C8.12185 24 7.7557 23.8402 7.45613 23.5206C6.19125 22.306 3.96107 19.877 2.56304 18.4387C2.03046 17.8954 2.29675 17.352 2.86262 16.9046L2.16361 16.9685C0.998588 16.1695 1.56446 15.8498 1.56446 15.8498C1.96389 15.4983 1.56446 15.8498 0.665726 15.3385C0.166431 15.0508 0 14.3477 0 14.2837C0.0998588 14.3157 1.39802 14.6673 2.06375 14.1879C2.86262 13.6126 3.59492 13.229 2.72947 11.9506C1.86403 10.6721 1.06516 7.22028 2.09704 5.49437C3.1622 3.70454 3.89449 3.321 4.8598 2.77766C7.0234 1.56313 11.4838 1.72293 11.6502 3.70454C11.6502 3.70454 12.1495 3.28904 12.7154 3.70454C14.6792 5.07887 14.4462 8.72247 14.3797 10.4803Z' fill='white'/%3E%3Cpath d='M20.937 16.3293C20.937 16.3293 20.8039 16.1055 20.6375 15.9777C20.3712 15.722 19.8053 15.4024 18.8067 15.4024C18.8067 15.4024 18.2409 15.69 18.0744 15.7859C17.908 15.8818 17.5418 16.0736 17.1757 16.0736C16.7763 16.0736 15.9441 16.0736 15.9108 16.0736C15.9108 16.0736 15.0454 16.0416 14.6459 16.0416C14.2798 16.0416 13.0149 15.3065 13.0149 15.3065C12.0496 15.0828 11.4837 15.5302 11.2175 15.7859C11.051 15.9457 10.9844 16.0736 10.9844 16.0736C10.352 17.0644 9.48657 19.877 9.51985 21.8266C9.55314 23.0092 9.85272 23.5206 10.0857 23.7443C10.2522 23.9041 10.4186 23.9361 10.4186 23.9361C10.7847 24.032 11.284 23.8722 11.6502 23.6484C12.0163 23.4567 12.2493 23.2329 12.2493 23.2329C12.2826 23.201 12.8152 22.6896 13.5142 22.2421C13.8471 22.0184 14.9455 21.8905 15.8775 21.8905C16.7763 21.8905 17.8414 21.9864 18.3407 22.306C19.0397 22.7215 19.5723 23.201 19.6056 23.2649C19.6056 23.2649 20.6042 24.032 21.0702 23.9361C21.0702 23.9361 21.4031 23.9041 21.5695 23.7443C21.8025 23.5206 22.2019 23.1051 22.2019 21.9545C22.2685 19.9729 21.5695 17.2242 20.937 16.3293ZM12.0496 18.3428C11.6169 18.3428 11.284 18.0232 11.284 17.6077C11.284 17.1922 11.6169 16.8726 12.0496 16.8726C12.4823 16.8726 12.8152 17.1922 12.8152 17.6077C12.8152 18.0232 12.4823 18.3428 12.0496 18.3428ZM14.9455 20.2286C14.8789 20.1966 14.8457 20.1966 14.7791 20.1966C14.5128 20.1966 14.3131 20.3884 14.3131 20.6441C14.3131 20.708 14.3131 20.7399 14.3464 20.8039C14.2132 20.8678 14.0801 20.8678 13.9469 20.8678C13.7805 20.8678 13.6141 20.8358 13.4809 20.7719C13.4809 20.7399 13.5142 20.676 13.5142 20.6441C13.5142 20.3884 13.3145 20.1966 13.0482 20.1966H12.9483C12.9151 20.1007 12.8818 19.9729 12.8818 19.845C12.8818 19.7172 12.9151 19.5893 12.9483 19.4934H13.0482C13.3145 19.4934 13.5142 19.3017 13.5142 19.046C13.5142 19.014 13.5142 18.9501 13.4809 18.9181C13.6141 18.8542 13.7805 18.8223 13.9469 18.8223C14.0801 18.8223 14.2132 18.8542 14.3464 18.8862C14.3131 18.9501 14.3131 18.9821 14.3131 19.046C14.3131 19.3017 14.5128 19.4934 14.7791 19.4934C14.8457 19.4934 14.8789 19.4934 14.9455 19.4615C14.9788 19.5893 15.0121 19.7172 15.0121 19.845C15.0454 19.9729 15.0121 20.1007 14.9455 20.2286ZM17.7748 20.5482C17.3421 20.5482 17.0093 20.2286 17.0093 19.8131C17.0093 19.3976 17.3421 19.078 17.7748 19.078C18.2076 19.078 18.5404 19.3976 18.5404 19.8131C18.5404 20.2286 18.2076 20.5482 17.7748 20.5482ZM18.7734 18.0871C18.5404 18.0871 18.3407 17.8954 18.3407 17.6717C18.3407 17.4479 18.5404 17.2562 18.7734 17.2562C19.0064 17.2562 19.2062 17.4479 19.2062 17.6717C19.2394 17.8954 19.0397 18.0871 18.7734 18.0871ZM19.772 19.046C19.539 19.046 19.3393 18.8542 19.3393 18.6305C19.3393 18.4068 19.539 18.215 19.772 18.215C20.005 18.215 20.2047 18.4068 20.2047 18.6305C20.2047 18.8542 20.005 19.046 19.772 19.046ZM19.772 17.1603C19.539 17.1603 19.3393 16.9685 19.3393 16.7448C19.3393 16.521 19.539 16.3293 19.772 16.3293C20.005 16.3293 20.2047 16.521 20.2047 16.7448C20.2047 16.9685 20.005 17.1603 19.772 17.1603ZM20.7706 18.1191C20.5376 18.1191 20.3379 17.9273 20.3379 17.7036C20.3379 17.4799 20.5376 17.2881 20.7706 17.2881C21.0036 17.2881 21.2033 17.4799 21.2033 17.7036C21.2033 17.9273 21.0036 18.0871 20.7706 18.1191Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M7.92766 6.91875V3.7125H11.0872V6.91875H7.92766ZM2.7 12.7238H0V23.2875H2.72872V16.4025H5.28511V10.3275H2.7V12.7238ZM6.00319 23.2875H8.87553V17.8875H6.00319V23.2875ZM7.92766 0H4.76809V3.7125H7.92766V0ZM22.1457 0H18.9862V3.7125H22.1457V0ZM18.9862 3.7125H15.8266V6.91875H18.9862V3.7125ZM8.84681 27H12.4372V23.2875H8.84681V27ZM6.00319 7.7625H21.0255V17.0438H6.00319V7.7625ZM15.8553 14.04H19.0149V10.3275H15.8553V14.04ZM7.89894 14.04H11.0585V10.3275H7.89894V14.04ZM24.3 12.7238V10.3613H21.7149V16.4363H24.2713V23.2875H27V12.7238H24.3ZM14.534 27H18.1245V23.2875H14.534V27ZM9.0766 13.5675H10.6277V12.5212H10.2543V12.0825H10.6277V11.7113H9.04787V13.5675H9.0766ZM18.1245 23.2875H20.9968V17.8875H18.1245V23.2875ZM17.0043 13.5675H18.584V12.5212H18.2106V12.0825H18.584V11.7113H17.0043V13.5675Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9392 30V27.0545C19.5608 27.1636 20.777 25.7455 20.777 24.1091C20.777 22.4727 19.5608 21.1636 17.9392 21.2727V18.3273H23.0068C22.8041 17.8909 22.3986 17.3455 22.3986 16.8C22.3986 14.6182 25.4392 14.6182 25.4392 16.8C25.4392 17.3455 25.1351 17.8909 24.9324 18.3273H30V29.1273C30 29.5636 29.5946 30 29.1892 30H17.9392Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76355 18.3273H7.90544C7.80409 20.0727 9.0203 21.4909 10.5406 21.4909C12.1622 21.4909 13.3784 20.0727 13.2771 18.3273H16.8244V22.9091C17.2298 22.8 17.7365 22.4727 18.1419 22.4727C20.0676 22.4727 20.0676 25.7455 18.1419 25.7455C17.7365 25.7455 17.2298 25.5273 16.8244 25.3091V30H5.57436C5.16895 30 4.76355 29.5636 4.76355 29.1273V18.3273Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 17.1273H26.5541C26.7568 15.4909 25.5405 13.9637 23.9189 13.9637C22.2973 13.9637 21.0811 15.4909 21.2838 17.1273H17.9392V12.2182C17.4324 12.4364 16.9257 12.8727 16.4189 12.8727C14.3919 12.8727 14.3919 9.49092 16.4189 9.49092C16.9257 9.49092 17.4324 9.8182 17.9392 10.0364V5.45456H29.1892C29.5946 5.45456 30 5.89092 30 6.32729V17.1273Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.96993e-05 11.6727V0.872727C-1.96993e-05 0.436364 0.405386 0 0.912142 0H12.0608V2.83636C10.5405 2.61818 9.1216 3.92727 9.1216 5.67273C9.1216 7.41818 10.5405 8.72727 12.0608 8.50909V11.6727H6.99322C7.09457 12.1091 7.39863 12.6545 7.39863 13.0909C7.39863 15.2727 4.25674 15.2727 4.25674 13.0909C4.25674 12.6545 4.56079 12.1091 4.76349 11.6727H-1.96993e-05Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M29.8737 5.89621C28.2 4.03947 26.4631 3.7694 24.7895 3.46557C23.2421 3.22926 21.7895 2.95919 20.3684 1.50756L20.7158 0.73111C20.8105 0.494798 20.7158 0.190969 20.4947 0.0559334C20.4 -0.0115842 20.2737 -0.0115842 20.1474 0.0221746C20.021 0.0559334 19.9263 0.15721 19.8947 0.258486L15.2526 10.5212L10.6421 0.292245C10.5158 0.0559335 10.2631 -0.045343 10.0105 0.0559334C9.8842 0.123451 9.82104 0.224728 9.78946 0.326004C9.75788 0.461039 9.75788 0.596074 9.82104 0.697351L10.1684 1.4738C8.74735 2.95919 7.29472 3.1955 5.74735 3.43181C4.04209 3.73564 2.30525 4.03947 0.631565 5.89621C0.505249 6.03124 0.47367 6.26755 0.536828 6.43635L3.7263 13.4919C3.78946 13.627 3.91578 13.7283 4.07367 13.762C4.23157 13.7958 4.38946 13.7283 4.4842 13.627C5.93683 12.0066 7.45262 11.7702 9.06314 11.5002C10.1052 11.3314 11.1474 11.1626 12.221 10.6224C12.7579 10.3524 13.2947 9.98102 13.7684 9.5084L14.7474 11.669L13.1053 15.2812H14.1474L15.2526 12.8168L16.3579 15.2812H17.2105C17.2737 15.2812 17.3368 15.2812 17.4 15.2812L15.7579 11.669L16.7368 9.5084C17.2421 9.98102 17.7474 10.3524 18.2842 10.6224C19.3263 11.1626 20.4 11.3314 21.4421 11.5002C23.0526 11.7702 24.5684 12.0066 26.021 13.627C26.1158 13.7283 26.2737 13.7958 26.4316 13.762C26.5895 13.7283 26.7158 13.627 26.7789 13.4919L29.9684 6.43635C30.0316 6.26755 30 6.03124 29.8737 5.89621ZM10.5789 2.41905L11.2105 3.87068C10.7368 4.3433 10.4526 4.5121 9.91578 4.81593L9.2842 3.43181C9.7263 3.16174 10.1684 2.82416 10.5789 2.41905ZM9.8842 4.9172L10.5789 6.43635C10.0105 6.74018 9.69472 6.84145 9.09472 7.01025L8.43157 5.4911C8.96841 5.32231 9.31578 5.22103 9.8842 4.9172ZM7.64209 4.07323L8.24209 5.42358C7.70525 5.59238 7.38946 5.6599 6.8842 5.76117L6.66314 5.82869L6.03157 4.41082C6.53683 4.3433 7.10525 4.24203 7.64209 4.07323ZM6.44209 5.99748L6.66314 5.92997L7.35788 7.44911L7.16841 7.48287C6.66314 7.58415 6.34735 7.68542 5.81051 7.85422L5.11578 6.33507C5.62104 6.20004 5.96841 6.09876 6.44209 5.99748ZM4.29472 4.78217L4.98946 6.30131C4.38946 6.47011 4.07367 6.57138 3.50525 6.87521L2.81051 5.35607C3.25262 5.11976 3.75788 4.9172 4.29472 4.78217ZM2.21051 7.85422C2.65262 7.44911 2.93683 7.24656 3.44209 6.97649L4.13683 8.49564C3.63157 8.76571 3.34735 8.9345 2.90525 9.37337L2.21051 7.85422ZM4.29472 12.4792L3.66314 11.0613C4.10525 10.6562 4.38946 10.4536 4.89472 10.1836L5.5263 11.5677C5.0842 11.8378 4.67367 12.1416 4.29472 12.4792ZM4.9263 10.0485L4.26314 8.56315C4.83157 8.25932 5.14735 8.15805 5.74735 7.98925L6.44209 9.5084C5.84209 9.64344 5.49472 9.77847 4.9263 10.0485ZM7.13683 10.8925L6.53683 9.54216C7.07367 9.37337 7.38946 9.30585 7.89472 9.20457L8.11578 9.17081L8.74735 10.5887C8.24209 10.6562 7.67367 10.7575 7.13683 10.8925ZM8.36841 9.00202L8.14735 9.03578L7.4842 7.51663L7.67367 7.48287C8.17893 7.3816 8.49472 7.28032 9.06314 7.11153L9.7263 8.63067C9.18946 8.79947 8.84209 8.86698 8.36841 9.00202ZM10.5158 10.2173L9.82104 8.69819C10.421 8.5294 10.7368 8.39436 11.3052 8.12429L11.9684 9.60968C11.5579 9.87975 11.0526 10.0823 10.5158 10.2173ZM11.3684 7.98925L10.6737 6.47011C11.2105 6.20004 11.4947 5.99748 11.9684 5.52486L12.6316 7.04401C12.1895 7.51663 11.9053 7.71918 11.3684 7.98925ZM26.2105 4.78217C26.7474 4.9172 27.2526 5.11976 27.6947 5.38983L27 6.90897C26.4316 6.60514 26.1158 6.50387 25.5158 6.33507L26.2105 4.78217ZM25.421 6.33507L24.7263 7.85422C24.1895 7.68542 23.8421 7.61791 23.3684 7.48287L23.1789 7.44911L23.8421 5.92997L24.0631 5.99748C24.5684 6.09876 24.8842 6.20004 25.421 6.33507ZM22.8631 4.07323C23.4 4.24203 23.9684 4.30954 24.4421 4.41082L23.7789 5.82869L23.5579 5.76117C23.0526 5.6599 22.7368 5.55862 22.2 5.42358L22.8631 4.07323ZM19.9263 2.41905C20.3368 2.82416 20.7789 3.12799 21.221 3.39806L20.5895 4.78217C20.0526 4.5121 19.7684 4.30954 19.2947 3.83692L19.9263 2.41905ZM22.1053 5.4911L21.4421 7.01025C20.8421 6.84145 20.5263 6.74018 19.9579 6.43635L20.6526 4.9172C21.1895 5.22103 21.5368 5.32231 22.1053 5.4911ZM17.8421 7.04401L18.5053 5.52486C18.9789 5.99748 19.2631 6.16628 19.8 6.47011L19.1053 7.98925C18.6 7.71918 18.3158 7.51663 17.8421 7.04401ZM19.9895 10.2173C19.4526 10.0823 18.9789 9.87975 18.5053 9.60968L19.1684 8.12429C19.7368 8.42812 20.0526 8.5294 20.6526 8.69819L19.9895 10.2173ZM20.8105 8.63067L21.4737 7.11153C22.0105 7.28032 22.3579 7.34784 22.8316 7.48287L23.021 7.51663L22.3579 9.03578L22.1368 9.00202C21.6631 8.86698 21.3158 8.79947 20.8105 8.63067ZM23.3684 10.8925C22.8316 10.7575 22.2947 10.6562 21.7579 10.5549L22.421 9.13705L22.6421 9.17081C23.1474 9.27209 23.4631 9.37337 24 9.5084L23.3684 10.8925ZM24.7895 7.9555C25.3895 8.12429 25.7052 8.25932 26.2737 8.5294L25.6105 10.0485C25.0421 9.74471 24.7263 9.64344 24.1263 9.47464L24.7895 7.9555ZM26.2105 12.4792C25.8316 12.1416 25.4526 11.8378 25.0105 11.5677L25.6421 10.1836C26.1474 10.4536 26.4316 10.6224 26.8737 11.0613L26.2105 12.4792ZM27.6 9.37337C27.1579 8.96826 26.8421 8.76571 26.3684 8.49564L27.0631 6.97649C27.5684 7.24656 27.8526 7.41535 28.2947 7.85422L27.6 9.37337Z' fill='%23F8F8F8'/%3E%3Cpath d='M4.35789 25.6789H0.6C0.284211 25.6789 0 25.9489 0 26.3203C0 26.6579 0.252632 26.9617 0.6 26.9617H4.61053C4.45263 26.6241 4.35789 26.2528 4.35789 25.8814V25.6789Z' fill='%23F8F8F8'/%3E%3Cpath d='M4.35792 24.5986V24.4636C4.35792 24.0584 4.3895 23.6871 4.48424 23.3158H1.45266C1.13687 23.3158 0.852661 23.5858 0.852661 23.9572C0.852661 24.2948 1.13687 24.5986 1.45266 24.5986H4.35792Z' fill='%23F8F8F8'/%3E%3Cpath d='M2.27371 20.9864C1.95792 20.9864 1.67371 21.2565 1.67371 21.6278C1.67371 21.9654 1.92634 22.2692 2.27371 22.2692H4.86318C5.11581 21.7966 5.4316 21.3577 5.81055 20.9864H2.27371Z' fill='%23F8F8F8'/%3E%3Cpath d='M24.8842 20.8514H22.7368L19.7684 17.543C19.1052 16.8003 18.1894 16.3952 17.2105 16.3952H12.8526C11.3684 16.3952 10.042 17.3742 9.53678 18.8596L8.84204 20.8514H8.81047C6.94731 20.8514 5.43152 22.4718 5.43152 24.4636V25.8477C5.43152 26.4891 5.93678 27.0292 6.53678 27.0292H7.38941C7.57889 28.6834 8.9052 30 10.5157 30C12.1263 30 13.4526 28.7172 13.642 27.0292H20.2736C20.4631 28.6834 21.7894 30 23.3999 30C25.0105 30 26.3368 28.7172 26.5263 27.0292H27.3789C27.9789 27.0292 28.4841 26.4891 28.4841 25.8477V24.6999C28.4841 22.5731 26.8736 20.8514 24.8842 20.8514ZM10.4841 28.1433C9.69468 28.1433 9.0631 27.4681 9.0631 26.6241C9.0631 25.7802 9.69468 25.105 10.4841 25.105C11.2736 25.105 11.9052 25.7802 11.9052 26.6241C11.9052 27.4343 11.2736 28.1433 10.4841 28.1433ZM10.7052 20.8514L11.1789 19.501C11.4315 18.7583 12.0947 18.2519 12.8526 18.2519H13.8631L14.3684 20.8514H10.7052ZM16.1368 20.8514L15.6315 18.2519H17.2105C17.6841 18.2519 18.1578 18.4545 18.5052 18.8258L20.3052 20.8514H16.1368ZM23.3999 28.1433C22.6105 28.1433 21.9789 27.4681 21.9789 26.6241C21.9789 25.7802 22.6105 25.105 23.3999 25.105C24.1894 25.105 24.821 25.7802 24.821 26.6241C24.821 27.4343 24.1894 28.1433 23.3999 28.1433Z' fill='%23F8F8F8'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='24' height='30' viewBox='0 0 24 30' fill='none'%3E%3Cpath d='M14.0323 4.16447C14.4184 2.57709 13.3369 1.00143 11.6166 0.645133C9.89634 0.288838 8.18877 1.28683 7.80265 2.87422C7.41653 4.4616 8.49807 6.03726 10.2183 6.39356C11.9386 6.74985 13.6462 5.75186 14.0323 4.16447Z' fill='white'/%3E%3Cpath d='M23.664 5.9314H18.7914C18.5225 5.9314 18.3209 6.17946 18.3209 6.36551C18.3209 6.55156 18.5561 6.79963 18.5561 6.79963L17.9849 7.76089C15.8342 7.69887 12.4402 7.57484 11.8689 7.51282C11.0624 7.45081 10.0879 7.26476 10.0207 7.26476L8.23965 6.89266C7.56756 6.73761 7.0299 7.01669 6.72746 7.17173C5.51771 7.85391 4.54319 12.5362 4.57679 16.7533V17.3115C4.57679 19.0479 4.34156 21.2805 4.03913 21.8387C3.66948 22.5519 1.55242 25.7767 0.241855 27.7613C-0.228603 28.4435 0.00662597 29.3737 0.779522 29.7768C1.51881 30.2109 2.52694 29.9939 2.96379 29.2807C3.29983 28.7536 6.32421 24.1953 6.89548 23.141C7.43315 22.1488 7.63477 20.1952 7.70198 18.7689C9.65102 20.3503 11.7345 22.0868 12.1713 22.5209C12.541 23.2031 13.4819 26.3039 14.1876 28.8776C14.3556 29.5598 15.0277 29.9939 15.7334 29.9939C15.8678 29.9939 16.0022 29.9939 16.1366 29.9629C16.9767 29.7768 17.5144 28.9706 17.2792 28.1644C15.4981 21.6216 14.8597 20.9394 14.658 20.7224C14.1876 20.2263 12.1377 18.5208 10.6591 17.2805L11.7681 13.1563C12.4066 13.4354 13.045 13.5905 13.6163 13.5905C15.3301 13.5905 17.212 11.6369 18.2201 10.4586C18.2873 10.3966 18.3209 10.3346 18.3545 10.2726C18.6905 10.2726 18.993 10.3036 19.0602 10.3036C19.7995 10.3036 20.4044 9.77643 20.438 9.09425C20.438 8.84618 20.3707 8.59812 20.2363 8.38106H20.3035C20.5724 8.38106 20.8412 8.22602 20.942 7.97795L21.1436 7.45081H21.9838C22.0846 7.45081 22.1854 7.38879 22.219 7.32677L22.4206 7.01669H23.7312C23.8656 7.01669 24 6.89266 24 6.76862V6.17946C23.9328 6.05543 23.7984 5.9314 23.664 5.9314ZM13.6163 11.1098C13.3139 11.1098 12.9106 10.9548 12.4402 10.7067L12.6082 10.1175C13.2131 10.1485 14.0196 10.1795 14.8597 10.2106C14.322 10.6757 13.8179 11.0478 13.6163 11.1098ZM20.3707 7.82291C20.3707 7.85392 20.3371 7.88492 20.2699 7.88492H19.6651L19.7995 7.48181H20.5052L20.3707 7.82291Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M6.59485 0.450772V4.97261C6.59476 4.98456 6.59671 4.99639 6.60058 5.00731C6.60444 5.01822 6.61012 5.02795 6.61724 5.03583C6.62436 5.04371 6.63274 5.04956 6.64182 5.05298C6.65089 5.05639 6.66044 5.05729 6.66982 5.05562C8.52095 4.73435 10.3333 4.55753 12.068 4.67375C12.0769 4.67431 12.0858 4.67258 12.0942 4.66866C12.1026 4.66474 12.1102 4.65872 12.1167 4.65095C12.1231 4.64319 12.1283 4.63385 12.1318 4.62349C12.1353 4.61314 12.1371 4.602 12.1371 4.59074V0.0830151C12.1371 0.0609981 12.1301 0.0398829 12.1178 0.0243145C12.1055 0.00874615 12.0887 0 12.0713 0C10.6246 0.0199236 8.8195 0.142509 6.65601 0.367757C6.63938 0.36923 6.62381 0.378623 6.61246 0.394034C6.6011 0.409446 6.59481 0.429726 6.59485 0.450772Z' fill='white'/%3E%3Cpath d='M24.4762 0.168518C24.0846 0.168573 23.6989 0.289648 23.3529 0.521176C23.0068 0.752703 22.7109 1.08764 22.491 1.49676C22.8661 1.52755 23.2395 1.58715 23.6089 1.67524C23.9252 1.75826 24.1514 2.20571 24.135 2.7121C24.1001 3.76722 24.0251 5.09547 23.017 5.19674C22.9013 5.20837 22.7869 5.21667 22.6771 5.21833C22.9432 5.59775 23.2804 5.88697 23.6578 6.05961C24.0352 6.23224 24.4409 6.28278 24.8378 6.20661C25.2347 6.13044 25.6101 5.92999 25.9299 5.62355C26.2496 5.31712 26.5034 4.91446 26.6682 4.45234C26.833 3.99022 26.9035 3.48336 26.8732 2.97802C26.8429 2.47268 26.7129 1.98496 26.4949 1.55939C26.2769 1.13382 25.978 0.783949 25.6254 0.541717C25.2727 0.299485 24.8777 0.172608 24.4762 0.172669V0.168518Z' fill='white'/%3E%3Cpath d='M22.6455 5.71227C22.3049 5.71227 21.9813 5.64835 21.7367 5.4184C21.6749 5.36029 21.5644 5.3578 21.4829 5.36527C21.2642 5.38495 21.0467 5.30954 20.8667 5.15157C20.6866 4.99359 20.5548 4.76258 20.4932 4.49693C20.2959 3.58376 20.3505 2.54441 20.6372 1.77985C20.843 1.23195 21.2106 0.917319 21.6164 0.933092C21.9366 0.946374 23.0328 1.00531 23.6937 1.18214C24.204 1.31994 24.5565 1.96912 24.5315 2.72622C24.4993 3.71161 24.4401 5.54873 23.0486 5.68654C22.9138 5.70231 22.7784 5.71227 22.6455 5.71227ZM21.546 4.36494C21.7824 4.35541 22.0146 4.44439 22.2069 4.61813C22.3568 4.75843 22.8303 4.71111 22.9861 4.69534C23.5727 4.63639 23.7016 3.9731 23.743 2.68637C23.7522 2.40744 23.6398 2.18828 23.5287 2.15756C23.0539 2.02889 22.2135 1.95418 21.5894 1.92761H21.5855C21.4678 1.92761 21.3823 2.12187 21.3507 2.20571C21.1442 2.7561 21.1061 3.55139 21.254 4.23294C21.2685 4.27407 21.2921 4.309 21.322 4.33347C21.3519 4.35794 21.3868 4.37089 21.4224 4.37075C21.4645 4.36494 21.5059 4.36494 21.546 4.36494Z' fill='white'/%3E%3Cpath d='M29.9396 26.5516C29.6857 25.6234 28.8499 24.7999 28.339 23.3347C28.045 22.4929 27.6932 21.1456 28.0187 18.2143C28.2541 16.3839 28.3936 13.529 28.168 11.7857C27.8701 9.47618 26.4254 7.81339 24.5341 7.9487C23.6832 8.0093 23.2189 8.31563 21.9518 9.48365C21.3172 10.0648 20.4268 9.9228 19.9461 9.51852L18.1634 7.97028C17.9469 7.77824 17.6789 7.70238 17.4182 7.75933C17.1575 7.81628 16.9253 8.00141 16.7725 8.27412C16.6303 8.53759 16.574 8.86014 16.6154 9.17465C16.6568 9.48917 16.7927 9.77141 16.9948 9.96265L19.0005 11.8629C19.925 12.7271 21.1219 12.9935 22.0359 12.6308C22.057 12.6221 22.0795 12.6213 22.1009 12.6282C22.1223 12.6352 22.1417 12.6497 22.1568 12.6701C22.1719 12.6905 22.1821 12.7159 22.1862 12.7433C22.1903 12.7708 22.1881 12.7991 22.1799 12.825C22.1142 13.0417 21.957 13.5281 21.9169 13.6601C21.9155 13.664 21.9149 13.6682 21.9151 13.6724C21.9152 13.6766 21.9162 13.6807 21.9179 13.6844C21.9195 13.688 21.9219 13.6911 21.9247 13.6934C21.9275 13.6957 21.9307 13.6971 21.934 13.6975C21.9998 13.7083 22.1589 13.734 22.1918 13.734C22.2978 13.734 22.4024 13.7037 22.4978 13.6455C22.5932 13.5873 22.677 13.5026 22.7428 13.3978C22.8744 13.1114 23.3925 12.0007 23.795 11.2195C23.823 11.1653 23.8596 11.119 23.9025 11.0838C23.9455 11.0485 23.9938 11.0249 24.0444 11.0146C24.095 11.0043 24.1467 11.0074 24.1963 11.0238C24.2459 11.0403 24.2922 11.0696 24.3322 11.1099L24.3533 11.1298C24.4313 11.1995 24.4852 11.3041 24.5041 11.4224C24.5229 11.5406 24.5052 11.6635 24.4546 11.7657C24.012 12.6216 23.4024 13.949 23.4024 13.949C23.2366 14.2384 23.009 14.4623 22.7462 14.5945C22.4834 14.7268 22.1963 14.7621 21.9182 14.6962L19.7955 14.1607C19.2576 14.0237 18.7157 14.4496 18.6118 15.1295C18.5652 15.4413 18.6145 15.7637 18.7498 16.0311C18.8851 16.2985 19.0961 16.4906 19.3398 16.5682L21.7729 17.3219C22.3708 17.5024 22.9972 17.4632 23.578 17.2088C24.1589 16.9545 24.67 16.4957 25.051 15.8866L26.3708 13.8511C26.435 13.7545 26.5257 13.6923 26.6248 13.6769C26.7239 13.6615 26.824 13.694 26.9048 13.7681C26.9483 13.8067 26.985 13.8563 27.0126 13.9137C27.0402 13.971 27.0582 14.035 27.0654 14.1015C27.0725 14.1681 27.0687 14.2358 27.0542 14.3004C27.0397 14.365 27.0148 14.4251 26.981 14.477L25.6659 16.5067C25.1912 17.2629 24.5553 17.8321 23.833 18.1475C23.1107 18.4628 22.3321 18.511 21.5888 18.2866H21.5835L20.6431 17.9952C20.5806 17.9756 20.5147 17.9843 20.4567 18.0196C20.3987 18.0549 20.3523 18.1147 20.3255 18.1886C19.7985 19.6802 19.348 21.2131 18.9768 22.7777C18.502 24.829 18.4856 26.2527 18.5901 27.1028C18.6947 27.9529 19.3339 28.6236 20.0158 28.6029C20.6142 28.5846 21.1843 27.9562 21.3238 27.2215C21.4665 26.4652 21.3422 25.1461 21.7696 23.5688C22.0208 22.6415 22.4732 21.4519 23.5149 20.186C23.8252 19.8091 24.3283 19.9369 24.4447 20.4574C24.7077 21.6487 25.3732 24.2238 25.9703 25.4134C26.6279 26.7209 27.154 27.4456 27.6386 28.0193C28.1049 28.5738 28.7566 28.8494 29.3688 28.3928C29.618 28.2167 29.8111 27.9369 29.9151 27.6011C30.0192 27.2654 30.0279 26.8944 29.9396 26.5516Z' fill='white'/%3E%3Cpath d='M12.072 6.97411C10.6253 6.99514 8.82021 7.118 6.65672 7.34269C6.64009 7.34417 6.62452 7.35356 6.61317 7.36897C6.60182 7.38438 6.59552 7.40466 6.59556 7.42571V8.17285C5.90958 7.97271 5.23368 7.72101 4.57149 7.41907V0.647526C4.5715 0.636192 4.56968 0.624974 4.56613 0.614563C4.56258 0.604152 4.55738 0.59477 4.55085 0.586992C4.54432 0.579215 4.5366 0.573207 4.52816 0.569341C4.51972 0.565475 4.51074 0.563831 4.50178 0.564511C1.25721 0.755446 -0.0303646 1.76989 0.000542353 3.01512C0.00448792 3.18115 0.0123791 3.33888 0.0123791 3.50159C0.0123791 6.13067 0.0169822 23.9806 0.0169822 24.0063C0.0314493 26.3889 4.77271 29.8058 9.90195 30C9.91939 30 9.93612 29.9913 9.94845 29.9757C9.96078 29.9601 9.96771 29.939 9.96771 29.917V21.4171C10.6773 21.3805 11.3776 21.3797 12.0648 21.4254C12.0737 21.4259 12.0826 21.4242 12.091 21.4203C12.0993 21.4164 12.107 21.4103 12.1134 21.4026C12.1199 21.3948 12.125 21.3855 12.1285 21.3751C12.132 21.3648 12.1338 21.3536 12.1338 21.3424V7.05795C12.134 7.03663 12.1277 7.01603 12.1162 7.00042C12.1047 6.98481 12.0889 6.97538 12.072 6.97411ZM4.53861 21.8205C2.71378 21.9201 1.50709 22.2713 0.800836 22.7752V4.80243C1.58995 5.76375 2.91698 6.70431 4.53861 7.40579V21.8205ZM9.971 21.4171C8.86624 21.4735 7.73518 21.6196 6.59491 21.8205V8.17368C7.70274 8.50068 8.83377 8.68646 9.971 8.72822V21.4171Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M0.967742 0.967742H4.83871V0H0.483871C0.35554 0 0.232466 0.0509791 0.141723 0.141723C0.0509791 0.232466 0 0.35554 0 0.483871V4.83871H0.967742V0.967742Z' fill='white'/%3E%3Cpath d='M29.0322 4.83871H30V0.483871C30 0.35554 29.949 0.232466 29.8582 0.141723C29.7675 0.0509791 29.6444 0 29.5161 0H25.1613V0.967742H29.0322V4.83871Z' fill='white'/%3E%3Cpath d='M29.0322 29.0323H25.1613V30H29.5161C29.6444 30 29.7675 29.949 29.8582 29.8583C29.949 29.7675 30 29.6445 30 29.5161V25.1613H29.0322V29.0323Z' fill='white'/%3E%3Cpath d='M0.967742 25.1613H0V29.5161C0 29.6445 0.0509791 29.7675 0.141723 29.8583C0.232466 29.949 0.35554 30 0.483871 30H4.83871V29.0323H0.967742V25.1613Z' fill='white'/%3E%3Cpath d='M2.99995 13.5484C3.31371 10.8593 4.52592 8.35477 6.44032 6.44038C8.35471 4.52598 10.8592 3.31377 13.5483 3.00001V2.01678C10.6068 2.35521 7.86629 3.67893 5.77258 5.77264C3.67887 7.86635 2.35515 10.6069 2.01672 13.5484H2.99995Z' fill='white'/%3E%3Cpath d='M3.96057 13.6674C4.14317 13.7473 4.3074 13.8639 4.44308 14.0098C4.57875 14.1558 4.68298 14.3282 4.74928 14.5161H5.80654V15.4839H4.75073C4.68623 15.673 4.58249 15.8464 4.44632 15.9926C4.31015 16.1389 4.14462 16.2547 3.96057 16.3326C4.14956 17.9451 4.68982 19.4965 5.54331 20.8776C6.87148 19.5873 8.6513 18.8672 10.503 18.871H12.1128C12.3652 18.8707 12.6071 18.7703 12.7856 18.5919C12.964 18.4135 13.0643 18.1715 13.0646 17.9192C13.0682 17.7737 13.0366 17.6295 12.9726 17.4987C12.9086 17.368 12.814 17.2546 12.6969 17.1682C11.7899 16.5151 11.1369 15.5683 10.8485 14.4885C10.4776 14.4156 10.1498 14.2009 9.93472 13.8901C9.71966 13.5793 9.63433 13.1968 9.69686 12.824C9.75002 12.5376 9.88685 12.2733 10.0901 12.0645C10.2933 11.8558 10.5539 11.7119 10.8388 11.6511C11.0555 10.7002 11.5817 9.84796 12.3347 9.22809C13.0878 8.60823 14.0252 8.25572 15.0001 8.2258C15.9738 8.25504 16.9103 8.60617 17.6633 9.22427C18.4162 9.84237 18.943 10.6926 19.1614 11.6419C19.53 11.717 19.855 11.9323 20.0681 12.2423C20.2811 12.5524 20.3654 12.933 20.3033 13.304C20.25 13.5918 20.1122 13.8573 19.9076 14.0666C19.7029 14.2759 19.4407 14.4195 19.1541 14.4794C18.8669 15.5628 18.2128 16.5131 17.3033 17.1682C17.1862 17.2547 17.0917 17.368 17.0277 17.4988C16.9636 17.6295 16.9321 17.7737 16.9356 17.9192C16.9358 18.1715 17.0361 18.4133 17.2144 18.5917C17.3928 18.7702 17.6346 18.8706 17.8869 18.871H19.4967C21.3483 18.8674 23.128 19.5872 24.4564 20.8771C25.3104 19.4961 25.8507 17.9444 26.0391 16.3316C25.8566 16.2519 25.6924 16.1355 25.5567 15.9896C25.4211 15.8438 25.3168 15.6717 25.2504 15.4839H24.1936V14.5161H25.2504C25.3166 14.3282 25.4208 14.1559 25.5565 14.0099C25.6922 13.864 25.8565 13.7476 26.0391 13.6679C25.7511 11.193 24.6359 8.88775 22.8741 7.12585C21.1123 5.36394 18.8071 4.24858 16.3322 3.96048C16.2524 4.14303 16.136 4.30722 15.9901 4.44283C15.8441 4.57844 15.6719 4.68255 15.484 4.74871V5.80645H14.5162V4.74871C14.3282 4.68261 14.1559 4.57852 14.0098 4.44291C13.8638 4.3073 13.7473 4.14308 13.6675 3.96048C11.1926 4.24855 8.88756 5.36385 7.12575 7.12566C5.36394 8.88747 4.24865 11.1926 3.96057 13.6674ZM22.2582 14.5161H23.2259V15.4839H22.2582V14.5161ZM20.3227 14.5161H21.2904V15.4839H20.3227V14.5161ZM14.5162 6.77419H15.484V7.74193H14.5162V6.77419ZM8.70976 14.5161H9.67751V15.4839H8.70976V14.5161ZM7.74202 15.4839H6.77428V14.5161H7.74202V15.4839Z' fill='white'/%3E%3Cpath d='M27 16.4516C26.6863 19.1407 25.4741 21.6452 23.5597 23.5596C21.6453 25.474 19.1408 26.6862 16.4517 27V27.9822C19.3925 27.6426 22.132 26.3185 24.2253 24.2253C26.3186 22.132 27.6426 19.3924 27.9823 16.4516H27Z' fill='white'/%3E%3Cpath d='M27 13.5484H27.9842C27.6459 10.6067 26.322 7.86601 24.2281 5.77227C22.1342 3.67853 19.3934 2.35492 16.4517 2.01678V3.00001C19.1408 3.31377 21.6453 4.52598 23.5597 6.44038C25.4741 8.35477 26.6863 10.8593 27 13.5484Z' fill='white'/%3E%3Cpath d='M15 3.87097C15.1283 3.87097 15.2514 3.81999 15.3421 3.72925C15.4329 3.6385 15.4839 3.51543 15.4839 3.3871V1.45161C15.4839 1.32328 15.4329 1.20021 15.3421 1.10947C15.2514 1.01872 15.1283 0.967743 15 0.967743C14.8717 0.967743 14.7486 1.01872 14.6578 1.10947C14.5671 1.20021 14.5161 1.32328 14.5161 1.45161V3.3871C14.5161 3.51543 14.5671 3.6385 14.6578 3.72925C14.7486 3.81999 14.8717 3.87097 15 3.87097Z' fill='white'/%3E%3Cpath d='M26.6129 14.5161C26.4846 14.5161 26.3615 14.5671 26.2708 14.6579C26.18 14.7486 26.129 14.8717 26.129 15C26.129 15.1283 26.18 15.2514 26.2708 15.3422C26.3615 15.4329 26.4846 15.4839 26.6129 15.4839H28.5484C28.6767 15.4839 28.7998 15.4329 28.8905 15.3422C28.9813 15.2514 29.0323 15.1283 29.0323 15C29.0323 14.8717 28.9813 14.7486 28.8905 14.6579C28.7998 14.5671 28.6767 14.5161 28.5484 14.5161H26.6129Z' fill='white'/%3E%3Cpath d='M2.99995 16.4516H2.01672C2.35527 19.393 3.67906 22.1333 5.77276 24.2269C7.86647 26.3204 10.6069 27.6439 13.5483 27.9822V27C10.8592 26.6863 8.35463 25.4741 6.44022 23.5597C4.52581 21.6453 3.31363 19.1408 2.99995 16.4516Z' fill='white'/%3E%3Cpath d='M1.45164 14.5161C1.32331 14.5161 1.20024 14.5671 1.1095 14.6579C1.01875 14.7486 0.967773 14.8717 0.967773 15C0.967773 15.1283 1.01875 15.2514 1.1095 15.3422C1.20024 15.4329 1.32331 15.4839 1.45164 15.4839H3.38713C3.51546 15.4839 3.63853 15.4329 3.72928 15.3422C3.82002 15.2514 3.871 15.1283 3.871 15C3.871 14.8717 3.82002 14.7486 3.72928 14.6579C3.63853 14.5671 3.51546 14.5161 3.38713 14.5161H1.45164Z' fill='white'/%3E%3Cpath d='M15 26.129C14.8717 26.129 14.7486 26.18 14.6578 26.2708C14.5671 26.3615 14.5161 26.4846 14.5161 26.6129V28.5484C14.5161 28.6767 14.5671 28.7998 14.6578 28.8905C14.7486 28.9813 14.8717 29.0323 15 29.0323C15.1283 29.0323 15.2514 28.9813 15.3421 28.8905C15.4329 28.7998 15.4839 28.6767 15.4839 28.5484V26.6129C15.4839 26.4846 15.4329 26.3615 15.3421 26.2708C15.2514 26.18 15.1283 26.129 15 26.129Z' fill='white'/%3E%3Cpath d='M23.9032 21.6871C23.8912 21.675 23.8805 21.6614 23.8684 21.6493C23.2957 21.0734 22.6144 20.6168 21.8639 20.306C21.1135 19.9952 20.3089 19.8364 19.4966 19.8387H17.8868C17.378 19.8381 16.8901 19.6356 16.5304 19.2758C16.1706 18.9159 15.9683 18.428 15.9678 17.9192C15.964 17.6177 16.0331 17.3197 16.1694 17.0507C16.3056 16.7816 16.5049 16.5496 16.7502 16.3742C17.5552 15.7869 18.106 14.9148 18.2903 13.9355C18.3127 13.8262 18.372 13.728 18.4585 13.6574C18.5449 13.5869 18.653 13.5484 18.7645 13.5484H18.8207C18.9413 13.5527 19.0597 13.5153 19.156 13.4425C19.2522 13.3697 19.3204 13.2659 19.3491 13.1487C19.3614 13.079 19.3582 13.0074 19.3399 12.939C19.3215 12.8706 19.2884 12.8071 19.2428 12.7529C19.1972 12.6988 19.1403 12.6553 19.076 12.6255C19.0118 12.5957 18.9418 12.5804 18.871 12.5806H18.7713C18.6598 12.5807 18.5516 12.5421 18.4652 12.4716C18.3788 12.4011 18.3194 12.3028 18.2971 12.1935C17.9405 10.4264 16.5847 9.19354 15 9.19354C13.4153 9.19354 12.0591 10.4264 11.7024 12.1935C11.6816 12.3044 11.6219 12.4043 11.5341 12.4752C11.4464 12.5461 11.3362 12.5835 11.2234 12.5806C11.0966 12.5693 10.9698 12.6031 10.8655 12.6762C10.7612 12.7492 10.6861 12.8568 10.6534 12.9798C10.641 13.0494 10.6441 13.1208 10.6623 13.1891C10.6804 13.2573 10.7134 13.3208 10.7587 13.375C10.804 13.4292 10.8607 13.4728 10.9247 13.5027C10.9886 13.5327 11.0584 13.5483 11.1291 13.5484H11.2365C11.348 13.5484 11.4562 13.5869 11.5426 13.6574C11.629 13.728 11.6884 13.8262 11.7107 13.9355C11.8947 14.9145 12.4452 15.7865 13.2499 16.3737C13.4951 16.5492 13.6943 16.7814 13.8306 17.0505C13.9668 17.3196 14.036 17.6176 14.0323 17.9192C14.0318 18.4281 13.8294 18.9161 13.4695 19.2759C13.1096 19.6358 12.6217 19.8382 12.1128 19.8387H10.5034C9.69109 19.8363 8.88637 19.9951 8.13586 20.3059C7.38534 20.6167 6.70395 21.0734 6.13115 21.6493C6.11906 21.6614 6.10841 21.6745 6.09631 21.6871C6.99696 22.8882 8.13269 23.8934 9.43431 24.6415C10.7359 25.3896 12.1762 25.865 13.6674 26.0385C13.7473 25.8559 13.8638 25.6917 14.0098 25.556C14.1558 25.4203 14.3282 25.3161 14.5162 25.2498V24.1935H15.4839V25.2508C15.6717 25.3172 15.8439 25.4215 15.9898 25.5572C16.1357 25.6928 16.2522 25.857 16.3321 26.0395C17.8234 25.8658 19.2638 25.3903 20.5654 24.6421C21.867 23.8938 23.0027 22.8884 23.9032 21.6871ZM15.4839 23.2258H14.5162V22.2581H15.4839V23.2258Z' fill='white'/%3E%3Ccircle cx='15' cy='15' r='1' transform='rotate(180 15 15)' fill='black'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M14.4087 9.83323L13.4825 10.7594L14.4593 11.7361L15.3855 10.81L14.4087 9.83323Z' fill='white'/%3E%3Cpath d='M17.7182 6.52382L16.9199 7.32207L17.8967 8.29881L18.6949 7.50055L17.7182 6.52382Z' fill='white'/%3E%3Cpath d='M15.4669 6.47087L14.6687 7.26913L15.5199 8.12031L16.3181 7.32205L15.4669 6.47087Z' fill='white'/%3E%3Cpath d='M14.3678 7.57007L13.5576 8.38021L14.4088 9.23139L15.2189 8.42125L14.3678 7.57007Z' fill='white'/%3E%3Cpath d='M16.5661 5.3717L15.7679 6.16996L16.619 7.02114L17.4173 6.22288L16.5661 5.3717Z' fill='white'/%3E%3Cpath d='M20.2735 9.07918L19.4752 9.87744L20.3264 10.7286L21.1247 9.93036L20.2735 9.07918Z' fill='white'/%3E%3Cpath d='M21.3846 7.96811L20.5744 8.77825L21.4256 9.62943L22.2358 8.81929L21.3846 7.96811Z' fill='white'/%3E%3Cpath d='M20.1069 6.69044L19.2968 7.50059L20.2735 8.47732L21.0837 7.66717L20.1069 6.69044Z' fill='white'/%3E%3Cpath d='M21.334 5.46331L20.4079 6.38949L21.3846 7.36622L22.3108 6.44004L21.334 5.46331Z' fill='white'/%3E%3Cpath d='M18.8292 5.41278L18.0191 6.22292L18.9958 7.19966L19.806 6.38951L18.8292 5.41278Z' fill='white'/%3E%3Cpath d='M16.964 12.3886L16.0378 13.3148L16.889 14.166L17.8152 13.2398L16.964 12.3886Z' fill='white'/%3E%3Cpath d='M21.4256 10.2313L20.6274 11.0295L21.3242 11.7264L22.1225 10.9281L21.4256 10.2313Z' fill='white'/%3E%3Cpath d='M13.1817 11.0604L12.2832 11.9589L13.2599 12.9356L14.1584 12.0371L13.1817 11.0604Z' fill='white'/%3E%3Cpath d='M22.6117 6.74098L21.6855 7.66716L22.5367 8.51834L23.4629 7.59216L22.6117 6.74098Z' fill='white'/%3E%3Cpath d='M19.2272 12.4296L18.4171 13.2397L19.1139 13.9365L19.924 13.1264L19.2272 12.4296Z' fill='white'/%3E%3Cpath d='M22.5367 9.12024L21.7265 9.93038L22.4234 10.6272L23.2335 9.81709L22.5367 9.12024Z' fill='white'/%3E%3Cpath d='M20.3264 11.3304L19.5282 12.1287L20.225 12.8255L21.0233 12.0273L20.3264 11.3304Z' fill='white'/%3E%3Cpath d='M23.8111 5.54162L22.9126 6.44008L23.7638 7.29126L24.6623 6.3928L23.8111 5.54162Z' fill='white'/%3E%3Cpath d='M18.0751 11.2775L17.2649 12.0876L18.1161 12.9388L18.9263 12.1287L18.0751 11.2775Z' fill='white'/%3E%3Cpath d='M15.6864 11.1109L14.7602 12.0371L15.7369 13.0138L16.6631 12.0877L15.6864 11.1109Z' fill='white'/%3E%3Cpath d='M19.1743 10.1783L18.3761 10.9765L19.2272 11.8277L20.0255 11.0295L19.1743 10.1783Z' fill='white'/%3E%3Cpath d='M14.4592 12.338L13.5608 13.2365L14.5375 14.2132L15.436 13.3147L14.4592 12.338Z' fill='white'/%3E%3Cpath d='M7.79669 15.4817C8.04675 15.611 8.25729 15.6881 8.3825 15.7282C8.83486 15.1693 9.2229 14.5992 9.52206 13.9851C9.77037 13.4754 9.82627 12.9053 9.67941 12.3798C9.67137 12.3511 9.66478 12.322 9.65712 12.2932C9.13311 13.4384 8.51224 14.5019 7.79669 15.4817Z' fill='white'/%3E%3Cpath d='M5.66843 17.8923C5.78332 18.0508 5.8712 18.2017 5.93503 18.325L6.01679 18.2432L6.0169 18.2431L6.01705 18.243L6.17871 18.0813C6.45585 17.8042 6.72522 17.5346 6.98517 17.2689C6.85134 17.1693 6.71777 17.0672 6.58436 16.963C6.29095 17.2836 5.98604 17.5938 5.66843 17.8923Z' fill='white'/%3E%3Cpath d='M7.28374 16.9604C7.56705 16.6647 7.83722 16.3723 8.0901 16.0788C7.94079 16.024 7.74934 15.9432 7.53625 15.829C7.32157 16.1081 7.099 16.3801 6.86836 16.645C7.00656 16.7527 7.14502 16.8577 7.28374 16.9604Z' fill='white'/%3E%3Cpath d='M6.53462 16.3793C6.75314 16.1289 6.96443 15.872 7.16837 15.6085C6.74937 15.3293 6.29802 14.9255 5.94083 14.3496C5.27911 13.2829 5.46486 12.3692 5.61406 11.6351C5.67353 11.3425 5.7297 11.0662 5.7297 10.8099C5.7297 10.1163 5.62523 9.27684 5.57188 8.89337C3.98359 9.15748 2.58333 9.98468 1.58383 11.1624C3.24893 13.3174 4.87792 15.0348 6.53462 16.3793Z' fill='white'/%3E%3Cpath d='M1.58048 17.5039C1.80548 17.4374 1.9882 17.3317 2.18156 17.2197C2.60657 16.9736 3.08845 16.6945 4.06353 16.8483C4.64531 16.9399 5.08096 17.2379 5.39501 17.5642C5.69103 17.2851 5.97588 16.9957 6.25036 16.6968C4.59467 15.3507 2.96887 13.6412 1.31105 11.5056C0.487728 12.6149 0 13.9875 0 15.472C0 16.1597 0.108727 16.8347 0.312191 17.4758C0.522144 17.5398 1.04429 17.6621 1.58048 17.5039Z' fill='white'/%3E%3Cpath d='M11.1016 16.2367L10.2598 15.395C9.70749 16.3397 9.12646 17.0251 8.43176 17.7484C8.56293 17.8314 8.69464 17.9122 8.82603 17.9905C9.52105 17.3286 10.1909 16.7692 11.1016 16.2367Z' fill='white'/%3E%3Cpath d='M3.99731 17.2686C3.17085 17.1383 2.79397 17.3568 2.39481 17.5879C2.18831 17.7075 1.97474 17.8312 1.70091 17.912C1.23828 18.0485 0.794812 18.0154 0.484856 17.9563C0.809441 18.7609 1.28818 19.4994 1.89495 20.1249C3.06052 19.4688 4.1229 18.7116 5.07857 17.8551C4.81675 17.5852 4.4611 17.3417 3.99731 17.2686Z' fill='white'/%3E%3Cpath d='M18.9959 7.80152L18.1976 8.59978L19.1743 9.57651L19.9726 8.77825L18.9959 7.80152Z' fill='white'/%3E%3Cpath d='M7.91063 18.2801C7.82663 18.3646 7.82669 18.5017 7.91079 18.5858C7.99483 18.6699 8.13196 18.67 8.21643 18.5859C8.31585 18.4871 8.41304 18.3912 8.50937 18.2967C8.38224 18.2197 8.25505 18.1406 8.12856 18.0598C8.05701 18.1324 7.98467 18.2056 7.91063 18.2801Z' fill='white'/%3E%3Cpath d='M8.62746 16.0984C8.62214 16.1056 8.61661 16.1125 8.61049 16.1189C8.26324 16.5386 7.88504 16.9498 7.48875 17.3609C7.48684 17.3639 7.48561 17.367 7.48354 17.3698C7.46981 17.3887 7.4529 17.4036 7.43487 17.4165C7.1248 17.7368 6.80437 18.0574 6.47957 18.3822L6.46824 18.3936L8.10292 20.0282L8.1142 20.017C9.31971 18.8115 10.4667 17.6645 11.7612 16.8965L11.4135 16.5488C10.4402 17.1053 9.74585 17.6945 9.0055 18.4079C9.00524 18.4082 9.00502 18.4084 9.00476 18.4086C8.84523 18.5624 8.68363 18.7215 8.51639 18.8878C8.39139 19.012 8.22739 19.0742 8.0635 19.0742C7.89908 19.0742 7.73472 19.0117 7.60977 18.8867C7.36029 18.6372 7.35981 18.2305 7.60875 17.9802C8.54687 17.0365 9.2711 16.2664 9.94771 15.083L9.59994 14.7353C9.32083 15.2058 8.99146 15.6569 8.62746 16.0984Z' fill='white'/%3E%3Cpath d='M6.30238 14.1253C6.62617 14.6472 7.04299 15.0135 7.42683 15.2654C8.2475 14.148 8.94183 12.9186 9.50584 11.5803C9.39387 10.877 9.38259 10.1492 9.466 9.41599C8.58772 9.00917 7.64775 8.80262 6.66931 8.80262C6.44132 8.80262 6.21594 8.81416 5.99376 8.83666C6.04897 9.23104 6.15514 10.0835 6.15514 10.81C6.15514 11.1091 6.09482 11.4058 6.03099 11.7199C5.88296 12.4486 5.72976 13.2021 6.30238 14.1253Z' fill='white'/%3E%3Cpath d='M5.61619 18.6438C5.56624 18.5361 5.47874 18.3675 5.34975 18.1839C4.40504 19.0287 3.35899 19.7792 2.21438 20.4332C2.49779 20.6889 2.80498 20.9211 3.13313 21.1269L5.61619 18.6438Z' fill='white'/%3E%3Cpath d='M16.7975 9.99984L15.9873 10.81L16.964 11.7867L17.7742 10.9766L16.7975 9.99984Z' fill='white'/%3E%3Cpath d='M16.619 7.62299L15.8208 8.42125L16.7975 9.39798L17.5958 8.59972L16.619 7.62299Z' fill='white'/%3E%3Cpath d='M17.8967 8.90065L17.0984 9.69891L18.0751 10.6756L18.8734 9.87738L17.8967 8.90065Z' fill='white'/%3E%3Cpath d='M15.5198 8.72217L14.7097 9.53232L15.6864 10.5091L16.4966 9.69891L15.5198 8.72217Z' fill='white'/%3E%3Cpath d='M6.16738 18.6945L3.31271 21.5492L3.3125 21.5494L2.91541 21.9465C2.71025 22.1516 2.71025 22.4855 2.91541 22.6907L3.80587 23.5811C3.90528 23.6806 4.03742 23.7353 4.17801 23.7353C4.3186 23.7353 4.45073 23.6806 4.55009 23.5812L7.80211 20.3292L6.16738 18.6945Z' fill='white'/%3E%3Cpath d='M8.41522 20.3178L8.25346 20.4796L6.59324 22.1398C6.61862 22.1401 6.6441 22.1413 6.66942 22.1413C8.66448 22.1413 10.4983 21.2343 11.7357 19.7938C11.0759 19.5776 10.4175 19.3072 9.77217 18.9891C9.33019 19.4035 8.88332 19.8497 8.41522 20.3178Z' fill='white'/%3E%3Cpath d='M13.7277 15.41C13.1457 15.1565 12.6137 14.8016 12.1543 14.3422C11.6957 13.8836 11.3414 13.3524 11.088 12.7715C11.081 12.7591 11.0755 12.7462 11.0712 12.7329C10.9852 12.5315 10.9115 12.3241 10.8496 12.1118L10.098 12.2998C10.2611 12.9159 10.1933 13.5792 9.90463 14.1715C9.87569 14.2309 9.84569 14.2898 9.8151 14.3484L12.148 16.6813C12.2067 16.6507 12.2656 16.6207 12.325 16.5918C12.6735 16.422 13.0465 16.3289 13.4201 16.3138C13.4469 16.307 13.4754 16.3054 13.5044 16.3097C13.5064 16.31 13.5082 16.3108 13.5102 16.3112C13.7415 16.3097 13.9722 16.3389 14.1968 16.3983L14.3847 15.647C14.1727 15.5852 13.9658 15.5114 13.7648 15.4256C13.752 15.4217 13.7396 15.4165 13.7277 15.41Z' fill='white'/%3E%3Cpath d='M10.1081 18.68C10.738 18.9821 11.3796 19.2358 12.0211 19.4377C12.6029 18.6595 13.02 17.75 13.2144 16.7588C12.9744 16.7924 12.737 16.8645 12.5114 16.9743C11.6544 17.3919 10.8826 17.9816 10.1081 18.68Z' fill='white'/%3E%3Cpath d='M11.4813 7.85924L13.0692 6.27131L12.5641 5.76624C12.0988 6.43839 11.7367 7.14533 11.4813 7.85924Z' fill='white'/%3E%3Cpath d='M22.8346 3.96289L23.8113 4.93962L24.2659 4.48503C24.0666 4.05927 23.8067 3.665 23.4851 3.31239L22.8346 3.96289Z' fill='white'/%3E%3Cpath d='M21.5569 2.68519L22.5336 3.66192L23.1839 3.01164C22.8313 2.68998 22.4365 2.43077 22.0106 2.23151L21.5569 2.68519Z' fill='white'/%3E%3Cpath d='M24.1122 5.24054L24.6771 5.8054C24.6235 5.49757 24.545 5.19852 24.4417 4.91106L24.1122 5.24054Z' fill='white'/%3E%3Cpath d='M21.256 2.38428L21.5846 2.0557C21.2972 1.9524 20.9988 1.87288 20.691 1.81931L21.256 2.38428Z' fill='white'/%3E%3Cpath d='M22.9765 11.7819L22.4236 11.229L21.6253 12.0272L22.2405 12.6424C22.5063 12.3652 22.7516 12.0775 22.9765 11.7819Z' fill='white'/%3E%3Cpath d='M20.1037 1.83418L19.2052 2.73264L20.0564 3.58382L20.9549 2.68536L20.1037 1.83418Z' fill='white'/%3E%3Cpath d='M24.3124 9.34014L22.7245 10.9281L23.2295 11.4331C23.6949 10.7609 24.057 10.054 24.3124 9.34014Z' fill='white'/%3E%3Cpath d='M23.7638 7.89312L22.8376 8.8193L23.5344 9.51615L24.4606 8.58997L23.7638 7.89312Z' fill='white'/%3E%3Cpath d='M24.7646 6.8924L24.0649 7.59211L24.6357 8.16292C24.7182 7.73434 24.7615 7.30885 24.7646 6.8924Z' fill='white'/%3E%3Cpath d='M11.0291 10.307L11.7288 9.60727L11.158 9.03645C11.0755 9.46498 11.0322 9.89052 11.0291 10.307Z' fill='white'/%3E%3Cpath d='M12.8172 5.41746L13.3701 5.97035L14.1684 5.17208L13.5532 4.5569C13.2874 4.83414 13.0421 5.12181 12.8172 5.41746Z' fill='white'/%3E%3Cpath d='M12.2589 7.68336L11.3327 8.60954L12.0296 9.3064L12.9558 8.38022L12.2589 7.68336Z' fill='white'/%3E%3Cpath d='M21.9396 12.9433L21.3244 12.3281L20.5261 13.1264L21.079 13.6793C21.3747 13.4545 21.6624 13.2091 21.9396 12.9433Z' fill='white'/%3E%3Cpath d='M18.9044 2.43156L19.6038 1.73223C19.1873 1.73532 18.7619 1.77814 18.3334 1.86053L18.9044 2.43156Z' fill='white'/%3E%3Cpath d='M24.1873 2.30928C22.997 1.11903 21.3843 0.540657 19.6573 0.540657C17.3497 0.540657 14.8377 1.57276 12.8538 3.55666C10.4949 5.91551 9.40057 9.14184 9.9967 11.8865L10.7455 11.6993C10.687 11.4263 10.6471 11.1466 10.6257 10.8618C10.6183 10.8344 10.6164 10.806 10.6202 10.778C10.5762 10.0724 10.6436 9.33727 10.8199 8.59948C10.8213 8.57198 10.828 8.5449 10.8399 8.51948C11.1122 7.42848 11.6211 6.33419 12.3566 5.32432C12.3598 5.31937 12.3636 5.3148 12.3672 5.31006C12.6732 4.89133 13.0179 4.48711 13.4011 4.10391C13.7842 3.72076 14.1884 3.37612 14.6071 3.0701C14.6119 3.06648 14.6165 3.0626 14.6215 3.05946C15.6314 2.32396 16.7257 1.81495 17.8168 1.54271C17.8418 1.53101 17.8685 1.52447 17.8956 1.52303C18.6336 1.34653 19.3691 1.27908 20.0749 1.32313C20.103 1.3193 20.1314 1.32116 20.1589 1.32855C20.8171 1.37808 21.4482 1.52569 22.0302 1.7741C22.0433 1.7783 22.056 1.78384 22.0683 1.79064C22.6493 2.044 23.1806 2.39838 23.6393 2.85711C24.0981 3.31591 24.4525 3.84725 24.706 4.42844C24.7127 4.44057 24.7181 4.45312 24.7223 4.4661C24.9708 5.04814 25.1185 5.67939 25.168 6.3377C25.1753 6.3651 25.1772 6.3934 25.1734 6.42138C25.2174 7.12736 25.15 7.86291 24.9734 8.60113C24.972 8.6281 24.9655 8.65464 24.9538 8.67964C24.6816 9.77069 24.1726 10.865 23.4371 11.875C23.4338 11.8802 23.4298 11.885 23.4261 11.8899C23.1201 12.3084 22.7756 12.7125 22.3925 13.0955C22.0105 13.4775 21.6076 13.8209 21.1904 14.1263C21.1839 14.1314 21.1775 14.1365 21.1706 14.1408C20.1609 14.8759 19.067 15.385 17.9763 15.657C17.9501 15.6692 17.9222 15.676 17.8939 15.6769C17.3028 15.818 16.7134 15.8899 16.1396 15.8899C15.9971 15.8899 15.8556 15.8855 15.7152 15.8766C15.7067 15.8776 15.6983 15.8791 15.6898 15.8791C15.6709 15.8791 15.6522 15.8757 15.6339 15.8707C15.3494 15.8492 15.0699 15.8095 14.7972 15.7511L14.61 16.4997C17.3547 17.0959 20.581 16.0017 22.9398 13.6428C26.4085 10.1742 26.968 5.09 24.1873 2.30928Z' fill='white'/%3E%3Cpath d='M17.9065 2.03577L16.9804 2.96195L17.6772 3.65881L18.6034 2.73263L17.9065 2.03577Z' fill='white'/%3E%3Cpath d='M15.5685 3.77204L17.1567 2.18385C16.4427 2.43928 15.7357 2.80168 15.0635 3.26707L15.5685 3.77204Z' fill='white'/%3E%3Cpath d='M13.8542 4.25609L14.4693 4.87122L15.2676 4.07295L14.7147 3.52006C14.419 3.74491 14.1314 3.99034 13.8542 4.25609Z' fill='white'/%3E%3Cpath d='M12.0295 9.9083L11.131 10.8068L11.9822 11.658L12.8807 10.7595L12.0295 9.9083Z' fill='white'/%3E%3Cpath d='M14.4692 5.47307L13.6709 6.27133L14.3678 6.96819L15.166 6.16993L14.4692 5.47307Z' fill='white'/%3E%3Cpath d='M15.5683 4.37394L14.7701 5.1722L15.4669 5.86905L16.2652 5.07079L15.5683 4.37394Z' fill='white'/%3E%3Cpath d='M16.6794 3.26286L15.8693 4.07301L16.5661 4.76986L17.3763 3.95972L16.6794 3.26286Z' fill='white'/%3E%3Cpath d='M13.37 6.5723L12.5598 7.38245L13.2567 8.0793L14.0668 7.26916L13.37 6.5723Z' fill='white'/%3E%3Cpath d='M21.2558 2.98626L20.3573 3.88472L21.3341 4.86145L22.2325 3.96299L21.2558 2.98626Z' fill='white'/%3E%3Cpath d='M13.2566 8.68112L12.3305 9.6073L13.1816 10.4585L14.1078 9.5323L13.2566 8.68112Z' fill='white'/%3E%3Cpath d='M20.0564 4.18565L19.1302 5.11183L20.107 6.08856L21.0332 5.16238L20.0564 4.18565Z' fill='white'/%3E%3Cpath d='M18.9043 3.03357L17.9781 3.95975L18.8293 4.81094L19.7555 3.88476L18.9043 3.03357Z' fill='white'/%3E%3Cpath d='M17.6772 4.26066L16.867 5.07081L17.7182 5.92199L18.5283 5.11184L17.6772 4.26066Z' fill='white'/%3E%3Cpath d='M11.352 12.2883L11.6815 11.9588L11.1166 11.394C11.1703 11.7018 11.2487 12.0008 11.352 12.2883Z' fill='white'/%3E%3Cpath d='M16.8893 14.7678L16.1896 15.4675C16.606 15.4644 17.0316 15.421 17.4601 15.3386L16.8893 14.7678Z' fill='white'/%3E%3Cpath d='M14.5377 14.815L14.2082 15.1445C14.4957 15.2479 14.7947 15.3263 15.1026 15.3799L14.5377 14.815Z' fill='white'/%3E%3Cpath d='M15.7369 13.6157L14.8384 14.5141L15.6896 15.3653L16.5881 14.4669L15.7369 13.6157Z' fill='white'/%3E%3Cpath d='M18.1161 13.5407L17.19 14.4669L17.8868 15.1637L18.813 14.2375L18.1161 13.5407Z' fill='white'/%3E%3Cpath d='M12.9591 13.2365L11.9824 12.2598L11.5278 12.7143C11.7271 13.1401 11.987 13.5344 12.3086 13.887L12.9591 13.2365Z' fill='white'/%3E%3Cpath d='M14.2368 14.5141L13.2601 13.5374L12.6096 14.1879C12.9622 14.5095 13.3564 14.7695 13.7822 14.9687L14.2368 14.5141Z' fill='white'/%3E%3Cpath d='M20.2252 13.4273L18.6372 15.0153C19.3512 14.7599 20.0581 14.3977 20.7302 13.9324L20.2252 13.4273Z' fill='white'/%3E%3Cpath d='M22.5335 4.26396L21.635 5.16241L22.6117 6.13915L23.5102 5.24069L22.5335 4.26396Z' fill='white'/%3E%3Cpath d='M22.9362 21.5266C23.0296 22.1072 23.7028 22.3636 24.0536 22.4589C24.07 22.3132 24.0792 22.1653 24.0792 22.0153C24.0792 21.4568 23.9617 20.9254 23.7513 20.4435C23.4419 20.5923 22.8446 20.9574 22.9362 21.5266Z' fill='white'/%3E%3Cpath d='M21.4305 21.7236C21.0995 19.1458 19.6244 18.3106 19.3122 18.1614C17.9979 18.4427 16.925 19.3809 16.4543 20.6146C16.9957 20.8853 17.5584 20.874 18.1041 20.8623C18.8524 20.846 19.6262 20.8293 19.9523 21.7472C20.098 22.1572 20.0673 22.5518 19.8612 22.9198C19.3479 23.8365 17.8692 24.3194 17.0934 24.5158C17.8169 25.395 18.9129 25.9567 20.1378 25.9567C20.1857 25.9567 20.2332 25.9548 20.2807 25.9531C20.5461 25.6787 21.7576 24.2703 21.4305 21.7236Z' fill='white'/%3E%3Cpath d='M22.516 21.5942C22.3796 20.7466 23.1563 20.2569 23.5595 20.0628C22.8795 18.8758 21.6009 18.0737 20.1377 18.0737C20.0852 18.0737 20.0332 18.0756 19.9812 18.0777C20.6156 18.5509 21.5864 19.5963 21.8526 21.6694C22.1309 23.836 21.387 25.227 20.8982 25.8824C22.4274 25.5822 23.6417 24.395 23.9824 22.8805C23.5572 22.7709 22.6522 22.4405 22.516 21.5942Z' fill='white'/%3E%3Cpath d='M19.4899 22.712C19.6354 22.4521 19.6555 22.1831 19.5513 21.8897C19.338 21.2894 18.9118 21.2706 18.1132 21.2877C17.5584 21.2997 16.9382 21.3126 16.3226 21.0241C16.2403 21.3409 16.1962 21.673 16.1962 22.0152C16.1962 22.7989 16.4271 23.5293 16.8229 24.1437C17.8833 23.9002 19.1003 23.4075 19.4899 22.712Z' fill='white'/%3E%3Cpath d='M3.87379 2.70599C3.85959 2.58934 3.94263 2.48322 4.05928 2.46901C4.17599 2.45486 4.28205 2.53785 4.29626 2.6545L4.31881 2.8394C4.64313 2.82057 4.97803 2.732 5.25634 2.50981L5.09027 2.35757C5.00362 2.27816 4.99777 2.14358 5.07718 2.05698C5.1566 1.97027 5.29118 1.96442 5.37778 2.04389L5.5439 2.19613C5.74104 1.89953 5.80019 1.55824 5.79077 1.2335L5.60465 1.22711C5.4872 1.22307 5.39528 1.12461 5.39932 1.00716C5.40337 0.889708 5.50092 0.798535 5.61928 0.801833L5.74167 0.806035C5.68667 0.522409 5.59827 0.279582 5.5364 0.131386C4.96814 0.294795 4.43637 0.610337 4.00837 1.07732C3.5891 1.53473 3.31234 2.08714 3.19633 2.68104C3.3491 2.72987 3.5999 2.79743 3.88874 2.8277L3.87379 2.70599Z' fill='white'/%3E%3Cpath d='M4.2128 5.77699C4.85016 6.36116 5.65582 6.64963 6.45904 6.64968C6.62718 6.64968 6.79522 6.63702 6.96161 6.61186C6.88623 6.42324 6.79298 6.14631 6.74048 5.8287L6.43579 5.81822C6.31834 5.81418 6.22642 5.71572 6.23047 5.59827C6.23451 5.48081 6.33292 5.38985 6.45042 5.39294L6.70048 5.4015C6.6925 4.99069 6.77974 4.55137 7.06081 4.16375L6.90442 4.0204C6.81777 3.94098 6.81192 3.8064 6.89134 3.7198C6.9707 3.6331 7.10533 3.62724 7.19193 3.70671L7.34832 3.85007C7.71004 3.53634 8.1401 3.41128 8.55006 3.38357L8.5198 3.13521C8.50559 3.01855 8.58863 2.91249 8.70528 2.89823C8.82193 2.88408 8.92805 2.96706 8.94226 3.08372L8.97912 3.38628C9.29977 3.41096 9.58339 3.47969 9.77787 3.53836C9.83936 2.56811 9.47887 1.5792 8.70805 0.872688C8.07068 0.288467 7.26502 0 6.46186 0C6.29371 0 6.12562 0.0127132 5.95923 0.0378736C6.03461 0.226497 6.12786 0.503367 6.18036 0.821037L6.48505 0.831463C6.6025 0.835506 6.69442 0.933966 6.69037 1.05142C6.68644 1.16637 6.59197 1.2569 6.47787 1.2569C6.47542 1.2569 6.47292 1.25685 6.47042 1.2568L6.22031 1.24823C6.22829 1.65904 6.14105 2.09837 5.85998 2.48598L6.01636 2.62934C6.10302 2.70876 6.10887 2.84334 6.02945 2.92993C5.98748 2.97573 5.93008 2.99893 5.87253 2.99893C5.82114 2.99893 5.76965 2.98047 5.7288 2.94302L5.57284 2.80004C5.21112 3.11382 4.78069 3.23861 4.37067 3.26638L4.40089 3.51453C4.41509 3.63118 4.33205 3.7373 4.2154 3.7515C4.20668 3.75257 4.19795 3.7531 4.18939 3.7531C4.08338 3.7531 3.99156 3.67395 3.97843 3.56602L3.94156 3.2634C3.6198 3.23861 3.33543 3.16957 3.14095 3.11079C3.13351 3.22947 3.1318 3.3491 3.13702 3.46953C3.17585 4.35716 3.55783 5.17666 4.2128 5.77699Z' fill='white'/%3E%3Cpath d='M7.68679 4.66174C7.6354 4.66174 7.58391 4.64329 7.54306 4.60584L7.37699 4.4536C7.17986 4.7502 7.12071 5.09149 7.13012 5.41624L7.31625 5.42262C7.4337 5.42666 7.52561 5.52512 7.52157 5.64257C7.51764 5.75752 7.42316 5.84806 7.30906 5.84806C7.30662 5.84806 7.30412 5.84801 7.30162 5.84795L7.17917 5.84375C7.23417 6.12738 7.32258 6.3702 7.38444 6.51845C7.9527 6.35504 8.48447 6.03945 8.91252 5.57246C9.34046 5.10559 9.60951 4.54849 9.72292 3.96821C9.56994 3.91943 9.31982 3.8523 9.03215 3.82214L9.04699 3.94374C9.0612 4.06039 8.97816 4.16646 8.86151 4.18072C8.85278 4.18178 8.84406 4.18231 8.8355 4.18231C8.72948 4.18231 8.63772 4.10316 8.62453 3.99523L8.60198 3.81033C8.27766 3.82916 7.94276 3.91778 7.66445 4.13992L7.83052 4.29216C7.91717 4.37157 7.92302 4.50615 7.8436 4.59275C7.80174 4.63855 7.74434 4.66174 7.68679 4.66174Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M4.72373 5.49742H2.97166V7.93299C2.97166 8.38144 3.37532 8.74485 3.87346 8.74485H14.1025C14.6006 8.74485 15.0043 8.38144 15.0043 7.93299V5.49742H13.2522V7.36856C13.2522 7.62371 13.0203 7.83247 12.7369 7.83247H10.3836C10.1002 7.83247 9.86831 7.62371 9.86831 7.36856V5.49742H8.11623V7.36856C8.11623 7.62371 7.88434 7.83247 7.60092 7.83247H5.24764C4.96421 7.83247 4.73232 7.62371 4.73232 7.36856V5.49742H4.72373ZM5.22187 9.67268C4.75809 9.67268 4.50902 10.183 4.85256 10.4845C4.94704 10.5696 5.07587 10.6237 5.22187 10.6237H12.7541C13.2179 10.6237 13.4583 10.1134 13.1234 9.81185C13.0289 9.7268 12.8915 9.67268 12.7541 9.67268H5.22187ZM15.5883 18.3325H2.38763C1.8122 18.3325 1.50301 18.9665 1.92385 19.3531C2.04409 19.4613 2.20727 19.5309 2.38763 19.5309H15.5797C16.1552 19.5309 16.4729 18.8969 16.0521 18.5103C15.9319 18.4021 15.7687 18.3325 15.5883 18.3325ZM14.9528 17.4046H15.5797C17.0742 17.4046 17.8471 19.0438 16.7735 20.0026C16.4644 20.2809 16.0435 20.451 15.5797 20.451H14.7295C14.7209 21.1624 14.8153 21.9124 14.9957 22.6392H30V0H9.82537V4.57732H10.3836C10.667 4.57732 10.8989 4.78608 10.8989 5.04124V6.91237H12.2216V5.04124C12.2216 4.78608 12.4535 4.57732 12.7369 4.57732H15.5196C15.803 4.57732 16.0349 4.78608 16.0349 5.04124V7.94072C16.0349 8.86082 15.2362 9.61856 14.2227 9.68041C14.592 10.5928 13.8362 11.5593 12.7541 11.5593H12.6682C13.0117 13.5696 13.8448 15.5335 14.9528 17.4046ZM4.18265 17.4046H13.7933C12.7283 15.5335 11.9468 13.5696 11.6204 11.5515H6.34698C6.0292 13.5696 5.24764 15.5335 4.18265 17.4046ZM15.8202 25.7397H2.16433C1.78643 25.7397 1.58889 26.1495 1.86373 26.4046C1.94103 26.4742 2.05268 26.5206 2.16433 26.5206H15.8202C16.1981 26.5206 16.3956 26.1031 16.1208 25.8557C16.0435 25.7861 15.9319 25.7397 15.8202 25.7397ZM3.27226 24.8119H14.7037C14.0595 23.4201 13.6816 21.9665 13.6988 20.451H4.27713C4.2943 21.9433 3.92499 23.4046 3.27226 24.8119ZM16.5674 27.4485H1.41712C0.635557 27.4485 0 28.0206 0 28.7242V30H17.9845V28.7242C17.9845 28.0206 17.349 27.4485 16.5674 27.4485ZM19.7109 15.5722C19.917 15.7577 19.917 16.0515 19.7109 16.2294C19.5133 16.4149 19.1869 16.4149 18.9808 16.2294L18.371 15.6804L17.7612 16.2294C17.5637 16.4149 17.2373 16.4149 17.0312 16.2294C16.8251 16.0515 16.8251 15.7577 17.0312 15.5722L17.641 15.0232L17.0312 14.4742C16.8251 14.2964 16.8251 14.0026 17.0312 13.817C17.2373 13.6314 17.5637 13.6314 17.7612 13.817L18.371 14.366L18.9808 13.817C19.1869 13.6314 19.5133 13.6314 19.7109 13.817C19.917 14.0026 19.917 14.2964 19.7109 14.4742L19.1011 15.0232L19.7109 15.5722ZM27.8271 10.2835C28.0332 10.4613 28.0332 10.7552 27.8271 10.9407C27.6295 11.1263 27.3032 11.1263 27.0971 10.9407L26.4873 10.3918L25.8775 10.9407C25.6713 11.1263 25.345 11.1263 25.1474 10.9407C24.9499 10.7552 24.9499 10.4613 25.1474 10.2835L25.7572 9.73454L25.1474 9.18557C24.9499 9 24.9499 8.70619 25.1474 8.52835C25.3536 8.34278 25.6799 8.34278 25.8775 8.52835L26.4873 9.07732L27.0971 8.52835C27.3032 8.34278 27.6295 8.34278 27.8271 8.52835C28.0332 8.70619 28.0332 9 27.8271 9.18557L27.2173 9.73454L27.8271 10.2835ZM22.9659 4.85567C22.296 4.12887 22.8285 3.01546 23.8763 2.96134L25.9805 2.85309C26.8222 2.81443 27.5179 3.51031 27.286 4.32217L26.8738 5.93814C26.6934 6.82732 25.448 7.19072 24.718 6.5335L20.4666 9.91237C20.2519 10.0825 20.1059 10.2216 20.0115 10.3222C20.5354 10.6392 21.9353 10.9716 22.6653 11.1572C23.9966 11.4897 25.8345 11.9149 26.7106 12.8041C27.8872 14.0103 27.2516 15.2552 25.8861 16.3454L20.5869 20.5593C19.7366 21.2397 18.3968 20.6443 18.4655 19.6314C18.4827 19.3376 18.6287 19.0515 18.8949 18.8351L24.1941 14.6289C24.4088 14.4588 24.5548 14.3196 24.6493 14.2191C24.1254 13.9021 22.7255 13.5696 21.9954 13.384C20.6642 13.0515 18.8176 12.6263 17.9502 11.7371C16.7735 10.5309 17.4091 9.28608 18.7747 8.19588L22.9659 4.85567ZM23.7647 4.26804C23.8076 4.3067 23.8506 4.3299 23.9107 4.33763C24.3315 4.40722 24.4861 4.8866 24.1597 5.14175L19.4532 8.88402C18.7919 9.40979 18.4569 9.85052 18.3796 10.2294C18.3109 10.5464 18.4397 10.8479 18.7146 11.1263C19.917 12.3557 24.4947 12.6263 25.5683 13.7242C26.0922 14.2577 25.4394 14.8763 24.8726 15.3247L19.5734 19.5309C19.3244 19.732 19.6593 20.0644 19.9084 19.8711L25.2076 15.6572C25.8689 15.1392 26.2038 14.6907 26.2811 14.3119C26.3498 13.9948 26.221 13.6933 25.9462 13.4149C24.7438 12.1856 20.1575 11.9072 19.0925 10.817C18.5772 10.2835 19.2213 9.67268 19.7881 9.21649L24.4947 5.48196C24.8211 5.20361 25.3278 5.36598 25.3793 5.74485C25.4137 6 25.8088 6.00773 25.8775 5.76804C25.9204 5.57474 26.3241 4.06701 26.3155 3.98969C26.3069 3.85825 26.1867 3.76546 26.0492 3.7732L23.945 3.88144C23.7217 3.90464 23.6273 4.12887 23.7647 4.26804Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='26' viewBox='0 0 30 26' fill='none'%3E%3Cpath d='M0.0543765 20.9284C-0.172629 21.7397 0.331716 22.5742 1.1834 22.793L6.43686 24.1349L2.79477 11.1735L0.0543765 20.9284Z' fill='white'/%3E%3Cpath d='M8.84626 24.8712C9.0756 25.6829 9.94995 26.1649 10.801 25.9481L16.6708 24.4471L5.82019 14.0996L8.84626 24.8712Z' fill='white'/%3E%3Cpath d='M29.5328 12.3186L17.0778 0.439054C16.7838 0.158645 16.3851 0.00127178 15.9695 0.000953857L7.46227 0C6.28691 0 5.33322 0.909265 5.33322 2.03059L5.33289 10.1456C5.33289 10.5421 5.49789 10.9226 5.7919 11.203L18.2475 23.0823C18.5595 23.3799 18.9679 23.5283 19.3762 23.5283C19.7846 23.5283 20.1929 23.3796 20.5049 23.0823L29.5328 14.4707C30.1558 13.8761 30.1558 12.9128 29.5328 12.3186ZM9.94433 5.61646C9.02397 5.61646 8.27762 4.90463 8.27762 4.02684C8.27762 3.14905 9.02397 2.43721 9.94433 2.43721C10.8647 2.43721 11.611 3.14905 11.611 4.02684C11.611 4.90494 10.8647 5.61646 9.94433 5.61646Z' fill='white'/%3E%3C/svg%3E");
    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 xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M10.9946 9.98838C13.7347 8.93093 16.4125 7.87347 18.4053 7.59355C20.4604 7.28254 21.8304 7.74906 22.6711 8.71322C18.0939 9.58406 23.5741 13.5029 24.7885 13.2541C26.5322 12.8808 30.5489 5.88296 25.6603 8.09118C25.8472 6.19398 25.6292 5.47864 25.2244 4.29677C24.7262 2.74169 23.5741 1.80864 21.737 1.80864C19.931 1.77754 17.3777 2.67949 14.6376 3.73694C11.8975 4.7944 9.21972 5.85186 7.22692 6.13178C5.17184 6.44279 3.80179 5.97627 2.96107 5.01211C1.24851 3.05271 1.77785 -0.835004 1.18624 0.16025C0.750311 0.906691 -0.650878 6.34949 0.376661 9.42855C0.874861 10.9836 2.02695 11.9167 3.86406 11.8856C5.70118 11.9478 8.25445 11.0458 10.9946 9.98838Z' fill='white'/%3E%3Cpath d='M17.0352 18.0126C14.2951 19.0701 11.6173 20.1276 9.62449 20.4075C7.56942 20.7185 6.19936 20.252 5.35865 19.2878C9.93587 18.417 4.45566 14.4982 3.2413 14.747C1.46646 15.1202 -2.55028 22.1492 2.33831 19.9098C2.15149 21.8071 2.36945 22.5224 2.77424 23.7043C3.27244 25.2593 4.42453 26.1924 6.26164 26.1613C8.09875 26.2235 10.652 25.3215 13.3921 24.2641C16.1322 23.2066 18.8101 22.1492 20.8029 21.8693C22.8579 21.5582 24.228 22.0248 25.0687 22.9889C26.7501 24.9172 26.2208 28.836 26.8124 27.8408C27.2483 27.0943 28.6495 21.6515 27.622 18.5725C27.1238 17.0174 25.9717 16.0843 24.1346 16.1154C22.3286 16.0532 19.7753 16.9552 17.0352 18.0126Z' 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;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

.search__overlay.expanded1 {
    opacity: 1;
    display: block;
    visibility: visible
}

.search__overlay.expanded {
    transform: none !important
}

.search__form {
    height: 18px
}

.search__button {
    position: relative;
    top: 2px;
    left: -25px;
    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: .3rem 0 0 2rem !important
    }

    .search__button {
        top: 8.7px !important;
        left:
            position: absolute !important
    }
}

@media only screen and (max-width: 767px) {
    .main {
        margin-top: 4rem !important
    }

    .header {
        align-items: unset !important;
        height: 13rem !important;
        max-height: 58px !important;
    }

    .search__overlay {
        left: 55px !important;
        height: 34px;
        top: 18px !important;
        width: calc(90vw - 20px);
    }

    .search--form {
        margin-top: -2% !important
    }

    .search__button {
        position: absolute !important;
        top: 8px !important;
        left: 10px;
        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;
    max-width: fit-content;
    max-height: fit-content;
    margin-inline: 30%;
    border: 2px solid #0f134d;
    border-radius: 4px;
    overflow: hidden;
    transition: height .5s ease-in-out;
    display: inline-block;
    padding-right: 1%;
    padding-bottom: 1%
}

.toc-box-closed {
    height: 2em
}

.toc-box-open {
    height: auto
}

.toc-toggle {
    position: absolute;
    top: 1%;
    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%
    }
}

#freezenovaSpendLikeBill button,
#freezenovaSpendLikeElon button {
    background-color: #f25022;
    color: #fff;
    border: none;
    padding: 10px 20px
}

#freezenovaSpendLikeElon button:hover {
    background-color: #d32f2f;
    cursor: pointer
}

#freezenovaSpendLikeBill button:hover {
    background-color: #ffb900;
    cursor: pointer
}

#freezenovaSpendLikeBill .buyButton:hover {
    background: linear-gradient(180deg, #7fba00, #7fba00);
    border: 1px solid #7fba00
}

#freezenovaSpendLikeBill .timesBought,
#freezenovaSpendLikeElon .timesBought {
    width: 30%
}

@media (min-width:1501px) {

    #freezenovaSpendLikeBill #mainContainer&gt;div&gt;div,
    #freezenovaSpendLikeElon #mainContainer&gt;div&gt;div {
        flex-grow: 1;
        width: 30%
    }
}

@media (min-width:1075px) and (max-width:1500px) {

    #freezenovaSpendLikeBill #mainContainer&gt;div&gt;div,
    #freezenovaSpendLikeElon #mainContainer&gt;div&gt;div {
        flex-grow: 1;
        width: 40%
    }
}

@media (max-width:1074px) {

    #freezenovaSpendLikeBill #mainContainer&gt;div&gt;div,
    #freezenovaSpendLikeElon #mainContainer&gt;div&gt;div {
        flex-grow: 1;
        width: 100%
    }

    #freezenovaSpendLikeBill .timer,
    #freezenovaSpendLikeElon .timer {
        display: flex !important;
        flex-direction: column !important
    }

    #freezenovaSpendLikeBill #startTimer,
    #freezenovaSpendLikeElon #startTimer {
        margin: 0 auto 20px auto !important;
        width: 80% !important
    }

    #freezenovaSpendLikeBill #reStartTimer,
    #freezenovaSpendLikeElon #reStartTimer {
        margin: 20px auto 0 auto !important;
        width: 80% !important
    }

    #freezenovaSpendLikeBill #receiptModal&gt;div,
    #freezenovaSpendLikeElon #receiptModal&gt;div {
        height: 99vh !important;
        width: 95vw !important;
        margin-top: 5px !important
    }

    #freezenovaSpendLikeBill .product img,
    #freezenovaSpendLikeElon .product img {
        height: 75px !important;
        width: auto !important
    }

    #freezenovaSpendLikeBill .product p,
    #freezenovaSpendLikeElon .product p {
        padding: 0 !important;
        font-size: 1rem !important
    }

    #freezenovaSpendLikeBill .product .divBuy,
    #freezenovaSpendLikeElon .product .divBuy {
        flex-direction: column !important
    }

    #freezenovaSpendLikeBill .product .divBuy .timesBought,
    #freezenovaSpendLikeElon .product .divBuy .timesBought {
        width: 100% !important;
        margin: 10px 0 !important
    }
}</pre></body></html>