pre code.hljs {
    display: block;
    overflow-x: auto;
}
code.hljs {
    padding: 3px 5px;
}
.hljs {
    background: #2e3440;
}
.hljs,
.hljs-subst {
    color: #d8dee9;
}
.hljs-selector-tag {
    color: #81a1c1;
}
.hljs-selector-id {
    color: #8fbcbb;
    font-weight: 700;
}
.hljs-selector-attr,
.hljs-selector-class {
    color: #8fbcbb;
}
.hljs-property,
.hljs-selector-pseudo {
    color: #88c0d0;
}
.hljs-addition {
    background-color: rgba(163, 190, 140, 0.5);
}
.hljs-deletion {
    background-color: rgba(191, 97, 106, 0.5);
}
.hljs-built_in,
.hljs-class,
.hljs-type {
    color: #8fbcbb;
}
.hljs-function,
.hljs-function > .hljs-title,
.hljs-title.hljs-function {
    color: #88c0d0;
}
.hljs-keyword,
.hljs-literal,
.hljs-symbol {
    color: #81a1c1;
}
.hljs-number {
    color: #b48ead;
}
.hljs-regexp {
    color: #ebcb8b;
}
.hljs-string {
    color: #a3be8c;
}
.hljs-title {
    color: #8fbcbb;
}
.hljs-params {
    color: #d8dee9;
}
.hljs-bullet {
    color: #81a1c1;
}
.hljs-code {
    color: #8fbcbb;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-formula {
    color: #8fbcbb;
}
.hljs-strong {
    font-weight: 700;
}
.hljs-link:hover {
    text-decoration: underline;
}
.hljs-comment,
.hljs-quote {
    color: #7d879b;
}
.hljs-doctag {
    color: #8fbcbb;
}
.hljs-meta,
.hljs-meta .hljs-keyword {
    color: #5e81ac;
}
.hljs-meta .hljs-string {
    color: #a3be8c;
}
.hljs-attr {
    color: #8fbcbb;
}
.hljs-attribute {
    color: #d8dee9;
}
.hljs-name {
    color: #81a1c1;
}
.hljs-section {
    color: #88c0d0;
}
.hljs-tag {
    color: #81a1c1;
}
.hljs-template-variable,
.hljs-variable {
    color: #d8dee9;
}
.hljs-template-tag {
    color: #5e81ac;
}
.language-abnf .hljs-attribute {
    color: #88c0d0;
}
.language-abnf .hljs-symbol {
    color: #ebcb8b;
}
.language-apache .hljs-attribute {
    color: #88c0d0;
}
.language-apache .hljs-section {
    color: #81a1c1;
}
.language-arduino .hljs-built_in {
    color: #88c0d0;
}
.language-aspectj .hljs-meta {
    color: #d08770;
}
.language-aspectj > .hljs-title {
    color: #88c0d0;
}
.language-bnf .hljs-attribute {
    color: #8fbcbb;
}
.language-clojure .hljs-name {
    color: #88c0d0;
}
.language-clojure .hljs-symbol {
    color: #ebcb8b;
}
.language-coq .hljs-built_in {
    color: #88c0d0;
}
.language-cpp .hljs-meta .hljs-string {
    color: #8fbcbb;
}
.language-css .hljs-built_in {
    color: #88c0d0;
}
.language-css .hljs-keyword {
    color: #d08770;
}
.language-diff .hljs-meta,
.language-ebnf .hljs-attribute {
    color: #8fbcbb;
}
.language-glsl .hljs-built_in {
    color: #88c0d0;
}
.language-groovy .hljs-meta:not(:first-child),
.language-haxe .hljs-meta,
.language-java .hljs-meta {
    color: #d08770;
}
.language-ldif .hljs-attribute {
    color: #8fbcbb;
}
.language-lisp .hljs-name,
.language-lua .hljs-built_in,
.language-moonscript .hljs-built_in,
.language-nginx .hljs-attribute {
    color: #88c0d0;
}
.language-nginx .hljs-section {
    color: #5e81ac;
}
.language-pf .hljs-built_in,
.language-processing .hljs-built_in {
    color: #88c0d0;
}
.language-scss .hljs-keyword,
.language-stylus .hljs-keyword {
    color: #81a1c1;
}
.language-swift .hljs-meta {
    color: #d08770;
}
.language-vim .hljs-built_in {
    color: #88c0d0;
    font-style: italic;
}
.language-yaml .hljs-meta {
    color: #d08770;
}
.js-copy-btn {
    opacity: 1;
    transition: opacity 0.2s;
    float: right;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-top: 5px;
}
.js-copy-btn .icon-copy {
    margin-right: -10px;
}
@media (max-width: 980px) {
    .js-copy-btn .icon-copy {
        margin-right: 10px;
    }
}
@media screen and (max-width: 764px) {
    .js-copy-btn {
        opacity: 1;
        transition: opacity 0.2s;
        right: 15px;
        position: absolute;
        display: inline-block;
        padding: 10px;
    }
}
.js-copy-btn .icon-copy {
    width: 1rem;
    height: 1rem;
    display: block;
}
pre:hover .js-copy-btn {
    opacity: 0.2;
}
pre .js-copy-btn:hover {
    opacity: 0.4;
    cursor: pointer;
    cursor: hand;
}
.js-copy-done {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 3px;
    transition: opacity 0.5s;
}
.js-copy-done.faded {
    opacity: 0;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.m-3 {
    margin: 0.75rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.m-4 {
    margin: 1rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-5 {
    margin: 1.5rem !important;
}
.mt-5 {
    margin-top: 1.5rem !important;
}
.mr-5 {
    margin-right: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}
.ml-5 {
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.m-6 {
    margin: 3rem !important;
}
.mt-6 {
    margin-top: 3rem !important;
}
.mr-6 {
    margin-right: 3rem !important;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.ml-6 {
    margin-left: 3rem !important;
}
.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-5 {
    padding: 1.5rem !important;
}
.pt-5 {
    padding-top: 1.5rem !important;
}
.pr-5 {
    padding-right: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 1.5rem !important;
}
.pl-5 {
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-6 {
    padding: 3rem !important;
}
.pt-6 {
    padding-top: 3rem !important;
}
.pr-6 {
    padding-right: 3rem !important;
}
.pb-6 {
    padding-bottom: 3rem !important;
}
.pl-6 {
    padding-left: 3rem !important;
}
.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-auto {
    padding: auto !important;
}
.pt-auto {
    padding-top: auto !important;
}
.pr-auto {
    padding-right: auto !important;
}
.pb-auto {
    padding-bottom: auto !important;
}
.pl-auto {
    padding-left: auto !important;
}
.px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}
.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}
.lightboxes img {
    border-radius: 0px;
}
#img_1 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
#grid_v_1 img {
    height: 608px;
    object-fit: cover;
    width: 100%;
}
#grid_v_2 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
#grid_v_3 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
img.rect_img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    margin-bottom: -8px;
    border-radius: 0px;
}
img.rect_img_q {
    height: 250px;
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
    margin-bottom: -8px;
}
@media screen and (max-width: 764px) {
    #img_1 img {
        height: 150px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    #img_2 img {
        height: 100px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
    #img_3 img {
        height: 100px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
    div#img_1 {
        margin-left: -5px;
    }
    div#img_2 {
        margin-left: 5px;
    }
    #grid_v_1 img {
        height: 156px;
        object-fit: cover;
        width: 100%;
    }
    #grid_v_2 img {
        height: 75px;
        object-fit: cover;
        width: 100%;
    }
    #grid_v_3 img {
        height: 75px;
        object-fit: cover;
        width: 100%;
    }
    img.rect_img {
        height: 50px;
        width: 100%;
        object-fit: cover;
    }
    img.rect_img_q {
        height: 150px;
        width: 100%;
        object-fit: cover;
    }
}

button.sl-prev {
    font-size: 330%;
}
button.sl-next {
    font-size: 330%;
}
button.sl-close {
    font-size: 330%;
}
body.hidden-scroll {
    overflow: hidden;
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 1035;
}
.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}
.sl-wrapper * {
    box-sizing: border-box;
}
.sl-wrapper button {
    border: 0 none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
    opacity: 0.7;
}
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    color: #000;
}
.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 10060;
    color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
    }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr;
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    height: auto;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060;
}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.sl-transition {
    transition: -moz-transform ease 0.2s;
    transition: -ms-transform ease 0.2s;
    transition: -o-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/*Tabs*/

	.tab-item > label:hover {
				cursor: pointer;
			}

			.tab-content {
				display: none;
			}

			.tab-locator:nth-of-type(1):checked
				~ .tab-block
				> .tab-item:nth-of-type(1)
				> label
				> a,
			.tab-locator:nth-of-type(2):checked
				~ .tab-block
				> .tab-item:nth-of-type(2)
				> label
				> a,
			.tab-locator:nth-of-type(3):checked
				~ .tab-block
				> .tab-item:nth-of-type(3)
				> label
				> a {
				border-bottom-color: #5764c6;
				color: #5764c6;
			}

			.tab-locator:nth-of-type(1):checked ~ .tabs > .tab-content:nth-of-type(1),
			.tab-locator:nth-of-type(2):checked ~ .tabs > .tab-content:nth-of-type(2),
			.tab-locator:nth-of-type(3):checked
				~ .tabs
				> .tab-content:nth-of-type(3) {
				display: block;
			}
			
/*Tabs*/