/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}



abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

#sliceview {
    position: fixed;
    bottom: 2px;
    font-family: Verdana, Geneva, sans-serif;
    z-index: 1005;
    font-size: 11px;
    width: 260px;
    zoom: 1;
    opacity: .3;
    left: -170px;
    overflow: visible
}

#sliceview:hover {
    left: 0;
    opacity: .6
}

.sliceview-info {
    padding: 3px 5px;
    background: #04819e;
    height: 19px;
    margin-bottom: 2px;
    font-size: 9px
}

.sliceview-info strong {
    display: inline-block;
    padding-top: 2px;
    color: #fff
}

#sliceview-toggle {
    display: inline-block;
    font-size: 10px;
    background: #ffb100;
    margin-left: 5px;
    float: right
}

#sliceview a {
    text-decoration: none;
    display: block;
    padding: 2px 4px;
    color: #000;
    background: #fff;
    display: block;
    text-align: left;
    border: 1px solid #ccc;
    margin-top: 2px
}

#sliceview a.active,
#sliceview a:hover {
    background: #ffb100
}

#sliceview .sliceview-info a {
    margin-top: 0
}

.sv-menu,
.sv-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 260px;
    max-height: 100vh;
    overflow: auto
}

.sv-menu>li {
    position: relative;
    white-space: nowrap
}

.sv-submenu {
    position: absolute;
    right: 118px;
    top: 50%;
    display: none;
    transform: translateY(-50%)
}

li:hover .sv-submenu {
    display: block
}

.sv-menu .has-sub {
    position: relative
}

.sv-menu .has-sub:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 3px 2.5px 0;
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: 1px;
    top: 8px
}

body {
    --color-primary: brown;
    --color-secondary: brown
}

.h-color--black {
    color: #212121
}

.h-color--black-light {
    color: #333
}

.h-color--black-x-light {
    color: #666
}

.h-color--grey {
    color: #bbb
}

.h-color--grey-dark {
    color: #999
}

.h-color--grey-light {
    color: #ddd
}

.h-color--grey-x-light {
    color: #f4f4f4
}

.h-color--white {
    color: #fff
}

.h-color--green {
    color: #0e8b0e
}

.h-color--green-dark {
    color: #0d6a0d
}

.h-color--green-light {
    color: #7eb074
}

.h-color--green-x-light {
    color: #cfeac5
}

.h-color--blue {
    color: #005aa9
}

.h-color--blue-dark {
    color: #0e4d8b
}

.h-color--blue-light {
    color: #6ea0e1
}

.h-color--blue-x-light {
    color: #c1d9f7
}

.h-color--purple {
    color: #5f1f8d
}

.h-color--purple-dark {
    color: #4c0463
}

.h-color--purple-light {
    color: #8c8df8
}

.h-color--purple-x-light {
    color: #d3d4fa
}

.h-color--red {
    color: #ee4036
}

.h-color--red-dark {
    color: #d02f26
}

.h-color--red-light {
    color: #fc9d98
}

.h-color--red-x-light {
    color: #ffcfcf
}

.h-color--yellow {
    color: #ffb600
}

.h-color--yellow-dark {
    color: #ba6612
}

.h-color--yellow-light {
    color: #fcd583
}

.h-color--yellow-x-light {
    color: #ffe9b2
}

.h-bg--black {
    background-color: #212121
}

.h-bg--black-light {
    background-color: #333
}

.h-bg--black-x-light {
    background-color: #666
}

.h-bg--grey {
    background-color: #bbb
}

.h-bg--grey-dark {
    background-color: #999
}

.h-bg--grey-light {
    background-color: #ddd
}

.h-bg--grey-x-light {
    background-color: #f4f4f4
}

.h-bg--white {
    background-color: #fff
}

.h-bg--green {
    background-color: #0e8b0e
}

.h-bg--green-dark {
    background-color: #0d6a0d
}

.h-bg--green-light {
    background-color: #7eb074
}

.h-bg--green-x-light {
    background-color: #cfeac5
}

.h-bg--blue {
    background-color: #005aa9
}

.h-bg--blue-dark {
    background-color: #0e4d8b
}

.h-bg--blue-light {
    background-color: #6ea0e1
}

.h-bg--blue-x-light {
    background-color: #c1d9f7
}

.h-bg--purple {
    background-color: #5f1f8d
}

.h-bg--purple-dark {
    background-color: #4c0463
}

.h-bg--purple-light {
    background-color: #8c8df8
}

.h-bg--purple-x-light {
    background-color: #d3d4fa
}

.h-bg--red {
    background-color: #ee4036
}

.h-bg--red-dark {
    background-color: #d02f26
}

.h-bg--red-light {
    background-color: #fc9d98
}

.h-bg--red-x-light {
    background-color: #ffcfcf
}

.h-bg--yellow {
    background-color: #ffb600
}

.h-bg--yellow-dark {
    background-color: #ba6612
}

.h-bg--yellow-light {
    background-color: #fcd583
}

.h-bg--yellow-x-light {
    background-color: #ffe9b2
}

html,
body {
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    background: #0a142f;
    color: #fff
}

a {
    text-decoration: none;
    color: #fff
}

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

.h-site-block {
    max-width: 1008px;
    width: 100%;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto
}

html,
body {
    height: 100%
}

.c-site {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.c-site-header,
.c-site-footer {
    flex: none
}

.c-site-center {
    background: #0e1c43;
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
    overflow: hidden
}

.c-site-center::after {
    content: " ";
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden
}

@media(--break-lg) {
    .c-site-center {
        padding-top: var(--space-lg)
    }

    .c-site-center::after {
        margin-top: var(--space-lg)
    }
}

.c-page-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 12px;
    padding-bottom: 12px
}

.c-page-controls>span {
    cursor: pointer;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    border-radius: 4px;
    background: #1c3782;
    padding: 8px 16px;
    min-height: 40px
}

.c-page-controls>span i {
    font-size: 14px;
    color: #fff
}

.c-page-controls>span span {
    color: rgba(255, 255, 255, .75);
    font-weight: 600
}

.c-page-controls>span:hover span {
    color: #fff
}

.c-app-container {
    background: rgba(255, 255, 255, .1)
}

.s-is-hidden {
    display: none
}

.s-no-pointer-events {
    pointer-events: none
}

.h-br--4 {
    border-radius: 4px
}

.h-p--0 {
    padding: 0
}

.h-p--4 {
    padding: 4px
}

.h-p--8 {
    padding: 8px
}

.h-p--16 {
    padding: 16px
}

.h-p--24 {
    padding: 24px
}

.h-p--32 {
    padding: 32px
}

.h-p--48 {
    padding: 48px
}

.h-p--64 {
    padding: 64px
}

.h-pt--0 {
    padding-top: 0
}

.h-pt--4 {
    padding-top: 4px
}

.h-pt--8 {
    padding-top: 8px
}

.h-pt--16 {
    padding-top: 16px
}

.h-pt--24 {
    padding-top: 24px
}

.h-pt--32 {
    padding-top: 32px
}

.h-pt--48 {
    padding-top: 48px
}

.h-pt--64 {
    padding-top: 64px
}

.h-pb--0 {
    padding-bottom: 0
}

.h-pb--4 {
    padding-bottom: 4px
}

.h-pb--8 {
    padding-bottom: 8px
}

.h-pb--16 {
    padding-bottom: 16px
}

.h-pb--24 {
    padding-bottom: 24px
}

.h-pb--32 {
    padding-bottom: 32px
}

.h-pb--48 {
    padding-bottom: 48px
}

.h-pb--64 {
    padding-bottom: 64px
}

.h-pl--0 {
    padding-left: 0
}

.h-pl--4 {
    padding-left: 4px
}

.h-pl--8 {
    padding-left: 8px
}

.h-pl--16 {
    padding-left: 16px
}

.h-pl--24 {
    padding-left: 24px
}

.h-pl--32 {
    padding-left: 32px
}

.h-pl--48 {
    padding-left: 48px
}

.h-pl--64 {
    padding-left: 64px
}

.h-pr--0 {
    padding-right: 0
}

.h-pr--4 {
    padding-right: 4px
}

.h-pr--8 {
    padding-right: 8px
}

.h-pr--16 {
    padding-right: 16px
}

.h-pr--24 {
    padding-right: 24px
}

.h-pr--32 {
    padding-right: 32px
}

.h-pr--48 {
    padding-right: 48px
}

.h-pr--64 {
    padding-right: 64px
}

@media(max-width: 768px) {
    .h-r768-p--0 {
        padding: 0
    }

    .h-r768-p--4 {
        padding: 4px
    }

    .h-r768-p--8 {
        padding: 8px
    }

    .h-r768-p--16 {
        padding: 16px
    }

    .h-r768-p--24 {
        padding: 24px
    }

    .h-r768-p--32 {
        padding: 32px
    }

    .h-r768-p--48 {
        padding: 48px
    }

    .h-r768-p--64 {
        padding: 64px
    }

    .h-r768-pt--0 {
        padding-top: 0
    }

    .h-r768-pt--4 {
        padding-top: 4px
    }

    .h-r768-pt--8 {
        padding-top: 8px
    }

    .h-r768-pt--16 {
        padding-top: 16px
    }

    .h-r768-pt--24 {
        padding-top: 24px
    }

    .h-r768-pt--32 {
        padding-top: 32px
    }

    .h-r768-pt--48 {
        padding-top: 48px
    }

    .h-r768-pt--64 {
        padding-top: 64px
    }

    .h-r768-pb--0 {
        padding-bottom: 0
    }

    .h-r768-pb--4 {
        padding-bottom: 4px
    }

    .h-r768-pb--8 {
        padding-bottom: 8px
    }

    .h-r768-pb--16 {
        padding-bottom: 16px
    }

    .h-r768-pb--24 {
        padding-bottom: 24px
    }

    .h-r768-pb--32 {
        padding-bottom: 32px
    }

    .h-r768-pb--48 {
        padding-bottom: 48px
    }

    .h-r768-pb--64 {
        padding-bottom: 64px
    }

    .h-r768-pl--0 {
        padding-left: 0
    }

    .h-r768-pl--4 {
        padding-left: 4px
    }

    .h-r768-pl--8 {
        padding-left: 8px
    }

    .h-r768-pl--16 {
        padding-left: 16px
    }

    .h-r768-pl--24 {
        padding-left: 24px
    }

    .h-r768-pl--32 {
        padding-left: 32px
    }

    .h-r768-pl--48 {
        padding-left: 48px
    }

    .h-r768-pl--64 {
        padding-left: 64px
    }

    .h-r768-pr--0 {
        padding-right: 0
    }

    .h-r768-pr--4 {
        padding-right: 4px
    }

    .h-r768-pr--8 {
        padding-right: 8px
    }

    .h-r768-pr--16 {
        padding-right: 16px
    }

    .h-r768-pr--24 {
        padding-right: 24px
    }

    .h-r768-pr--32 {
        padding-right: 32px
    }

    .h-r768-pr--48 {
        padding-right: 48px
    }

    .h-r768-pr--64 {
        padding-right: 64px
    }
}

.h-m--0 {
    margin: 0
}

.h-m--4 {
    margin: 4px
}

.h-m--8 {
    margin: 8px
}

.h-m--16 {
    margin: 16px
}

.h-m--24 {
    margin: 24px
}

.h-m--32 {
    margin: 32px
}

.h-m--48 {
    margin: 48px
}

.h-m--64 {
    margin: 64px
}

.h-mt--0 {
    margin-top: 0
}

.h-mt--4 {
    margin-top: 4px
}

.h-mt--8 {
    margin-top: 8px
}

.h-mt--16 {
    margin-top: 16px
}

.h-mt--24 {
    margin-top: 24px
}

.h-mt--32 {
    margin-top: 32px
}

.h-mt--48 {
    margin-top: 48px
}

.h-mt--64 {
    margin-top: 64px
}

.h-mb--0 {
    margin-bottom: 0
}

.h-mb--4 {
    margin-bottom: 4px
}

.h-mb--8 {
    margin-bottom: 8px
}

.h-mb--16 {
    margin-bottom: 16px
}

.h-mb--24 {
    margin-bottom: 24px
}

.h-mb--32 {
    margin-bottom: 32px
}

.h-mb--48 {
    margin-bottom: 48px
}

.h-mb--64 {
    margin-bottom: 64px
}

.h-ml--0 {
    margin-left: 0
}

.h-ml--4 {
    margin-left: 4px
}

.h-ml--8 {
    margin-left: 8px
}

.h-ml--16 {
    margin-left: 16px
}

.h-ml--24 {
    margin-left: 24px
}

.h-ml--32 {
    margin-left: 32px
}

.h-ml--48 {
    margin-left: 48px
}

.h-ml--64 {
    margin-left: 64px
}

.h-mr--0 {
    margin-right: 0
}

.h-mr--4 {
    margin-right: 4px
}

.h-mr--8 {
    margin-right: 8px
}

.h-mr--16 {
    margin-right: 16px
}

.h-mr--24 {
    margin-right: 24px
}

.h-mr--32 {
    margin-right: 32px
}

.h-mr--48 {
    margin-right: 48px
}

.h-mr--64 {
    margin-right: 64px
}

@media(max-width: 768px) {
    .h-r768-m--0 {
        margin: 0
    }

    .h-r768-m--4 {
        margin: 4px
    }

    .h-r768-m--8 {
        margin: 8px
    }

    .h-r768-m--16 {
        margin: 16px
    }

    .h-r768-m--24 {
        margin: 24px
    }

    .h-r768-m--32 {
        margin: 32px
    }

    .h-r768-m--48 {
        margin: 48px
    }

    .h-r768-m--64 {
        margin: 64px
    }

    .h-r768-mt--0 {
        margin-top: 0
    }

    .h-r768-mt--4 {
        margin-top: 4px
    }

    .h-r768-mt--8 {
        margin-top: 8px
    }

    .h-r768-mt--16 {
        margin-top: 16px
    }

    .h-r768-mt--24 {
        margin-top: 24px
    }

    .h-r768-mt--32 {
        margin-top: 32px
    }

    .h-r768-mt--48 {
        margin-top: 48px
    }

    .h-r768-mt--64 {
        margin-top: 64px
    }

    .h-r768-mb--0 {
        margin-bottom: 0
    }

    .h-r768-mb--4 {
        margin-bottom: 4px
    }

    .h-r768-mb--8 {
        margin-bottom: 8px
    }

    .h-r768-mb--16 {
        margin-bottom: 16px
    }

    .h-r768-mb--24 {
        margin-bottom: 24px
    }

    .h-r768-mb--32 {
        margin-bottom: 32px
    }

    .h-r768-mb--48 {
        margin-bottom: 48px
    }

    .h-r768-mb--64 {
        margin-bottom: 64px
    }

    .h-r768-ml--0 {
        margin-left: 0
    }

    .h-r768-ml--4 {
        margin-left: 4px
    }

    .h-r768-ml--8 {
        margin-left: 8px
    }

    .h-r768-ml--16 {
        margin-left: 16px
    }

    .h-r768-ml--24 {
        margin-left: 24px
    }

    .h-r768-ml--32 {
        margin-left: 32px
    }

    .h-r768-ml--48 {
        margin-left: 48px
    }

    .h-r768-ml--64 {
        margin-left: 64px
    }

    .h-r768-mr--0 {
        margin-right: 0
    }

    .h-r768-mr--4 {
        margin-right: 4px
    }

    .h-r768-mr--8 {
        margin-right: 8px
    }

    .h-r768-mr--16 {
        margin-right: 16px
    }

    .h-r768-mr--24 {
        margin-right: 24px
    }

    .h-r768-mr--32 {
        margin-right: 32px
    }

    .h-r768-mr--48 {
        margin-right: 48px
    }

    .h-r768-mr--64 {
        margin-right: 64px
    }
}

hr {
    border: 0;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    margin: 32px 0;
    font-size: 0px
}

@media(max-width: 768px) {
    hr {
        margin: 16px 0
    }
}

.h-h1,
.h-h1--small,
.h-h2,
.h-h2--small,
.h-h3,
.h-h3--small,
.h-h3--x-small,
.h-sh1 {
    line-height: 1.3em;
    font-weight: bold
}

.h-styled-content .h-h1,
.h-styled-content .h-h1--small,
.h-styled-content .h-h2,
.h-styled-content .h-h2--small,
.h-styled-content .h-h3,
.h-styled-content .h-h3--small,
.h-styled-content .h-h3--x-small,
.h-styled-content .h-sh1 {
    margin: .5em 0
}

.h-h1:first-child,
.h-h1--small:first-child,
.h-h2:first-child,
.h-h2--small:first-child,
.h-h3:first-child,
.h-h3--small:first-child,
.h-h3--x-small:first-child,
.h-sh1:first-child {
    margin-top: 0
}

.h-h1:last-child,
.h-h1--small:last-child,
.h-h2:last-child,
.h-h2--small:last-child,
.h-h3:last-child,
.h-h3--small:last-child,
.h-h3--x-small:last-child,
.h-sh1:last-child {
    margin-bottom: 0
}

.h-h1.h-semibold,
.h-h1--small.h-semibold,
.h-h2.h-semibold,
.h-h2--small.h-semibold,
.h-h3.h-semibold,
.h-h3--small.h-semibold,
.h-h3--x-small.h-semibold,
.h-sh1.h-semibold {
    font-weight: 600
}

.h-h1.h-regular,
.h-h1--small.h-regular,
.h-h2.h-regular,
.h-h2--small.h-regular,
.h-h3.h-regular,
.h-h3--small.h-regular,
.h-h3--x-small.h-regular,
.h-sh1.h-regular {
    font-weight: 400
}

.h-h1 {
    font-size: 36px
}

@media(max-width: 768px) {
    .h-h1 {
        font-size: 30px
    }
}

.h-h1--small {
    font-size: 30px
}

@media(max-width: 768px) {
    .h-h1--small {
        font-size: 24px
    }
}

.h-h2 {
    font-size: 24px
}

@media(max-width: 768px) {
    .h-h2 {
        font-size: 18px
    }
}

.h-h2--small {
    font-size: 18px
}

@media(max-width: 768px) {
    .h-h2--small {
        font-size: 16px
    }
}

.h-h3 {
    font-size: 16px
}

@media(max-width: 768px) {
    .h-h3 {
        font-size: 14px
    }
}

.h-h3--small {
    font-size: 14px
}

.h-h3--x-small {
    font-size: 12px
}

.h-sh1 {
    font-size: 24px;
    font-weight: 600
}

@media(max-width: 768px) {
    .h-sh1 {
        font-size: 18px
    }
}

.h-fw--regular {
    font-weight: 400
}

.h-fw--semibold {
    font-weight: 600
}

.h-fw--bold {
    font-weight: 700
}

p {
    margin: .5em 0;
    font-size: inherit;
    line-height: 1.5em
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

p a {
    color: #005aa9
}

p a:hover {
    color: #005aa9;
    text-decoration: underline
}

.h-styled-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.h-styled-content table th,
.h-styled-content table td {
    border: 1px solid #ddd;
    padding: 8px 16px;
    vertical-align: top
}

.h-styled-content table th {
    text-align: left;
    background: #005aa9;
    color: #fff;
    font-weight: 600
}

.h-styled-content ol,
.h-styled-content ul {
    padding-left: 18px;
    margin-top: .5em;
    margin-bottom: .5em
}

.h-styled-content li {
    margin-bottom: 8px
}

.h-styled-content li:last-child {
    margin-bottom: 0
}

.h-nowrap {
    white-space: nowrap
}

ul.h-no-style,
ol.h-no-style {
    list-style: none;
    margin: 0;
    padding: 0
}

.h-tal {
    text-align: left
}

.h-tar {
    text-align: right
}

.h-tac {
    text-align: center
}

.h-row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap
}

.h-row>.h-col--1-of-2,
.h-row>.h-col--1-of-3,
.h-row>.h-col--2-of-3,
.h-row>.h-col--1-of-4,
.h-row>.h-col--3-of-4,
.h-row>.h-col--1-of-5,
.h-row>.h-col--2-of-5,
.h-row>.h-col--3-of-5,
.h-row>.h-col--1-of-6,
.h-row>.h-col--1-of-12 {
    padding: 0 12px
}

.h-col--1-of-1 {
    width: 100%
}

.h-col--1-of-2 {
    width: 50%
}

.h-col--1-of-3 {
    width: 33.33333%
}

.h-col--2-of-3 {
    width: 66.6666%
}

.h-col--1-of-4 {
    width: 25%
}

.h-col--3-of-4 {
    width: 75%
}

.h-col--1-of-5 {
    width: 20%
}

.h-col--2-of-5 {
    width: 40%
}

.h-col--3-of-5 {
    width: 60%
}

.h-col--1-of-6 {
    width: 16.66666%
}

.h-col--1-of-12 {
    width: 8.33333%
}

.h-h--16 {
    height: 16px
}

.h-h--32 {
    height: 32px
}

.h-h--48 {
    height: 48px
}

.h-h--64 {
    height: 64px
}

.h-h--80 {
    height: 80px
}

.h-h--96 {
    height: 96px
}

.h-h--128 {
    height: 128px
}

.h-h--160 {
    height: 160px
}

.h-h--192 {
    height: 192px
}

.h-h--256 {
    height: 256px
}

.h-min-h--16 {
    min-height: 16px
}

.h-min-h--32 {
    min-height: 32px
}

.h-min-h--48 {
    min-height: 48px
}

.h-min-h--64 {
    min-height: 64px
}

.h-min-h--80 {
    min-height: 80px
}

.h-min-h--96 {
    min-height: 96px
}

.h-min-h--128 {
    min-height: 128px
}

.h-min-h--160 {
    min-height: 160px
}

.h-min-h--192 {
    min-height: 192px
}

.h-min-h--256 {
    min-height: 256px
}

.h-w--16 {
    width: 16px
}

.h-w--32 {
    width: 32px
}

.h-w--48 {
    width: 48px
}

.h-w--64 {
    width: 64px
}

.h-w--80 {
    width: 80px
}

.h-w--96 {
    width: 96px
}

.h-w--128 {
    width: 128px
}

.h-w--160 {
    width: 160px
}

.h-w--192 {
    width: 192px
}

.h-w--256 {
    width: 256px
}

.h-min-w--16 {
    min-width: 16px
}

.h-min-w--32 {
    min-width: 32px
}

.h-min-w--48 {
    min-width: 48px
}

.h-min-w--64 {
    min-width: 64px
}

.h-min-w--80 {
    min-width: 80px
}

.h-min-w--96 {
    min-width: 96px
}

.h-min-w--128 {
    min-width: 128px
}

.h-min-w--160 {
    min-width: 160px
}

.h-min-w--192 {
    min-width: 192px
}

.h-min-w--256 {
    min-width: 256px
}

.h-max-w--1200 {
    max-width: 1200px
}

.h-fs--8 {
    font-size: 8px
}

.h-fs--10 {
    font-size: 10px
}

.h-fs--12 {
    font-size: 12px
}

.h-fs--13 {
    font-size: 13px
}

.h-fs--14 {
    font-size: 14px
}

.h-fs--16 {
    font-size: 16px
}

.h-fs--20 {
    font-size: 20px
}

.h-fs--24 {
    font-size: 24px
}

.h-fs--30 {
    font-size: 30px
}

.h-fs--32 {
    font-size: 32px
}

.h-fs--36 {
    font-size: 36px
}

.h-fs--40 {
    font-size: 40px
}

.h-fs--48 {
    font-size: 48px
}

.h-fs--64 {
    font-size: 64px
}

.h-fs--80 {
    font-size: 80px
}

.h-fs--huge {
    font-size: 16px
}

@media(max-width: 768px) {
    .h-fs--huge {
        font-size: 14px
    }
}

.h-fs--big {
    font-size: 14px
}

.h-fs--normal {
    font-size: 13px
}

.h-fs--small {
    font-size: 12px
}

.h-show--1024-block {
    display: none !important
}

@media(max-width: 1024px) {
    .h-show--1024-block {
        display: block !important
    }
}

.h-show--768-block {
    display: none !important
}

@media(max-width: 768px) {
    .h-show--768-block {
        display: block !important
    }
}

.h-show--1024-flex {
    display: none !important
}

@media(max-width: 1024px) {
    .h-show--1024-flex {
        display: flex !important
    }
}

.h-show--768-flex {
    display: none !important
}

@media(max-width: 768px) {
    .h-show--768-flex {
        display: flex !important
    }
}

.h-hide {
    display: none !important
}

@media(max-width: 1024px) {
    .h-hide--1024 {
        display: none !important
    }
}

@media(max-width: 768px) {
    .h-hide--768 {
        display: none !important
    }
}

@media(max-width: 576px) {
    .h-hide--576 {
        display: none !important
    }
}

@media(max-width: 360px) {
    .h-hide--360 {
        display: none !important
    }
}

.h-cursor--pointer {
    cursor: pointer
}

.h-cursor--none {
    cursor: none
}

.c-btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    min-height: 44px;
    cursor: pointer;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 24px;
    border: 1px solid #0e8b0e;
    background: #0e8b0e;
    color: #fff
}

.c-btn--primary>span {
    padding: 0 8px;
    line-height: 24px
}

.c-btn--primary i,
.c-btn--primary svg {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.c-btn--primary.s-is-hovered,
.c-btn--primary:hover {
    background: #13bc13;
    border-color: #13bc13;
    color: #fff
}

.c-btn--primary[disabled],
.c-btn--primary.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial;
    color: #fff
}

.c-btn--primary.h-btn--bordered,
.c-btn--primary.h-btn--no-border {
    background: #fff;
    border-color: #0e8b0e;
    color: #0e8b0e
}

.c-btn--primary.h-btn--bordered.s-is-hovered,
.c-btn--primary.h-btn--bordered:hover,
.c-btn--primary.h-btn--no-border.s-is-hovered,
.c-btn--primary.h-btn--no-border:hover {
    border-color: #13bc13;
    color: #13bc13
}

.c-btn--primary.h-btn--bordered[disabled],
.c-btn--primary.h-btn--bordered.s-is-disabled,
.c-btn--primary.h-btn--no-border[disabled],
.c-btn--primary.h-btn--no-border.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial
}

.c-btn--primary.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    min-height: 44px;
    cursor: pointer;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 24px;
    border: 1px solid #005aa9;
    background: #005aa9;
    color: #fff
}

.c-btn--secondary>span {
    padding: 0 8px;
    line-height: 24px
}

.c-btn--secondary i,
.c-btn--secondary svg {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.c-btn--secondary.s-is-hovered,
.c-btn--secondary:hover {
    background: #0075dc;
    border-color: #0075dc;
    color: #fff
}

.c-btn--secondary[disabled],
.c-btn--secondary.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial;
    color: #fff
}

.c-btn--secondary.h-btn--bordered,
.c-btn--secondary.h-btn--no-border {
    background: #fff;
    border-color: #005aa9;
    color: #005aa9
}

.c-btn--secondary.h-btn--bordered.s-is-hovered,
.c-btn--secondary.h-btn--bordered:hover,
.c-btn--secondary.h-btn--no-border.s-is-hovered,
.c-btn--secondary.h-btn--no-border:hover {
    border-color: #0075dc;
    color: #0075dc
}

.c-btn--secondary.h-btn--bordered[disabled],
.c-btn--secondary.h-btn--bordered.s-is-disabled,
.c-btn--secondary.h-btn--no-border[disabled],
.c-btn--secondary.h-btn--no-border.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial
}

.c-btn--secondary.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    min-height: 44px;
    cursor: pointer;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 24px;
    border: 1px solid #fff;
    background: #fff;
    color: #fff
}

.c-btn--white>span {
    padding: 0 8px;
    line-height: 24px
}

.c-btn--white i,
.c-btn--white svg {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.c-btn--white.s-is-hovered,
.c-btn--white:hover {
    background: #fff;
    border-color: #fff;
    color: #fff
}

.c-btn--white[disabled],
.c-btn--white.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial;
    color: #fff
}

.c-btn--white.h-btn--bordered,
.c-btn--white.h-btn--no-border {
    background: #fff;
    border-color: #fff;
    color: #fff
}

.c-btn--white.h-btn--bordered.s-is-hovered,
.c-btn--white.h-btn--bordered:hover,
.c-btn--white.h-btn--no-border.s-is-hovered,
.c-btn--white.h-btn--no-border:hover {
    border-color: #fff;
    color: #fff
}

.c-btn--white.h-btn--bordered[disabled],
.c-btn--white.h-btn--bordered.s-is-disabled,
.c-btn--white.h-btn--no-border[disabled],
.c-btn--white.h-btn--no-border.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial
}

.c-btn--white.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    min-height: 44px;
    cursor: pointer;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 24px;
    border: 1px solid #212121;
    background: #212121;
    color: #fff
}

.c-btn--black>span {
    padding: 0 8px;
    line-height: 24px
}

.c-btn--black i,
.c-btn--black svg {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.c-btn--black.s-is-hovered,
.c-btn--black:hover {
    background: #424242;
    border-color: #424242;
    color: #fff
}

.c-btn--black[disabled],
.c-btn--black.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial;
    color: #fff
}

.c-btn--black.h-btn--bordered,
.c-btn--black.h-btn--no-border {
    background: #fff;
    border-color: #212121;
    color: #212121
}

.c-btn--black.h-btn--bordered.s-is-hovered,
.c-btn--black.h-btn--bordered:hover,
.c-btn--black.h-btn--no-border.s-is-hovered,
.c-btn--black.h-btn--no-border:hover {
    border-color: #424242;
    color: #424242
}

.c-btn--black.h-btn--bordered[disabled],
.c-btn--black.h-btn--bordered.s-is-disabled,
.c-btn--black.h-btn--no-border[disabled],
.c-btn--black.h-btn--no-border.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial
}

.c-btn--black.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--grey {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    min-height: 44px;
    cursor: pointer;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 24px;
    border: 1px solid #bbb;
    background: #bbb;
    color: #fff
}

.c-btn--grey>span {
    padding: 0 8px;
    line-height: 24px
}

.c-btn--grey i,
.c-btn--grey svg {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.c-btn--grey.s-is-hovered,
.c-btn--grey:hover {
    background: #c5c5c5;
    border-color: #c5c5c5;
    color: #fff
}

.c-btn--grey[disabled],
.c-btn--grey.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial;
    color: #fff
}

.c-btn--grey.h-btn--bordered,
.c-btn--grey.h-btn--no-border {
    background: #fff;
    border-color: #bbb;
    color: #bbb
}

.c-btn--grey.h-btn--bordered.s-is-hovered,
.c-btn--grey.h-btn--bordered:hover,
.c-btn--grey.h-btn--no-border.s-is-hovered,
.c-btn--grey.h-btn--no-border:hover {
    border-color: #c5c5c5;
    color: #c5c5c5
}

.c-btn--grey.h-btn--bordered[disabled],
.c-btn--grey.h-btn--bordered.s-is-disabled,
.c-btn--grey.h-btn--no-border[disabled],
.c-btn--grey.h-btn--no-border.s-is-disabled {
    opacity: .6;
    pointer-events: none;
    cursor: initial
}

.c-btn--grey.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--white {
    color: #212121;
    border-color: #f4f4f4
}

.c-btn--white.s-is-hovered,
.c-btn--white:hover {
    color: #666;
    border-color: #ddd
}

.c-btn--white.h-btn--bordered,
.c-btn--white.h-btn--no-border {
    background: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff
}

.c-btn--white.h-btn--bordered.s-is-hovered,
.c-btn--white.h-btn--bordered:hover,
.c-btn--white.h-btn--no-border.s-is-hovered,
.c-btn--white.h-btn--no-border:hover {
    border-color: #ddd;
    color: #ddd
}

.c-btn--white.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--black {
    color: #fff;
    border-color: #212121;
    background: #212121
}

.c-btn--black.s-is-hovered,
.c-btn--black:hover {
    background: #666;
    border-color: #666
}

.c-btn--black.h-btn--bordered,
.c-btn--black.h-btn--no-border {
    background: rgba(0, 0, 0, 0);
    border-color: #212121;
    color: #212121
}

.c-btn--black.h-btn--bordered.s-is-hovered,
.c-btn--black.h-btn--bordered:hover,
.c-btn--black.h-btn--no-border.s-is-hovered,
.c-btn--black.h-btn--no-border:hover {
    border-color: #666;
    color: #666
}

.c-btn--black.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.c-btn--grey {
    color: #212121;
    border-color: #ddd;
    background: #ddd
}

.c-btn--grey.s-is-hovered,
.c-btn--grey:hover {
    background: #bbb;
    border-color: #bbb;
    color: #212121
}

.c-btn--grey.h-btn--bordered,
.c-btn--grey.h-btn--no-border {
    background: rgba(0, 0, 0, 0);
    border-color: #bbb;
    color: #212121
}

.c-btn--grey.h-btn--bordered.s-is-hovered,
.c-btn--grey.h-btn--bordered:hover,
.c-btn--grey.h-btn--no-border.s-is-hovered,
.c-btn--grey.h-btn--no-border:hover {
    border-color: #999;
    color: #212121
}

.c-btn--grey.h-btn--no-border {
    border: 1px solid rgba(0, 0, 0, 0)
}

.h-btn--full-width {
    width: 100%
}

.h-btn--round {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 100%;
    position: relative;
    overflow: hidden
}

.h-btn--small {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 38px;
    font-size: 14px
}

.h-btn--small span {
    font-size: 14px
}

.h-btn--x-small {
    padding: 2px 14px;
    font-size: 13px;
    min-height: 29px;
    line-height: 21px
}

.h-btn--x-small span {
    padding: 0 4px;
    line-height: 21px;
    font-size: 13px
}

.h-btn--x-small i,
.h-btn--x-small svg {
    font-size: 21px;
    width: 21px;
    height: 21px
}

[class^=c-icon--],
[class*=" c-icon--"] {
    font-family: "matematikos-miestas" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-icon--fullscreen:before {
    content: ""
}

.c-icon--facebook:before {
    content: ""
}

.c-icon--linkedin:before {
    content: ""
}

.c-icon--twitter:before {
    content: ""
}

.c-social-links {
    display: inline-flex
}

.c-social-links a {
    font-size: 32px;
    color: #666;
    margin-right: 16px;
    width: 32px;
    line-height: 1em;
    height: 32px;
    display: inline-block
}

.c-social-links a:last-child {
    margin-right: 0
}

.c-social-links a:hover .c-icon--youtube {
    color: red
}

.c-social-links a:hover .c-icon--instagram {
    color: #c32aa3
}

.c-social-links a:hover .c-icon--facebook {
    color: #1877f2
}

.c-social-links a:hover .c-icon--linkedin {
    color: #0a66c2
}

.c-site-header .h-site-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding-top: 16px;
    padding-bottom: 16px*/
}

.c-main-logo img {
    width: 163px;
    height: 48px
}

.c-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px
}

.c-main-menu ul a {
    font-weight: 600;
    color: rgba(255, 255, 255, .75)
}

.c-main-menu ul a:hover {
    color: #fff
}

.c-site-footer {
    padding-top: 30px;
    padding-bottom: 30px
}

.c-footer__top .h-site-block {
    display: flex;
      align-items: center;
    gap: 30px
}

.c-footer__top .c-footer-column {
    width: calc((100% - 120px)/3)
}

.c-footer__bottom .h-site-block {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    align-items: center;
    justify-content: space-between
}

.c-footer__bottom .c-footer-column {
    width: calc((100% - 80px)/4);
    justify-content: center; /* Horizontal alignment */
}

.c-footer-title {
    font-weight: 600;
    line-height: 1.625em;
    margin-bottom: 15px
}

.c-footer-menu {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0
}

.c-footer-menu li {
    margin-bottom: 14px
}

.c-footer-menu li:last-child {
    margin-bottom: 0
}

.c-footer-menu a:hover {
    text-decoration: underline
}

.c-footer-logo img {
    width: 163px;
    height: 48px
}

.c-download-links {
    display: flex;
    gap: 32px
    
}

.c-download-links img {
    width: 155px;
    height: 48px
}

.c-social-menu {
    display: flex;
    gap: 16px;
    list-style: none;
    text-decoration: underline;
    margin: 0;
    padding: 0
}

.c-social-menu a {
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: grey;
    text-decoration: underline;
    border: 1px solid rgba(255, 255, 255, .25);
    width: 35px;
    height: 35px
}

.c-social-menu a:hover {
    border-color: #fff
    text-decoration: underline;
}


/*# sourceMappingURL=main.css.map */