﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

@import"https://fonts.googleapis.com/css?family=Barlow:400,500,700";
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

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
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [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 {
    display: inline-block;
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

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

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

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

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

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

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

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

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

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

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

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

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

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

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

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

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

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

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

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

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

.btn-group>.btn:first-child {
    margin-left: 0
}

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

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

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

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

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

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

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

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

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

.nav-pills .nav-link {
    border-radius: .25rem
}

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

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

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

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

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

.navbar-dark .navbar-text a {
    color: #fff
}

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

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

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.card-title {
    margin-bottom: .75rem
}

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

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

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

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

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

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

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

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

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

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

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

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

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

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

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

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

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

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

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

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

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

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

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

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media(max-height: 576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media(max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.font-size-9 {
    font-size: 9px
}

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

.font-size-11 {
    font-size: 11px
}

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

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

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

.font-size-15 {
    font-size: 15px
}

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

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

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

.font-size-21 {
    font-size: 21px
}

.font-size-22 {
    font-size: 22px
}

.font-size-23 {
    font-size: 23px
}

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

.font-size-25 {
    font-size: 25px
}

.font-size-26 {
    font-size: 26px
}

.font-size-27 {
    font-size: 27px
}

.font-size-28 {
    font-size: 28px
}

.font-size-29 {
    font-size: 29px
}

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

.font-size-31 {
    font-size: 31px
}

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

.font-size-33 {
    font-size: 33px
}

.font-size-34 {
    font-size: 34px
}

.font-size-35 {
    font-size: 35px
}

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

.font-size-37 {
    font-size: 37px
}

.font-size-38 {
    font-size: 38px
}

.font-size-39 {
    font-size: 39px
}

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

.font-size-41 {
    font-size: 41px
}

.font-size-42 {
    font-size: 42px
}

.font-size-43 {
    font-size: 43px
}

.font-size-44 {
    font-size: 44px
}

.font-size-45 {
    font-size: 45px
}

.font-size-46 {
    font-size: 46px
}

.font-size-47 {
    font-size: 47px
}

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

.font-size-49 {
    font-size: 49px
}

.font-size-50 {
    font-size: 50px
}

.font-size-51 {
    font-size: 51px
}

.font-size-52 {
    font-size: 52px
}

.font-size-53 {
    font-size: 53px
}

.font-size-54 {
    font-size: 54px
}

.font-size-55 {
    font-size: 55px
}

.font-size-56 {
    font-size: 56px
}

.font-size-57 {
    font-size: 57px
}

.font-size-58 {
    font-size: 58px
}

.font-size-59 {
    font-size: 59px
}

.font-size-60 {
    font-size: 60px
}

.font-size-61 {
    font-size: 61px
}

.font-size-62 {
    font-size: 62px
}

.font-size-63 {
    font-size: 63px
}

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

.font-size-65 {
    font-size: 65px
}

.font-size-66 {
    font-size: 66px
}

.font-size-67 {
    font-size: 67px
}

.font-size-68 {
    font-size: 68px
}

.font-size-69 {
    font-size: 69px
}

.font-size-70 {
    font-size: 70px
}

.font-size-71 {
    font-size: 71px
}

.font-size-72 {
    font-size: 72px
}

.font-size-73 {
    font-size: 73px
}

.font-size-74 {
    font-size: 74px
}

.font-size-75 {
    font-size: 75px
}

.font-size-76 {
    font-size: 76px
}

.font-size-77 {
    font-size: 77px
}

.font-size-78 {
    font-size: 78px
}

.font-size-79 {
    font-size: 79px
}

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

.font-size-81 {
    font-size: 81px
}

.font-size-82 {
    font-size: 82px
}

.font-size-83 {
    font-size: 83px
}

.font-size-84 {
    font-size: 84px
}

.font-size-85 {
    font-size: 85px
}

.font-size-86 {
    font-size: 86px
}

.font-size-87 {
    font-size: 87px
}

.font-size-88 {
    font-size: 88px
}

.font-size-89 {
    font-size: 89px
}

.font-size-90 {
    font-size: 90px
}

.font-size-91 {
    font-size: 91px
}

.font-size-92 {
    font-size: 92px
}

.font-size-93 {
    font-size: 93px
}

.font-size-94 {
    font-size: 94px
}

.font-size-95 {
    font-size: 95px
}

.font-size-96 {
    font-size: 96px
}

.font-size-97 {
    font-size: 97px
}

.font-size-98 {
    font-size: 98px
}

.font-size-99 {
    font-size: 99px
}

.font-size-9-i {
    font-size: 9px !important
}

.font-size-10-i {
    font-size: 10px !important
}

.font-size-11-i {
    font-size: 11px !important
}

.font-size-12-i {
    font-size: 12px !important
}

.font-size-13-i {
    font-size: 13px !important
}

.font-size-14-i {
    font-size: 14px !important
}

.font-size-15-i {
    font-size: 15px !important
}

.font-size-16-i {
    font-size: 16px !important
}

.font-size-17-i {
    font-size: 17px !important
}

.font-size-18-i {
    font-size: 18px !important
}

.font-size-19-i {
    font-size: 19px !important
}

.font-size-20-i {
    font-size: 20px !important
}

.font-size-21-i {
    font-size: 21px !important
}

.font-size-22-i {
    font-size: 22px !important
}

.font-size-23-i {
    font-size: 23px !important
}

.font-size-24-i {
    font-size: 24px !important
}

.font-size-25-i {
    font-size: 25px !important
}

.font-size-26-i {
    font-size: 26px !important
}

.font-size-27-i {
    font-size: 27px !important
}

.font-size-28-i {
    font-size: 28px !important
}

.font-size-29-i {
    font-size: 29px !important
}

.font-size-30-i {
    font-size: 30px !important
}

.font-size-31-i {
    font-size: 31px !important
}

.font-size-32-i {
    font-size: 32px !important
}

.font-size-33-i {
    font-size: 33px !important
}

.font-size-34-i {
    font-size: 34px !important
}

.font-size-35-i {
    font-size: 35px !important
}

.font-size-36-i {
    font-size: 36px !important
}

.font-size-37-i {
    font-size: 37px !important
}

.font-size-38-i {
    font-size: 38px !important
}

.font-size-39-i {
    font-size: 39px !important
}

.font-size-40-i {
    font-size: 40px !important
}

.font-size-41-i {
    font-size: 41px !important
}

.font-size-42-i {
    font-size: 42px !important
}

.font-size-43-i {
    font-size: 43px !important
}

.font-size-44-i {
    font-size: 44px !important
}

.font-size-45-i {
    font-size: 45px !important
}

.font-size-46-i {
    font-size: 46px !important
}

.font-size-47-i {
    font-size: 47px !important
}

.font-size-48-i {
    font-size: 48px !important
}

.font-size-49-i {
    font-size: 49px !important
}

.font-size-50-i {
    font-size: 50px !important
}

.font-size-51-i {
    font-size: 51px !important
}

.font-size-52-i {
    font-size: 52px !important
}

.font-size-53-i {
    font-size: 53px !important
}

.font-size-54-i {
    font-size: 54px !important
}

.font-size-55-i {
    font-size: 55px !important
}

.font-size-56-i {
    font-size: 56px !important
}

.font-size-57-i {
    font-size: 57px !important
}

.font-size-58-i {
    font-size: 58px !important
}

.font-size-59-i {
    font-size: 59px !important
}

.font-size-60-i {
    font-size: 60px !important
}

.font-size-61-i {
    font-size: 61px !important
}

.font-size-62-i {
    font-size: 62px !important
}

.font-size-63-i {
    font-size: 63px !important
}

.font-size-64-i {
    font-size: 64px !important
}

.font-size-65-i {
    font-size: 65px !important
}

.font-size-66-i {
    font-size: 66px !important
}

.font-size-67-i {
    font-size: 67px !important
}

.font-size-68-i {
    font-size: 68px !important
}

.font-size-69-i {
    font-size: 69px !important
}

.font-size-70-i {
    font-size: 70px !important
}

.font-size-71-i {
    font-size: 71px !important
}

.font-size-72-i {
    font-size: 72px !important
}

.font-size-73-i {
    font-size: 73px !important
}

.font-size-74-i {
    font-size: 74px !important
}

.font-size-75-i {
    font-size: 75px !important
}

.font-size-76-i {
    font-size: 76px !important
}

.font-size-77-i {
    font-size: 77px !important
}

.font-size-78-i {
    font-size: 78px !important
}

.font-size-79-i {
    font-size: 79px !important
}

.font-size-80-i {
    font-size: 80px !important
}

.font-size-81-i {
    font-size: 81px !important
}

.font-size-82-i {
    font-size: 82px !important
}

.font-size-83-i {
    font-size: 83px !important
}

.font-size-84-i {
    font-size: 84px !important
}

.font-size-85-i {
    font-size: 85px !important
}

.font-size-86-i {
    font-size: 86px !important
}

.font-size-87-i {
    font-size: 87px !important
}

.font-size-88-i {
    font-size: 88px !important
}

.font-size-89-i {
    font-size: 89px !important
}

.font-size-90-i {
    font-size: 90px !important
}

.font-size-91-i {
    font-size: 91px !important
}

.font-size-92-i {
    font-size: 92px !important
}

.font-size-93-i {
    font-size: 93px !important
}

.font-size-94-i {
    font-size: 94px !important
}

.font-size-95-i {
    font-size: 95px !important
}

.font-size-96-i {
    font-size: 96px !important
}

.font-size-97-i {
    font-size: 97px !important
}

.font-size-98-i {
    font-size: 98px !important
}

.font-size-99-i {
    font-size: 99px !important
}

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

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mt-205 {
    margin-top: 205px
}

.mt-210 {
    margin-top: 210px
}

.mt-215 {
    margin-top: 215px
}

.mt-220 {
    margin-top: 220px
}

.mt-225 {
    margin-top: 225px
}

.mt-230 {
    margin-top: 230px
}

.mt-235 {
    margin-top: 235px
}

.mt-240 {
    margin-top: 240px
}

.mt-245 {
    margin-top: 245px
}

.mt-0-i {
    margin-top: 0px !important
}

.mt-5-i {
    margin-top: 5px !important
}

.mt-10-i {
    margin-top: 10px !important
}

.mt-15-i {
    margin-top: 15px !important
}

.mt-20-i {
    margin-top: 20px !important
}

.mt-25-i {
    margin-top: 25px !important
}

.mt-30-i {
    margin-top: 30px !important
}

.mt-35-i {
    margin-top: 35px !important
}

.mt-40-i {
    margin-top: 40px !important
}

.mt-45-i {
    margin-top: 45px !important
}

.mt-50-i {
    margin-top: 50px !important
}

.mt-55-i {
    margin-top: 55px !important
}

.mt-60-i {
    margin-top: 60px !important
}

.mt-65-i {
    margin-top: 65px !important
}

.mt-70-i {
    margin-top: 70px !important
}

.mt-75-i {
    margin-top: 75px !important
}

.mt-80-i {
    margin-top: 80px !important
}

.mt-85-i {
    margin-top: 85px !important
}

.mt-90-i {
    margin-top: 90px !important
}

.mt-95-i {
    margin-top: 95px !important
}

.mt-100-i {
    margin-top: 100px !important
}

.mt-105-i {
    margin-top: 105px !important
}

.mt-110-i {
    margin-top: 110px !important
}

.mt-115-i {
    margin-top: 115px !important
}

.mt-120-i {
    margin-top: 120px !important
}

.mt-125-i {
    margin-top: 125px !important
}

.mt-130-i {
    margin-top: 130px !important
}

.mt-135-i {
    margin-top: 135px !important
}

.mt-140-i {
    margin-top: 140px !important
}

.mt-145-i {
    margin-top: 145px !important
}

.mt-150-i {
    margin-top: 150px !important
}

.mt-155-i {
    margin-top: 155px !important
}

.mt-160-i {
    margin-top: 160px !important
}

.mt-165-i {
    margin-top: 165px !important
}

.mt-170-i {
    margin-top: 170px !important
}

.mt-175-i {
    margin-top: 175px !important
}

.mt-180-i {
    margin-top: 180px !important
}

.mt-185-i {
    margin-top: 185px !important
}

.mt-190-i {
    margin-top: 190px !important
}

.mt-195-i {
    margin-top: 195px !important
}

.mt-200-i {
    margin-top: 200px !important
}

.mt-205-i {
    margin-top: 205px !important
}

.mt-210-i {
    margin-top: 210px !important
}

.mt-215-i {
    margin-top: 215px !important
}

.mt-220-i {
    margin-top: 220px !important
}

.mt-225-i {
    margin-top: 225px !important
}

.mt-230-i {
    margin-top: 230px !important
}

.mt-235-i {
    margin-top: 235px !important
}

.mt-240-i {
    margin-top: 240px !important
}

.mt-245-i {
    margin-top: 245px !important
}

.min-height-0 {
    min-height: 0px
}

.min-height-5 {
    min-height: 5px
}

.min-height-10 {
    min-height: 10px
}

.min-height-15 {
    min-height: 15px
}

.min-height-20 {
    min-height: 20px
}

.min-height-25 {
    min-height: 25px
}

.min-height-30 {
    min-height: 30px
}

.min-height-35 {
    min-height: 35px
}

.min-height-40 {
    min-height: 40px
}

.min-height-45 {
    min-height: 45px
}

.min-height-50 {
    min-height: 50px
}

.min-height-55 {
    min-height: 55px
}

.min-height-60 {
    min-height: 60px
}

.min-height-65 {
    min-height: 65px
}

.min-height-70 {
    min-height: 70px
}

.min-height-75 {
    min-height: 75px
}

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

.min-height-85 {
    min-height: 85px
}

.min-height-90 {
    min-height: 90px
}

.min-height-95 {
    min-height: 95px
}

.min-height-100 {
    min-height: 100px
}

.min-height-105 {
    min-height: 105px
}

.min-height-110 {
    min-height: 110px
}

.min-height-115 {
    min-height: 115px
}

.min-height-120 {
    min-height: 120px
}

.min-height-125 {
    min-height: 125px
}

.min-height-130 {
    min-height: 130px
}

.min-height-135 {
    min-height: 135px
}

.min-height-140 {
    min-height: 140px
}

.min-height-145 {
    min-height: 145px
}

.min-height-150 {
    min-height: 150px
}

.min-height-155 {
    min-height: 155px
}

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

.min-height-165 {
    min-height: 165px
}

.min-height-170 {
    min-height: 170px
}

.min-height-175 {
    min-height: 175px
}

.min-height-180 {
    min-height: 180px
}

.min-height-185 {
    min-height: 185px
}

.min-height-190 {
    min-height: 190px
}

.min-height-195 {
    min-height: 195px
}

.min-height-200 {
    min-height: 200px
}

.min-height-205 {
    min-height: 205px
}

.min-height-210 {
    min-height: 210px
}

.min-height-215 {
    min-height: 215px
}

.min-height-220 {
    min-height: 220px
}

.min-height-225 {
    min-height: 225px
}

.min-height-230 {
    min-height: 230px
}

.min-height-235 {
    min-height: 235px
}

.min-height-240 {
    min-height: 240px
}

.min-height-245 {
    min-height: 245px
}

.min-height-250 {
    min-height: 250px
}

.min-height-255 {
    min-height: 255px
}

.min-height-260 {
    min-height: 260px
}

.min-height-265 {
    min-height: 265px
}

.min-height-270 {
    min-height: 270px
}

.min-height-275 {
    min-height: 275px
}

.min-height-280 {
    min-height: 280px
}

.min-height-285 {
    min-height: 285px
}

.min-height-290 {
    min-height: 290px
}

.min-height-295 {
    min-height: 295px
}

.min-height-300 {
    min-height: 300px
}

.min-height-305 {
    min-height: 305px
}

.min-height-310 {
    min-height: 310px
}

.min-height-315 {
    min-height: 315px
}

.min-height-320 {
    min-height: 320px
}

.min-height-325 {
    min-height: 325px
}

.min-height-330 {
    min-height: 330px
}

.min-height-335 {
    min-height: 335px
}

.min-height-340 {
    min-height: 340px
}

.min-height-345 {
    min-height: 345px
}

.min-height-350 {
    min-height: 350px
}

.min-height-355 {
    min-height: 355px
}

.min-height-360 {
    min-height: 360px
}

.min-height-365 {
    min-height: 365px
}

.min-height-370 {
    min-height: 370px
}

.min-height-375 {
    min-height: 375px
}

.min-height-380 {
    min-height: 380px
}

.min-height-385 {
    min-height: 385px
}

.min-height-390 {
    min-height: 390px
}

.min-height-395 {
    min-height: 395px
}

.min-height-400 {
    min-height: 400px
}

.min-height-405 {
    min-height: 405px
}

.min-height-410 {
    min-height: 410px
}

.min-height-415 {
    min-height: 415px
}

.min-height-420 {
    min-height: 420px
}

.min-height-425 {
    min-height: 425px
}

.min-height-430 {
    min-height: 430px
}

.min-height-435 {
    min-height: 435px
}

.min-height-440 {
    min-height: 440px
}

.min-height-445 {
    min-height: 445px
}

.min-height-450 {
    min-height: 450px
}

.min-height-455 {
    min-height: 455px
}

.min-height-460 {
    min-height: 460px
}

.min-height-465 {
    min-height: 465px
}

.min-height-470 {
    min-height: 470px
}

.min-height-475 {
    min-height: 475px
}

.min-height-480 {
    min-height: 480px
}

.min-height-485 {
    min-height: 485px
}

.min-height-490 {
    min-height: 490px
}

.min-height-495 {
    min-height: 495px
}

.min-height-500 {
    min-height: 500px
}

.min-height-505 {
    min-height: 505px
}

.min-height-510 {
    min-height: 510px
}

.min-height-515 {
    min-height: 515px
}

.min-height-520 {
    min-height: 520px
}

.min-height-525 {
    min-height: 525px
}

.min-height-530 {
    min-height: 530px
}

.min-height-535 {
    min-height: 535px
}

.min-height-540 {
    min-height: 540px
}

.min-height-545 {
    min-height: 545px
}

.min-height-550 {
    min-height: 550px
}

.min-height-555 {
    min-height: 555px
}

.min-height-560 {
    min-height: 560px
}

.min-height-565 {
    min-height: 565px
}

.min-height-570 {
    min-height: 570px
}

.min-height-575 {
    min-height: 575px
}

.min-height-580 {
    min-height: 580px
}

.min-height-585 {
    min-height: 585px
}

.min-height-590 {
    min-height: 590px
}

.min-height-595 {
    min-height: 595px
}

.min-height-600 {
    min-height: 600px
}

.min-height-605 {
    min-height: 605px
}

.min-height-610 {
    min-height: 610px
}

.min-height-615 {
    min-height: 615px
}

.min-height-620 {
    min-height: 620px
}

.min-height-625 {
    min-height: 625px
}

.min-height-630 {
    min-height: 630px
}

.min-height-635 {
    min-height: 635px
}

.min-height-640 {
    min-height: 640px
}

.min-height-645 {
    min-height: 645px
}

.min-height-650 {
    min-height: 650px
}

.min-height-655 {
    min-height: 655px
}

.min-height-660 {
    min-height: 660px
}

.min-height-665 {
    min-height: 665px
}

.min-height-670 {
    min-height: 670px
}

.min-height-675 {
    min-height: 675px
}

.min-height-680 {
    min-height: 680px
}

.min-height-685 {
    min-height: 685px
}

.min-height-690 {
    min-height: 690px
}

.min-height-695 {
    min-height: 695px
}

.min-height-700 {
    min-height: 700px
}

.min-height-705 {
    min-height: 705px
}

.min-height-710 {
    min-height: 710px
}

.min-height-715 {
    min-height: 715px
}

.min-height-720 {
    min-height: 720px
}

.min-height-725 {
    min-height: 725px
}

.min-height-730 {
    min-height: 730px
}

.min-height-735 {
    min-height: 735px
}

.min-height-740 {
    min-height: 740px
}

.min-height-745 {
    min-height: 745px
}

.min-height-750 {
    min-height: 750px
}

.min-height-755 {
    min-height: 755px
}

.min-height-760 {
    min-height: 760px
}

.min-height-765 {
    min-height: 765px
}

.min-height-770 {
    min-height: 770px
}

.min-height-775 {
    min-height: 775px
}

.min-height-780 {
    min-height: 780px
}

.min-height-785 {
    min-height: 785px
}

.min-height-790 {
    min-height: 790px
}

.min-height-795 {
    min-height: 795px
}

.min-height-800 {
    min-height: 800px
}

.min-height-805 {
    min-height: 805px
}

.min-height-810 {
    min-height: 810px
}

.min-height-815 {
    min-height: 815px
}

.min-height-820 {
    min-height: 820px
}

.min-height-825 {
    min-height: 825px
}

.min-height-830 {
    min-height: 830px
}

.min-height-835 {
    min-height: 835px
}

.min-height-840 {
    min-height: 840px
}

.min-height-845 {
    min-height: 845px
}

.min-height-850 {
    min-height: 850px
}

.min-height-855 {
    min-height: 855px
}

.min-height-860 {
    min-height: 860px
}

.min-height-865 {
    min-height: 865px
}

.min-height-870 {
    min-height: 870px
}

.min-height-875 {
    min-height: 875px
}

.min-height-880 {
    min-height: 880px
}

.min-height-885 {
    min-height: 885px
}

.min-height-890 {
    min-height: 890px
}

.min-height-895 {
    min-height: 895px
}

.min-height-900 {
    min-height: 900px
}

.min-height-905 {
    min-height: 905px
}

.min-height-910 {
    min-height: 910px
}

.min-height-915 {
    min-height: 915px
}

.min-height-920 {
    min-height: 920px
}

.min-height-925 {
    min-height: 925px
}

.min-height-930 {
    min-height: 930px
}

.min-height-935 {
    min-height: 935px
}

.min-height-940 {
    min-height: 940px
}

.min-height-945 {
    min-height: 945px
}

.min-height-950 {
    min-height: 950px
}

.min-height-955 {
    min-height: 955px
}

.min-height-960 {
    min-height: 960px
}

.min-height-965 {
    min-height: 965px
}

.min-height-970 {
    min-height: 970px
}

.min-height-975 {
    min-height: 975px
}

.min-height-980 {
    min-height: 980px
}

.min-height-985 {
    min-height: 985px
}

.min-height-990 {
    min-height: 990px
}

.min-height-995 {
    min-height: 995px
}

.height-0 {
    height: 0px
}

.height-5 {
    height: 5px
}

.height-10 {
    height: 10px
}

.height-15 {
    height: 15px
}

.height-20 {
    height: 20px
}

.height-25 {
    height: 25px
}

.height-30 {
    height: 30px
}

.height-35 {
    height: 35px
}

.height-40 {
    height: 40px
}

.height-45 {
    height: 45px
}

.height-50 {
    height: 50px
}

.height-55 {
    height: 55px
}

.height-60 {
    height: 60px
}

.height-65 {
    height: 65px
}

.height-70 {
    height: 70px
}

.height-75 {
    height: 75px
}

.height-80 {
    height: 80px
}

.height-85 {
    height: 85px
}

.height-90 {
    height: 90px
}

.height-95 {
    height: 95px
}

.height-100 {
    height: 100px
}

.height-105 {
    height: 105px
}

.height-110 {
    height: 110px
}

.height-115 {
    height: 115px
}

.height-120 {
    height: 120px
}

.height-125 {
    height: 125px
}

.height-130 {
    height: 130px
}

.height-135 {
    height: 135px
}

.height-140 {
    height: 140px
}

.height-145 {
    height: 145px
}

.height-150 {
    height: 150px
}

.height-155 {
    height: 155px
}

.height-160 {
    height: 160px
}

.height-165 {
    height: 165px
}

.height-170 {
    height: 170px
}

.height-175 {
    height: 175px
}

.height-180 {
    height: 180px
}

.height-185 {
    height: 185px
}

.height-190 {
    height: 190px
}

.height-195 {
    height: 195px
}

.height-200 {
    height: 200px
}

.height-205 {
    height: 205px
}

.height-210 {
    height: 210px
}

.height-215 {
    height: 215px
}

.height-220 {
    height: 220px
}

.height-225 {
    height: 225px
}

.height-230 {
    height: 230px
}

.height-235 {
    height: 235px
}

.height-240 {
    height: 240px
}

.height-245 {
    height: 245px
}

.height-250 {
    height: 250px
}

.height-255 {
    height: 255px
}

.height-260 {
    height: 260px
}

.height-265 {
    height: 265px
}

.height-270 {
    height: 270px
}

.height-275 {
    height: 275px
}

.height-280 {
    height: 280px
}

.height-285 {
    height: 285px
}

.height-290 {
    height: 290px
}

.height-295 {
    height: 295px
}

.height-300 {
    height: 300px
}

.height-305 {
    height: 305px
}

.height-310 {
    height: 310px
}

.height-315 {
    height: 315px
}

.height-320 {
    height: 320px
}

.height-325 {
    height: 325px
}

.height-330 {
    height: 330px
}

.height-335 {
    height: 335px
}

.height-340 {
    height: 340px
}

.height-345 {
    height: 345px
}

.height-350 {
    height: 350px
}

.height-355 {
    height: 355px
}

.height-360 {
    height: 360px
}

.height-365 {
    height: 365px
}

.height-370 {
    height: 370px
}

.height-375 {
    height: 375px
}

.height-380 {
    height: 380px
}

.height-385 {
    height: 385px
}

.height-390 {
    height: 390px
}

.height-395 {
    height: 395px
}

.height-400 {
    height: 400px
}

.height-405 {
    height: 405px
}

.height-410 {
    height: 410px
}

.height-415 {
    height: 415px
}

.height-420 {
    height: 420px
}

.height-425 {
    height: 425px
}

.height-430 {
    height: 430px
}

.height-435 {
    height: 435px
}

.height-440 {
    height: 440px
}

.height-445 {
    height: 445px
}

.height-450 {
    height: 450px
}

.height-455 {
    height: 455px
}

.height-460 {
    height: 460px
}

.height-465 {
    height: 465px
}

.height-470 {
    height: 470px
}

.height-475 {
    height: 475px
}

.height-480 {
    height: 480px
}

.height-485 {
    height: 485px
}

.height-490 {
    height: 490px
}

.height-495 {
    height: 495px
}

.height-500 {
    height: 500px
}

.height-505 {
    height: 505px
}

.height-510 {
    height: 510px
}

.height-515 {
    height: 515px
}

.height-520 {
    height: 520px
}

.height-525 {
    height: 525px
}

.height-530 {
    height: 530px
}

.height-535 {
    height: 535px
}

.height-540 {
    height: 540px
}

.height-545 {
    height: 545px
}

.height-550 {
    height: 550px
}

.height-555 {
    height: 555px
}

.height-560 {
    height: 560px
}

.height-565 {
    height: 565px
}

.height-570 {
    height: 570px
}

.height-575 {
    height: 575px
}

.height-580 {
    height: 580px
}

.height-585 {
    height: 585px
}

.height-590 {
    height: 590px
}

.height-595 {
    height: 595px
}

.height-600 {
    height: 600px
}

.height-605 {
    height: 605px
}

.height-610 {
    height: 610px
}

.height-615 {
    height: 615px
}

.height-620 {
    height: 620px
}

.height-625 {
    height: 625px
}

.height-630 {
    height: 630px
}

.height-635 {
    height: 635px
}

.height-640 {
    height: 640px
}

.height-645 {
    height: 645px
}

.height-650 {
    height: 650px
}

.height-655 {
    height: 655px
}

.height-660 {
    height: 660px
}

.height-665 {
    height: 665px
}

.height-670 {
    height: 670px
}

.height-675 {
    height: 675px
}

.height-680 {
    height: 680px
}

.height-685 {
    height: 685px
}

.height-690 {
    height: 690px
}

.height-695 {
    height: 695px
}

.height-700 {
    height: 700px
}

.height-705 {
    height: 705px
}

.height-710 {
    height: 710px
}

.height-715 {
    height: 715px
}

.height-720 {
    height: 720px
}

.height-725 {
    height: 725px
}

.height-730 {
    height: 730px
}

.height-735 {
    height: 735px
}

.height-740 {
    height: 740px
}

.height-745 {
    height: 745px
}

.height-750 {
    height: 750px
}

.height-755 {
    height: 755px
}

.height-760 {
    height: 760px
}

.height-765 {
    height: 765px
}

.height-770 {
    height: 770px
}

.height-775 {
    height: 775px
}

.height-780 {
    height: 780px
}

.height-785 {
    height: 785px
}

.height-790 {
    height: 790px
}

.height-795 {
    height: 795px
}

.height-800 {
    height: 800px
}

.height-805 {
    height: 805px
}

.height-810 {
    height: 810px
}

.height-815 {
    height: 815px
}

.height-820 {
    height: 820px
}

.height-825 {
    height: 825px
}

.height-830 {
    height: 830px
}

.height-835 {
    height: 835px
}

.height-840 {
    height: 840px
}

.height-845 {
    height: 845px
}

.height-850 {
    height: 850px
}

.height-855 {
    height: 855px
}

.height-860 {
    height: 860px
}

.height-865 {
    height: 865px
}

.height-870 {
    height: 870px
}

.height-875 {
    height: 875px
}

.height-880 {
    height: 880px
}

.height-885 {
    height: 885px
}

.height-890 {
    height: 890px
}

.height-895 {
    height: 895px
}

.height-900 {
    height: 900px
}

.height-905 {
    height: 905px
}

.height-910 {
    height: 910px
}

.height-915 {
    height: 915px
}

.height-920 {
    height: 920px
}

.height-925 {
    height: 925px
}

.height-930 {
    height: 930px
}

.height-935 {
    height: 935px
}

.height-940 {
    height: 940px
}

.height-945 {
    height: 945px
}

.height-950 {
    height: 950px
}

.height-955 {
    height: 955px
}

.height-960 {
    height: 960px
}

.height-965 {
    height: 965px
}

.height-970 {
    height: 970px
}

.height-975 {
    height: 975px
}

.height-980 {
    height: 980px
}

.height-985 {
    height: 985px
}

.height-990 {
    height: 990px
}

.height-995 {
    height: 995px
}

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

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.mb-205 {
    margin-bottom: 205px
}

.mb-210 {
    margin-bottom: 210px
}

.mb-215 {
    margin-bottom: 215px
}

.mb-220 {
    margin-bottom: 220px
}

.mb-225 {
    margin-bottom: 225px
}

.mb-230 {
    margin-bottom: 230px
}

.mb-235 {
    margin-bottom: 235px
}

.mb-240 {
    margin-bottom: 240px
}

.mb-245 {
    margin-bottom: 245px
}

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

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.mr-205 {
    margin-right: 205px
}

.mr-210 {
    margin-right: 210px
}

.mr-215 {
    margin-right: 215px
}

.mr-220 {
    margin-right: 220px
}

.mr-225 {
    margin-right: 225px
}

.mr-230 {
    margin-right: 230px
}

.mr-235 {
    margin-right: 235px
}

.mr-240 {
    margin-right: 240px
}

.mr-245 {
    margin-right: 245px
}

.mr-0-i {
    margin-right: 0px !important
}

.mr-5-i {
    margin-right: 5px !important
}

.mr-10-i {
    margin-right: 10px !important
}

.mr-15-i {
    margin-right: 15px !important
}

.mr-20-i {
    margin-right: 20px !important
}

.mr-25-i {
    margin-right: 25px !important
}

.mr-30-i {
    margin-right: 30px !important
}

.mr-35-i {
    margin-right: 35px !important
}

.mr-40-i {
    margin-right: 40px !important
}

.mr-45-i {
    margin-right: 45px !important
}

.mr-50-i {
    margin-right: 50px !important
}

.mr-55-i {
    margin-right: 55px !important
}

.mr-60-i {
    margin-right: 60px !important
}

.mr-65-i {
    margin-right: 65px !important
}

.mr-70-i {
    margin-right: 70px !important
}

.mr-75-i {
    margin-right: 75px !important
}

.mr-80-i {
    margin-right: 80px !important
}

.mr-85-i {
    margin-right: 85px !important
}

.mr-90-i {
    margin-right: 90px !important
}

.mr-95-i {
    margin-right: 95px !important
}

.mr-100-i {
    margin-right: 100px !important
}

.mr-105-i {
    margin-right: 105px !important
}

.mr-110-i {
    margin-right: 110px !important
}

.mr-115-i {
    margin-right: 115px !important
}

.mr-120-i {
    margin-right: 120px !important
}

.mr-125-i {
    margin-right: 125px !important
}

.mr-130-i {
    margin-right: 130px !important
}

.mr-135-i {
    margin-right: 135px !important
}

.mr-140-i {
    margin-right: 140px !important
}

.mr-145-i {
    margin-right: 145px !important
}

.mr-150-i {
    margin-right: 150px !important
}

.mr-155-i {
    margin-right: 155px !important
}

.mr-160-i {
    margin-right: 160px !important
}

.mr-165-i {
    margin-right: 165px !important
}

.mr-170-i {
    margin-right: 170px !important
}

.mr-175-i {
    margin-right: 175px !important
}

.mr-180-i {
    margin-right: 180px !important
}

.mr-185-i {
    margin-right: 185px !important
}

.mr-190-i {
    margin-right: 190px !important
}

.mr-195-i {
    margin-right: 195px !important
}

.mr-200-i {
    margin-right: 200px !important
}

.mr-205-i {
    margin-right: 205px !important
}

.mr-210-i {
    margin-right: 210px !important
}

.mr-215-i {
    margin-right: 215px !important
}

.mr-220-i {
    margin-right: 220px !important
}

.mr-225-i {
    margin-right: 225px !important
}

.mr-230-i {
    margin-right: 230px !important
}

.mr-235-i {
    margin-right: 235px !important
}

.mr-240-i {
    margin-right: 240px !important
}

.mr-245-i {
    margin-right: 245px !important
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.ml-205 {
    margin-left: 205px
}

.ml-210 {
    margin-left: 210px
}

.ml-215 {
    margin-left: 215px
}

.ml-220 {
    margin-left: 220px
}

.ml-225 {
    margin-left: 225px
}

.ml-230 {
    margin-left: 230px
}

.ml-235 {
    margin-left: 235px
}

.ml-240 {
    margin-left: 240px
}

.ml-245 {
    margin-left: 245px
}

.mg-horizontal-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mg-horizontal-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mg-horizontal-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mg-horizontal-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mg-horizontal-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mg-horizontal-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mg-horizontal-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mg-horizontal-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mg-horizontal-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mg-horizontal-50 {
    margin-right: 50px;
    margin-left: 50px
}

.mg-horizontal-55 {
    margin-right: 55px;
    margin-left: 55px
}

.mg-horizontal-60 {
    margin-right: 60px;
    margin-left: 60px
}

.mg-horizontal-65 {
    margin-right: 65px;
    margin-left: 65px
}

.mg-horizontal-70 {
    margin-right: 70px;
    margin-left: 70px
}

.mg-horizontal-75 {
    margin-right: 75px;
    margin-left: 75px
}

.mg-horizontal-80 {
    margin-right: 80px;
    margin-left: 80px
}

.mg-horizontal-85 {
    margin-right: 85px;
    margin-left: 85px
}

.mg-horizontal-90 {
    margin-right: 90px;
    margin-left: 90px
}

.mg-horizontal-95 {
    margin-right: 95px;
    margin-left: 95px
}

.mg-horizontal-100 {
    margin-right: 100px;
    margin-left: 100px
}

.mg-horizontal-105 {
    margin-right: 105px;
    margin-left: 105px
}

.mg-horizontal-110 {
    margin-right: 110px;
    margin-left: 110px
}

.mg-horizontal-115 {
    margin-right: 115px;
    margin-left: 115px
}

.mg-horizontal-120 {
    margin-right: 120px;
    margin-left: 120px
}

.mg-horizontal-125 {
    margin-right: 125px;
    margin-left: 125px
}

.mg-horizontal-130 {
    margin-right: 130px;
    margin-left: 130px
}

.mg-horizontal-135 {
    margin-right: 135px;
    margin-left: 135px
}

.mg-horizontal-140 {
    margin-right: 140px;
    margin-left: 140px
}

.mg-horizontal-145 {
    margin-right: 145px;
    margin-left: 145px
}

.mg-horizontal-150 {
    margin-right: 150px;
    margin-left: 150px
}

.mg-horizontal-155 {
    margin-right: 155px;
    margin-left: 155px
}

.mg-horizontal-160 {
    margin-right: 160px;
    margin-left: 160px
}

.mg-horizontal-165 {
    margin-right: 165px;
    margin-left: 165px
}

.mg-horizontal-170 {
    margin-right: 170px;
    margin-left: 170px
}

.mg-horizontal-175 {
    margin-right: 175px;
    margin-left: 175px
}

.mg-horizontal-180 {
    margin-right: 180px;
    margin-left: 180px
}

.mg-horizontal-185 {
    margin-right: 185px;
    margin-left: 185px
}

.mg-horizontal-190 {
    margin-right: 190px;
    margin-left: 190px
}

.mg-horizontal-195 {
    margin-right: 195px;
    margin-left: 195px
}

.mg-horizontal-200 {
    margin-right: 200px;
    margin-left: 200px
}

.mg-horizontal-205 {
    margin-right: 205px;
    margin-left: 205px
}

.mg-horizontal-210 {
    margin-right: 210px;
    margin-left: 210px
}

.mg-horizontal-215 {
    margin-right: 215px;
    margin-left: 215px
}

.mg-horizontal-220 {
    margin-right: 220px;
    margin-left: 220px
}

.mg-horizontal-225 {
    margin-right: 225px;
    margin-left: 225px
}

.mg-horizontal-230 {
    margin-right: 230px;
    margin-left: 230px
}

.mg-horizontal-235 {
    margin-right: 235px;
    margin-left: 235px
}

.mg-horizontal-240 {
    margin-right: 240px;
    margin-left: 240px
}

.mg-horizontal-245 {
    margin-right: 245px;
    margin-left: 245px
}

.mg-vertical-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mg-vertical-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mg-vertical-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mg-vertical-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mg-vertical-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mg-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mg-vertical-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.mg-vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mg-vertical-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mg-vertical-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mg-vertical-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.mg-vertical-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mg-vertical-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.mg-vertical-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mg-vertical-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.mg-vertical-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mg-vertical-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.mg-vertical-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mg-vertical-95 {
    margin-top: 95px;
    margin-bottom: 95px
}

.mg-vertical-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.mg-vertical-105 {
    margin-top: 105px;
    margin-bottom: 105px
}

.mg-vertical-110 {
    margin-top: 110px;
    margin-bottom: 110px
}

.mg-vertical-115 {
    margin-top: 115px;
    margin-bottom: 115px
}

.mg-vertical-120 {
    margin-top: 120px;
    margin-bottom: 120px
}

.mg-vertical-125 {
    margin-top: 125px;
    margin-bottom: 125px
}

.mg-vertical-130 {
    margin-top: 130px;
    margin-bottom: 130px
}

.mg-vertical-135 {
    margin-top: 135px;
    margin-bottom: 135px
}

.mg-vertical-140 {
    margin-top: 140px;
    margin-bottom: 140px
}

.mg-vertical-145 {
    margin-top: 145px;
    margin-bottom: 145px
}

.mg-vertical-150 {
    margin-top: 150px;
    margin-bottom: 150px
}

.mg-vertical-155 {
    margin-top: 155px;
    margin-bottom: 155px
}

.mg-vertical-160 {
    margin-top: 160px;
    margin-bottom: 160px
}

.mg-vertical-165 {
    margin-top: 165px;
    margin-bottom: 165px
}

.mg-vertical-170 {
    margin-top: 170px;
    margin-bottom: 170px
}

.mg-vertical-175 {
    margin-top: 175px;
    margin-bottom: 175px
}

.mg-vertical-180 {
    margin-top: 180px;
    margin-bottom: 180px
}

.mg-vertical-185 {
    margin-top: 185px;
    margin-bottom: 185px
}

.mg-vertical-190 {
    margin-top: 190px;
    margin-bottom: 190px
}

.mg-vertical-195 {
    margin-top: 195px;
    margin-bottom: 195px
}

.mg-vertical-200 {
    margin-top: 200px;
    margin-bottom: 200px
}

.mg-vertical-205 {
    margin-top: 205px;
    margin-bottom: 205px
}

.mg-vertical-210 {
    margin-top: 210px;
    margin-bottom: 210px
}

.mg-vertical-215 {
    margin-top: 215px;
    margin-bottom: 215px
}

.mg-vertical-220 {
    margin-top: 220px;
    margin-bottom: 220px
}

.mg-vertical-225 {
    margin-top: 225px;
    margin-bottom: 225px
}

.mg-vertical-230 {
    margin-top: 230px;
    margin-bottom: 230px
}

.mg-vertical-235 {
    margin-top: 235px;
    margin-bottom: 235px
}

.mg-vertical-240 {
    margin-top: 240px;
    margin-bottom: 240px
}

.mg-vertical-245 {
    margin-top: 245px;
    margin-bottom: 245px
}

.mg-auto {
    margin-left: auto;
    margin-right: auto
}

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

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-205 {
    padding-top: 205px
}

.pt-210 {
    padding-top: 210px
}

.pt-215 {
    padding-top: 215px
}

.pt-220 {
    padding-top: 220px
}

.pt-225 {
    padding-top: 225px
}

.pt-230 {
    padding-top: 230px
}

.pt-235 {
    padding-top: 235px
}

.pt-240 {
    padding-top: 240px
}

.pt-245 {
    padding-top: 245px
}

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

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-205 {
    padding-bottom: 205px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-225 {
    padding-bottom: 225px
}

.pb-230 {
    padding-bottom: 230px
}

.pb-235 {
    padding-bottom: 235px
}

.pb-240 {
    padding-bottom: 240px
}

.pb-245 {
    padding-bottom: 245px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.pr-205 {
    padding-right: 205px
}

.pr-210 {
    padding-right: 210px
}

.pr-215 {
    padding-right: 215px
}

.pr-220 {
    padding-right: 220px
}

.pr-225 {
    padding-right: 225px
}

.pr-230 {
    padding-right: 230px
}

.pr-235 {
    padding-right: 235px
}

.pr-240 {
    padding-right: 240px
}

.pr-245 {
    padding-right: 245px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pl-205 {
    padding-left: 205px
}

.pl-210 {
    padding-left: 210px
}

.pl-215 {
    padding-left: 215px
}

.pl-220 {
    padding-left: 220px
}

.pl-225 {
    padding-left: 225px
}

.pl-230 {
    padding-left: 230px
}

.pl-235 {
    padding-left: 235px
}

.pl-240 {
    padding-left: 240px
}

.pl-245 {
    padding-left: 245px
}

.pad-horizontal-5 {
    padding-right: 5px;
    padding-left: 5px
}

.pad-horizontal-10 {
    padding-right: 10px;
    padding-left: 10px
}

.pad-horizontal-15 {
    padding-right: 15px;
    padding-left: 15px
}

.pad-horizontal-20 {
    padding-right: 20px;
    padding-left: 20px
}

.pad-horizontal-25 {
    padding-right: 25px;
    padding-left: 25px
}

.pad-horizontal-30 {
    padding-right: 30px;
    padding-left: 30px
}

.pad-horizontal-35 {
    padding-right: 35px;
    padding-left: 35px
}

.pad-horizontal-40 {
    padding-right: 40px;
    padding-left: 40px
}

.pad-horizontal-45 {
    padding-right: 45px;
    padding-left: 45px
}

.pad-horizontal-50 {
    padding-right: 50px;
    padding-left: 50px
}

.pad-horizontal-55 {
    padding-right: 55px;
    padding-left: 55px
}

.pad-horizontal-60 {
    padding-right: 60px;
    padding-left: 60px
}

.pad-horizontal-65 {
    padding-right: 65px;
    padding-left: 65px
}

.pad-horizontal-70 {
    padding-right: 70px;
    padding-left: 70px
}

.pad-horizontal-75 {
    padding-right: 75px;
    padding-left: 75px
}

.pad-horizontal-80 {
    padding-right: 80px;
    padding-left: 80px
}

.pad-horizontal-85 {
    padding-right: 85px;
    padding-left: 85px
}

.pad-horizontal-90 {
    padding-right: 90px;
    padding-left: 90px
}

.pad-horizontal-95 {
    padding-right: 95px;
    padding-left: 95px
}

.pad-horizontal-100 {
    padding-right: 100px;
    padding-left: 100px
}

.pad-horizontal-105 {
    padding-right: 105px;
    padding-left: 105px
}

.pad-horizontal-110 {
    padding-right: 110px;
    padding-left: 110px
}

.pad-horizontal-115 {
    padding-right: 115px;
    padding-left: 115px
}

.pad-horizontal-120 {
    padding-right: 120px;
    padding-left: 120px
}

.pad-horizontal-125 {
    padding-right: 125px;
    padding-left: 125px
}

.pad-horizontal-130 {
    padding-right: 130px;
    padding-left: 130px
}

.pad-horizontal-135 {
    padding-right: 135px;
    padding-left: 135px
}

.pad-horizontal-140 {
    padding-right: 140px;
    padding-left: 140px
}

.pad-horizontal-145 {
    padding-right: 145px;
    padding-left: 145px
}

.pad-horizontal-150 {
    padding-right: 150px;
    padding-left: 150px
}

.pad-horizontal-155 {
    padding-right: 155px;
    padding-left: 155px
}

.pad-horizontal-160 {
    padding-right: 160px;
    padding-left: 160px
}

.pad-horizontal-165 {
    padding-right: 165px;
    padding-left: 165px
}

.pad-horizontal-170 {
    padding-right: 170px;
    padding-left: 170px
}

.pad-horizontal-175 {
    padding-right: 175px;
    padding-left: 175px
}

.pad-horizontal-180 {
    padding-right: 180px;
    padding-left: 180px
}

.pad-horizontal-185 {
    padding-right: 185px;
    padding-left: 185px
}

.pad-horizontal-190 {
    padding-right: 190px;
    padding-left: 190px
}

.pad-horizontal-195 {
    padding-right: 195px;
    padding-left: 195px
}

.pad-horizontal-200 {
    padding-right: 200px;
    padding-left: 200px
}

.pad-horizontal-205 {
    padding-right: 205px;
    padding-left: 205px
}

.pad-horizontal-210 {
    padding-right: 210px;
    padding-left: 210px
}

.pad-horizontal-215 {
    padding-right: 215px;
    padding-left: 215px
}

.pad-horizontal-220 {
    padding-right: 220px;
    padding-left: 220px
}

.pad-horizontal-225 {
    padding-right: 225px;
    padding-left: 225px
}

.pad-horizontal-230 {
    padding-right: 230px;
    padding-left: 230px
}

.pad-horizontal-235 {
    padding-right: 235px;
    padding-left: 235px
}

.pad-horizontal-240 {
    padding-right: 240px;
    padding-left: 240px
}

.pad-horizontal-245 {
    padding-right: 245px;
    padding-left: 245px
}

.pad-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.pad-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pad-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.pad-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.pad-vertical-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.pad-vertical-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad-vertical-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.pad-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pad-vertical-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.pad-vertical-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pad-vertical-55 {
    padding-top: 55px;
    padding-bottom: 55px
}

.pad-vertical-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pad-vertical-65 {
    padding-top: 65px;
    padding-bottom: 65px
}

.pad-vertical-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pad-vertical-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.pad-vertical-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.pad-vertical-85 {
    padding-top: 85px;
    padding-bottom: 85px
}

.pad-vertical-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.pad-vertical-95 {
    padding-top: 95px;
    padding-bottom: 95px
}

.pad-vertical-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pad-vertical-105 {
    padding-top: 105px;
    padding-bottom: 105px
}

.pad-vertical-110 {
    padding-top: 110px;
    padding-bottom: 110px
}

.pad-vertical-115 {
    padding-top: 115px;
    padding-bottom: 115px
}

.pad-vertical-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.pad-vertical-125 {
    padding-top: 125px;
    padding-bottom: 125px
}

.pad-vertical-130 {
    padding-top: 130px;
    padding-bottom: 130px
}

.pad-vertical-135 {
    padding-top: 135px;
    padding-bottom: 135px
}

.pad-vertical-140 {
    padding-top: 140px;
    padding-bottom: 140px
}

.pad-vertical-145 {
    padding-top: 145px;
    padding-bottom: 145px
}

.pad-vertical-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.pad-vertical-155 {
    padding-top: 155px;
    padding-bottom: 155px
}

.pad-vertical-160 {
    padding-top: 160px;
    padding-bottom: 160px
}

.pad-vertical-165 {
    padding-top: 165px;
    padding-bottom: 165px
}

.pad-vertical-170 {
    padding-top: 170px;
    padding-bottom: 170px
}

.pad-vertical-175 {
    padding-top: 175px;
    padding-bottom: 175px
}

.pad-vertical-180 {
    padding-top: 180px;
    padding-bottom: 180px
}

.pad-vertical-185 {
    padding-top: 185px;
    padding-bottom: 185px
}

.pad-vertical-190 {
    padding-top: 190px;
    padding-bottom: 190px
}

.pad-vertical-195 {
    padding-top: 195px;
    padding-bottom: 195px
}

.pad-vertical-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

.pad-vertical-205 {
    padding-top: 205px;
    padding-bottom: 205px
}

.pad-vertical-210 {
    padding-top: 210px;
    padding-bottom: 210px
}

.pad-vertical-215 {
    padding-top: 215px;
    padding-bottom: 215px
}

.pad-vertical-220 {
    padding-top: 220px;
    padding-bottom: 220px
}

.pad-vertical-225 {
    padding-top: 225px;
    padding-bottom: 225px
}

.pad-vertical-230 {
    padding-top: 230px;
    padding-bottom: 230px
}

.pad-vertical-235 {
    padding-top: 235px;
    padding-bottom: 235px
}

.pad-vertical-240 {
    padding-top: 240px;
    padding-bottom: 240px
}

.pad-vertical-245 {
    padding-top: 245px;
    padding-bottom: 245px
}

.space-5 {
    height: 5px
}

.space-10 {
    height: 10px
}

.space-15 {
    height: 15px
}

.space-20 {
    height: 20px
}

.space-25 {
    height: 25px
}

.space-30 {
    height: 30px
}

.space-35 {
    height: 35px
}

.space-40 {
    height: 40px
}

.space-45 {
    height: 45px
}

.space-50 {
    height: 50px
}

.space-55 {
    height: 55px
}

.space-60 {
    height: 60px
}

.space-65 {
    height: 65px
}

.space-70 {
    height: 70px
}

.space-75 {
    height: 75px
}

.space-80 {
    height: 80px
}

.space-85 {
    height: 85px
}

.space-90 {
    height: 90px
}

.space-95 {
    height: 95px
}

.space-100 {
    height: 100px
}

.space-105 {
    height: 105px
}

.space-110 {
    height: 110px
}

.space-115 {
    height: 115px
}

.space-120 {
    height: 120px
}

.space-125 {
    height: 125px
}

.space-130 {
    height: 130px
}

.space-135 {
    height: 135px
}

.space-140 {
    height: 140px
}

.space-145 {
    height: 145px
}

.space-150 {
    height: 150px
}

.space-155 {
    height: 155px
}

.space-160 {
    height: 160px
}

.space-165 {
    height: 165px
}

.space-170 {
    height: 170px
}

.space-175 {
    height: 175px
}

.space-180 {
    height: 180px
}

.space-185 {
    height: 185px
}

.space-190 {
    height: 190px
}

.space-195 {
    height: 195px
}

.space-200 {
    height: 200px
}

.space-205 {
    height: 205px
}

.space-210 {
    height: 210px
}

.space-215 {
    height: 215px
}

.space-220 {
    height: 220px
}

.space-225 {
    height: 225px
}

.space-230 {
    height: 230px
}

.space-235 {
    height: 235px
}

.space-240 {
    height: 240px
}

.space-245 {
    height: 245px
}

.space-250 {
    height: 250px
}

.space-255 {
    height: 255px
}

.space-260 {
    height: 260px
}

.space-265 {
    height: 265px
}

.space-270 {
    height: 270px
}

.space-275 {
    height: 275px
}

.space-280 {
    height: 280px
}

.space-285 {
    height: 285px
}

.space-290 {
    height: 290px
}

.space-295 {
    height: 295px
}

.colored-dark-gray {
    color: #51565b
}

.colored-purple {
    color: #7569de
}

.colored-purple-opacity {
    color: #796de2
}

.colored-purple-i {
    color: #7569de !important
}

.colored-blue {
    color: #4dabfc
}

.colored-blue-i {
    color: #4dabfc !important
}

.colored-blue-dark {
    color: #3d94e2
}

.colored-blue-dark-i {
    color: #3d94e2 !important
}

.colored-white {
    color: #fff
}

.colored-white-i {
    color: #fff !important
}

.colored-navy {
    color: #37464d
}

.colored-navy-i {
    color: #37464d !important
}

.colored-navy-gray-i {
    color: #687282 !important
}

.colored-navy-gray {
    color: #687282
}

.colored-gray {
    color: #788489
}

.colored-yellow {
    color: #e30a17
}

.colored-yellow-i {
    color: #e30a17 !important
}

.colored-gray-i {
    color: #788489 !important
}

.colored-text-gray {
    color: #889fbc
}

.colored-text-gray-i {
    color: #889fbc !important
}

.colored-light-gray {
    color: #95a5b3
}

.colored-light-gray-i {
    color: #95a5b3 !important
}

.colored-red-i {
    color: #e8505a !important
}

.colored-red {
    color: #e8505a
}

.colored-dark-red {
    color: #cb527d
}

.colored-dark-red-i {
    color: #cb527d !important
}

.colored-light-red {
    color: #ff4b64
}

.colored-light-red-i {
    color: #ff4b64 !important
}

.text-italic {
    font-style: italic !important
}

.icon-font {
    display: inline-flex !important
}

.clear {
    clear: both
}

.clear-float {
    float: none;
    clear: both
}

.textarea {
    height: 200px
}

.img-contain {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.inline-flex {
    display: inline-flex !important;
    align-items: center
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.underline {
    border-bottom: 1px solid
}

.overflow-hidden {
    overflow: hidden
}

.img-radius {
    border-radius: 6px
}

.img-shadow {
    box-shadow: 0 13px 24px 0 rgba(41, 53, 108, .28)
}

.img-box {
    border-radius: 6px;
    box-shadow: 0 13px 24px 0 rgba(41, 53, 108, .28)
}

.img-white {
    filter: brightness(100)
}

.box-shadow {
    box-shadow: 0 13px 24px 0 rgba(41, 53, 108, .28)
}

.shadow-none {
    box-shadow: none !important
}

.shadow {
    box-shadow: 0 13px 24px 0 rgba(41, 53, 108, .28)
}

.box-radius {
    border-radius: 6px
}

.white-box {
    background: #fff;
    box-shadow: 0px 7px 16px 0px rgba(41, 53, 108, .25);
    border-radius: 6px
}

.font-300 {
    font-weight: 300
}

.font-500 {
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.font-700 {
    font-weight: 700
}

.font-800 {
    font-weight: 800
}

.font-900 {
    font-weight: 900
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.d-flex-a-center {
    display: flex;
    align-items: center
}

.a-center {
    align-items: center
}

.justify-spacebetween {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.position-static {
    position: static
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.position-sticky {
    position: sticky
}

.fixed-top {
    position: fixed;
    top: 0
}

.position-static-i {
    position: static !important
}

.position-relative-i {
    position: relative !important
}

.position-absolute-i {
    position: absolute !important
}

.position-fixed-i {
    position: fixed !important
}

.position-sticky-i {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 111
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111
}

.full-width {
    width: 100%
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.height-auto {
    height: auto
}

.height-auto-i {
    height: auto !important
}

.hr {
    width: 100%;
    height: 1px;
    background: #dde3eb;
    clear: both
}

.hr-vertical {
    height: 100%;
    width: 1px;
    background: #dde3eb;
    clear: both
}

.hr-secondary {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, rgba(228, 237, 245, 0) 0%, #c1d1e2 50%, rgba(242, 247, 253, 0) 100%);
    box-shadow: 0px 0px 16px 0px rgba(41, 53, 108, .2)
}

.hr-bottom {
    border-bottom: 1px solid #dde3eb
}

.hr-top {
    border-top: 1px solid #dde3eb
}

.hr-top-secondary {
    position: relative
}

.hr-top-secondary:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    max-width: 1400px;
    transform: translateX(-50%);
    background-image: linear-gradient(to left, rgba(228, 237, 245, 0) 0%, #c1d1e2 50%, rgba(242, 247, 253, 0) 100%);
    box-shadow: 0px 0px 16px 0px rgba(41, 53, 108, .2)
}

.hr-bottom-secondary {
    position: relative
}

.hr-bottom-secondary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    max-width: 1400px;
    transform: translateX(-50%);
    background-image: linear-gradient(to left, rgba(228, 237, 245, 0) 0%, #c1d1e2 50%, rgba(242, 247, 253, 0) 100%);
    box-shadow: 0px 0px 16px 0px rgba(41, 53, 108, .2)
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-30 {
    opacity: .3 !important
}

.opacity-40 {
    opacity: .5 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-1 {
    opacity: 1 !important
}

.primary__btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 30px
}

.primary__btn .btn-txt {
    display: inline-flex;
    font-weight: 900;
    color: #e30a17;
    align-items: center;
    transition: all .3s;
    border: 2px solid rgba(255, 255, 255, .4);
    padding: 7px 15px;
    font-size: 17px;
    height: 45px;
    border-right: 0
}

.primary__btn .icon-font {
    display: inline-flex;
    align-items: center;
    padding: 7px;
    color: #e30a17;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .4);
    height: 45px;
    font-size: 13px;
    width: 45px;
    transition: all .3s
}

@media(min-width: 768px) {
    .primary__btn:hover .btn-txt,
    .primary__btn:hover .icon-font {
        border-color: #e30a17
    }
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: #e30a17;
    font-weight: 900;
    font-size: 19px;
    padding: 5px 0;
    border-bottom: 2px solid currentColor;
    margin-bottom: 20px
}

.btn-secondary .btn-txt {
    display: block
}

.btn-secondary .icon-font {
    display: inline-flex;
    font-size: 12px;
    margin-left: 15px;
    position: relative;
    top: 2px;
    transition: transform .5s
}

@media(min-width: 768px) {
    .btn-secondary:hover {
        color: #e30a17;
        border-color: transparent
    }
    .btn-secondary:hover .icon-font {
        transform: translateX(10px)
    }
}

.button {
    display: inline-flex;
    min-height: 50px;
    padding: 10px 30px;
    align-items: center;
    font-weight: 900;
    line-height: 1em;
    position: relative;
    letter-spacing: 2px;
    user-select: none;
    white-space: nowrap;
    transition: all .3s;
    user-select: none
}

.button__wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%
}

.button__wrp>*:first-child {
    margin-right: 15px
}

.button__wrp>*:last-child {
    margin-right: 0;
    margin-left: 0
}

.button__wrp>*:only-child {
    margin: 0
}

.button__txt {
    position: relative;
    z-index: 2;
    line-height: 1em
}

.button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.button--primary {
    padding: 0
}

.button--primary .button__wrp {
    transition: background .3s
}

.button--primary .button__txt {
    display: inline-flex;
    font-weight: 900;
    color: currentColor;
    align-items: center;
    border: 1px solid;
    padding: 7px 25px;
    font-size: 17px;
    height: 50px;
    border-right: 0;
    margin-right: 0;
    position: relative
}

@media(max-width: 1200px) {
    .button--primary .button__txt {
        font-size: 16px;
        padding: 5px 15px
    }
}

@media(max-width: 576px) {
    .button--primary .button__txt {
        font-size: 15px;
        height: 45px;
        padding: 5px 10px
    }
}

.button--primary .button__icon {
    display: inline-flex;
    align-items: center;
    padding: 7px;
    justify-content: center;
    border: 1px solid;
    height: 50px;
    width: 50px;
    font-size: 18px;
    position: relative;
    overflow: hidden
}

@media(max-width: 576px) {
    .button--primary .button__icon {
        width: 45px;
        height: 45px;
        font-size: 19px
    }
}

.button--primary .icon {
    transition: transform .3s
}

.button--primary .icon--hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45px, -50%)
}

@media(min-width: 768px) {
    .button--primary:hover {
        color: #e30a17
    }
    .button--primary:hover .icon {
        transform: translateX(45px)
    }
    .button--primary:hover .icon--hover {
        transform: translate(-50%, -50%)
    }
    .button--primary:hover .button__wrp {
        background: #fff
    }
    .button--primary:hover .button__txt {
        border-color: currentColor
    }
    .button--primary:hover .button__icon {
        border-color: currentColor
    }
}

.button--primary.button--gray {
    color: #51565b
}

.button--primary.button--gray .button__icon,
.button--primary.button--gray .button__txt {
    border-color: #e30a17
}

.button--primary.button--white {
    color: #fff
}

.button--primary.button--white .button__icon,
.button--primary.button--white .button__txt {
    border-color: #e30a17
}

.button--primary.button--border-white {
    color: #e30a17
}

.button--primary.button--border-white .button__icon,
.button--primary.button--border-white .button__txt {
    border-color: #fff
}

@media(min-width: 768px) {
    .button--primary.button--border-white:hover .button__icon,
    .button--primary.button--border-white:hover .button__txt {
        border-color: #e30a17
    }
}

@media(max-width: 769px) {
    .button--primary {
        color: #e30a17
    }
    .button--primary .icon {
        transform: translateX(45px)
    }
    .button--primary .icon--hover {
        transform: translate(-50%, -50%)
    }
    .button--primary .button__wrp {
        background: #fff
    }
    .button--primary .button__txt {
        border-color: currentColor
    }
    .button--primary .button__icon {
        border-color: currentColor
    }
    .button--primary.button--white {
        color: #e30a17
    }
}

.button--secondary {
    font-weight: 900;
    font-size: 19px;
    padding: 5px 0;
    min-height: inherit;
    letter-spacing: inherit;
    height: auto;
    justify-content: center
}

.button--secondary .button__txt {
    display: block
}

.button--secondary .button__icon {
    display: inline-flex;
    font-size: 19px;
    margin-left: 15px;
    position: relative;
    transition: transform .3s
}

@media(min-width: 768px) {
    .button--secondary:hover {
        color: #e30a17;
        border-color: transparent
    }
    .button--secondary:hover .button__icon {
        transform: translateX(10px)
    }
}

.button--secondary.button--smal {
    font-size: 15px;
    padding-bottom: 7px
}

.button--secondary.button--smal .button__icon {
    top: 0
}

.button--secondary.button--yellow {
    background: #b39339;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    min-height: 50px
}

.button__gold {
    background: #e30a17;
    color: #fff
}

.button__gold:hover {
    color: #fff;
    background: #a18916
}

.button-border-bottom {
    padding-bottom: 4px !important
}

.button-border-bottom:hover {
    border-color: #e30a17 !important
}

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

html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    overflow-x: hidden !important;
    position: relative
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    max-width: 100%
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0
}

p {
    margin-top: 0;
    font-size: 17px;
    font-weight: 400;
    color: #60696c;
    margin-bottom: 15px;
    font-family: "Gabarito", sans-serif;
    line-height: 1.4em
}

@media(max-width: 576px) {
    p {
        font-size: 16px;
        margin-bottom: 10px
    }
}

button,
fieldset,
iframe {
    border: 0
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0
}

ol,
ul {
    list-style: none
}

textarea {
    resize: vertical
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    transition: all .3s
}

a:hover {
    color: #e30a17
}

a:focus {
    outline: none;
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #e30a17;
    font-weight: 700;
    margin-bottom: 15px
}

.hidden {
    display: none !important
}

.transition-5 {
    transition: all .5s
}

.fw {
    width: 100%
}

body {
    font-family: "Gabarito", sans-serif;
    background: #f1f1f1;
    color: #60696c;
}

.scrollbar-thumb-y {
    background: #e30a17 !important;
    border-radius: 20px !important;
    left: -2px !important;
    width: 5px !important
}

.scrollbar-track-y {
    opacity: 1 !important;
    right: 5px !important;
    width: 1px !important;
    background: #dadcdc !important
}

.scrollbar-thumb-x {
    height: 5px !important;
    background: #e30a17 !important;
    border-radius: 4px !important;
    top: -3px !important
}

.scrollbar-track-x {
    bottom: 7px !important;
    height: 1px !important;
    background: #dadcdc !important;
    opacity: 1 !important
}

.pad-left {
    padding-left: 8vw
}

@media(max-width: 1920px) {
    .pad-left {
        padding-left: 50px
    }
}

.pad-right {
    padding-right: 8vw
}

@media(max-width: 1920px) {
    .pad-right {
        padding-right: 50px
    }
}

.icon-font {
    display: inline-flex !important
}

.clear {
    clear: both
}

.clear-float {
    float: none
}

.gray-bg {
    background: #f0f0f0
}

.white-bg {
    background: #fff
}

.border-left-dark {
    border-left: 1px solid #2d343a
}

.border-right-dark {
    border-right: 1px solid #2d343a
}

.font-text {
    font-family: "Barlow", sans-serif
}

.slider-arrows {
    display: flex
}

.slider-arrows__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: -1px;
    padding: 5px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #717e84;
    color: #42535a;
    font-size: 18px
}

@media(max-width: 576px) {
    .slider-arrows__item {
        width: 35px;
        height: 35px;
        font-size: 15px;
        border: 1px solid #717e84
    }
}

@media(min-width: 993px) {
    .slider-arrows__item:hover {
        background: #e30a17 !important;
        color: #fff !important
    }
}

.slider-arrows__item.prev .icon {
    transition: transform .3s
}

.slider-arrows__item.prev .icon--hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(40px, -50%)
}

@media(max-width: 576px) {
    .slider-arrows__item.prev .icon--hover {
        transform: translate(35px, -50%)
    }
}

@media(min-width: 993px) {
    .slider-arrows__item.prev:hover .icon {
        transform: translateX(-40px)
    }
}

@media(min-width: 993px)and (max-width: 576px) {
    .slider-arrows__item.prev:hover .icon {
        transform: translateX(-35px)
    }
}

@media(min-width: 993px) {
    .slider-arrows__item.prev:hover .icon--hover {
        transform: translate(-50%, -50%)
    }
}

.slider-arrows__item.next .icon {
    transition: transform .3s
}

.slider-arrows__item.next .icon--hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40px, -50%)
}

@media(max-width: 576px) {
    .slider-arrows__item.next .icon--hover {
        transform: translate(-35px, -50%)
    }
}

@media(min-width: 993px) {
    .slider-arrows__item.next:hover .icon {
        transform: translateX(40px)
    }
    .slider-arrows__item.next:hover .icon--hover {
        transform: translate(-50%, -50%)
    }
}

.slider-arrows--vertical {
    display: flex;
    flex-direction: column
}

.slider-arrows--vertical .slider-arrows__item {
    font-size: 16px;
    margin: 0
}

.slider-arrows--vertical .slider-arrows__item.next {
    margin-left: 0;
    margin-top: -2px
}

.slider-arrows--vertical .slider-arrows__item.prev .icon {
    transition: transform .3s
}

.slider-arrows--vertical .slider-arrows__item.prev .icon--hover {
    transform: translate(-50%, 40px)
}

@media(max-width: 576px) {
    .slider-arrows--vertical .slider-arrows__item.prev .icon--hover {
        transform: translate(-50%, 35px)
    }
}

@media(min-width: 993px) {
    .slider-arrows--vertical .slider-arrows__item.prev:hover .icon {
        transform: translateY(-40px)
    }
}

@media(min-width: 993px)and (max-width: 576px) {
    .slider-arrows--vertical .slider-arrows__item.prev:hover .icon {
        transform: translateY(-35px)
    }
}

@media(min-width: 993px) {
    .slider-arrows--vertical .slider-arrows__item.prev:hover .icon--hover {
        transform: translate(-50%, -50%)
    }
}

.slider-arrows--vertical .slider-arrows__item.next .icon {
    transition: transform .3s
}

.slider-arrows--vertical .slider-arrows__item.next .icon--hover {
    transform: translate(-50%, -40px)
}

@media(max-width: 576px) {
    .slider-arrows--vertical .slider-arrows__item.next .icon--hover {
        transform: translate(-50%, -35px)
    }
}

@media(min-width: 993px) {
    .slider-arrows--vertical .slider-arrows__item.next:hover .icon {
        transform: translateY(40px)
    }
}

@media(min-width: 993px)and (max-width: 576px) {
    .slider-arrows--vertical .slider-arrows__item.next:hover .icon {
        transform: translateY(35px)
    }
}

@media(min-width: 993px) {
    .slider-arrows--vertical .slider-arrows__item.next:hover .icon--hover {
        transform: translate(-50%, -50%)
    }
}

.flex-div {
    display: flex;
    align-items: flex-start
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.section-three {
    display: block;
    margin-top: 50px
}

@media(max-width: 992px) {
    .section-three {
        margin-top: 0
    }
}

.section__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5
}

.section__header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100vw;
    height: 1px;
    background: #cfd4d8;
    left: 50%;
    transform: translateX(-50%)
}

.section__header--right:after {
    left: 0;
    transform: none
}

.section__header--left:after {
    left: auto;
    right: 0;
    transform: none
}

.section__header-btn {
    display: inline-flex;
    font-size: 15px;
    margin-left: auto;
    margin-right: 35px;
    padding-bottom: 8px
}

@media(max-width: 576px) {
    .section__header-btn {
        margin-right: 25px
    }
}

.section__header-btn .button__icon {
    font-size: 19px;
    top: 0
}

.section__title {
    display: inline-flex;
    font-weight: 900;
    white-space: nowrap;
    align-items: center;
    padding: 10px 0px;
    font-size: 30px;
    border-bottom: 3px solid;
    color: #e30a17;
}

@media(max-width: 769px) {
    .section__title {
        padding: 15px 0
    }
}

@media(max-width: 576px) {
    .section__title {
        padding: 11px 0px;
        font-size: 21px
    }
}

@media(max-width: 480px) {
    .section__title {
        padding: 10px 0px;
        font-size: 19px
    }
}

.section__title--gray {
    font-weight: 900;
    white-space: nowrap;
    display: inline-flex;
    padding: 15px 0;
    font-size: 30px;
    color: #b5b9bc
}

.border-fw-top {
    position: relative
}

.border-fw-top:before {
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100vw;
    height: 1px;
    background: #cfd4d8;
    left: 25%;
    transform: translateX(-50%)
}

.border-fw-bottom {
    position: relative
}

.border-fw-bottom:after {
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100vw;
    height: 1px;
    background: #cfd4d8;
    left: 50%;
    transform: translateX(-50%)
}

button {
    outline: none;
    background: none;
    border: 2px solid #687282;
    box-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .3s
}

button:focus {
    outline: none
}

form {
    width: 100%
}

input,
textarea {
    display: block;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    color: #8b9094;
    resize: none;
    transition: all .5s;
    font-family: "Barlow", sans-serif
}

input:focus,
textarea:focus {
    outline: none
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
    transform: scale(0.9)
}

input::placeholder,
textarea::placeholder {
    color: #a4a7aa;
    font-family: "Gabarito", sans-serif;
    font-size: 20px;
    opacity: 1;
    transform-origin: 0 50%;
    transition: all .3s
}

.pad0 {
    padding: 0
}

.pad0-i {
    padding: 0 !important
}

.ul-col-2 {
    column-count: 2;
    column-gap: 30px
}

.quotes {
    display: block;
    pointer-events: none
}

.quotes:after {
    content: "„";
    line-height: 0;
    position: absolute;
    opacity: .15;
    font-size: 215px;
    height: 20px;
    left: -10px;
    top: -50px
}

.wrapper {
    padding-top: 122px;
    overflow: hidden
}

@media(max-width: 1200px) {
    .wrapper {
        padding-top: 112px
    }
}

@media(max-width: 992px) {
    .wrapper {
        padding-top: 92px
    }
}

@media(max-width: 576px) {
    .wrapper {
        padding-top: 72px
    }
}

.menu-show {
    position: relative;
    overflow: hidden !important
}

.custom-container {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media(max-width: 1600px) {
    .custom-container {
        max-width: 1400px
    }
}

@media(max-width: 1200px) {
    .custom-container {
        max-width: inherit
    }
}

@media(max-width: 992px) {
    .custom-container {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(max-width: 576px) {
    .custom-container {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(max-width: 480px) {
    .custom-container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media screen and (max-width: 360px) {
    .custom-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.custom-container-pad {
    padding-right: 30px !important;
    padding-left: 30px !important
}

.space-left {
    padding-left: 15px;
    padding-right: 0
}

.space-right {
    padding-left: 0;
    padding-right: 15px
}

.custom-row {
    display: flex;
    flex-wrap: wrap
}

[class*=cal-cell] {
    float: left;
    margin-left: 0;
    min-height: 1px
}

.cal-row-fluid {
    width: 100%;
    *zoom: 1
}

.cal-row-fluid:before,
.cal-row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.cal-row-fluid:after {
    clear: both
}

.cal-row-fluid [class*=cal-cell] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.0521376434%
}

.cal-row-fluid [class*=cal-cell]:first-child {
    margin-left: 0
}

.cal-row-fluid .controls-row [class*=cal-cell]+[class*=cal-cell] {
    margin-left: 0%
}

.cal-row-fluid .cal-cell7 {
    width: 100%;
    *width: 99.9466950959%
}

.cal-row-fluid .cal-cell6 {
    width: 85.7142857143%;
    *width: 85.6609808102%
}

.cal-row-fluid .cal-cell5 {
    width: 71.4285714286%;
    *width: 71.3752665245%
}

.cal-row-fluid .cal-cell4 {
    width: 57.1428571429%;
    *width: 57.0895522388%
}

.cal-row-fluid .cal-cell3 {
    width: 42.8571428571%;
    *width: 42.8038379531%
}

.cal-row-fluid .cal-cell2 {
    width: 28.5714285714%;
    *width: 28.5181236674%
}

.cal-row-fluid .cal-cell1 {
    width: 14.2857142857%;
    *width: 14.2324093817%
}

.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
    margin-left: 100%;
    *margin-left: 99.8933901919%
}

.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
    margin-left: 85.7142857143%;
    *margin-left: 85.6076759062%
}

.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
    margin-left: 71.4285714286%;
    *margin-left: 71.3219616205%
}

.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
    margin-left: 57.1428571429%;
    *margin-left: 57.0362473348%
}

.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
    margin-left: 42.8571428571%;
    *margin-left: 42.750533049%
}

.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
    margin-left: 28.5714285714%;
    *margin-left: 28.4648187633%
}

.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
    margin-left: 14.2857142857%;
    *margin-left: 14.1791044776%
}

.cal-row-fluid .cal-cell1 {
    width: 14.2857142857%;
    *width: 14.2335766423%
}

[class*=cal-cell].hide,
.cal-row-fluid [class*=cal-cell].hide {
    display: none
}

[class*=cal-cell].pull-right,
.cal-row-fluid [class*=cal-cell].pull-right {
    float: right
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.cal-events-num {
    margin-top: 20px
}

.cal-month-day {
    position: relative;
    display: block;
    width: 100%
}

#cal-week-box {
    position: absolute;
    width: 70px;
    left: -71px;
    top: -1px;
    padding: 8px 5px;
    cursor: pointer
}

#cal-day-tick {
    position: absolute;
    right: 50%;
    bottom: -21px;
    padding: 0px 5px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 26px;
    margin-right: -17px
}

.cal-year-box #cal-day-tick {
    margin-right: -7px
}

#cal-slide-box {
    position: relative
}

#cal-slide-tick {
    position: absolute;
    width: 16px;
    margin-left: -7px;
    height: 9px;
    top: -1px;
    z-index: 1
}

#cal-slide-tick.tick-month1 {
    left: 12.5%
}

#cal-slide-tick.tick-month2 {
    left: 37.5%
}

#cal-slide-tick.tick-month3 {
    left: 62.5%
}

#cal-slide-tick.tick-month4 {
    left: 87.5%
}

#cal-slide-tick.tick-day1 {
    left: 7.1428571429%
}

#cal-slide-tick.tick-day2 {
    left: 21.4285714286%
}

#cal-slide-tick.tick-day3 {
    left: 35.7142857143%
}

#cal-slide-tick.tick-day4 {
    left: 50%
}

#cal-slide-tick.tick-day5 {
    left: 64.2857142857%
}

#cal-slide-tick.tick-day6 {
    left: 78.5714285714%
}

#cal-slide-tick.tick-day7 {
    left: 92.8571428571%
}

.events-list {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden
}

#cal-slide-content ul.unstyled {
    margin-bottom: 0
}

.cal-week-box {
    position: relative
}

.cal-week-box [data-event-class] {
    white-space: nowrap;
    height: 30px;
    margin: 1px 1px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px
}

.cal-week-box .cal-column {
    position: absolute;
    height: 100%;
    z-index: -1
}

.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
    position: relative
}

.cal-week-box .arrow-after:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    right: 0;
    border-top: 15px solid #fff;
    border-left: 8px solid;
    border-bottom: 15px solid #fff
}

.cal-week-box .arrow-before:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    left: 1px;
    border-top: 15px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 15px solid transparent
}

#cal-day-box {
    text-wrap: none
}

#cal-day-box .cal-day-hour-part {
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: thin dashed #e1e1e1
}

#cal-day-box .cal-day-hour .day-highlight {
    height: 30px
}

#cal-day-box .cal-hours {
    font-weight: bolder
}

#cal-day-box .cal-day-hour:nth-child(odd) {
    background-color: #fafafa
}

#cal-day-box #cal-day-panel {
    position: relative;
    padding-left: 60px
}

#cal-day-box #cal-day-panel-hour {
    position: absolute;
    width: 100%;
    margin-left: -60px
}

#cal-day-box .day-event {
    position: relative;
    max-width: 200px;
    overflow: hidden
}

#cal-day-box .day-highlight {
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #c3c3c3;
    margin: 1px 1px;
    overflow: hidden;
    text-overflow: ellipsis
}

#cal-day-box .day-highlight.dh-event-important {
    border: 1px solid #ad2121
}

#cal-day-box .day-highlight.dh-event-warning {
    border: 1px solid #e3bc08
}

#cal-day-box .day-highlight.dh-event-info {
    border: 1px solid #1e90ff
}

#cal-day-box .day-highlight.dh-event-inverse {
    border: 1px solid #1b1b1b
}

#cal-day-box .day-highlight.dh-event-success {
    border: 1px solid #006400
}

#cal-day-box .day-highlight.dh-event-special {
    background-color: #ffe6ff;
    border: 1px solid purple
}

.waves:before {
    position: absolute;
    background: #f6f7f7;
    width: 300px;
    height: 200px;
    content: "";
    display: block;
    border-radius: 50%;
    backface-visibility: hidden;
    opacity: 0;
    left: 0;
    z-index: -1;
    animation: wave-animate .8s ease-out
}

@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center
    }
    100% {
        transform: scale(5);
        opacity: 0;
        transform-origin: center
    }
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 22
}

.play:hover .play-icon {
    border: 18px solid rgba(255, 255, 255, .35)
}

.play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 25px solid rgba(255, 255, 255, .15);
    transition: all ease-in-out .3s
}

@media(max-width: 1600px) {
    .play-icon {
        width: 130px;
        height: 130px;
        border: 20px solid rgba(255, 255, 255, .15)
    }
}

@media(max-width: 1600px) {
    .play-icon {
        width: 100px;
        height: 100px;
        border: 14px solid rgba(255, 255, 255, .15)
    }
}

.play-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff
}

.play-icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    border-top: 15px solid transparent;
    border-left: 22px solid #e30a17;
    border-bottom: 15px solid transparent
}

.timetable {
    display: flex;
    align-items: flex-start;
    margin-top: 40px
}

@media(max-width: 992px) {
    .timetable {
        flex-direction: column;
        margin-top: 20px
    }
}

.timetable--area {
    margin-top: -50px
}

.timetable__column {
    cursor: pointer
}

.timetable__column:hover .timetable__date {
    background: #e30a17
}

@media(max-width: 992px) {
    .timetable__column {
        margin: 20px 0 0 0
    }
}

.timetable__date {
    position: relative;
    width: 110px;
    height: 130px;
    background: #bebebe;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
    transition: all .3s
}

@media(max-width: 1200px) {
    .timetable__date {
        width: 90px;
        height: 110px;
        padding: 6px
    }
}

.timetable__date:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 300px;
    top: 0;
    left: 0;
    background: #e2e3e3
}

@media(max-width: 992px) {
    .timetable__date:before {
        width: 100vw;
        height: 1px
    }
}

.timetable__cont {
    margin-left: 20px;
    padding-right: 40px
}

@media(max-width: 992px) {
    .timetable__cont {
        display: flex;
        flex-wrap: wrap
    }
}

.timetable__element {
    margin-bottom: 30px
}

@media(max-width: 1200px) {
    .timetable__element {
        margin-bottom: 20px
    }
}

@media(max-width: 992px) {
    .timetable__element {
        margin: 10px 40px 10px 0;
        width: 200px;
        height: 85px
    }
}

.timetable__element--hour {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    white-space: nowrap
}

.timetable__element--name {
    line-height: 1;
    font-size: 1.5em;
    font-weight: 700;
    color: #60696c;
    padding-top: 25px;
    opacity: .9
}

@media(max-width: 1200px) {
    .timetable__element--name {
        font-size: 1.2em
    }
}

.timetable__day-num {
    font-size: 3.5em;
    font-weight: 700
}

@media(max-width: 1200px) {
    .timetable__day-num {
        font-size: 3.1em
    }
}

.timetable__day-txt {
    font-size: 20px
}

@media(max-width: 1200px) {
    .timetable__day-txt {
        font-size: 18px
    }
}

.timetable__month {
    font-size: 20px
}

@media(max-width: 1200px) {
    .timetable__month {
        font-size: 18px
    }
}

.committees__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%
}

@media(max-width: 576px) {
    .committees__content {
        flex-direction: column;
        flex-wrap: nowrap
    }
}

.committees__content--block {
    border-right: 1px solid #ececec
}

@media(max-width: 576px) {
    .committees__content--block {
        border: none
    }
}

.committees__content--block:last-child {
    border-right: none
}

.committees__content--dots {
    bottom: -40px !important;
    left: 50% !important;
    transform: translateX(-50%)
}

.committees__content--dots .swiper-pagination-bullet {
    opacity: 1 !important;
    outline: none
}

.committees--item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    transition: all .3s;
    transform: scale(1);
    background: #fff
}

@media(max-width: 1200px) {
    .committees--item {
        padding: 24px 0
    }
}

.committees--item:hover {
    background: #fff;
    box-shadow: 0px 26px 33px 0px rgba(108, 108, 108, .1);
    transform: scale(1.02)
}

.committees--item__text {
    font-family: "Gabarito", sans-serif;
    font-size: 20px;
    color: #7f8688;
    font-weight: 500;
    padding-right: 20px;
    text-transform: uppercase
}

.committees--item__txt {
    margin-bottom: 0;
    font-weight: 500;
    color: #60696c;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Gabarito", sans-serif;
    display: inline-block;
    text-transform: uppercase
}

.committees--item__icon {
    color: #e30a17;
    font-size: 2.6em;
    display: inline-flex;
    padding: 0 40px
}

.committees--wrp {
    padding: 0 0 0 80px
}

@media(max-width: 1400px) {
    .committees--wrp {
        padding: 0
    }
    .committees--wrp:before {
        display: none
    }
}

.committees--wrp:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    background: linear-gradient(275deg, rgba(0, 0, 0, 0) 0%, #f0f0f0 50%);
    top: 0;
    left: 0;
    z-index: 11
}

.sub-news {
    max-width: 100%;
    padding-bottom: 50px
}

.sub-news--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

@media(max-width: 576px) {
    .sub-news--header {
        flex-direction: column;
        align-items: flex-start
    }
}

.sub-news--header:before {
    content: "";
    position: absolute;
    width: calc(100% + 50%);
    height: 1px;
    left: 0;
    bottom: 0;
    background: #dadcdc
}

.sub-news--slider {
    width: 100%;
    min-height: 200px;
    position: relative;
    margin: 0 auto;
    min-height: 200px
}

.sub-news--item:hover .sub-news--title {
    color: #e30a17
}

.sub-news--item:hover .sub-news--title:before {
    background: #e30a17
}

.sub-news--image {
    width: 250px;
    height: 310px;
    position: relative
}

.sub-news--image--slider {
    width: 100%;
    height: 220px;
    position: relative
}

.sub-news--img {
    height: 100%;
    object-fit: cover
}

.sub-news--tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(0, 0, 0, .45);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 6px 8px
}

.sub-news__date {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    color: #7d8486
}

.sub-news__calendar {
    display: inline-flex;
    margin-right: 15px;
    font-size: 18px
}

@media(max-width: 576px) {
    .sub-news__calendar {
        font-size: 15px
    }
}

.sub-news__desc {
    color: #60696c;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500
}

@media(max-width: 1200px) {
    .sub-news__desc {
        font-size: 15px
    }
}

.sub-news--title {
    font-size: 20px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3c4c52;
    position: relative;
}

@media(max-width: 576px) {
    .sub-news--title {
        font-size: 15px;
        padding-top: 16px;
        padding-bottom: 12px
    }
}

.sub-news--title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dbdcdc;
    transition: all .3s
}

.sub-news__name {
    margin-bottom: 0;
    font-size: 28px;
    position: relative;
    padding-top: 28px;
    padding-bottom: 22px;
    font-weight: 900;
    text-transform: uppercase
}

@media(max-width: 992px) {
    .sub-news__name {
        font-size: 23px
    }
}

.sub-news__name:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #e30a17;
    left: 0
}

.sub-news--button--more {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 100px
}

.sub-news--button--more .button__txt {
    font-size: 21px
}

@media(max-width: 1200px) {
    .sub-news--block {
        padding: 0 50px 0 25px !important
    }
}

.sub-news-btn {
    font-size: 16px;
    margin-top: 6px
}

@media(max-width: 576px) {
    .sub-news-btn .button__icon {
        display: none
    }
}

.sub-news .calendar-date {
    font-weight: 500;
    font-size: 19px;
    color: #7d8486
}

.sub-news .calendar-date--text {
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    transform: unset
}

.sub-news .filter-txt {
    height: auto
}

.glb-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 50px;
    border-right: 1px solid #e4e4e4;
    position: relative;
    font-size: 21px;
    color: #82898c;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2
}

.glb-social-item--btn {
    padding: 5px 12px;
    font-size: 16px;
    color: #82898c;
    width: 100%
}

@media(max-width: 992px) {
    .glb-social-item--btn .button__icon {
        display: none
    }
}

.glb-social-item:last-child {
    border-left: none
}

.glb-social-item:hover {
    color: #fff
}

.glb-social-item:hover .social-item--overlay {
    opacity: 1;
    top: 0;
    z-index: -1
}

.glb-social-item .social-item {
    display: inline-flex
}

.glb-social-item .social-item--overlay {
    width: 100%;
    height: 100%;
    background: #e30a17;
    position: absolute;
    left: 0;
    top: 60%;
    opacity: 0;
    transition: all .3s
}

.glb-social-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.tab-block {
    position: relative;
    z-index: 2
}

.tab-block .asd.active .tab-block--quote {
    display: none
}

.tab-block--txt {
    padding: 0 30px 30px 0
}

.tab-block--quote {
    padding: 30px 0;
    border-bottom: 1px solid #dadcdc;
    display: flex;
    align-items: flex-start;
    color: #60696c;
    margin-right: 100px;
    font-size: 16px;
    margin-bottom: 0
}

.tab-block--quote--icon {
    font-size: 3.8em;
    margin-right: 30px;
    color: #cfcfcf
}

.tab-block--head {
    position: relative;
    z-index: 33
}

.tab-block--head .tab-block--toggle-area {
    position: relative;
    width: 100%;
    height: 100%
}

.tab-block--head .tab-block--cont {
    position: absolute
}

.tab-block--head .tab-block--cont.active .tab-block--title {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .2s
}

.tab-block--head .tab-block--cont.active .tab-block--txt {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s
}

.tab-block--head .tab-block--title {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    transform: translateY(35px)
}

.tab-block--head .tab-block--txt {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    transform: translateY(35px)
}

.tab-block__links {
    padding-top: 15px;
    position: relative
}

.tab-block__links:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    background: #dadcdc
}

.tab-block__links--item {
    padding: 23px 0;
    font-size: 30px;
    font-weight: 900;
    margin-right: 60px;
    display: inline-block;
    color: #cfcfcf;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase
}

.tab-block__links--item:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: #e30a17;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s
}

.tab-block__links--item.active {
    color: #e30a17
}

.tab-block__links--item.active:before {
    color: #e30a17;
    width: 100%
}

.tab-block--operating--icon {
    font-size: 3.8em;
    margin-right: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    height: 0;
    transform: translateY(30px);
    transition: all .4s
}

.tab-block--text {
    margin-top: 0;
    margin-right: 50px
}

.tab-block--title {
    color: #3c4c52;
    font-size: 32px;
    opacity: 0;
    height: 0;
    transform: translateY(30px);
    transition: all .4s
}

.tab-block p {
    color: #60696c;
    font-size: 16px;
    transform: translateY(30px);
    transition: all .4s
}

.tab-block .fade-block {
    opacity: 0;
    height: 0;
    transition: all .4s
}

.tab-block--cont {
    opacity: 0;
    height: 0
}

.tab-block--cont.active {
    opacity: 1;
    height: auto
}

.tab-block--cont.active .tab-block--operating--icon {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: all .4s;
    transition-delay: .1s
}

.tab-block--cont.active .tab-block--title {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: all .4s;
    transition-delay: .2s
}

.tab-block--cont.active .tab-block--txt {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: all .4s;
    transition-delay: .3s
}

.tab-block--cont.active .tab-block--text {
    margin-top: 40px
}

.tab-block--cont.active .fade-block {
    opacity: 1;
    height: auto;
    transition-delay: .1s
}

.tab-block--cont-2 {
    opacity: 0;
    height: 0;
    pointer-events: none
}

.tab-block--cont-2.active {
    opacity: 1;
    height: auto;
    pointer-events: auto
}

.tab-block--cont-2.active .tab-block--operating--icon {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: all .4s;
    transition-delay: .1s
}

.tab-block--cont-2.active .tab-block--title {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: all .4s;
    transition-delay: .2s
}

.tab-block--cont-2.active .tab-block--txt {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: all .4s;
    transition-delay: .3s
}

.tab-block--cont-2.active .tab-block--text {
    margin-top: 40px
}

.tab-block--cont-2.active .fade-block {
    opacity: 1;
    height: auto;
    transition-delay: .1s
}

.tab-block--cont-2.active .cmt-area__photo {
    opacity: 1;
    transform: scale(1)
}

.tab-block--cont-2.active .cmt-area__person {
    opacity: 1;
    transform: scale(1);
    transition-delay: .1s;
    margin-top: 30px
}

.tab-block--filter {
    position: absolute !important;
    top: 50% !important;
    right: 0;
    transform: translateY(-50%)
}

.tab-block .overflow-visible {
    overflow: visible !important
}

.normal-slider-dots {
    margin-left: 50%;
    z-index: 3;
    display: inline-flex;
    height: 10px;
    align-items: center;
    transform: translateX(-50%)
}

.normal-slider-dots .swiper-pagination-bullet {
    display: block;
    background: #bcbfc3;
    opacity: 1;
    height: 3px;
    width: 40px;
    margin: 0 6px;
    border-radius: 0;
    outline: none !important;
    transition: all .5s
}

@media(max-width: 1200px) {
    .normal-slider-dots .swiper-pagination-bullet {
        width: 35px;
        margin: 0 5px
    }
}

@media(max-width: 576px) {
    .normal-slider-dots .swiper-pagination-bullet {
        width: 20px;
        margin: 0 4px
    }
}

.normal-slider-dots .swiper-pagination-bullet-active {
    background: #e30a17;
    width: 80px;
    transform: scaleY(2)
}

@media(max-width: 1200px) {
    .normal-slider-dots .swiper-pagination-bullet-active {
        width: 70px
    }
}

@media(max-width: 576px) {
    .normal-slider-dots .swiper-pagination-bullet-active {
        width: 35px
    }
}

.slider__dots {
    margin-top: 50px;
    margin-bottom: 75px
}

@media(max-width: 576px) {
    .slider__dots {
        margin-top: 30px;
        margin-bottom: 50px
    }
}

.swiper-pagination-bullet {
    outline: none
}

.swiper-pagination-bullet:focus {
    outline: none
}

.back-to-top {
    background: #fff;
    position: fixed;
    right: 3%;
    bottom: 12%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e30a17;
    z-index: 222;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.back-to-top:hover .back-to-top--cont {
    top: -104%
}

.back-to-top--cont {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    transition: all .3s
}

.back-to-top--icon {
    font-size: 18px;
    color: #e30a17;
    line-height: 1;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #fff
}

.back-to-top.active {
    pointer-events: auto;
    opacity: 1
}

.sub-filter-button {
    width: 210px;
    margin: 0 16px
}

@media(max-width: 992px) {
    .sub-filter-button {
        width: 150px;
        margin: 0 14px
    }
}

@media(max-width: 576px) {
    .sub-filter-button {
        margin-left: 0
    }
}

.sub-filter-button .form__input-row {
    margin: 0
}

.sub-filter-button .select2-container {
    margin-top: 0 !important
}

.sub-filter-button:last-child {
    margin-right: 0
}

.bank-account--cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.bank-account__item {
    background: #f6f6f6;
    padding: 25px;
    margin: 0 30px 60px 30px;
    transition: all ease-in-out .3s
}

@media(max-width: 769px) {
    .bank-account__item {
        background: #fff
    }
}

@media(max-width: 480px) {
    .bank-account__item {
        margin: 0;
        margin-bottom: 30px
    }
}

.bank-account__item:hover {
    background: #fff
}

.bank-account__item__title {
    font-size: 28px !important
}

.bank-account__block {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0
}

.bank-account__block:last-child {
    border: none
}

.bank-account__title {
    min-width: 120px !important;
    margin-top: 0 !important;
    font-size: 17px !important;
    color: #8d8d8d
}

.bank-account__info {
    margin-bottom: 0 !important;
    color: #8d8d8d !important;
    font-size: 15px !important
}

.cmt-area__photo {
    height: 400px;
    padding-top: 30px;
    position: relative;
    opacity: 0;
    transform: scale(0.96);
    transition: all .3s
}

.cmt-area__photo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #f0f0f0 0%, rgba(255, 255, 255, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 40%
}

.cmt-area__photo--img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cmt-area__person {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    opacity: 0;
    transform: scale(1);
    transition: all .3s
}

.cmt-area__person--name {
    margin-right: 16px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 17px;
    font-weight: 500;
    background: #fff
}

.gmnoprint {
    display: none
}

@media(max-width: 1200px) {
    .contact .breadcrumb:before {
        right: unset
    }
    .contact .section__header:after {
        width: 200vw
    }
    .contact .border-fw-top:before {
        width: 200vw
    }
    .contact .border-fw-bottom:after {
        width: 200vw
    }
}

.contact--cont {
    display: flex
}

@media(max-width: 1200px) {
    .contact--cont {
        flex-direction: column
    }
}

.contact__card {
    position: relative
}

.contact .locations {
    margin-top: -272px;
    margin-bottom: 0
}

.contact .locations:before {
    display: none
}

@media screen and (max-width: 1600px) {
    .contact .locations {
        margin-top: -246px
    }
}

@media screen and (max-width: 1300px) {
    .contact .locations {
        margin-top: -217px
    }
}

@media(max-width: 1200px) {
    .contact .locations {
        margin-top: 0
    }
}

.contact .sub-search {
    position: relative;
    top: 30px;
    left: 0;
    transform: inherit;
    max-width: initial;
    min-height: auto
}

.contact .sub-search__social--text {
    padding: 0;
    border: none;
    width: 55%
}

@media(max-width: 769px) {
    .contact .sub-search__social--text {
        display: none
    }
}

.contact .sub-search__social__item {
    padding: 0;
    width: 78px;
    height: 75px;
    border-left: 1px solid #cfd4d8
}

.contact .sub-search__social__item:last-child {
    border-right: 1px solid #cfd4d8
}

.contact .sub-search__social--block {
    justify-content: flex-start
}

@media(max-width: 1200px) {
    .contact .sub-search__social--block {
        justify-content: flex-end
    }
}

@media(max-width: 769px) {
    .contact .sub-search__social--block {
        justify-content: center
    }
}

.contact .sub-search__address {
    border: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0
}

@media(max-width: 769px) {
    .contact .sub-search__address {
        padding-bottom: 20px
    }
}

.contact .sub-search__address--text {
    max-width: 90%
}

@media screen and (max-width: 1600px) {
    .contact .sub-search__address--text {
        max-width: 350px
    }
}

@media(max-width: 1200px) {
    .contact .sub-search__address--text {
        max-width: 90%
    }
}

.contact .sub-search__top {
    border-bottom: none
}

.contact .fake-pin {
    bottom: -220px;
    top: initial !important
}

.contact .map-search .section__header {
    overflow: visible;
    padding: 0
}

.contact .map-search__caret {
    display: none
}

.contact .map-search__wrp {
    background: none;
    box-shadow: none
}

.contact .map-search-inf__text {
    min-width: 70px;
    display: inline-block;
    margin-right: 10px
}

@media screen and (max-width: 1300px) {
    .contact .map-search-inf__text {
        display: block
    }
}

@media(max-width: 1200px) {
    .contact .map-search-inf__text {
        display: inline-block
    }
}

@media(max-width: 992px) {
    .contact .map-search-inf__text {
        display: block
    }
}

@media(max-width: 769px) {
    .contact .map-search-inf__text {
        display: inline-block
    }
}

@media(max-width: 480px) {
    .contact .map-search-inf__text {
        display: block
    }
}

.card__container {
    background: #f9f9f9;
    padding: 20px;
    transition: all .3s
}

.card__container:hover {
    background: #fff
}

.card__container:hover .card__download--icon {
    background: #e30a17
}

.card__container:hover .card__download--txt {
    color: #626262
}

.card__logo {
    width: 100%;
    height: 280px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.card__logo img {
    height: 100%;
    max-height: 75px;
    width: 100%;
    object-fit: contain
}

.corporate-documents .card__logo img {
    max-height: 100%
}

.card__download {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 15px
}

.card__download .button__icon {
    font-size: 21px
}

.card__download--txt {
    color: #cdcbcb;
    font-size: 18px;
    margin-left: 20px;
    font-weight: 500;
    transition: all .3s
}

.card__download--icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    background: #dcdcdc;
    transition: all ease-in-out .3s
}

.card--title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #51565b;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.card--subtitle {
    color: #808789;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
    height: 70px
}

.card--subtitle--date {
    font-size: 15px;
    font-weight: 500;
    opacity: .8;
    text-align: center;
    width: 100%;
    margin-bottom: 0
}

.card--subtitle--date--cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 15px;
    border-top: 1px solid #dfe1e1;
    border-bottom: 1px solid #dfe1e1
}

.card--subtitle--date-end {
    font-size: 15px;
    font-weight: 500;
    opacity: .8;
    margin-bottom: 0;
    display: none;
    text-align: center
}

.card--button {
    margin-left: auto;
    margin-right: auto;
    display: block
}


.duyuru_icerik {
    display: grid;
    grid-template-columns: 1fr
}

.duyuru_container {
    padding: 0;
    cursor: pointer
}

.duyuru_container:hover .duyuru_title {
    color: #e30a17
}

.duyuru_container:hover .duyuru_container--cont {
    background-color: #fff
}

.duyuru_container--cont {
    display: flex;
    align-items: center;
    margin: 10px;
    padding: 15px;
    transition: all .3s
}

@media(max-width: 576px) {
    .duyuru_container--cont {
        margin: 10px 0;
        padding: 15px 0
    }
}

.duyuru_icon {
    font-size: 3.2em;
    line-height: 1;
    display: inline-block
}

@media(max-width: 576px) {
    .duyuru_icon {
        display: none
    }
}

.duyuru_text {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #dfe1e1
}

@media(max-width: 576px) {
    .duyuru_text {
        border: none;
        margin-left: 0;
        padding-left: 0
    }
}

.duyuru_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
    color: #3c4c52;
    font-weight: 700;
    transition: all .3s
}

.duyuru_txt {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

.duyuru_info {
    display: flex
}

.duyuru_info--elm {
    margin-right: 30px;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.duyuru_info--svg {
    line-height: 1;
    display: inline-flex;
    font-size: 16px;
    margin-right: 6px
}


@media(max-width: 992px) {
    .tabl-flex-col {
        flex-direction: column
    }
}

@media(max-width: 992px) {
    .tabl-flex-col--rev {
        flex-direction: column-reverse
    }
}

@media(max-width: 992px) {
    .select-mobile-default-behaviour+.select2 {
        display: none
    }
}

.select-block {
    border-radius: 0;
    transition: all .3s;
    height: 45px;
    border: 1px solid #dadcdc;
    display: flex;
    justify-content: center
}

.select-block.select-full-bleed {
    border: none;
    margin-top: -6px;
    width: calc(100% + 80px);
    margin-left: -40px;
    border-bottom: 1px solid #dadcdc
}

.select-block select {
    color: #505050;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    line-height: 45px;
    font-size: 15px;
    padding-left: 15px;
    background: transparent;
    height: 100%;
    width: 250px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.select-block .select2-selection__arrow {
    right: 15px;
    width: 30px;
    height: 100%;
    position: relative
}

.select-block .select2-selection__arrow b {
    border-style: solid;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    border-color: #8b8e92 transparent transparent transparent;
    border-width: 8px 6px 0 6px
}

b,
strong {
    font-weight: bold
}


.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 255;
    pointer-events: none
}

.search.active {
    pointer-events: auto
}

.search.active .search__inner {
    opacity: 1;
    transform: none;
    transition-delay: 0s
}

.search.active .search__input-row:after {
    width: 100%;
    transition-delay: .1s
}

.search__cnt {
    pointer-events: none
}

.search__cnt.active {
    pointer-events: auto
}

.search__cnt.active .search-news>* {
    transform: none;
    pointer-events: auto;
    opacity: 1
}

.search__cnt.active .search-news>*:nth-child(1) {
    transition-delay: .4s
}

.search__cnt.active .search-news>*:nth-child(2) {
    transition-delay: .5s
}

.search__cnt.active .search-news>*:nth-child(3) {
    transition-delay: .6s
}

.search__cnt.active .search-news>*:nth-child(4) {
    transition-delay: .7s
}

.search__cnt.active .search-news>*:nth-child(5) {
    transition-delay: .8s
}

.search__cnt.active .search-news>*:nth-child(6) {
    transition-delay: .9s
}

.search__cnt.active .search-news>*:nth-child(7) {
    transition-delay: 1s
}

.search__cnt.active .search-news>*:nth-child(8) {
    transition-delay: 1.1s
}

.search__cnt.active .search-news>*:nth-child(9) {
    transition-delay: 1.2s
}

.search__cnt.active .search-news>*:nth-child(10) {
    transition-delay: 1.3s
}

.search__cnt.active .search-news>*:nth-child(11) {
    transition-delay: 1.4s
}

.search__cnt.active .search-news>*:nth-child(12) {
    transition-delay: 1.5s
}

.search__cnt.active .search-news>*:nth-child(13) {
    transition-delay: 1.6s
}

.search__cnt.active .search-news>*:nth-child(14) {
    transition-delay: 1.7s
}

.search__cnt.active .search-news>*:nth-child(15) {
    transition-delay: 1.8s
}

.search__cnt.active .search-links__col>*,
.search__cnt.active .search-links__list>* {
    transform: none;
    pointer-events: auto;
    opacity: 1
}

.search__cnt.active .search-links__col>*:nth-child(1),
.search__cnt.active .search-links__list>*:nth-child(1) {
    transition-delay: .65s
}

.search__cnt.active .search-links__col>*:nth-child(2),
.search__cnt.active .search-links__list>*:nth-child(2) {
    transition-delay: .75s
}

.search__cnt.active .search-links__col>*:nth-child(3),
.search__cnt.active .search-links__list>*:nth-child(3) {
    transition-delay: .85s
}

.search__cnt.active .search-links__col>*:nth-child(4),
.search__cnt.active .search-links__list>*:nth-child(4) {
    transition-delay: .95s
}

.search__cnt.active .search-links__col>*:nth-child(5),
.search__cnt.active .search-links__list>*:nth-child(5) {
    transition-delay: 1.05s
}

.search__cnt.active .search-links__col>*:nth-child(6),
.search__cnt.active .search-links__list>*:nth-child(6) {
    transition-delay: 1.15s
}

.search__cnt.active .search-links__col>*:nth-child(7),
.search__cnt.active .search-links__list>*:nth-child(7) {
    transition-delay: 1.25s
}

.search__cnt.active .search-links__col>*:nth-child(8),
.search__cnt.active .search-links__list>*:nth-child(8) {
    transition-delay: 1.35s
}

.search__cnt.active .search-links__col>*:nth-child(9),
.search__cnt.active .search-links__list>*:nth-child(9) {
    transition-delay: 1.45s
}

.search__cnt.active .search-links__col>*:nth-child(10),
.search__cnt.active .search-links__list>*:nth-child(10) {
    transition-delay: 1.55s
}

.search__cnt.active .search-links__col>*:nth-child(11),
.search__cnt.active .search-links__list>*:nth-child(11) {
    transition-delay: 1.65s
}

.search__cnt.active .search-links__col>*:nth-child(12),
.search__cnt.active .search-links__list>*:nth-child(12) {
    transition-delay: 1.75s
}

.search__cnt.active .search-links__col>*:nth-child(13),
.search__cnt.active .search-links__list>*:nth-child(13) {
    transition-delay: 1.85s
}

.search__cnt.active .search-links__col>*:nth-child(14),
.search__cnt.active .search-links__list>*:nth-child(14) {
    transition-delay: 1.95s
}

.search__cnt.active .search-links__col>*:nth-child(15),
.search__cnt.active .search-links__list>*:nth-child(15) {
    transition-delay: 2.05s
}

.search__inner {
    width: 100%;
    height: 100%;
    background: rgba(23, 30, 37, .95);
    border-top: 4px solid #e30a17;
    padding-top: 120px;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: opacify;
    transition-delay: .15s
}

.search__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.search__ctr {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
    margin-top: 4px
}

.search-social {
    display: flex
}

.search-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    color: #fff;
    opacity: .55;
    font-size: 21px;
    position: relative;
    border: 1px solid #2d343a;
    border-right: 0;
    border-top: 0
}

.search-social__item:last-child {
    border-right: 1px solid #2d343a
}

.search-social__item .icon-font {
    position: relative;
    z-index: 2
}

.search-social__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background: #e30a17;
    transition: all .3s ease-in-out
}

.search-social__item:hover {
    color: #fff;
    opacity: 1
}

.search-social__item:hover:after {
    height: 100%
}

.search-close {
    padding: 10px;
    width: 65px;
    justify-content: center;
    color: #e30a17;
    border: 1px solid #2d343a;
    opacity: 1;
    margin-left: -1px;
    font-size: 19px;
    transition: all .3s
}

.search-close:hover {
    background: #2d343a
}

.search__form {
    position: relative
}

.search-dropdown {
    height: 0px;
    width: 100%;
    z-index: 4;
    top: 100%;
    left: 0;
    transition: all .3s
}

.search-dropdown.active {
    height: 300px
}

.search-dropdown.active .search-dropdown__inner {
    transform: none;
    opacity: 1;
    transition-delay: .2s
}

.search-dropdown__inner {
    width: 100%;
    height: 300px;
    padding: 20px;
    background: #232b32;
    transform: rotateX(70deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all .3s
}

.search-dropdown__list {
    overflow: auto;
    height: 100%
}

.search-dropdown__item {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    font-weight: 500;
    letter-spacing: .3px
}

.search__input {
    font-size: 75px;
    height: auto;
    padding: 0;
    color: #fff
}

.search__input-row {
    position: relative
}

.search__input-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #e30a17;
    transition: all .5s ease-in-out
}

.search__middle {
    margin-top: 30px;
    display: flex
}

.search__left {
    width: 50%
}

.search__right {
    width: 50%
}

.search__title {
    color: #e30a17;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px
}

.search-news {
    padding-right: 100px;
    color: #d6dbe0;
    margin-top: 20px
}

.search-news>* {
    opacity: 0;
    pointer-events: none;
    transform: translateY(45px);
    transition: all .5s
}

.search-news__item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .35)
}

.search-news__item:last-child {
    border-bottom: 0
}

.search-news__item:hover {
    color: #fff
}

.search-news__item:hover .search-news__title {
    color: #e30a17
}

.search-news__title {
    display: block;
    font-weight: 900;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #d6dbe0;
    transition: color .3s
}

.search-news__txt {
    display: block;
    color: currentColor;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    margin: 5px 0;
    opacity: .8
}

.search-news__bottom {
    display: flex
}

.search-news__ctr {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: currentColor
}

.search-news__ctr:last-of-type {
    margin-right: 0
}

.search-news__ctr .icon-font {
    font-size: 18px;
    margin-right: 10px;
    opacity: .8
}

.search-news__ctr-txt {
    display: block;
    font-weight: 600;
    opacity: .7;
    font-size: 16px
}

.search-news__all {
    font-size: 18px;
    opacity: .8
}

.search-news__all:hover {
    opacity: 1
}

.search-links {
    display: flex;
    margin-top: 30px
}

.search-links__col {
    width: 50%;
    padding-left: 50px
}

.search-links__col>* {
    opacity: 0;
    pointer-events: none;
    transform: translateY(45px);
    transition: all .5s
}

.search-links__title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 3px solid #e30a17;
    display: inline-block
}

.search-links__list {
    margin-top: 15px
}

.search-links__list>* {
    opacity: 0;
    pointer-events: none;
    transform: translateY(45px);
    transition: all .5s
}

.search-links__item {
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: 500;
    white-space: nowrap;
    opacity: .7;
    padding: 5px 0
}

.search-links__item:hover {
    opacity: 1;
    color: #fff
}

.sticky-social {
    position: absolute;
    right: 0;
    background: rgba(23, 30, 37, .6);
    z-index: 22;
    top: 15vh
}

@media screen and (max-width: 767px) {
    .sticky-social {
        display: none
    }
}

.sticky-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 50px;
    color: #fff;
    opacity: .55;
    font-size: 21px;
    position: relative
}

.sticky-social__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #e30a17;
    transition: all .3s ease-in-out
}

@media(min-width: 993px) {
    .sticky-social__item:hover {
        opacity: 1;
        color: #fff
    }
    .sticky-social__item:hover:after {
        width: 100%
    }
}

.select-dropdown {
    display: block;
    position: relative;
    z-index: 3;
    top: 0;
    width: auto;
    user-select: none
}

.select-dropdown__header {
    display: flex;
    position: relative;
    color: rgba(24, 47, 56, .6);
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer
}

.select-dropdown__header-wrp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.select-dropdown__header .caret {
    border-width: 7px;
    width: 12px;
    margin-left: 0
}

.select-dropdown__title {
    position: relative;
    display: inline-flex;
    font-weight: 700;
    margin-right: 40px;
    color: rgba(24, 47, 56, .6);
    white-space: nowrap;
    transition: all .3s
}

.select-dropdown__selected {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 0;
    left: 0;
    background: none !important;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none
}

.select-dropdown.selected .select-dropdown__header-wrp {
    opacity: 0;
    pointer-events: none
}

.select-dropdown.selected .select-dropdown__selected {
    opacity: 1;
    pointer-events: auto
}

.select-dropdown .selected-title {
    position: relative;
    display: inline-flex;
    font-weight: 700;
    margin-right: 15px;
    padding-left: 10px;
    color: rgba(24, 47, 56, .6);
    white-space: nowrap
}

.select-dropdown .selected__dots {
    position: relative;
    border-radius: 50%;
    background: currentColor;
    width: 1em;
    height: 1em;
    font-size: 10px;
    flex-shrink: 0
}

.select-dropdown .selected-close {
    display: inline-flex;
    color: rgba(24, 47, 56, .6);
    font-size: 12px;
    padding: 5px 0;
    width: 14px;
    cursor: pointer
}

.select-dropdown__wrp {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    box-shadow: 0 19px 90px 0 rgba(23, 30, 37, .55);
    border-radius: 6px;
    padding: 15px 20px;
    min-width: 300px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    top: 50px;
    transform: scale(0.9) rotateX(42deg);
    transform-origin: 100% 0;
    transition: all .3s
}

.select-dropdown__wrp.active {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.select-dropdown__wrp:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    border-bottom: 10px dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: translateY(-100%);
    color: #fff
}

.select-dropdown__list {
    display: block;
    height: 170px
}

.select-dropdown__item {
    color: #b5b9bc;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center
}

.select-dropdown__item .btn-txt {
    color: #b5b9bc;
    transition: all .5s
}

.select-dropdown__item:hover .btn-txt {
    color: #171e25
}

.sub-select-dropdown .select-dropdown__title {
    opacity: .7
}

.sub-select-dropdown .select-dropdown__selected {
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0
}

.sub-select-dropdown .select-dropdown__wrp {
    min-width: 100%
}

.header {
    position: absolute;
    z-index: 254;
    width: 100%;
    top: 0;
    left: 0;
    background: #171e25;
    border-top: 4px solid #e30a17;
    border-bottom: 1px solid #2d343a
}

@media(max-width: 1200px) {
    .header .custom-container {
        padding: 0
    }
}

@media(max-width: 992px) {
    .header {
        background: none
    }
    .header:after {
        content: "";
        position: fixed;
        top: 4px;
        left: 0;
        width: 100%;
        height: 0%;
        background: #171e25;
        pointer-events: none;
        transform: translateX(100%);
        height: 100%;
        transition: all .5s
    }
    .header.active {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }
    .header.active .menu {
        opacity: 1;
        pointer-events: auto;
        transition-delay: .3s
    }
    .header.active:after {
        transform: none
    }
}

.header-wrp {
    display: flex;
    align-items: center
}

@media(max-width: 992px) {
    .header-wrp {
        height: 90px
    }
}

@media(max-width: 576px) {
    .header-wrp {
        height: 70px
    }
}

.header__logo {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    min-width: 195px;
    max-width: 195px;
    padding: 0 30px;
    border-right: 1px solid #2d343a;
    border-left: 1px solid #2d343a
}

@media(max-width: 1400px) {
    .header__logo {
        min-width: 165px;
        max-width: 165px;
        padding: 0 25px
    }
}

@media(max-width: 1200px) {
    .header__logo {
        min-width: 145px;
        max-width: 145px;
        padding: 0 20px
    }
}

.header__logo-img {
    display: block;
    max-width: 100%;
    width: 100%
}

@media(max-width: 992px) {
    .header__logo {
        min-width: 215px;
        max-width: 215px;
        padding: 0 20px;
        border: none
    }
    .header__logo-img {
        max-width: 140px
    }

}

@media(max-width: 576px) {
    .header__logo {
        min-width: 135px;
        max-width: 135px;
        padding: 0 15px;
        justify-content: start;
    }
}

.header__search {
    display: flex;
    align-items: stretch;
    padding: 0;
    position: relative
}

@media(max-width: 992px) {
    .header__search {
        width: 100%;
        background: #1c232b
    }
}

.header__search-form {
    width: 100%
}

@media(min-width: 993px) {
    .header__search-form {
        display: none
    }
}

.header__search-input {
    height: 100%;
    width: 100%;
    padding-left: 25px;
    font-size: 18px;
    letter-spacing: 1px
}

.header__search-button {
    border: none;
    height: auto;
    display: inline-flex;
    background: none;
    color: #fff;
    opacity: .6;
    font-size: 18px;
    padding: 10px 17px;
    align-self: stretch;
    border-left: 1px solid #2d343a;
    border-right: 1px solid #2d343a
}

@media(max-width: 992px) {
    .header__search-button {
        border: 0;
        flex-shrink: 0;
        width: 60px;
        justify-content: center
    }
}

.header__search-button:hover {
    opacity: 1
}

.header__buttons {
    display: flex;
    align-items: stretch
}

@media(max-width: 992px) {
    .header__buttons {
        width: 100%;
        border-bottom: 1px solid #2d343a;
        min-height: 65px;
        order: -1
    }
}

@media(max-width: 576px) {
    .header__buttons {
        min-height: 55px
    }
}

.header-content {
    position: relative
}

.header-mobile__top {
    align-self: stretch;
    display: flex;
    align-items: stretch
}

@media(max-width: 992px) {
    .header-mobile__top {
        width: 100%;
        justify-content: space-between;
        position: relative;
        z-index: 12;
        border-bottom: 1px solid #2d343a;
        background: #171e25
    }
}

.language {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 65px;
    min-width: 65px;
    z-index: 3;
    color: #8b8f92;
    transition: all .5s;
    justify-content: center;
    align-self: stretch
}

@media(min-width: 993px) {
    .language--mobile {
        display: none
    }
}

@media(max-width: 992px) {
    .language {
        width: 101px;
        flex-shrink: 0;
        border-left: 1px solid #2d343a;
        display: flex;
        align-self: stretch;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border-right: 1px solid #2d343a;
        width: 101px;
        flex-shrink: 0
    }
    .language:not(.language--mobile) {
        display: none
    }
}

@media(max-width: 576px) {
    .language {
        width: 71px
    }
}

@media(min-width: 993px) {
    .language:hover {
        background: #1e252c;
        color: #fff
    }
    .language:hover .language__item {
        height: 50px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }
    .language:hover .language__dropdown {
        border-color: #2d343a
    }
}

@media(max-width: 992px) {
    .language.active {
        background: #1e252c;
        color: #fff
    }
    .language.active .language__item {
        height: 50px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }
    .language.active .language__dropdown {
        border-color: #2d343a
    }
}

.language__btn {
    display: inline-flex;
    transition: none;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 22px;
    padding: 10px 15px;
    border-right: 1px solid #2d343a
}

@media(max-width: 992px) {
    .language__btn {
        font-size: 28px;
        border-right: 0
    }
}

.language__btn:hover {
    color: #fff
}

.language__dropdown {
    display: block;
    position: absolute;
    background: #171f28;
    top: 100%;
    width: calc(100% + 1px);
    right: 0;
    text-align: center;
    box-shadow: 0px 3px 133px 0px rgba(0, 0, 0, .6);
    border: 1px solid transparent;
    border-right: 1px solid #2d343a;
    border-top: 1px solid #2d343a;
    border-left: 1px solid #2d343a;
    border-bottom: 0;
    margin-top: 0px
}

@media(max-width: 992px) {
    .language__dropdown {
        margin-top: 0
    }
}

.language__item {
    height: 0;
    overflow: hidden;
    border: 0;
    border-color: transparent;
    transition: all .5s;
    margin-top: -1px
}

.language__item:hover {
    border-color: #2d343a !important
}

.language__item:last-of-type {
    border-bottom-color: #2d343a !important
}

.language__link {
    display: inline-flex;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    color: #8b8f92;
    align-self: stretch;
    align-items: center;
    width: 100%;
    justify-content: center
}

.language__link:hover {
    background: #20272e;
    color: #fff
}

.menu {
    display: block;
    width: 100%;
    color: #686d71
}

@media(max-width: 992px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #171e25;
        padding-top: 90px;
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
        overflow-x: hidden;
        overflow-y: visible;
        z-index: 2
    }
}

@media(max-width: 576px) {
    .menu {
        padding-top: 70px
    }
}

.menu-sube {
    height: 80px
}

.menu-sube .menu__top-link {
    padding: 10px 25px
}

.menu-sube .header__search-button {
    padding: 10px 28px
}

.menu-sube .language {
    min-width: 72px;
    width: 72px
}

.menu-sube:after {
    display: none
}

.menu__top {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.menu__top:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2d343a;
    bottom: 0
}

@media(max-width: 992px) {
    .menu__top {
        flex-wrap: wrap;
        z-index: 3
    }
}

.menu__top-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center
}

@media(max-width: 992px) {
    .menu__top-list {
        justify-content: center;
        align-items: center;
        display: none
    }
}

.menu__top-item {
    display: block;
    background: #252525;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 10px;
}

.menu__top-item:last-of-type .menu__dropdown {
    right: 7%;
    transform: none
}

.menu__top-item:first-of-type .menu__dropdown {
    left: 15vw;
    transform: none
}

.menu__top-item:hover .menu__top-link {
    color: #fff
}


.menu__top-item:hover .menu__top-link:after {
    width: 90%
}

.menu__top-link {
    display: inline-flex;
    font-weight: 500;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 15px;
    padding: 10px 20px;
    letter-spacing: .5px;
}

@media(max-width: 992px) {
    .menu__top-link {
        font-size: 23px;
        padding: 15px 20px
    }
}



.menu__top-link .icon-font {
    display: inline-flex;
    font-size: 23px;
    margin-right: 10px
}

.menu__bottom {
    display: block
}

@media(max-width: 992px) {
    .menu__bottom {
        position: relative;
        min-height: calc(100% - 64px);
        z-index: 2;
        padding-bottom: 70px
    }
    .menu__bottom:before {
        content: "";
        position: absolute;
        left: 35px;
        background: #2d343a;
        width: 1px;
        height: 100%
    }
}

@media(max-width: 992px)and (max-width: 576px) {
    .menu__bottom:before {
        left: 25px
    }
}

@media(max-width: 576px) {
    .menu__bottom {
        padding-bottom: 60px
    }
}

.menu__bottom-list {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

@media(max-width: 992px) {
    .menu__bottom-list {
        display: block;
        width: 100%;
        padding: 15px 0;
        position: relative;
        z-index: 2;
        padding-bottom: 76px
    }
}

@media(max-width: 576px) {
    .menu__bottom-list {
        padding: 5px 0
    }
}

.menu__bottom-item {
    display: block
}

.menu__bottom-item:last-child {
    margin-right: 0;
    margin-left: 0
}

.menu__bottom-item:nth-last-child(2) {
    margin-right: 0
}

.menu__bottom-item--online {
    position: relative
}

@media(min-width: 993px) {
    .menu__bottom-item--online:hover .online-dropdown {
        opacity: 1;
        pointer-events: auto
    }
    .menu__bottom-item--online:hover .online-dropdown__list {
        transform: none;
        height: 110px
    }
}

@media(min-width: 993px) {
    .menu__bottom-item:hover .menu__bottom-link {
        color: #fff;
        background: #252d33
    }
    .menu__bottom-item:hover .menu__bottom-link:after {
        width: 100%
    }
}

.menu__bottom-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    height: 70px;
    font-size: 18px;
    text-align: center;
    padding: 15px
}

.menu__bottom-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #e30a17;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s
}

@media(max-width: 1400px) {
    .menu__bottom-link {
        font-size: 17px;
        padding: 15px 12px
    }
}

@media(max-width: 1200px) {
    .menu__bottom-link {
        font-size: 16px;
        padding: 15px 10px;
        height: 60px
    }
}

@media(max-width: 992px) {
    .menu__bottom-link {
        font-size: 21px;
        padding: 15px 10px;
        padding-left: 30px;
        height: 60px;
        width: 100%;
        margin-left: 35px
    }
    .menu__bottom-link:hover {
        color: currentColor
    }
}

@media(max-width: 576px) {
    .menu__bottom-link {
        font-size: 18px;
        padding: 10px 10px;
        padding-left: 25px;
        height: auto;
        margin-left: 25px
    }
}

@media(min-width: 993px) {
    .menu__bottom-link:hover {
        color: #fff
    }
    .menu__bottom-link:hover:after {
        width: 90%
    }
}

.menu__bottom-link--online {
    padding: 15px 25px;
    border-right: 1px solid #2d343a;
    border-left: 1px solid #2d343a;
    white-space: nowrap
}

@media(max-width: 1400px) {
    .menu__bottom-link--online {
        padding: 15px 20px
    }
}

@media(max-width: 992px) {
    .menu__bottom-link--online {
        color: #686d71
    }
}

.menu__bottom-link .icon-font {
    display: inline-flex;
    align-self: center;
    font-size: 33px;
    margin-right: 10px
}

.menu__dropdown {
    display: block;
    position: absolute;
    background: #171f28;
    z-index: 33;
    border: 1px solid #31383e;
    transform: translateX(-50%);
    box-shadow: 0 19px 133px 0 rgba(0, 0, 0, .63);
    max-height: 0%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s
}

.menu__dropdown-list {
    display: flex
}

.menu__dropdown-item {
    display: block
}

.menu__dropdown-item:first-of-type:hover .menu__dropdown-link {
    border-left-color: transparent
}

.menu__dropdown-item:last-of-type:hover .menu__dropdown-link {
    border-right-color: transparent
}

.menu__dropdown-link {
    display: inline-flex;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: 500;
    align-items: center;
    white-space: nowrap;
    height: 80px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.menu__dropdown-link:hover {
    background: #20272e;
    border-color: #31383e;
    color: #fff;
    opacity: 1
}

.menu__dropdown-big {
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: url(../img/dropdown_bg.png) center no-repeat;
    height: auto;
    z-index: 33;
    justify-content: center;
    padding: 0;
    box-shadow: 0px 17px 144px 0px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s;
    background-position-x: right;
    background-size: 50%;
    margin-top: 1px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.menu__dropdown-big:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e252e;
    background: linear-gradient(to right, #1e252e 60%, rgba(242, 247, 253, 0) 100%)
}

.menu__dropdown-big:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e252e;
    opacity: .8
}

@media(max-width: 992px) {
    .menu__dropdown-big {
        position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        pointer-events: all;
        display: none;
        box-shadow: 0px 17px 94px 0px rgba(0, 0, 0, .05);
        padding-left: 34px;
        transition: none
    }
    .menu__dropdown-big:before {
        background: #232a30;
        opacity: 1;
        width: 100%;
        left: 0
    }
    .menu__dropdown-big:after {
        display: none
    }
}

@media(max-width: 576px) {
    .menu__dropdown-big {
        padding-left: 24px
    }
}

.menu__dropdown-big-list {
    column-count: 3;
    flex-wrap: wrap;
    padding: 30px 0;
    width: auto;
    position: relative;
    z-index: 2;
    max-width: 980px
}

@media(max-width: 992px) {
    .menu__dropdown-big-list {
        column-count: inherit;
        padding: 15px 30px;
        border-left: 4px solid #e30a17
    }
}

@media(max-width: 576px) {
    .menu__dropdown-big-list {
        padding: 10px;
        border-left: 3px solid #e30a17
    }
}

.menu__dropdown-big-item {
    min-width: 320px
}

@media(max-width: 992px) {
    .menu__dropdown-big-item {
        width: 50%
    }
}

.menu__dropdown-big-link {
    display: inline-flex;
    color: #9fa1a3;
    font-weight: 500;
    font-size: 18px;
    height: 45px;
    width: 100%;
    align-items: center;
    position: relative
}

@media(max-width: 992px) {
    .menu__dropdown-big-link {
        padding: 10px 15px
    }
}

.menu__dropdown-big-link .icon-font {
    display: block;
    font-size: 19px;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .5s
}

.menu__dropdown-big-link .btn-txt {
    display: block
}

@media(min-width: 993px) {
    .menu__dropdown-big-link:hover {
        color: #fff;
        padding-left: 30px
    }
    .menu__dropdown-big-link:hover .icon-font {
        opacity: 1;
        color: #e30a17;
        transform: none
    }
}

.menu__dropdown-big-logo {
    position: absolute;
    max-width: 300px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
    pointer-events: none;
    z-index: 1;
    opacity: .7
}

@media(max-width: 992px) {
    .menu__dropdown-big-logo {
        display: none
    }
}

.menu-dropdown-stage {
    position: relative;
    z-index: 2;
    display: none
}

.menu-dropdown-stage__list {
    column-count: 3
}

.menu-dropdown-stage__li {
    min-width: 250px
}

.menu-dropdown-stage__item {
    display: inline-flex;
    color: #9fa1a3;
    font-weight: 500;
    font-size: 18px;
    height: 45px;
    width: 100%;
    align-items: center;
    position: relative
}

.menu-dropdown-stage__item .icon-font {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .5s
}

.menu-dropdown-stage__item .btn-txt {
    display: block
}

.menu-dropdown-stage__item:hover {
    color: #fff;
    padding-left: 30px
}

.menu-dropdown-stage__item:hover .icon-font {
    opacity: 1;
    color: #e30a17;
    transform: none
}

.menu-drop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    background: rgba(23, 30, 38, .85);
    width: 100%;
    height: 80px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s
}

.menu-drop:hover:before {
    opacity: 1;
    visibility: visible
}

.menu-drop:hover .menu__dropdown {
    max-height: 80px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.menu-drop-big.active .menu__dropdown-big {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

@media(max-width: 992px) {
    .menu-drop-big.active .menu__bottom-link {
        color: #fff
    }
}

.menu-mobile-ctr {
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #2d343a;
    border-bottom: 1px solid #2d343a;
    margin-top: 30px;
    background: #1c232b;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: 71px;
    left: 0;
    width: 100%
}

@media(min-width: 993px) {
    .menu-mobile-ctr {
        display: none
    }
}

@media(max-width: 576px) {
    .menu-mobile-ctr {
        padding-left: 25px;
        margin-top: 10px;
        position: relative;
        bottom: auto;
        left: auto
    }
}

.menu-mobile-ctr__item {
    padding: 10px;
    margin: 10px;
    font-size: 23px;
    font-weight: 500
}

.menu-mobile-ctr__item:hover {
    color: currentColor
}

@media(max-width: 576px) {
    .menu-mobile-ctr__item {
        padding: 5px;
        margin: 5px 10px;
        font-size: 18px
    }
}

.menu-mobile-social {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #2d343a;
    border-bottom: 1px solid #2d343a;
    z-index: 6;
    background: #171e25
}

@media(min-width: 993px) {
    .menu-mobile-social {
        display: none
    }
}

.menu-mobile-social__item {
    display: inline-flex;
    padding: 10px;
    width: 80px;
    height: 70px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #2d343a
}

@media(max-width: 576px) {
    .menu-mobile-social__item {
        width: 60px;
        height: 60px;
        font-size: 20px
    }
}

.menu-mobile-social__item:last-child {
    border-right: 0
}

.hamburger-button__wrp {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-left: 1px solid #2d343a;
    width: 101px;
    flex-shrink: 0
}

@media(min-width: 993px) {
    .hamburger-button__wrp {
        display: none
    }
}

@media(max-width: 576px) {
    .hamburger-button__wrp {
        padding: 10px;
        width: 71px
    }
}

.hamburger-button {
    position: relative;
    transition: .3s ease-in-out;
    width: 40px;
    height: 34px;
    border: none;
    padding: 0;
    display: block
}

@media(max-width: 576px) {
    .hamburger-button {
        width: 35px;
        height: 26px
    }
    .hamburger-button.active {
        transform: scale(0.9)
    }
}

.hamburger-button span {
    position: absolute;
    height: 4px;
    border-radius: 4px;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out
}

.hamburger-button span:nth-child(1) {
    top: 0
}

.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(3) {
    top: 13px
}

@media(max-width: 576px) {
    .hamburger-button span:nth-child(2),
    .hamburger-button span:nth-child(3) {
        top: 11px
    }
}

.hamburger-button span:nth-child(4) {
    top: 26px
}

@media(max-width: 576px) {
    .hamburger-button span:nth-child(4) {
        top: 22px
    }
}

.hamburger-button.active span:nth-child(1),
.hamburger-button.active span:nth-child(4) {
    opacity: 0;
    transform: scale(0.2);
    top: 13px
}

.hamburger-button.active span:nth-child(2) {
    transform: rotate(45deg)
}

.hamburger-button.active span:nth-child(3) {
    transform: rotate(-45deg)
}

.online-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    width: auto;
    pointer-events: none;
    transition: all .3s
}

@media(max-width: 992px) {
    .online-dropdown {
        right: auto;
        left: 0;
        width: 100%;
        opacity: 1;
        position: relative;
        transition: none;
        display: none;
        pointer-events: auto;
        padding-left: 35px;
        background: #232a30
    }
    .online-dropdown.active {
        opacity: 1;
        pointer-events: auto
    }
    .online-dropdown.active .online-dropdown__list {
        transform: none;
        height: 88px
    }
}

@media(max-width: 576px) {
    .online-dropdown {
        width: auto;
        opacity: 0
    }
    .online-dropdown.active {
        opacity: 1;
        pointer-events: auto
    }
    .online-dropdown.active .online-dropdown__list {
        transform: none;
        height: auto
    }
}

.online-dropdown:before {
    display: none;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 15px solid #171f28;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    position: absolute;
    top: 6px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 4
}

.online-dropdown__list {
    width: auto;
    box-shadow: 0px 3px 63px 0px rgba(0, 0, 0, .6);
    background: #171f28;
    height: 0px;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    border: 1px solid #2d343a
}

@media(max-width: 992px) {
    .online-dropdown__list {
        height: auto;
        transform-origin: 50% 0;
        justify-content: center;
        border-right: 0;
        border-left: 0;
        display: block;
        box-shadow: none;
        padding-left: 25px;
        border: none;
        border-left: 4px solid #e30a17;
        background: none
    }
}

@media(max-width: 576px) {
    .online-dropdown__list {
        height: auto;
        transform: scale(0.9);
        transform-origin: 0 0;
        display: block
    }
}

.online-dropdown__item {
    display: flex;
    font-size: 19px;
    font-weight: 500;
    color: #8b8f92;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all .3s;
    text-align: left;
    flex-shrink: 0;
    min-width: 200px
}

@media(min-width: 993px) {
    .online-dropdown__item:hover {
        background: #20272e;
        color: #fff
    }
}

@media(max-width: 992px) {
    .online-dropdown__item {
        justify-content: flex-start
    }
}

.online-dropdown__item .icon-font {
    display: block;
    font-size: 40px;
    color: #8e742c;
    margin-right: 15px
}

@media(max-width: 992px) {
    .online-dropdown__item .icon-font {
        font-size: 30px
    }
}

.online-dropdown__item .btn-txt {
    width: 110px
}

@media(max-width: 992px) {
    .online-dropdown__item .btn-txt {
        width: auto
    }
}

.online-dropdown__mobile {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-right: 1px solid #2d343a;
    width: 101px;
    flex-shrink: 0
}

@media(min-width: 993px) {
    .online-dropdown__mobile {
        display: none
    }
}

@media(max-width: 576px) {
    .online-dropdown__mobile {
        padding: 10px;
        width: 71px
    }
}

.online-dropdown__btn {
    padding: 10px;
    color: #e30a17;
    border: none;
    font-size: 38px;
    display: inline-flex
}

@media(max-width: 576px) {
    .online-dropdown__btn {
        font-size: 28px
    }
}

@media(max-width: 576px) {
    .home-page .locations__map {
        display: none
    }
}

@media(max-width: 576px) {
    .home-page .banner__inner {
        margin-top: -70px;
        margin-bottom: 50px
    }
}

.home-container {
    width: 100%;
    height: auto;
    background: #171e25
}

@media(max-width: 992px) {
    .home-container {
        padding-bottom: 160px
    }
}

.home-container .slider-arrows {
    margin-left: 25px
}

@media(max-width: 576px) {
    .home-container .slider-arrows {
        display: none
    }
}

.home-slider {
    display: block;
    background: #171e26
}

@media(max-width: 576px) {
    .home-slider {
        height: inherit
    }
    .home-slider .swiper-wrapper {
        height: inherit
    }
}

.home-slider__item {
    width: 100%;
    height: 75vh;
    position: relative;
    overflow: hidden;
    background: #171e26;
    min-height: 580px;
    display: flex;
    align-items: center
}

@media(max-width: 1400px) {
    .home-slider__item {
        min-height: 530px
    }
}

@media(max-width: 992px) {
    .home-slider__item {
        height: auto
    }
}

@media(max-width: 769px) {
    .home-slider__item {
        min-height: 450px;
        height: auto;
        flex-wrap: wrap;
        overflow: visible;
        align-items: flex-start;
        display: block
    }
}

.home-slider__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
    z-index: 2;
    background: radial-gradient(at 60% 50%, rgba(255, 255, 255, 0), rgba(23, 30, 38, 0.55)), radial-gradient(at 60% 50%, rgba(255, 255, 255, 0), rgba(23, 30, 38, 0.41));
    width: 80%;
    pointer-events: none
}

.home-slider__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(23, 30, 38, 0.93) 10%, rgba(6, 10, 16, 0) 100%);
    height: 20%;
    z-index: 2;
    width: 100%;
    pointer-events: none
}

@media(max-width: 992px) {
    .home-slider__item:before {
        left: 30%
    }
}

@media(max-width: 769px) {
    .home-slider__item:before {
        left: 0;
        width: 100%;
        display: none
    }
}

.home-slider__item.swiper-slide-active .home-slider__title,
.home-slider__item.swiper-slide-active .home-slider__ctr,
.home-slider__item.swiper-slide-active .home-slider__cnt,
.home-slider__item.swiper-slide-active .home-slider__bottom {
    opacity: 1;
    transform: none
}

.home-slider__item .overlay:before {
    content: "";
    position: absolute;
    left: 20%;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 11;
    background-image: linear-gradient(to right, #171e26 5%, rgba(23, 30, 38, 0) 100%);
    pointer-events: none
}

.home-slider__item .overlay:after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 50%;
    width: 80%;
    z-index: 11;
    background-image: linear-gradient(to top, #171e26 0%, rgba(23, 30, 38, 0) 100%);
    pointer-events: none
}

@media(max-width: 992px) {
    .home-slider__item .overlay:before,
    .home-slider__item .overlay:after {
        left: 30%
    }
}

@media(max-width: 769px) {
    .home-slider__item .overlay:before {
        left: 0;
        top: 60vh;
        height: 30%;
        width: 100%;
        background-image: linear-gradient(to top, #171e26 5%, rgba(23, 30, 38, 0) 100%);
        transform: translateY(-100%)
    }
    .home-slider__item .overlay:after {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 60vh;
        transform: translateY(-75%)
    }
}

@media(max-width: 576px) {
    .home-slider__item .overlay:before {
        bottom: 43%
    }
    .home-slider__item .overlay:after {
        bottom: 25%
    }
}

.home-slider__img {
    position: absolute;
    width: 80%;
    height: 100%;
    object-fit: cover;
    right: 0;
    bottom: 0;
    pointer-events: none;
    user-select: none
}

@media(max-width: 992px) {
    .home-slider__img {
        width: 70%
    }
}

@media(max-width: 769px) {
    .home-slider__img {
        width: 100%;
        position: relative;
        height: 60vh
    }
}

@media(max-width: 576px) {
    .home-slider__img {
        height: auto;
        border-bottom: 2px solid #2d343a
    }
}

.home-slider__content {
    display: block;
    position: relative;
    color: #fff;
    z-index: 22;
    max-width: 640px;
    top: -10vh
}

@media(max-width: 1400px) {
    .home-slider__content {
        max-width: 580px
    }
}

@media(max-width: 1200px) {
    .home-slider__content {
        max-width: 500px
    }
}

@media(max-width: 992px) {
    .home-slider__content {
        max-width: 450px;
        padding-left: 25px;
        top: -4vh
    }
}

@media(max-width: 769px) {
    .home-slider__content {
        max-width: 90%;
        top: 0
    }
}

@media(max-width: 576px) {
    .home-slider__content {
        max-width: 100%;
        top: 0;
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.home-slider__title {
    display: block;
    font-weight: 900;
    color: #e30a17;
    width: 100%;
    opacity: 0;
    transform: translateY(55px);
    transition: all .5s;
    font-size: 41px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0
}

@media(max-width: 1400px) {
    .home-slider__title {
        font-size: 37px;
        padding-bottom: 20px
    }
}

@media(max-width: 1200px) {
    .home-slider__title {
        font-size: 32px
    }
}

@media(max-width: 992px) {
    .home-slider__title {
        font-size: 28px
    }
}

@media(max-width: 576px) {
    .home-slider__title {
        font-size: 21px;
        padding-bottom: 15px
    }
}

.home-slider__title:after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    right: 0;
    width: 100vw
}

.home-slider__ctr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    opacity: 0;
    transform: translateY(55px);
    transition: all .3s;
    padding-left: 0;
    padding-top: 15px
}

@media(max-width: 1400px) {
    .home-slider__ctr {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.home-slider__ctr-item {
    display: flex;
    align-items: center;
    font-weight: 500
}

.home-slider__ctr .icon-font {
    display: inline-flex;
    font-size: 18px;
    margin-right: 15px
}

.home-slider__ctr-txt {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    opacity: .85
}

.home-slider__cnt {
    display: block;
    font-weight: 500;
    line-height: 1.4em;
    position: relative;
    opacity: 0;
    transform: translateY(55px);
    transition: all .3s;
    padding-left: 0;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px
}

@media(max-width: 1400px) {
    .home-slider__cnt {
        font-size: 18px
    }
}

@media(max-width: 576px) {
    .home-slider__cnt {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 25px
    }
}

.home-slider__bottom {
    opacity: 0;
    transform: translateY(55px);
    transition: all .3s;
    margin-top: 40px
}

@media(max-width: 1400px) {
    .home-slider__bottom {
        margin-top: 20px
    }
}

@media(max-width: 769px) {
    .home-slider__bottom {
        display: none
    }
}

.home-slider__btn .button__wrp {
    transition: all .3s ease-in-out
}

.home-slider__txt {
    display: block;
    color: #fff
}

.home-slider__control {
    display: block;
    position: absolute;
    bottom: 40px;
    color: #fff;
    z-index: 33;
    left: 50px;
    max-width: 50%;
    width: 100%;
    padding-right: 87px
}

@media(max-width: 992px) {
    .home-slider__control {
        left: 50px;
        width: 100%;
        max-width: inherit;
        padding-right: 95px
    }
    .home-slider__control-btn {
        position: absolute;
        right: 200px;
        bottom: 5px
    }
}

@media(max-width: 769px) {
    .home-slider__control {
        left: 0;
        width: 100%;
        max-width: inherit;
        position: relative;
        padding: 0;
        bottom: 0
    }
    .home-slider__control-btn {
        display: none
    }
}

@media(max-width: 576px) {
    .home-slider__control {
        padding: 0px 10px
    }
}

.home-slider__control .slider-arrows__item {
    color: #fff;
    border-color: #fff;
    background: none
}

.home-slider__control .slider-arrows__item:hover {
    border-color: #fff
}

.home-slider__control-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 35px
}

@media(max-width: 769px) {
    .home-slider__control-bottom {
        margin-top: 0
    }
}

.home-slider__dots {
    display: flex;
    height: 10px;
    align-items: center
}

@media(max-width: 769px) {
    .home-slider__dots {
        width: 100%
    }
}

.home-slider__dots .swiper-pagination-bullet {
    display: block;
    background: #fff;
    width: 40px;
    height: 3px;
    margin: 0 6px;
    cursor: pointer;
    border-radius: 0;
    opacity: .2;
    transition: all .5s
}

@media(max-width: 1200px) {
    .home-slider__dots .swiper-pagination-bullet {
        width: 25px
    }
}

@media(max-width: 769px) {
    .home-slider__dots .swiper-pagination-bullet {
        flex: 1
    }
}

.home-slider__dots .swiper-pagination-bullet:first-of-type {
    margin-left: 0
}

.home-slider__dots .swiper-pagination-bullet:hover {
    opacity: .8
}

.home-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e30a17;
    opacity: 1;
    transform: scaleY(2);
    width: 80px
}

@media(max-width: 1200px) {
    .home-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 55px
    }
}

@media(max-width: 769px) {
    .home-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        flex: 2
    }
}

.home-slider__dots .swiper-pagination-bullet.step-1 {
    opacity: .6
}

.home-slider__dots .swiper-pagination-bullet.step-2 {
    opacity: .5
}

.home-slider__dots button {
    display: block;
    text-indent: -9999px;
    border: none;
    height: auto;
    background: none;
    padding: 0
}

.home-slider__arrows {
    display: flex;
    margin-left: 25px
}

.home-slider-share {
    position: relative;
    z-index: 12;
    transition: all .3s
}

.home-slider-share.active {
    color: #3b4c52
}

.home-slider-share.active .home-slider-share__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.home-slider-share.active .home-slider-share__list>* {
    opacity: 1;
    transform: none
}

.home-slider-share.active .home-slider-share__list>*:nth-child(1) {
    transition-delay: .1s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(2) {
    transition-delay: .2s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(3) {
    transition-delay: .3s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(4) {
    transition-delay: .4s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(5) {
    transition-delay: .5s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(6) {
    transition-delay: .6s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(7) {
    transition-delay: .7s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(8) {
    transition-delay: .8s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(9) {
    transition-delay: .9s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(10) {
    transition-delay: 1s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(11) {
    transition-delay: 1.1s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(12) {
    transition-delay: 1.2s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(13) {
    transition-delay: 1.3s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(14) {
    transition-delay: 1.4s
}

.home-slider-share.active .home-slider-share__list>*:nth-child(15) {
    transition-delay: 1.5s
}

.home-slider-share .home-slider__ctr-item {
    position: relative;
    z-index: 2
}

.home-slider-share__dropdown {
    position: absolute;
    top: -10px;
    right: -16px;
    background: #fff;
    padding: 15px;
    padding-top: 40px;
    box-shadow: 0px 4px 64px 0px rgba(34, 49, 61, .7);
    min-width: 99px;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: all .3s
}

.home-slider-share__list {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 7px
}

.home-slider-share__item {
    display: block;
    color: #3b4c52;
    font-weight: 600;
    font-size: 19px;
    padding: 5px 0;
    opacity: 0;
    transform: translateX(20px);
    transition: all .3s;
    text-align: center;
    align-items: center;
    justify-content: center
}

.home-slider-share__item:hover {
    color: #3b4c52
}

.home-slider-share__item:hover .icon-font {
    color: #e30a17
}

.home-slider-share__item .icon-font {
    margin: 0;
    transition: color .3s
}

.news {
    display: block;
    position: relative;
    z-index: 2
}

.news__right {
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .news__right {
        width: 100%;
        max-width: 100%;
        flex: unset
    }
}

.news-wrp {
    display: flex
}

@media(max-width: 992px) {
    .news-wrp {
        flex-wrap: wrap
    }
}

.news__tab {
    position: relative
}

.news__tab-header {
    justify-content: flex-start
}

@media(max-width: 576px) {
    .news__tab-header {
        justify-content: space-between
    }
    .news__tab-header .section__header-btn {
        display: none
    }
}

.news__tab-item {
    display: block;
    font-weight: 900;
    color: #b4b8ba;
    position: relative;
    font-size: 25px;
    padding: 15px 5px
}

@media(max-width: 1200px) {
    .news__tab-item {
        margin-right: 20px
    }
}

@media(max-width: 576px) {
    .news__tab-item {
        margin-right: 0;
        font-size: 21px;
        padding: 11px 5px
    }
}

.news__tab-item:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0%;
    height: 3px;
    background: #e30a17;
    z-index: 2;
    transform: translateX(-50%);
    transition: all .5s
}

.news__tab-item:last-child {
    margin-right: 0
}

.news__tab-item:hover,
.news__tab-item.active {
    color: #e30a17
}

.news__tab-item:hover:after,
.news__tab-item.active:after {
    width: 100%
}

.news__tab-item:last-of-type {
    margin-right: 0
}

.news__tab-all {
    position: absolute;
    top: 50%;
    color: #171e25;
    opacity: .75;
    transform: translateY(-50%);
    right: 40px;
    font-size: 14px
}

.news__tab-all .btn-txt {
    display: block
}

.news__tab-all .icon-font {
    font-size: 11px;
    top: 1px
}

.news__tab-content {
    display: none
}

.news__tab-content.active {
    display: block
}

.news__tab-inner {
    display: block
}

.news-slider {
    display: flex;
    align-items: center;
    max-width: calc(100% - 150px);
    width: 100%
}

@media(max-width: 576px) {
    .news-slider {
        max-width: calc(100% - 55px)
    }
    .news-slider .slider-arrows--vertical {
        align-self: flex-start;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 0
    }
}

.news-slider__wrp {
    display: flex;
    align-items: center;
    padding: 30px 0
}

@media(max-width: 576px) {
    .news-slider__wrp {
        padding: 20px 0;
        position: relative
    }
}

.news-slider__item {
    padding: 5px 0;
    outline: none !important;
    display: block;
    width: 100%
}

.news-slider__item:focus {
    outline: none !important
}

.news-slider__item:hover .news-slider__title {
    color: #e30a17
}

.news-slider__item>* {
    transform: translateY(40px);
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.news-slider__item.swiper-slide-active>* {
    transform: none;
    pointer-events: auto;
    opacity: 1;
    transition: all .3s
}

.news-slider__item.swiper-slide-active>*:nth-child(1) {
    transition-delay: .1s
}

.news-slider__item.swiper-slide-active>*:nth-child(2) {
    transition-delay: .2s
}

.news-slider__item.swiper-slide-active>*:nth-child(3) {
    transition-delay: .3s
}

.news-slider__item.swiper-slide-active>*:nth-child(4) {
    transition-delay: .4s
}

.news-slider__item.swiper-slide-active>*:nth-child(5) {
    transition-delay: .5s
}

.news-slider__item.swiper-slide-active>*:nth-child(6) {
    transition-delay: .6s
}

.news-slider__item.swiper-slide-active>*:nth-child(7) {
    transition-delay: .7s
}

.news-slider__item.swiper-slide-active>*:nth-child(8) {
    transition-delay: .8s
}

.news-slider__item.swiper-slide-active>*:nth-child(9) {
    transition-delay: .9s
}

.news-slider__item.swiper-slide-active>*:nth-child(10) {
    transition-delay: 1s
}

.news-slider__item.swiper-slide-active>*:nth-child(11) {
    transition-delay: 1.1s
}

.news-slider__item.swiper-slide-active>*:nth-child(12) {
    transition-delay: 1.2s
}

.news-slider__item.swiper-slide-active>*:nth-child(13) {
    transition-delay: 1.3s
}

.news-slider__item.swiper-slide-active>*:nth-child(14) {
    transition-delay: 1.4s
}

.news-slider__item.swiper-slide-active>*:nth-child(15) {
    transition-delay: 1.5s
}

.news-slider__icon {
    display: inline-flex;
    color: #b5b9bc;
    border-right: .1vw solid #e0e1e1;
    margin-right: 1vw;
    align-self: stretch;
    align-items: center;
    font-size: 60px;
    min-width: 70px;
    border-right: 1px solid #e0e1e1
}

@media(max-width: 576px) {
    .news-slider__icon {
        display: none
    }
}

.news-slider__title {
    display: block;
    color: #3c4c52;
    font-weight: 900;
    font-size: 20px;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0
}

@media(max-width: 576px) {
    .news-slider__title {
        white-space: normal
    }
}

.news-slider__txt {
    display: block;
    max-width: 95%;
    color: #818c93;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    margin: 5px 0
}

@media(max-width: 576px) {
    .news-slider__txt {
        white-space: normal;
        font-size: 16px
    }
}

.news-slider__bottom {
    display: flex
}

.news-slider__ctr {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.news-slider__ctr:last-of-type {
    margin-right: 0
}

.news-slider__ctr .icon-font {
    color: #3c4c52;
    font-size: 18px;
    margin-right: 10px
}

.news-slider__ctr-txt {
    font-family: "Barlow", sans-serif;
    display: block;
    color: #3c4c52;
    font-weight: 500;
    opacity: .7;
    font-size: 15px
}

.news-slider__arrow {
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    width: 37px;
    height: 38px
}

.news-slider__prev {
    display: flex
}

.news-slider__next {
    display: flex;
    margin-top: -2px
}

.news-tab {
    border-top: 1px solid #dadcdc
}

@media(max-width: 576px) {
    .news-tab {
        padding-bottom: 50px;
        position: relative
    }
}

.news-tab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 35px
}

@media(max-width: 1200px) {
    .news-tab-grid {
        grid-template-columns: 1fr
    }
}

.news-tab .section__header-btn {
    margin-left: 0;
    margin-right: 0
}

@media(max-width: 576px) {
    .news-tab .section__header-btn {
        display: none
    }
}

.news-tab__links {
    margin-left: auto;
    margin-right: 85px;
    display: flex;
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .news-tab__links {
        margin-right: 30px
    }
}

@media(max-width: 576px) {
    .news-tab__links {
        margin-right: 0
    }
}

.news-tab__item {
    border: none;
    color: #dcdbdb;
    font-size: 46px;
    font-weight: 900;
    padding: 10px 20px;
    border-right: 1px solid #e5e7e7;
    position: relative;
    cursor: pointer;
    transition: all .3s
}

@media(max-width: 1200px) {
    .news-tab__item {
        padding: 4px 14px;
        font-size: 42px
    }
}

@media(max-width: 769px) {
    .news-tab__item {
        font-size: 36px
    }
}

@media(max-width: 576px) {
    .news-tab__item {
        font-size: 26px;
        padding: 10px 15px
    }
}

.news-tab__item:last-child {
    border-right: 0
}

.news-tab__item:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0%;
    height: 5px;
    background: #e30a17;
    transform: translateX(-50%);
    transition: all .3s
}

.news-tab__item:hover {
    color: #b6b9bd
}

.news-tab__item.active {
    color: #7b8589
}

.news-tab__item.active:after {
    width: 30%
}

.news-tab__inner {
    margin: 40px 0;
    min-height: 130px;
    position: relative
}

@media(max-width: 576px) {
    .news-tab__inner {
        margin: 40px 0 50px;
        margin-bottom: 0 !important;
    }
}

.news-tab__pane {
    display: flex;
    align-items: center;
    width: 100%;
    pointer-events: none;
    transition: all .3s;
    transition-delay: .4s
}

@media(max-width: 769px) {
    .news-tab__pane {
        pointer-events: auto
    }
}

@media(max-width: 576px) {
    .news-tab__pane {
        flex-direction: column
    }
}

@media(max-width: 1200px) {
    .news-tab__pane:nth-child(2) {
        display: none
    }
}

@media(min-width: 768px) {
    .news-tab__pane.swiper-slide-prev,
    .news-tab__pane.swiper-slide-next+.news-tab__pane.swiper-slide {
        opacity: 0;
        pointer-events: none
    }
    .news-tab__pane.swiper-slide-prev>*,
    .news-tab__pane.swiper-slide-next+.news-tab__pane.swiper-slide>* {
        opacity: 0;
        pointer-events: none;
        transform: translateY(55px);
        transition: all .3s
    }
    .news-tab__pane.swiper-slide-active,
    .news-tab__pane.swiper-slide-next {
        opacity: 1;
        pointer-events: auto;
        transition-delay: .3s;
        position: relative
    }
    .news-tab__pane.swiper-slide-active>*,
    .news-tab__pane.swiper-slide-next>* {
        transform: none;
        pointer-events: auto;
        opacity: 1;
        transition: all .3s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(1),
    .news-tab__pane.swiper-slide-next>*:nth-child(1) {
        transition-delay: .2s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(2),
    .news-tab__pane.swiper-slide-next>*:nth-child(2) {
        transition-delay: .3s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(3),
    .news-tab__pane.swiper-slide-next>*:nth-child(3) {
        transition-delay: .4s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(4),
    .news-tab__pane.swiper-slide-next>*:nth-child(4) {
        transition-delay: .5s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(5),
    .news-tab__pane.swiper-slide-next>*:nth-child(5) {
        transition-delay: .6s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(6),
    .news-tab__pane.swiper-slide-next>*:nth-child(6) {
        transition-delay: .7s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(7),
    .news-tab__pane.swiper-slide-next>*:nth-child(7) {
        transition-delay: .8s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(8),
    .news-tab__pane.swiper-slide-next>*:nth-child(8) {
        transition-delay: .9s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(9),
    .news-tab__pane.swiper-slide-next>*:nth-child(9) {
        transition-delay: 1s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(10),
    .news-tab__pane.swiper-slide-next>*:nth-child(10) {
        transition-delay: 1.1s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(11),
    .news-tab__pane.swiper-slide-next>*:nth-child(11) {
        transition-delay: 1.2s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(12),
    .news-tab__pane.swiper-slide-next>*:nth-child(12) {
        transition-delay: 1.3s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(13),
    .news-tab__pane.swiper-slide-next>*:nth-child(13) {
        transition-delay: 1.4s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(14),
    .news-tab__pane.swiper-slide-next>*:nth-child(14) {
        transition-delay: 1.5s
    }
    .news-tab__pane.swiper-slide-active>*:nth-child(15),
    .news-tab__pane.swiper-slide-next>*:nth-child(15) {
        transition-delay: 1.6s
    }
    .news-tab__pane.swiper-slide-active .news-tab__img .overlay,
    .news-tab__pane.swiper-slide-next .news-tab__img .overlay {
        opacity: 0
    }
    .news-tab__pane.swiper-slide-next {
        opacity: 1;
        transform: none;
        pointer-events: auto
    }
    .news-tab__pane.swiper-slide-next .news-tab__img {
        opacity: 1;
        transform: none;
        pointer-events: auto
    }
}

.news-tab__pane:hover .news-tab__title {
    color: #e30a17
}

.news-tab__pane:hover .btn-next .icon-font {
    transform: translateX(10px)
}

.news-tab__bottom {
    display: flex;
    margin-top: 15px
}

.news-tab__ctr {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.news-tab__ctr:last-of-type {
    margin-right: 0
}

.news-tab__ctr .icon-font {
    color: #46555a;
    font-size: 18px;
    margin-right: 10px
}

.news-tab__ctr-txt {
    font-family: "Barlow", sans-serif;
    color: #46555a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    opacity: .7
}

.news-tab__date {
    color: #dcdbdb;
    font-weight: 900;
    font-size: 43px;
    line-height: 1em;
    text-align: right;
    padding-right: 20px;
    margin-right: 35px;
    border-right: 1px solid #e5e7e7;
    padding-top: 15px;
    padding-bottom: 15px
}
.news-tab__img {
    border-bottom: 4px solid #e30a17;
    width: 200px;
    height: 165px;
    flex-shrink: 0;
    margin-right: 20PX;
    pointer-events: none;
    user-select: none;
    position: relative;
}

@media(max-width: 576px) {
    .news-tab__img {
        margin-right: 0;
        width: 100%;
        height: 190px;
        margin-bottom: 25px
    }
}

.news-tab__img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 41, 45, .55);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.news-tab__img .btn-next {
    color: #fff;
    font-weight: 900;
    font-size: 27px;
    display: flex;
    align-items: center;
    line-height: 1em
}

.news-tab__img .btn-next .icon-font {
    font-size: 15px;
    margin-left: 17px;
    transition: transform .3s
}

.news-tab__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none
}

.news-tab__title {
    font-size: 22px;
    font-weight: 900;
    color: #3c4c52;
    margin-bottom: 5px;
    transition: color .3s
}

.news-tab__txt {
    color: #3c4c52;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    opacity: .85
}

@media(max-width: 576px) {
    .news-tab__txt {
        font-size: 16px
    }
}

.news-tab__btn {
    margin-top: 15px;
}

.news-detail__cnt img {
    margin: 50px 0;
    width: 100%
}

.news-detail__cnt>*:first-child {
    margin-top: 0
}

.news-gallery {
    margin: 50px 0
}

.news-share {
    position: relative;
    display: flex;
    align-items: stretch
}

.news-share__title {
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #dadcdc;
    font-weight: 600;
    font-size: 16px;
    opacity: .85
}

.news-share__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    padding: 15px;
    margin: 0;
    color: #82898c;
    width: 55px;
    height: 55px;
    border-right: 1px solid #dadcdc;
    position: relative
}

.news-share__item:first-child {
    border-left: 1px solid #dadcdc
}

.news-share__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #e30a17;
    z-index: -1;
    transition: all .3s
}

@media(min-width: 768px) {
    .news-share__item:hover {
        color: #fff
    }
    .news-share__item:hover:after {
        height: 100%
    }
}

.news-share:before {
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 200vw;
    height: 1px;
    background: #cfd4d8;
    left: 50%;
    transform: translateX(-50%)
}

.news-share:after {
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 200vw;
    height: 1px;
    background: #cfd4d8;
    left: 50%;
    transform: translateX(-50%)
}

.news-list__item {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(23, 30, 37, .08);
    align-items: center
}

@media screen and (max-width: 700px) {
    .news-list__item {
        display: block
    }
}

@media(min-width: 768px) {
    .news-list__item:hover {
        box-shadow: 0px 0px 35px 0px rgba(42, 54, 65, .31)
    }
    .news-list__item:hover .news-list__title {
        color: #b39339
    }
    .news-list__item:hover .news-list__btn .button__icon {
        transform: translateX(10px)
    }
}

.news-list__item-wrp {
    margin-bottom: 35px
}

.news-list__top {
    width: 35%;
    padding: 0;
    flex-shrink: 0;
    align-self: stretch;
    min-width: 260px
}

@media screen and (max-width: 700px) {
    .news-list__top {
        min-width: inherit;
        width: 100%;
        height: 210px
    }
}

@media(max-width: 576px) {
    .news-list__top {
        height: 55vw
    }
}

.news-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-list__cnt {
    padding: 25px;
    position: relative;
    padding-bottom: 65px
}

@media(max-width: 576px) {
    .news-list__cnt {
        padding: 15px;
        padding-bottom: 40px
    }
}

.news-list__title {
    color: #3c4c52;
    font-weight: 800;
    line-height: 1.3em;
    font-size: 20px;
    margin-bottom: 15px;
    transition: all .3s;
    max-width: 450px;
    padding-bottom: 10px;
    border-bottom: 1px solid
}

@media screen and (max-width: 700px) {
    .news-list__title {
        max-width: inherit
    }
}

@media(max-width: 576px) {
    .news-list__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.news-list__txt {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 15px;
    color: #728186;
    max-width: 90%;
    font-family: "Barlow", sans-serif;
    font-weight: 400
}

@media(max-width: 576px) {
    .news-list__txt {
        font-size: 17px;
        line-height: 1.3em;
        margin-bottom: 10px;
        max-width: 100%
    }
}

.news-list__ctr {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

@media(max-width: 576px) {
    .news-list__ctr {
        margin-bottom: 10px
    }
}

.news-list__ctr:last-of-type {
    margin-right: 0
}

.news-list__ctr .icon-font {
    color: #46555a;
    font-size: 18px;
    margin-right: 10px
}

.news-list__ctr-txt {
    display: block;
    color: #3c4c52;
    font-weight: 500;
    opacity: .7;
    font-size: 16px
}

.news-list__btn {
    position: absolute;
    bottom: 25px;
    left: 25px
}

@media(max-width: 576px) {
    .news-list__btn {
        bottom: 15px;
        left: 15px
    }
}

.coordinator {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
@media(max-width: 1400px) {
    .coordinator {
        margin-left: 0
    }
}

@media(max-width: 992px) {
    .coordinator {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        order: -1;
        max-width: inherit;
        flex: unset;
        margin-bottom: 30px
    }
}

.coordinator .section__header {
    padding-left: 35px;
    overflow: hidden
}

@media(max-width: 576px) {
    .coordinator .section__header {
        padding-left: 25px
    }
}

.coordinator__btn {
    display: inline-flex;
    position: absolute;
    color: #171e25;
    opacity: .8;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    font-size: 14px;
    border-bottom-width: 2px
}

.coordinator__inner {
    align-self: self-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

@media(max-width: 1200px) {
    .coordinator__inner {
        width: 80%
    }
}

@media(max-width: 992px) {
    .coordinator__inner {
        width: 100%
    }
}

.coordinator__content {
    display: block;
    padding: 35px;
    padding-top:15px;
    position: relative;
}
@media(max-width: 992px) {
    .coordinator__content {
        padding-right: 35%
    }
}

@media(max-width: 576px) {
    .coordinator__content {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media(max-width: 1400px) {
    .coordinator__content-img {
        width: 45%
    }
}

@media(max-width: 1200px) {
    .coordinator__content-img {
        width: 40%;
        right: 20px
    }
}

@media(max-width: 992px) {
    .coordinator__content-img {
        width: 40%;
        right: 30%;
        max-width: 230px
    }
}

@media(max-width: 576px) {
    .coordinator__content-img {
        display: none
    }
}

.coordinator__text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #818c93
}

.coordinator__inf {
    display: block;
    position: relative;
    padding-left: 60px;
    margin-top: 15px
}

.coordinator__inf .quotes:after {
    font-size: 200px;
    height: 20px;
    left: -10px;
    top: -50px
}

.coordinator__name {
    display: block;
    color: #3c4c52;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px
}

@media(max-width: 576px) {
    .coordinator__name {
        font-size: 21px
    }
}

.coordinator__txt {
    display: block;
    font-weight: 500;
    color: #e30a17;
    font-size: 14px
}

.coordinator__bottom {
    display: flex;
    border-top: 1px solid #dadcdc;
    border-bottom: 1px solid #dadcdc
}

@media(max-width: 992px) {
    .coordinator__bottom {
        padding-right: 35%
    }
}

@media(max-width: 576px) {
    .coordinator__bottom {
        padding-right: 25px;
        padding-left: 25px;
        justify-content: center
    }
}

.coordinator__link {
    display: block;
    border-right: .1vw solid #dadcdc;
    font-weight: 900;
    color: #171e25;
    opacity: .65;
    padding: 15px 30px;
    border-right: 1px solid #dadcdc;
    font-size: 15px
}

.coordinator__link:hover {
    opacity: 1
}

@media(max-width: 576px) {
    .coordinator__link {
        padding: 15px
    }
}

.coordinator__link:last-of-type {
    border-right: 0
}

.coordinator__img {
    display: block;
    max-width: 40%;
    object-fit: contain;
    object-position: bottom right;
    align-self: flex-end;
    max-height: 310px;
    width: 100%;
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    pointer-events: none;
    user-select: none
}

@media(max-width: 576px) {
    .coordinator__img {
        display: none
    }
}

.coordinator-social {
    display: flex;
    align-items: stretch;
    background: #fafafa;
    padding-left: 35px;
    padding-right: 55px
}

@media(max-width: 1200px) {
    .coordinator-social {
        padding-left: 25px
    }
}

@media(max-width: 992px) {
    .coordinator-social {
        padding-right: 40%
    }
}

@media(max-width: 576px) {
    .coordinator-social {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center
    }
}

.coordinator-social__title {
    display: block;
    color: #171e25;
    font-weight: 900;
    opacity: .75;
    font-size: 15px;
    margin-right: 20px;
    align-self: center
}

@media(max-width: 1400px) {
    .coordinator-social__title {
        max-width: 150px
    }
}

@media(max-width: 576px) {
    .coordinator-social__title {
        margin-right: 15px
    }
}

.coordinator-social__item {
    display: inline-flex;
    padding: 16px;
    font-size: 21px;
    color: #a9b3b7;
    position: relative;
    justify-content: center;
    align-items: center
}

.coordinator-social__item:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e30a17;
    transition: all .3s
}

.coordinator-social__item .icon-font {
    position: relative;
    z-index: 2
}

.coordinator-social__item:hover {
    color: #fff
}

.coordinator-social__item:hover:after {
    bottom: 0;
    height: 100%
}

.triple-slider {
    height: 400px;
    overflow: hidden;
    margin-top: 40px;
    position: relative
}

.triple-slider__wrp {
    padding: 0px 15px
}

.triple-slider__item {
    display: flex;
    align-items: center;
    height: auto
}

.triple-slider__item:hover .triple-slider__title {
    color: #e30a17
}

.triple-slider__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all .3s
}

.triple-slider__item.swiper-slide-active,
.triple-slider__item.swiper-slide-next,
.triple-slider__item.swiper-slide-next+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.triple-slider__item.swiper-slide-next+.swiper-slide .triple-slider__content {
    border-color: transparent
}

.triple-slider__num {
    flex-shrink: 0;
    font-size: 65px;
    color: #dcdbdb;
    font-weight: 900;
    margin-right: 25px
}

@media(max-width: 1200px) {
    .triple-slider__num {
        font-size: 55px;
        margin-right: 15px
    }
}
@media(max-width:576px){
    .triple-slider__txt {
    height: 50px;
}
}

.triple-slider__content {
    padding: 20px 0;
    border-bottom: 1px solid #dddfdf;
    max-width: calc(100% - 80px)
}

.triple-slider__title {
    display: block;
    color: #3c4c52;
    font-weight: 900;
    font-size: 20px;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .3s;
    margin-bottom: 0
}

.triple-slider__txt {
    display: block;
    max-width: 95%;
    color: #818c93;
    font-weight: 500;
    overflow: hidden;
    font-size: 16px;
    margin: 5px 0
}

.triple-slider__bottom {
    display: flex
}

.triple-slider__ctr {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.triple-slider__ctr:last-of-type {
    margin-right: 0
}

.triple-slider__ctr .icon-font {
    color: #46555a;
    font-size: 18px;
    margin-right: 10px
}

.triple-slider__ctr-txt {
    display: block;
    color: #3c4c52;
    font-weight: 500;
    opacity: .7;
    font-size: 15px;
    font-family: "Barlow", sans-serif
}

.triple-slider__arrows {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.triple-slider__tab {
    position: relative
}

.triple-slider__pane {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px);
    transition: all .3s
}

.triple-slider__pane.active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: .2s
}

.banner {
    display: block;
    margin-top: -100px
}

@media(max-width: 1400px) {
    .banner {
        margin-top: 0
    }
}

.banner .custom-container {
    position: relative
}

.banner-bg {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0
}

.banner__inner {
    display: block;
    position: relative;
    z-index: 34
}

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

.banner__col {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-height: 350px
}

@media(max-width: 769px) {
    .banner__col {
        max-height: 100px;
        flex-wrap: nowrap
    }
}

@media(max-width: 576px) {
    .banner__col {
        max-height: inherit
    }
}

.banner__col .banner__item {
    width: 100%
}

@media(max-width: 769px) {
    .banner__col .banner__item {
        height: 100%
    }
}

.banner__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0
}

@media(max-width: 576px) {
    .banner__row.col-sm-12 .banner__item {
        width: 50%;
        flex: unset;
        max-width: inherit
    }
}

.banner-slider {
    display: block;
    height: 100%;
    width: 100%
}

.banner-slider__dots.swiper-pagination-bullets {
    position: absolute;
    right: 40px;
    width: auto;
    left: auto;
    bottom: 40px;
    z-index: 5
}

@media(max-width: 769px) {
    .banner-slider__dots.swiper-pagination-bullets {
        bottom: 10px;
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width: 576px) {
    .banner-slider__dots.swiper-pagination-bullets {
        width: 100%;
        display: flex;
        justify-content: center
    }
}

.banner-slider__dots .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    background: #fff;
    opacity: .8;
    border-radius: 0;
    transition: all .3s
}

@media(max-width: 576px) {
    .banner-slider__dots .swiper-pagination-bullet {
        flex: 1;
        max-width: 25px
    }
}

.banner-slider__dots .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e30a17;
    width: 50px;
    transform: scaleY(2)
}

@media(max-width: 576px) {
    .banner-slider__dots .swiper-pagination-bullet-active {
        flex: 2;
        max-width: 50px
    }
}

.banner__item {
    display: block;
    position: relative;
    color: #fff
}

@media(max-width: 576px) {
    .banner__item {
        max-height: 120px
    }
}

@media screen and (min-width: 769px) {
    .banner__item:hover,
    .banner__item:focus {
        color: #fff
    }
    .banner__item:hover .overlay {
        opacity: .9
    }
    .banner__item:hover .button--primary {
        color: #e30a17
    }
    .banner__item:hover .button--primary .icon {
        transform: translateX(45px)
    }
    .banner__item:hover .button--primary .icon--hover {
        transform: translate(-50%, -50%)
    }
    .banner__item:hover .button--primary .button__wrp {
        background: #fff;
        color: #e30a17
    }
    .banner__item:hover .button--primary .button__txt {
        border-right-color: currentColor
    }
    .banner__item:hover .button--primary .button__icon {
        border-left-color: currentColor
    }
}

.banner__item.swiper-slide .banner__cnt>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all .3s
}

.banner__item.swiper-slide-active .banner__cnt>* {
    opacity: 1;
    transform: none
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(1) {
    transition-delay: .2s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(2) {
    transition-delay: .3s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(3) {
    transition-delay: .4s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(4) {
    transition-delay: .5s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(5) {
    transition-delay: .6s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(6) {
    transition-delay: .7s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(7) {
    transition-delay: .8s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(8) {
    transition-delay: .9s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(9) {
    transition-delay: 1s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(10) {
    transition-delay: 1.1s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(11) {
    transition-delay: 1.2s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(12) {
    transition-delay: 1.3s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(13) {
    transition-delay: 1.4s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(14) {
    transition-delay: 1.5s
}

.banner__item.swiper-slide-active .banner__cnt>*:nth-child(15) {
    transition-delay: 1.6s
}

.banner__item .overlay {
    display: block;
    position: absolute;
    background: currentColor;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    transition: all .3s
}

.banner__item--vertical .banner__title img {
    max-width: 130px
}

.banner__item--vertical .banner__cnt {
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.banner__item--vertical .banner__cnt>*:first-child {
    margin-left: 40px;
    margin-right: 35px
}

@media(max-width: 1200px) {
    .banner__item--vertical .banner__cnt>*:first-child {
        margin-left: 20px;
        margin-right: 25px
    }
}

.banner__item--vertical .banner__cnt>*:last-child,
.banner__item--vertical .banner__cnt>*:nth-last-child(2) {
    margin-bottom: 0
}

.banner__item--vertical .banner__cnt>*:last-child:not(img) {
    margin-right: 40px
}

@media(max-width: 1200px) {
    .banner__item--vertical .banner__cnt>*:last-child:not(img) {
        margin-right: 25px
    }
}

@media(max-width: 576px) {
    .banner__item--vertical .banner__cnt>*:last-child:not(img) {
        margin-right: 20px
    }
}

.banner__item--vertical .banner__cnt>*:last-child {
    margin-top: 0;
    margin-left: 30px
}

@media(max-width: 1200px) {
    .banner__item--vertical .banner__cnt>*:last-child {
        margin-left: 20px
    }
}

@media(max-width: 769px) {
    .banner__item--vertical .banner__cnt {
        justify-content: center
    }
}

.banner__item--vertical .banner__title {
    margin-bottom: 0;
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 0
}

@media(max-width: 1200px) {
    .banner__item--vertical.col-md-6 .banner__txt {
        display: none
    }
}

.banner__cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner__cnt {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 40px;
    color: #fff
}

@media(max-width: 1200px) {
    .banner__cnt {
        padding: 15px 30px
    }
}

@media(max-width: 992px) {
    .banner__cnt {
        padding: 15px 20px
    }
}

@media(max-width: 769px) {
    .banner__cnt {
        flex-direction: row;
        align-items: center;
        justify-content: center
    }
}

@media(max-width: 576px) {
    .banner__cnt {
        padding: 15px;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

.banner__title {
    display: block;
    position: relative;
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700
}

.banner__title--underline {
    border-bottom: 3px solid #e30a17;
    padding-bottom: 20px
}

@media(max-width: 992px) {
    .banner__title {
        margin-bottom: 10px
    }
    .banner__title--underline {
        padding-bottom: 10px
    }
}

@media(max-width: 769px) {
    .banner__title {
        margin-bottom: 0;
        padding-bottom: 10px
    }
}

@media(max-width: 576px) {
    .banner__title {
        margin-bottom: 0;
        font-size: 21px;
        color: #fff
    }
}

.banner__title:after {
    position: absolute;
    width: 140px;
    height: 3px;
    background: #e30a17;
    left: 0;
    bottom: 0
}

.banner__title img {
    display: block;
    max-width: 210px;
    max-height: 60px
}

@media(max-width: 992px) {
    .banner__title img {
        max-width: 180px;
        max-height: 40px
    }
}

@media(max-width: 576px) {
    .banner__title img {
        max-width: 150px
    }
}

.banner__txt {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff
}

@media(max-width: 769px) {
    .banner__txt {
        font-size: 17px;
        display: none
    }
}

@media(max-width: 576px) {
    .banner__txt {
        display: none
    }
}

.banner__btn {
    left: 0;
    margin-top: 20px
}

@media(max-width: 769px) {
    .banner__btn {
        margin-top: 0;
        display: none
    }
    .banner__btn .button__txt {
        display: none
    }
}

@media(max-width: 576px) {
    .banner__btn {
        margin-top: 0;
        display: none
    }
}

.banner__btn .btn-txt,
.banner__btn .icon-font {
    color: rgba(255, 255, 255, .75);
    border: 2px solid #fff
}

.banner__btn .btn-txt {
    border-right: 0
}

.banner .big .banner__txt {
    max-width: 70%
}

.banner .middle {
    display: block
}

.banner .small {
    display: block
}

.banner .small .banner__cnt {
    justify-content: center;
    align-items: center
}

.banner .small .banner__title {
    padding-bottom: 15px
}

@media(max-width: 576px) {
    .banner .small .banner__title {
        padding-bottom: 10px;
        font-size: 23px
    }
}

.banner .small .banner__title:after {
    width: 100%
}

.banner__img {
    align-self: flex-end;
    width: 260px
}

@media(max-width: 576px) {
    .banner__img {
        display: none
    }
}

.banner-section {
    display: block;
    margin-top: 70px;
    position: relative;
    z-index: 4
}

.banner-section__wrp {
    display: flex;
    align-items: center
}

.banner-section-logo {
    width: 330px;
    min-height: 220px;
    flex-shrink: 0;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 4px 64px 0px rgba(61, 76, 89, .2);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1200px) {
    .banner-section-logo {
        width: 300px
    }
}

@media(max-width: 992px) {
    .banner-section-logo {
        display: none
    }
}

.banner-section-logo__img {
    display: block
}

.banner-section__cnt {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 330px);
    flex-shrink: 0
}

@media(max-width: 1200px) {
    .banner-section__cnt {
        max-width: calc(100% - 300px)
    }
}

@media(max-width: 992px) {
    .banner-section__cnt {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width: 769px) {
    .banner-section .banner__item .banner__cnt {
        justify-content: space-between
    }
}

@media(max-width: 576px) {
    .banner-section .banner__item .banner__cnt {
        justify-content: center;
        padding: 15px
    }
    .banner-section .banner__item .banner__cnt>*:first-child {
        margin: 0
    }
}

.banner-section .banner__item:last-child {
    border-bottom-right-radius: 12px;
    overflow: hidden
}

.banner-section .banner__item:last-child .banner__cover {
    border-bottom-right-radius: 12px
}

@media(max-width: 992px) {
    .banner-section .banner__item:first-child,
    .banner-section .banner__item:first-child .banner__cover,
    .banner-section .banner__item:first-child .overlay {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px
    }
    .banner-section .banner__item:nth-child(2),
    .banner-section .banner__item:nth-child(2) .banner__cover,
    .banner-section .banner__item:nth-child(2) .overlay {
        border-bottom-left-radius: 12px
    }
    .banner-section .banner__item:first-child .banner__img {
        max-height: 130%;
        object-fit: contain;
        object-position: center right
    }
}

@media(max-width: 769px) {
    .banner-section .banner__item .banner-section .banner__item:first-child .banner__img {
        max-width: 200px
    }
}

@media(max-width: 576px) {
    .banner-section .banner__item {
        max-height: 100px
    }
    .banner-section .banner__item:nth-child(2),
    .banner-section .banner__item:nth-child(2) .banner__cover,
    .banner-section .banner__item:nth-child(2) .overlay {
        border-bottom-left-radius: 0
    }
    .banner-section .banner__item .button {
        margin-right: 20px;
        display: none
    }
    .banner-section .banner__item:last-child {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        overflow: hidden
    }
    .banner-section .banner__item:last-child .banner__cover {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px
    }
}

@media(max-width: 1200px) {
    .banner-section .button--primary .button__txt {
        display: none
    }
    .banner-section .banner__title {
        font-size: 23px
    }
}

.branch {
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .branch {
        max-width: 100%;
        flex: unset;
        width: 100%
    }
}

@media(max-width: 992px)and (max-width: 992px) {
    .branch-news {
        max-width: 100%;
        flex: unset;
        width: 100%;
        margin-top: 0
    }
    .gallery-swiper h5 {
        margin-bottom: 0;
        font-size: 17px !important;
        color: #000;
    }
}

.branch-inner {
    display: block;
    padding-top: 40px
}

.branch-slider__wrp {
    position: relative;
    max-height: 400px;
    height: 400px
}

@media(max-width: 576px) {
    .branch-slider__wrp {
        height: 350px
    }
}

@media(max-width: 576px) {
    .branch-slider__wrp {
        max-height: inherit;
        height: auto
    }
}

.branch-slider__item {
    display: block;
    height: 100%;
    background: #171e25
}

@media(max-width: 576px) {
    .branch-slider__item {
        background: none
    }
}

.branch-slider__item>* {
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.branch-slider__item.swiper-slide-active>* {
    opacity: 1;
    pointer-events: auto;
    transition: all .3s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>* {
    transform: none;
    pointer-events: auto;
    opacity: 1
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(1) {
    transition-delay: .2s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(2) {
    transition-delay: .3s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(3) {
    transition-delay: .4s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(4) {
    transition-delay: .5s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(5) {
    transition-delay: .6s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(6) {
    transition-delay: .7s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(7) {
    transition-delay: .8s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(8) {
    transition-delay: .9s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(9) {
    transition-delay: 1s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(10) {
    transition-delay: 1.1s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(11) {
    transition-delay: 1.2s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(12) {
    transition-delay: 1.3s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(13) {
    transition-delay: 1.4s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(14) {
    transition-delay: 1.5s
}

.branch-slider__item.swiper-slide-active .branch-slider__content>*:nth-child(15) {
    transition-delay: 1.6s
}

.branch-slider__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none
}

@media(max-width: 576px) {
    .branch-slider__img {
        height: 50vw
    }
}

.branch-slider__content {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 30px 70px;
    color: #fff
}

@media(max-width: 576px) {
    .branch-slider__content {
        position: relative;
        background: none;
        color: #818c93;
        padding: 25px 0;
        margin-top: 10px
    }
}

@media(min-width: 576px) {
    .branch-slider__content>*:not(.branch-slider__btn) {
        transform: translateY(35px);
        pointer-events: none;
        opacity: 0;
        transition: all .3s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(1) {
        transition-delay: .2s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(2) {
        transition-delay: .3s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(3) {
        transition-delay: .4s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(4) {
        transition-delay: .5s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(5) {
        transition-delay: .6s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(6) {
        transition-delay: .7s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(7) {
        transition-delay: .8s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(8) {
        transition-delay: .9s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(9) {
        transition-delay: 1s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(10) {
        transition-delay: 1.1s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(11) {
        transition-delay: 1.2s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(12) {
        transition-delay: 1.3s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(13) {
        transition-delay: 1.4s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(14) {
        transition-delay: 1.5s
    }
    .branch-slider__content>*:not(.branch-slider__btn):nth-child(15) {
        transition-delay: 1.6s
    }
}

@media(max-width: 576px) {
    .branch-slider__content>* {
        transform: translateY(35px);
        pointer-events: none;
        opacity: 0;
        transition: all .3s
    }
    .branch-slider__content>*:nth-child(1) {
        transition-delay: .2s
    }
    .branch-slider__content>*:nth-child(2) {
        transition-delay: .3s
    }
    .branch-slider__content>*:nth-child(3) {
        transition-delay: .4s
    }
    .branch-slider__content>*:nth-child(4) {
        transition-delay: .5s
    }
    .branch-slider__content>*:nth-child(5) {
        transition-delay: .6s
    }
    .branch-slider__content>*:nth-child(6) {
        transition-delay: .7s
    }
    .branch-slider__content>*:nth-child(7) {
        transition-delay: .8s
    }
    .branch-slider__content>*:nth-child(8) {
        transition-delay: .9s
    }
    .branch-slider__content>*:nth-child(9) {
        transition-delay: 1s
    }
    .branch-slider__content>*:nth-child(10) {
        transition-delay: 1.1s
    }
    .branch-slider__content>*:nth-child(11) {
        transition-delay: 1.2s
    }
    .branch-slider__content>*:nth-child(12) {
        transition-delay: 1.3s
    }
    .branch-slider__content>*:nth-child(13) {
        transition-delay: 1.4s
    }
    .branch-slider__content>*:nth-child(14) {
        transition-delay: 1.5s
    }
    .branch-slider__content>*:nth-child(15) {
        transition-delay: 1.6s
    }
}

.branch-slider__tag {
    display: block;
    position: absolute;
    background: #171e25;
    font-weight: 500;
    top: 30px;
    left: 30px;
    padding: 5px 10px;
    font-size: 18px
}

.branch-slider__title {
    display: block;
    font-weight: 900;
    max-width: 90%;
    opacity: 0;
    font-size: 28px;
    padding-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px black;
}
@media(max-width: 1400px) {
    .branch-slider__title {
        max-width: 70%
    }
}

@media(max-width: 576px) {
    .branch-slider__title {
        color: #e30a17;
        width: 100%;
        max-width: 100%;
        border-color: #cfd4d8;
        font-size: 22px;
        text-shadow: none;
        margin-bottom: 0;
        padding: 0;
    }
}

.branch-slider__date {
    display: flex;
    align-items: center;
    opacity: 0;
    padding: 15px 0
}

.branch-slider__date .icon-font {
    display: block;
    font-size: 18px
}

.branch-slider__date-txt {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-left: 15px;
    font-family: "Barlow", sans-serif
}

@media(max-width: 576px) {
    .branch-slider__date {
        padding: 10px 0
    }
}

.branch-slider__txt {
    display: block;
    font-size: 16px;
    font-weight: 500;
    max-width: 50%;
    opacity: 0;
    font-family: "Barlow", sans-serif;
    background: #03701bad;
    padding: 15px;
}
@media(max-width: 1400px) {
    .branch-slider__txt {
        max-width: 70%
    }
}

@media(max-width: 576px) {
    .branch-slider__txt {
        max-width: 100%;
        font-size: 17px;
        margin-top: 0;
        background: none;
        padding: 0;
    }
}

.branch-slider__btn {
    left: auto;
    position: absolute;
    right: 30px;
    bottom: 70px;
    transition-delay: 0s !important
}

.branch-slider__btn .btn-txt,
.branch-slider__btn .icon-font {
    color: rgba(255, 255, 255, .7);
    border-color: #fff;
    border-width: 1px;
    padding: 7px 25px
}

.branch-slider__btn .icon-font {
    padding: 7px
}

@media(max-width: 576px) {
    .branch-slider__btn {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px
    }
}

.branch-slider__controls {
    display: block;
    position: absolute;
    width: 100%
}

@media(max-width: 576px) {
    .branch-slider__controls {
        top: 0
    }
}

.branch-slider__dots {
    position: absolute;
    bottom: 35px;
    left: 30px;
    z-index: 3;
    display: flex;
    height: 10px;
    align-items: center
}

@media(max-width: 576px) {
    .branch-slider__dots {
        display: none
    }
}

.branch-slider__dots .swiper-pagination-bullet {
    display: block;
    background: #fff;
    opacity: .4;
    height: 3px;
    width: 40px;
    margin: 0 6px;
    border-radius: 0;
    transition: all .5s
}

.branch-slider__dots .swiper-pagination-bullet:first-of-type {
    margin: 0
}

.branch-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e30a17;
    width: 80px;
    transform: scaleY(2);
    opacity: 1
}

.branch-slider__dots button {
    display: none
}

.branch-slider__arrows {
    display: flex;
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100px;
}

@media(max-width: 576px) {
    .branch-slider__arrows {
        top: 50vw
    }
}

.branch-slider__arrows .slider-arrows__item {
    width: 52px;
    height: 52px
}

@media(max-width: 576px) {
    .branch-slider__arrows .slider-arrows__item {
        font-size: 15px;
        width: 39px;
        height: 39px;
        border: 1px solid #717e84
    }
}

.branch-slider__arrows .slider-arrows__item.next {
    margin-left: -1px
}

.branch-slider__arrow {
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    border: 2px solid rgba(66, 83, 90, .35);
    color: #42535a;
    font-size: 18px;
    width: 52px;
    height: 52px;
    text-align: center;
    justify-content: center
}

.branch-slider__next {
    margin-left: -2px;
    border-left-color: rgba(66, 83, 90, .6)
}

.branch-news .triple-slider {
    height: 100%;
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 50px
}

@media(max-width: 1200px) {
    .branch-news .triple-slider {
        padding-left: 30px
    }
    .branch-news .triple-slider .triple-slider__num {
        display: none
    }
    .branch-news .triple-slider .triple-slider__content {
        max-width: 100%
    }
}

@media(max-width: 992px) {
    .branch-news .triple-slider {
        padding-top: 0;
        padding-left: 0
    }
    .branch-news .triple-slider .triple-slider__num {
        display: block;
        font-size: 55px;
        margin-right: 25px
    }
    .branch-news .triple-slider .triple-slider__content {
        max-width: calc(100% - 100px);
        width: 100%
    }
}

@media(max-width: 576px) {
    .branch-news .triple-slider .triple-slider__num {
        display: none
    }
    .branch-news .triple-slider .triple-slider__content {
        max-width: 100%;
        width: 100%
    }
}

.branch-news .triple-slider:before {
    content: "";
    position: absolute;
    top: 0;
    height: 35px;
    width: 100%;
    background-image: linear-gradient(to bottom, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
    z-index: 3
}

.branch-news .triple-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    background-image: linear-gradient(0deg, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
    z-index: 3
}

.branch-news .triple-slider__tab {
    height: 425px
}

@media(max-width: 992px) {
    .branch-news .triple-slider__tab {
        height: 375px
    }
}

.services {
    display: block
}

.services__inner {
    display: block;
    padding-top: 40px
}

.services__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 50px
}

.services__item {
    display: block;
    text-align: center;
    width: 33%;
    padding: 25px
}

.services__item:nth-child(1),
.services__item:nth-child(2),
.services__item:nth-child(3) {
    border-bottom: 1px solid #dadcdc
}

.services__item:hover {
    background: #fff
}

.services__item:hover .services__icon {
    color: #e30a17
}

.services__item:hover .services__txt {
    color: #182f38
}

.services__icon {
    display: block;
    font-size: 55px;
    color: #657176;
    transition: all .5s
}

.services__txt {
    display: block;
    color: #58696f;
    font-weight: 700;
    font-size: 18px;
    transition: all .5s
}

.event {
    display: block;
    background-color: #c3c3c3;
    width: 1em;
    height: 1em;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 8px
}

.events-magazine {
    background: #fff;
    padding-top: 100px;
    margin-top: -130px
}

@media(max-width: 1200px) {
    .events-magazine .custom-container {
        padding-left: 20px;
        padding-right: 30px
    }
}

@media(max-width: 769px) {
    .events-magazine .custom-container {
        padding: 0
    }
}

.event-block {
    display: block;
    background-color: #c3c3c3;
    width: 20px;
    height: 100%
}

.cal-event-list .event.pull-left {
    margin-top: 3px
}

.day-highlight:hover,
.day-highlight {
    background-color: #ddd
}

.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
    background-color: #fae3e3
}

.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
    background-color: #fdf1ba
}

.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
    background-color: #d1e8ff
}

.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
    background-color: #c1c1c1
}

.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
    background-color: #caffca
}

.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
    background-color: #ffe6ff
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
    font-weight: bolder;
    text-align: center;
    border: 0 solid;
    padding: 5px;
    font-size: 20px;
    font-weight: 900;
    color: #e30a17
}

.cal-row-head [class*=cal-cell] small {
    font-weight: normal
}

.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
    background-color: #fafafa
}

.cal-month-day {
    height: 100%
}

[class*=cal-cell]:hover {
    background-color: #ededed
}

.cal-year-box [class*=span],
.cal-month-box [class*=cal-cell] {
    min-height: 40px;
    height: 40px;
    position: relative;
    border: none;
    text-align: center;
    min-width: 40px;
    border-radius: 3px;
    transition: all .3s;
    max-width: 40px;
    max-height: 40px
}

@media(max-width: 1200px) {
    .cal-year-box [class*=span],
    .cal-month-box [class*=cal-cell] {
        min-height: 30px;
        height: 30px;
        min-width: 30px;
        max-width: 30px;
        max-height: 30px
    }
}

@media(max-width: 992px) {
    .cal-year-box [class*=span],
    .cal-month-box [class*=cal-cell] {
        min-height: 45px;
        height: 45px;
        min-width: 45px;
        max-width: 45px;
        max-height: 45px
    }
}

.cal-month-box [class*=cal-cell].active span[data-cal-date] {
    color: #fff
}

.cal-year-box [class*=span] {
    min-height: 60px
}

.cal-year-box .row-fluid [class*=span]:last-child,
.cal-month-box .cal-row-fluid [class*=cal-cell]:last-child {
    border-right: 0px
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
    border-bottom: 0px
}

.cal-month-box,
.cal-year-box,
.cal-week-box {
    border: none
}

span[data-cal-date] {
    opacity: .6;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    display: flex;
    text-align: center;
    margin: 0;
    height: 100%;
    float: none !important;
    font-weight: 700;
    color: #171e25;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

span[data-cal-date]:hover {
    opacity: 1
}

.cal-day-outmonth span[data-cal-date] {
    opacity: .1;
    cursor: default
}

.cal-day-today {
    background-color: #e8fde7
}

.cal-day-today span[data-cal-date] {
    color: #006400
}

#cal-week-box {
    border: 1px solid #e1e1e1;
    border-right: 0px;
    border-radius: 5px 0 0 5px;
    background-color: #fafafa;
    text-align: right
}

#cal-day-tick {
    border: 1px solid #e1e1e1;
    border-top: 0px solid;
    border-radius: 0 0 5px 5px;
    background-color: #ededed;
    text-align: center
}

#cal-slide-box {
    border-top: 0px solid #8c8c8c
}

#cal-slide-content {
    padding: 20px;
    color: #fff;
    background-image: url("../img/dark_wood.png.html");
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .5)
}

#cal-slide-tick {
    background-image: url("../img/tick.png.html")
}

#cal-slide-content:hover {
    background-color: transparent
}

#cal-slide-content a.event-item {
    color: #fff;
    font-weight: normal;
    line-height: 22px
}

.events-list {
    max-height: 47px;
    width: auto;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    margin-bottom: 1px
}

.cal-column {
    border-left: 1px solid #e1e1e1
}

a.cal-event-week {
    text-decoration: none;
    color: #151515
}

.badge-important {
    background-color: #b94a48
}

.has-event span[data-cal-date] {
    font-weight: 900;
    opacity: 1
}

.event-disabled {
    pointer-events: none
}

.events-magazine__wrp {
    display: flex
}

@media(max-width: 769px) {
    .events-magazine__wrp {
        flex-wrap: wrap
    }
}

.event-important,
[data-event-type=event-important],
.cal-cell[data-event-type=event-important] {
    background-color: #ad2121;
    color: #ad2121
}

.event-info,
[data-event-type=event-info],
.cal-cell[data-event-type=event-info] {
    background-color: #1e90ff;
    color: #1e90ff
}

.event-warning,
[data-event-type=event-warning],
.cal-cell[data-event-type=event-warning] {
    background-color: #e3bc08;
    color: #e3bc08
}

.event-inverse,
[data-event-type=event-inverse],
.cal-cell[data-event-type=event-inverse] {
    background-color: #1b1b1b;
    color: #1b1b1b
}

.event-success,
[data-event-type=event-success],
.cal-cell[data-event-type=event-success] {
    background-color: #006400;
    color: #006400
}

.event-special,
[data-event-type=event-special],
.cal-cell[data-event-type=event-special] {
    background-color: purple;
    color: purple
}

.cal-cell.active {
    background-color: #e30a17 !important;
    color: #3c4c52 !important
}

.select-dropdown__item[data-event-value]:before {
    content: "";
    position: relative;
    width: 1em;
    height: 1em;
    font-size: 8px;
    background: currentColor;
    border-radius: 50%;
    flex-shrink: 0;
    display: block;
    margin-right: 10px;
    top: 1px
}

.select-dropdown__item[data-event-value=event-info] {
    color: #1e90ff
}

.select-dropdown__item[data-event-value=event-important] {
    color: #ad2121
}

.select-dropdown__item[data-event-value=event-warning] {
    color: #e3bc08
}

.select-dropdown__item[data-event-value=event-inverse] {
    color: #1b1b1b
}

.select-dropdown__item[data-event-value=event-success] {
    color: #006400
}

.select-dropdown__item[data-event-value=event-special] {
    color: purple
}

.calendar {
    display: block;
    border-right: 1px solid #dadcdc
}

@media(max-width: 769px) {
    .calendar {
        border-right: 0;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
        flex: inherit;
        flex: unset;
        width: 100%
    }
}

@media(max-width: 576px) {
    .calendar {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media(max-width: 480px) {
    .calendar {
        padding-left: 20px;
        padding-right: 20px
    }
}

.calendar__inner {
    display: block;
    padding-top: 80px
}

.calendar__group {
    display: flex;
    width: 100%;
    background: #fff;
    align-items: flex-start
}

.calendar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dadcdc;
    height: 80px
}

.calendar__arrow {
    display: block;
    border: none
}

.calendar__month {
    display: block;
    color: #081d25;
    font-weight: 900;
    font-size: 27px
}

.calendar__wrp {
    display: block;
    border: 1px solid #dadcdc;
    min-width: 340px
}

@media(max-width: 1400px) {
    .calendar__wrp {
        min-width: 310px
    }
}

@media(max-width: 1200px) {
    .calendar__wrp {
        min-width: 270px
    }
}

@media(max-width: 992px) {
    .calendar__wrp {
        position: fixed;
        z-index: 256;
        background: #fff;
        min-width: 300px;
        border: 1px solid #dadcdc;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.95);
        opacity: 0;
        pointer-events: none;
        transition: all .3s
    }
    .calendar__wrp.active {
        opacity: 1;
        transform: translate(-50%, -50%);
        pointer-events: auto
    }
}

.calendar__content {
    display: block
}

.calendar__content-header {
    border-bottom: 1px solid #dadcdc;
    padding-top: 0;
    padding-left: 40px;
    height: 81px
}

.calendar__content-header:after {
    display: none
}

@media(max-width: 1200px) {
    .calendar__content-header {
        padding-left: 20px
    }
}

@media(max-width: 992px) {
    .calendar__content-header {
        border-bottom: 0
    }
    .calendar__content-header:after {
        display: block
    }
}

@media(max-width: 769px) {
    .calendar__content-header {
        padding: 0
    }
    .calendar__content-header:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width: 576px) {
    .calendar__content-header {
        padding-left: 0;
        height: auto
    }
}

@media(max-width: 992px) {
    .calendar__content-header .select-dropdown {
        display: none
    }
}

.calendar-left {
    display: block;
    padding: 20px 10px
}

.calendar-right {
    display: block;
    width: 100%
}

@media(max-width: 992px) {
    .calendar-right {
        position: relative;
        max-width: 100%
    }
}

.calendar-inf {
    display: flex;
    border-bottom: 1px solid #dadcdc;
    align-items: stretch;
    padding-left: 25px;
    flex-wrap: wrap
}

@media(max-width: 1200px) {
    .calendar-inf {
        padding-left: 0
    }
}

@media(max-width: 992px) {
    .calendar-inf {
        padding-left: 5px
    }
}

@media(max-width: 769px) {
    .calendar-inf {
        padding-left: 0
    }
}

.calendar-inf-col {
    display: block;
    padding: 20px;
    width: 50%;
    border-right: 1px solid #dadcdc
}

.calendar-inf-col:last-of-type {
    border: none
}

.calendar-inf__item {
    display: flex;
    align-items: center;
    padding: 13px 15px;
    color: #182f38;
    width: 50%
}

.calendar-inf__item:nth-child(odd) {
    border-right: 1px solid #dadcdc
}

@media(max-width: 1200px) {
    .calendar-inf__item {
        padding: 10px 15px
    }
}

@media(max-width: 992px) {
    .calendar-inf__item {
        padding: 15px;
        border-right: none
    }
    .calendar-inf__item:nth-child(odd) {
        border-right: none
    }
}

.calendar-inf__date {
    cursor: pointer;
    position: relative
}

@media(max-width: 992px) {
    .calendar-inf__date:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 6px solid #64747a;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(max-width: 992px) {
    .calendar-inf__date {
        position: absolute;
        top: 15px;
        right: 20px;
        width: auto;
        padding-right: 50px;
        z-index: 5
    }
    .calendar-inf__date .calendar-inf__icon {
        color: #e30a17;
        font-size: 22px
    }
}

@media(max-width: 576px) {
    .calendar-inf__date {
        right: 0;
        top: 0;
        padding-right: 30px
    }
    .calendar-inf__date:after {
        right: 0
    }
}

@media(max-width: 992px) {
    .calendar-inf__loc {
        order: 11;
        width: 100%;
        border-top: 1px solid #dadcdc
    }
    .calendar-inf__time {
        order: 3;
        width: 50%
    }
    .calendar-inf__type {
        order: 2;
        max-width: 50%
    }
}

@media(max-width: 576px) {
    .calendar-inf__time {
        padding-right: 0
    }
    .calendar-inf__type {
        padding-left: 0
    }
    .calendar-inf__loc {
        padding-left: 0
    }
}

.calendar-inf__icon {
    display: inline-flex;
    font-size: 20px;
    margin-right: 15px;
    width: 1em;
    justify-content: center
}

.calendar-inf__txt {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 500;
    opacity: .7
}

.calendar__cnt {
    display: block;
    padding: 20px;
    padding-left: 40px
}

@media(max-width: 1200px) {
    .calendar__cnt {
        padding-left: 20px
    }
}

@media(max-width: 992px) {
    .calendar__cnt {
        padding-right: 40px
    }
}

@media(max-width: 576px) {
    .calendar__cnt {
        padding-left: 0;
        padding-right: 0
    }
}

.calendar__title {
    display: block;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 10px;
    background: none
}

@media(max-width: 576px) {
    .calendar__title {
        font-size: 19px
    }
}

.calendar__text {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #60696c
}

@media(max-width: 576px) {
    .calendar__text {
        font-size: 15px
    }
}

.calendar__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 10px
}

@media(max-width: 576px) {
    .calendar__bottom .button--secondary .button__icon {
        display: none
    }
}

.calendar__detail {
    display: inline-flex;
    left: 0;
    margin: 0
}

.calendar__detail .btn-txt,
.calendar__detail .icon-font {
    border: 2px solid #e30a17;
    color: #171e25;
    opacity: .8
}

.calendar__detail .btn-txt {
    border-right: none
}

.calendar__all {
    display: inline-flex;
    margin: 0;
    color: #171e25;
    opacity: .8
}

.magazine {
    padding-top: 90px;
    padding-left: 40px;
    background-image: linear-gradient(to right, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 60px
}

@media(max-width: 1400px) {
    .magazine {
        padding-left: 25px;
        padding-top: 80px
    }
}

@media(max-width: 1200px) {
    .magazine {
        padding-left: 0;
        padding-bottom: 0
    }
}

@media(max-width: 769px) {
    .magazine {
        background-image: linear-gradient(to bottom, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
        max-width: 100%;
        flex: inherit;
        flex: unset;
        width: 100%
    }
    .magazine .section__header:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width: 576px) {
    .magazine {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media(max-width: 480px) {
    .magazine {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width: 576px) {
    .magazine {
        padding-bottom: 40px
    }
}

.magazine .section__header {
    max-width: 70%;
    margin-left: auto;
    justify-content: flex-end
}

@media(max-width: 1200px) {
    .magazine .section__header {
        max-width: 100%;
        height: 80px
    }
}

@media(max-width: 769px) {
    .magazine .section__header {
        justify-content: flex-start
    }
}

.magazine__inner {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5
}

@media(max-width: 1200px) {
    .magazine__inner {
        padding-left: 20px;
        margin-bottom: 40px
    }
}

@media(max-width: 769px) {
    .magazine__inner {
        padding-left: 0;
        margin-bottom: 15px
    }
}

@media(max-width: 576px) {
    .magazine__inner {
        margin-bottom: 0
    }
}

.magazine-slider {
    display: block;
    padding-bottom: 45px;
    position: relative
}

@media(max-width: 1200px) {
    .magazine-slider {
        padding-bottom: 100px
    }
}

@media(max-width: 576px) {
    .magazine-slider {
        padding-bottom: 60px
    }
}

.magazine-slider__img {
    display: block;
    max-width: inherit;
    object-fit: contain;
    min-width: 30%;
    object-position: top left;
    position: absolute;
    top: -80px;
    height: 24vw;
    min-height: 320px;
    max-height: 360px
}

@media(max-width: 1400px) {
    .magazine-slider__img {
        top: -30px
    }
}

@media(max-width: 1200px) {
    .magazine-slider__img {
        display: none
    }
}

@media(max-width: 769px) {
    .magazine-slider__img {
        display: block;
        top: 10px;
        max-height: 370px;
        height: 40vw;
        min-height: 200px;
        right: 0;
        object-position: top right;
        transform: translateX(20%)
    }
}

.magazine-slider__dots.swiper-pagination-bullets {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    left: auto;
    z-index: 35
}

@media(max-width: 1200px) {
    .magazine-slider__dots.swiper-pagination-bullets {
        bottom: 55px
    }
}

@media(max-width: 769px) {
    .magazine-slider__dots.swiper-pagination-bullets {
        bottom: 55px;
        left: 0;
        right: auto
    }
}

@media(max-width: 576px) {
    .magazine-slider__dots.swiper-pagination-bullets {
        bottom: 15px
    }
}

.magazine-slider__dots .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: #afb4b5;
    opacity: .8;
    border-radius: 0;
    transition: all .3s
}

.magazine-slider__dots .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e30a17;
    width: 60px;
    transform: scaleY(1.5)
}

.magazine-slider .slider-arrows {
    position: absolute;
    top: 50%;
    max-width: 66%;
    justify-content: flex-start;
    z-index: 12;
    width: 100%;
    right: 0
}

@media(max-width: 1600px) {
    .magazine-slider .slider-arrows {
        max-width: 62%
    }
}

@media(max-width: 1200px) {
    .magazine-slider .slider-arrows {
        max-width: 100%;
        justify-content: flex-end;
        top: auto;
        bottom: 0
    }
}

@media(max-width: 769px) {
    .magazine-slider .slider-arrows {
        max-width: 100%;
        bottom: auto;
        top: 30vw;
        right: 3vw;
        width: auto;
        justify-content: flex-end
    }
}

@media(max-width: 576px) {
    .magazine-slider .slider-arrows {
        width: 100%;
        right: 0;
        bottom: 7px;
        top: auto
    }
}

.magazine-slider .slider-arrows__item.next {
    margin-left: -1px
}

.magazine-slider__item {
    display: flex;
    position: relative
}

.magazine-slider__item.swiper-slide .magazine-slider__img {
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.magazine-slider__item.swiper-slide-active .magazine-slider__img {
    opacity: 1
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>* {
    opacity: 1;
    transform: none
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(1) {
    transition-delay: .2s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(2) {
    transition-delay: .3s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(3) {
    transition-delay: .4s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(4) {
    transition-delay: .5s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(5) {
    transition-delay: .6s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(6) {
    transition-delay: .7s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(7) {
    transition-delay: .8s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(8) {
    transition-delay: .9s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(9) {
    transition-delay: 1s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(10) {
    transition-delay: 1.1s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(11) {
    transition-delay: 1.2s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(12) {
    transition-delay: 1.3s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(13) {
    transition-delay: 1.4s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(14) {
    transition-delay: 1.5s
}

.magazine-slider__item.swiper-slide-active .magazine-slider__cnt>*:nth-child(15) {
    transition-delay: 1.6s
}

.magazine-slider__cnt {
    display: block;
    max-width: 50%;
    margin-left: auto;
    text-align: right;
    position: relative;
    z-index: 3;
    padding-top: 40px
}

@media(max-width: 1200px) {
    .magazine-slider__cnt {
        max-width: 100%
    }
}

@media(max-width: 769px) {
    .magazine-slider__cnt {
        max-width: 55%;
        margin-left: 0;
        text-align: left
    }
}

.magazine-slider__cnt>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all .3s
}

.magazine-slider__title {
    display: block;
    color: #3c4c52;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 15px
}

.magazine-slider__txt {
    display: block;
    color: #818c93;
    font-weight: 500;
    font-size: 17px
}

@media(max-width: 576px) {
    .magazine-slider__txt {
        font-size: 16px
    }
}

.magazine-slider__btn {
    display: inline-flex;
    left: 0;
    margin-top: 40px
}

.magazine-slider__btn .btn-txt,
.magazine-slider__btn .icon-font {
    border: 2px solid #e30a17;
    color: #171e25;
    opacity: .8
}

.magazine-slider__btn .btn-txt {
    border-right: none
}

.workspaces {
    padding: 30px 0;
    position: relative
}

.workspaces__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.workspaces__btn {
    margin-bottom: 0;
    color: #171e25;
    opacity: .75
}

.workspaces__inner {
    display: block;
    padding: 50px 0
}

.workspaces__group {
    display: block
}

.workspaces__slider {
    display: flex;
    flex-wrap: wrap
}

.workspaces__item {
    display: flex;
    align-items: center;
    padding: 20px;
    max-width: 25%;
    min-width: 25%;
    border-radius: 0;
    border-right: 1px solid rgba(218, 220, 220, .5)
}

.workspaces__item:nth-child(4n) {
    border-color: transparent
}

.workspaces__item:hover {
    box-shadow: 0px 6px 49px 0px rgba(23, 30, 37, .24)
}

.workspaces__item:hover .workspaces__txt {
    opacity: 1
}

.workspaces__item:hover .workspaces__icon {
    opacity: 1;
    color: #e30a17
}

.workspaces__icon {
    display: inline-flex;
    font-size: 36px;
    color: #182f38;
    opacity: .85;
    transition: all .5s
}

.workspaces__txt {
    display: block;
    font-weight: 700;
    font-size: 19px;
    color: #182f38;
    padding-right: 25px;
    padding-left: 25px;
    opacity: .85;
    transition: all .5s
}
.brands {
    display: block;
    background: #f7f7f7;
}
@media(max-width: 992px) {
    .brands {
        position: relative;
        padding-bottom: 30px;
        margin-top: 50px
    }
}

@media(max-width: 576px) {
    .brands {
        position: relative;
        display: none
    }
    .brands .section__header {
        position: static
    }
    .brands .section__header:after {
        bottom: auto;
        top: 50px
    }
    .brands .section__header-btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.brands__header {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

.brands-left .brands__header {
    padding-right: 30px;
    border-right: 1px solid #dadcdc
}

.brands-right .brands__header {
    padding-left: 30px
}

.brands__btn {
    margin: 0;
    align-self: center;
    color: #171e25;
    opacity: .75
}

.brands-cnt {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}
@media(max-width: 769px) {
    .brands-cnt {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media(max-width: 576px) {
    .brands-cnt {
        padding-top: 25px;
        padding-bottom: 35px
    }
}


.brands-slider {
    min-height: 180px;
    position: relative
}

@media(max-width: 576px) {
    .brands-slider {
        min-height: 140px
    }
}

.brands-slider__item:hover {
    scale:1.1
}
.brands-slider .swiper-pagination-bullets,
.brands-slider .swiper-pagination-fraction {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.brands-slider .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background: #afb4b5;
    opacity: .8;
    border-radius: 0;
    transition: all .3s
}

.brands-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e30a17;
    width: 80px;
    transform: scaleY(2)
}

.brands-slider__wrp {
    display: flex;
    align-items: center;
    min-height: 135px
}

@media(max-width: 576px) {
    .brands-slider__wrp {
        min-height: 95px
    }
}

.brands-slider__item {
    display: block;
    padding: 10px;
    margin-right: 0;
    text-align: center;
    height: auto;
    width: calc(100% / 7)
}

@media(max-width: 992px) {
    .brands-slider__item {
        width: 20%
    }
}

@media(max-width: 769px) {
    .brands-slider__item {
        width: 25%
    }
}

@media screen and (min-width: 769px) {
    .brands-slider__item:hover .brands-slider__btn {
        margin-top: 20px;
        opacity: 1;
        visibility: visible;
        height: 50px
    }
    .brands-slider__item:hover .brands-slider__img {
        opacity: 1;
        filter: grayscale(0)
    }
}
.brands-slider__img {
    display: block;
    filter: grayscale(0.5);
    max-width: 100%;
    /* opacity: .5; */
    backface-visibility: hidden;
    transition: all .5s;
    max-height: 70px;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
}

@media(max-width: 769px) {
    .brands-slider__img {
        opacity: 1;
        filter: none
    }
}

.brands-slider__btn {
    left: 0;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    height: 0
}

@media(max-width: 769px) {
    .brands-slider__btn {
        display: none
    }
}

.brands-slider__btn .btn-txt,
.brands-slider__btn .icon-font {
    border: 2px solid #e30a17;
    color: rgba(23, 30, 37, .75)
}

.brands-slider__btn .btn-txt {
    border-right: 0
}

.projects {
    display: block;
    padding-top: 45px;
    padding-bottom: 45px
}

.projects-slider {
    display: flex;
    align-items: center;
    height: 120px
}

.projects__item {
    display: block;
    padding: 10px;
    width: 100%
}

.projects__item:hover .projects__btn,
.projects__item:hover .brands-cnt__btn {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    height: 50px
}

.projects__item:hover .projects__img,
.projects__item:hover .brands-cnt__img {
    opacity: 1;
    filter: grayscale(0)
}

.projects__img {
    display: block;
    filter: grayscale(100);
    opacity: .5;
    backface-visibility: hidden;
    transition: all .5s;
    max-height: 40px;
    object-position: left center;
    object-fit: contain
}

.projects__btn {
    left: 0;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    height: 0
}

.projects__btn .btn-txt,
.projects__btn .icon-font {
    border: 2px solid #e30a17;
    color: rgba(23, 30, 37, .75)
}

.projects__btn .btn-txt {
    border-right: 0
}

.locations {
    position: relative;
    z-index: 11;
    margin-bottom: 200px
}

@media screen and (max-width: 700px) {
    .locations {
        margin-bottom: 65px
    }
}

@media(max-width: 576px) {
    .locations {
        margin-top: 0
    }
}

.locations:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #1e252e;
    background: linear-gradient(to bottom, #f0f0f0 0%, rgba(242, 247, 253, 0) 100%);
    z-index: 2;
    pointer-events: none
}

@media screen and (max-width: 700px) {
    .locations:before {
        display: none
    }
}

.locations__map {
    height: 505px;
    border-bottom: 1px solid #cacbcd
}

@media(max-width: 1200px) {
    .locations__map {
        margin-bottom: 0
    }
}

.footer {
    display: block;
    background:#000
}

.footer-catch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px
}

@media(max-width: 1400px) {
    .footer-catch {
        margin-top: 50px !important;
        margin-bottom: 50px
    }
}

@media(max-width: 769px) {
    .footer-catch {
        display: none
    }
}

@media(max-width: 576px) {
    .footer-catch {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px
    }
}

.footer-catch__img {
    width: 80px;
    margin-right: 35px;
    pointer-events: none;
    user-select: none
}

@media(max-width: 576px) {
    .footer-catch__img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.footer-catch__txt {
    color: #818c93;
    font-weight: 500;
    font-size: 21px
}

@media(max-width: 576px) {
    .footer-catch__txt {
        width: 100%;
        text-align: center;
        font-size: 19px
    }
}

.footer-catch__txt strong {
    font-weight: 800
}

.footer-partners {
    padding: 25px 0;
    margin-bottom: 40px;
    justify-content: center
}

@media(max-width: 1200px) {
    .footer-partners {
        justify-content: unset
    }
}

@media(max-width: 769px) {
    .footer-partners {
        margin-bottom: 0;
        display: none
    }
}

@media(max-width: 769px) {
    .footer-partners-slider {
        display: none
    }
}

.footer-partners__item {
    height: 60px;
    filter: grayscale(100%);
    margin: 30px;
    max-width: 200px;
    width: auto;
    transition: all .3s;
    opacity: .6;
    padding: 5px
}

@media(max-width: 1200px) {
    .footer-partners__item {
        margin: 10px
    }
}

@media(max-width: 992px) {
    .footer-partners__item {
        margin: 15px
    }
}

@media(max-width: 576px) {
    .footer-partners__item {
        margin: 10px;
        max-width: 90px
    }
}

.footer-partners__item:hover {
    filter: none;
    opacity: 1
}

.footer-partners__img {
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none
}

.footer-list {
    display: flex;
    width: 100%
}

@media(max-width: 992px) {

}

@media(max-width: 1200px) {
    .footer-list--bottom .footer__col {
        width: 33%
    }
    .footer-list--bottom .footer__col:nth-child(2) {
        border-right: 1px solid #dadcdc
    }
}

@media(max-width: 992px) {
    .footer-list--bottom .footer__col {
        width: 50%
    }
    .footer-list--bottom .footer__col:nth-child(2) {
        border-right: 0
    }
    .footer-list--bottom .footer__col:nth-child(3) {
        border-right: 1px solid #dadcdc
    }
}

.footer-list:first-child {
    padding-bottom: 40px;
    position: relative
}

@media(max-width: 1200px) {
    .footer-list:first-child {
        padding-bottom: 0
    }
}

.footer-list:first-child:before {
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100vw;
    height: 1px;
    background: #cfd4d8;
    left: 50%;
    transform: translateX(-50%)
}

.footer__middle {
    display: flex;
    justify-content: center;
    padding: 35px 15px;
    border-bottom: 1px solid #dadcdc
}

.footer__middle .footer__title {
    margin: 0 20px
}

.footer__middle .footer__title:hover {
    color: #e30a17
}

.footer__logo {
    padding: 35px 15px
}

@media(max-width: 769px) {
    .footer__logo {
        margin-top: 0;
        padding: 30px 15px
    }
}

.footer__logo-img {
    width: 240px;
    margin: auto;
    display: block
}

@media(max-width: 576px) {
    .footer__logo-img {
        width: 140px
    }
    .footer-list{
        flex-direction: column;
    }
}

.footer__copyright {
    text-align: center;
    padding-top: 5px;
    font-family: "Barlow", sans-serif;
    font-size: 11.95px
}

@media(max-width: 992px) {
    .footer__copyright {
        width: 100%;
        order: 11;
        margin-top: 10px
    }
}

@media(max-width: 769px) {
    .footer__copyright {
        margin-top: 0
    }
}
.footer__col {
    display: block;
    flex: auto;
}

@media(max-width: 1200px) {
    .footer__col {
        padding: 10px 15px
    }
}

.footer__col--button {
    display: flex;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #818c93;
    font-weight: 700;
    justify-content: flex-start;
    margin-top: -8px;
    cursor: pointer
}

@media(max-width: 1200px) {
    .footer__col--button {
        text-align: center;
        display: inline-block;
        font-size: 13px
    }
}

.footer__col:first-child {
    padding-left: 0
}

.footer__col:last-child {
    border-right: 0;
    padding-right: 0
}

@media(max-width: 1200px) {
    .footer__col {
    }
}

.footer__title {
    color: #fff;
    border-bottom: 3px solid #e30a17;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 900;
    display: inline-flex;
}

.footer__list {
    display: block;
    padding: 10px 0
}

.footer__li {
    display: block;
    padding: 3px 0
}

.footer-li-more {
    display: block;
    font-size: 20px;
    color: #818c93;
    font-weight: 700
}

.footer__item {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #c1c1c1;
    font-weight: 500
}

@media(max-width: 1200px) {
    .footer__item {
        font-size: 13px
    }
}

.footer__item--order {
    font-weight: 700;
    color: #747f86
}

.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-social__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    padding: 15px;
    margin: 0;
    color: #82898c;
    width: 60px;
    height: 60px;
    border-right: 1px solid #dadcdc;
    position: relative
}

@media(max-width: 576px) {
    .footer-social__item {
        font-size: 19px;
        padding: 10px;
        width: 50px;
        height: 50px
    }
    .footer-social{
        flex-direction: column;
    }
}

.footer-social__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #e30a17;
    z-index: -1;
    transition: all .3s
}

@media(min-width: 768px) {
    .footer-social__item:hover {
        color: #fff
    }
    .footer-social__item:hover:after {
        height: 100%
    }
}

.footer-social__item:first-child {
    border-left: 1px solid #dadcdc
}

.footer-dev {
    display: block;
    padding: 15px 0
}

.footer-dev__wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

@media(max-width: 769px) {
    .footer-dev__wrp {
        width: 100%
    }
}

@media(max-width: 576px) {
    .footer-dev__wrp {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 375px) {
    .footer-dev__wrp {
        margin-top: 7px
    }
}

.footer-dev__item {
    display: flex;
    font-size: 15px;
    align-items: center;
    padding: 0 3px
}

@media(max-width: 576px) {
    .footer-dev__item {
        font-size: 13px;
        justify-content: center;
        margin-right: 0
    }
}

.footer-dev__title {
    display: block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    opacity: .8
}

.footer-dev__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    color: #818c93
}

@media(max-width: 576px) {
    .footer-dev__link {
        font-size: 13px
    }
}

.js-footer-list li:nth-child(n+7) {
    display: none
}


.sub-search {
    max-width: 750px;
    height: auto
}

.sub-search__content {
    padding: 0;
    display: block
}

.sub-search__top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #cfd4d8;
    flex-wrap: nowrap
}

@media(max-width: 769px) {
    .sub-search__top {
        flex-direction: column
    }
}

.sub-search__address {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 0;
}

@media(max-width: 769px) {
    .sub-search__address {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #cfd4d8
    }
}

@media(max-width: 576px) {
    .sub-search__address {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.sub-search__address--icon {
    font-size: 19px;
    color: #e30a17;
    line-height: 1;
    padding-top: 1px;
    margin-right: 14px
}

.sub-search__address--text {
    max-width: 80%
}

.sub-search__address--txt {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color: #697277
}

.sub-search__contact {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 40%
}

@media screen and (max-width: 1600px) {
    .sub-search__contact {
        width: unset;
        padding-left: 0
    }
}

@media(max-width: 1200px) {
    .sub-search__contact {
        width: 40%
    }
}

@media(max-width: 769px) {
    .sub-search__contact {
        padding-top: 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 0
    }
}

.sub-search__social {
    display: flex;
    align-items: center
}

@media(max-width: 769px) {
    .sub-search__social {
        display: flex;
        flex-wrap: wrap
    }
}

.sub-search__social--text {
    padding: 19px 40px;
    font-size: 24px;
    width: 60%;
    border-right: 1px solid #cfd4d8
}

@media(max-width: 769px) {
    .sub-search__social--text {
        width: 100%;
        text-align: center;
        border: none
    }
}

@media(max-width: 576px) {
    .sub-search__social--text {
        padding: 10px 40px;
        font-size: 22px
    }
}

.sub-search__social--block {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 769px) {
    .sub-search__social--block {
        width: 100%;
        border-top: 1px solid #e0e0e0
    }
}

.sub-search__social__item {
    width: 25%;
    border-right: 1px solid #cfd4d8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    font-size: 24px;
    position: relative
}

@media(max-width: 769px) {
    .sub-search__social__item {
        width: 70px;
        padding: 18px 0
    }
}

.sub-search__social__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #e30a17;
    z-index: -1;
    transition: all .3s
}

.sub-search__social__item:hover {
    color: #fff
}

.sub-search__social__item:hover:after {
    height: 100%
}

@media(max-width: 769px) {
    .sub-search__social__item:first-child {
        border-left: 1px solid #cfd4d8
    }
}

.sub-search__social__item:last-child {
    border: none
}

@media(max-width: 769px) {
    .sub-search__social__item:last-child {
        border-right: 1px solid #cfd4d8
    }
}

.sub-search__logo-block {
    max-width: 28%;
    padding: 20px 38px;
    height: 174px
}

.sub-search__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.sub-search__right {
    width: 28%;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.sub-search__right--text {
    display: flex;
    flex-direction: column;
    align-items: center
}

.sub-search__right--icon {
    color: #e30a17;
    font-size: 2.1em
}

.sub-search .map-search-inf__item {
    color: #697277
}

@media(max-width: 769px) {
    .sub-search .map-search-inf__item {
        font-size: 18px
    }
}

.sub-search .map-search-inf__item:hover {
    color: #e30a17
}

.subpage-header {
    min-height: 205px;
    background-color: #060606;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
@media(max-width: 1400px) {
    .subpage-header {
        min-height: 250px
    }
}

@media(max-width: 1400px) {
    .subpage-header {
        min-height: 210px
    }
}

@media(max-width: 769px) {
    .subpage-header {
        min-height: 160px
    }
}

@media(max-width: 576px) {
    .subpage-header {
        min-height: 120px
    }
}

.subpage-header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #171e25
}

.subpage-header-bg__img {
    margin-left: auto;
    display: block;
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    object-fit: cover;
    opacity: .6
}

.subpage-header-bg__overlay {
    background-image: linear-gradient(to right, #171e25 0%, rgba(240, 240, 240, 0) 100%);
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0
}

.subpage-header-bg__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to bottom, #171e25 0%, rgba(240, 240, 240, 0) 100%)
}

.subpage-header-bg__overlay:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to top, #171e25 0%, rgba(240, 240, 240, 0) 100%)
}

.subpage-header__cnt {
    color: #fff;
    position: relative;
    z-index: 22;
    width: 100%
}

@media(max-width: 576px) {
    .subpage-header__cnt {
        height: 105px;
        display: flex;
        align-items: center
    }
}

.subpage-header__inner {
    max-width: 650px;
    width: 55%;
    min-width: 500px;
    padding: 35px 0
}

@media(max-width: 992px) {
    .subpage-header__inner {
        max-width: 45%;
        min-width: 400px;
        padding: 35px 0
    }
}

@media(max-width: 576px) {
    .subpage-header__inner {
        padding: 20px 0;
        min-width: inherit;
        width: 100%;
        text-align: center;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto
    }
}

.subpage-header__title {
    display: inline-block;
    font-weight: 900;
    color: #fff;
    font-size: 32px;
    position: relative;
    line-height: 1.1em;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .subpage-header__title {
        font-size: 42px
    }
}

.subpage-header__title-wht {
    color: #e30a17
}

@media(max-width: 992px) {
    .subpage-header__title {
        font-size: 36px;
        padding-bottom: 0px
    }
}

@media(max-width: 576px) {
    .subpage-header__title {
        font-size: 23px;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media(max-width: 576px) {
    .subpage-header__title:after {
        width: 100%;
        right: 0
    }
}

.subpage-header__txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif
}

@media(max-width: 992px) {
    .subpage-header__txt {
        font-size: 20px
    }
}

@media(max-width: 576px) {
    .subpage-header__txt {
        font-size: 16px
    }
}

.subpage__inner {
    position: relative;
    margin-bottom: 100px
}

@media(max-width: 769px) {
    .subpage__inner {
        margin-bottom: 50px
    }
}

.subpage__cnt {
    display: flex;
    align-items: flex-start
}

@media(max-width: 576px) {
    .subpage__cnt {
        padding-top: 60px
    }
}

.subpage__content {
    flex-shrink: 0;
    flex-grow: 0;
    width: calc(100% - 330px);
    padding-left: 50px;
    padding-top: 50px
}

@media(max-width: 1200px) {
    .subpage__content {
        padding-left: 30px;
        padding-top: 30px;
        width: calc(100% - 260px)
    }
}

@media(max-width: 992px) {
    .subpage__content {
        width: 100%;
        padding-left: 0
    }
}

.subpage__content>*:first-child {
    margin-top: 0
}

.subpage-reset-style ol,
.subpage-reset-style ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0
}

.subpage-reset-style ol li,
.subpage-reset-style ul li {
    font-size: 17px;
    font-weight: 400;
    color: #60696c;
    margin-bottom: 15px;
    position: relative;
    font-family: "Barlow", sans-serif
}

@media(max-width: 576px) {
    .subpage-reset-style ol,
    .subpage-reset-style ul {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .subpage-reset-style ol li,
    .subpage-reset-style ul li {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.subpage-reset-style ul li:before {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 7px;
    background: #60696c;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 10px
}

@media(max-width: 576px) {
    .subpage-reset-style ul li:before {
        margin-right: 5px
    }
}

.subpage-reset-style ul li ul {
    padding-left: 25px
}

.subpage-reset-style ul li ol {
    padding-left: 25px
}

.subpage-reset-style ul li ol li {
    counter-increment: li
}

.subpage-reset-style ul li ol li:before {
    content: counter(li);
    background: none;
    font-size: 18px;
    width: auto;
    height: auto;
    font-weight: 900;
    top: 0
}

.subpage-president {
    background: #fff
}

.contact .breadcrumb:before {
    width: calc(100% + 100vw)
}

.breadcrumb {
    padding: 0;
    display: block;
    margin: 0;
    background: #f0f0f0;
    border-bottom: 1px solid #dadcdc;
    border-top: 3px solid #e30a17;
    border-radius: 0;
    width: 100%;
}

@media(max-width: 992px) {
    .breadcrumb:before {
        right: 0
    }
}

.breadcrumb__list {
    display: flex;
    align-items: center
}

.breadcrumb__item {
    display: inline-flex;
    align-items: center;
    height: 45px;
    margin-right: 10px;
    z-index: 2
}

@media(max-width: 576px) {
    .breadcrumb__item {
        height: 45px
    }
}

.breadcrumb__item:last-child {
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb__item:last-child .btn-txt {
    max-width: 100%;
    z-index: 1;
    color: #e30a17;
    opacity: 1;
    font-weight: 700
}

.breadcrumb__item:last-child .icon-font {
    display: none !important
}

.breadcrumb__item .btn-txt {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
    line-height: 1;
    display: inline-flex;
    font-family: "Barlow", sans-serif;
    color: #9c9b9b;
    white-space: nowrap
}

.breadcrumb__item .btn-txt:hover {
    color: #e30a17
}

@media(max-width: 992px) {
    .breadcrumb__item .btn-txt {
        font-size: 13px
    }
}

@media(max-width: 576px) {
    .breadcrumb__item .btn-txt {
        font-size: 13px
    }
}

.breadcrumb__item .icon-font {
    font-size: 8px !important;
    margin-left: 10px;
    position: relative;
    color: #60696c;
    top: 1px
}

@media(max-width: 992px) {
    .breadcrumb__item .icon-font {
        font-size: 6px !important
    }
}

.breadcrumb-full {
    position: relative
}

.breadcrumb-full:before {
    right: 0
}

.sidebar {
    width: auto;
    flex-shrink: 0;
    padding: 0;
    overflow: hidden;
    border-top: 3px solid #e30a17;
    flex-grow: 0;
    z-index: 11;
    height: calc(100% + 83px);
    position: static
}

@media(max-width: 992px) {
    .sidebar {
        border: none;
        background-color: transparent !important;
        overflow: visible
    }
}

@media(max-width: 576px) {
    .sidebar {
        width: 100%
    }
}

.sidebar--white:after {
    content: "";
    position: absolute;
    top: 0;
    width: 35vw;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to left, #ffffff 0%, rgba(240, 240, 240, 0) 100%);
    right: 0;
    min-width: 550px
}

@media(max-width: 992px) {
    .sidebar--white {
        background: #fff
    }
    .sidebar--white:after {
        display: none
    }
}

.sidebar__title {
    font-weight: 800;
    font-size: 23px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #e30a17
}

@media(max-width: 1200px) {
    .sidebar__title {
        padding-left: 0
    }
}

@media(max-width: 992px) {
    .sidebar__title {
        display: none
    }
}

.sidebar__list {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.sidebar__list::-webkit-scrollbar {
    display: none
}

@media(max-width: 992px) {
    .sidebar__list {
        margin-bottom: 0;
        overflow: visible
    }
}

.sidebar__item {
    display: flex;
    align-items: center;
    color: #60696c;
    font-weight: 500;
    font-size: 21px;
    padding: 16px 0;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    border-bottom: 1px solid #e0e0e0
}

@media(max-width: 1200px) {
    .sidebar__item {
        margin-left: 30px;
        margin-right: 30px;
        font-size: 19px
    }
}

.sidebar__item--icon {
    font-size: 21px;
    margin-right: 20px;
    display: inline-flex;
    color: #808789;
    opacity: 0;
    transition: all .3s;
    margin-left: -40px
}

@media(max-width: 1200px) {
    .sidebar__item--icon {
        margin-left: -30px
    }
}

@media(max-width: 1200px) {
    .sidebar__item {
        padding: 10px
    }
}

@media(max-width: 992px) {
    .sidebar__item {
        height: 57px;
        border-bottom: 0;
        padding-right: 80px;
        padding-left: 25px;
        border-left: 1px solid #dadcdc;
        border-right: 0;
        color: #1c222a
    }
    .sidebar__item:not(.active) {
        display: none
    }
    .sidebar__item.active:before {
        content: "";
        position: absolute;
        top: 0;
        right: 50px;
        background: #dadcdc;
        width: 1px;
        height: 100%
    }
    .sidebar__item.active:after {
        content: "";
        position: absolute;
        height: 80%;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        background: #e30a17;
        left: 0
    }
}

@media(max-width: 576px) {
    .sidebar__item {
        height: 50px;
        font-size: 19px
    }
}

.sidebar__item .icon-font {
    font-size: 19px;
    transform: translateX(-15px);
    margin-right: -20px;
    opacity: 0;
    color: #60696c;
    transition: all .3s
}

@media(max-width: 1200px) {
    .sidebar__item .icon-font {
        margin-right: -30px
    }
}

@media(max-width: 992px) {
    .sidebar__item .icon-font {
        display: none !important
    }
}

.sidebar__item .btn-txt {
    font-weight: 500;
    margin-bottom: 0;
    color: #60696c;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    cursor: pointer
}

@media(max-width: 1200px) {
    .sidebar__item .btn-txt {
        font-size: 15px
    }
}

@media(min-width: 993px) {
    .sidebar__item:hover,
    .sidebar__item.active {
        color: #1c222a
    }
    .sidebar__item:hover .icon-font,
    .sidebar__item.active .icon-font {
        color: #e30a17;
        margin-right: 10px;
        opacity: 1;
        transform: none;
        margin-left: -10px
    }
    .sidebar__item:hover .btn-txt,
    .sidebar__item.active .btn-txt {
        color: #545d60;
        font-weight: 700
    }
}

.sidebar__item:hover,
.sidebar__item.active {
    color: #1c222a
}

.sidebar__item:hover .icon-font,
.sidebar__item.active .icon-font {
    color: #e30a17;
    margin-right: 10px;
    opacity: 1;
    transform: none
}

.sidebar__item:hover .btn-txt,
.sidebar__item.active .btn-txt {
    color: #545d60;
    font-weight: 700 !important
}

.sidebar__item:hover .sidebar__item--icon,
.sidebar__item.active .sidebar__item--icon {
    color: #e30a17;
    opacity: 1;
    margin-left: 0
}

.sidebar__item.active .btn-txt {
    font-weight: 700;
    color: #545d60
}

.sidebar__item.active:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background: #e30a17;
    top: 0;
    left: -40px
}

@media(max-width: 1200px) {
    .sidebar__item.active:before {
        left: -30px
    }
}

.sidebar__item:last-child {
    border: none
}

.sidebar__select {
    background: none;
    width: 100%;
    height: 100%
}

@media(min-width: 993px) {
    .sidebar__select {
        display: none;
        position: absolute;
        z-index: 2;
        opacity: 0
    }
}

.sidebar__select+.select2 {
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%)
}

@media(min-width: 993px) {
    .sidebar__select+.select2 {
        display: none
    }
}

@media(max-width: 992px) {
    .sidebar-banner {
        display: none
    }
}

.sidebar-banner__img {
    width: 100%;
    user-select: none;
    pointer-events: none
}

.sidebar-banner__item {
    display: block;
    width: 100%
}

.sidebar--title {
    font-weight: 900;
    font-size: 32px;
    padding: 28px 0 20px 40px;
    margin-bottom: 20px;
    color: #e30a17;
    line-height: 1;
    position: relative;
    display: inline-block
}

@media(max-width: 1200px) {
    .sidebar--title {
        padding: 26px 0 18px 30px;
        font-size: 28px
    }
}

@media(max-width: 992px) {
    .sidebar--title {
        display: none
    }
}

.sidebar--title:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #c0c1c1;
    bottom: 0;
    left: 40px
}

@media(max-width: 1200px) {
    .sidebar--title:before {
        left: 30px
    }
}

.sidebar--title:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 3px;
    background: #e30a17;
    bottom: -1px;
    left: 40px
}

@media(max-width: 1200px) {
    .sidebar--title:after {
        left: 30px
    }
}

.sidebar .more-scroll {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7), #fff)
}

.gallery {
    background: #f4f4f4
}

@media(max-width: 1200px) {
    .gallery .subpage__content {
        padding-top: 50px
    }
}

@media(max-width: 992px) {
    .gallery .subpage__content {
        padding-top: 20px
    }
}

@media(max-width: 576px) {
    .gallery .subpage__content {
        padding-top: 10px
    }
}

@media(max-width: 576px) {
    .gallery .subpage__cnt {
        padding-top: 0
    }
}

.gallery__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media(max-width: 576px) {
    .gallery__list--norm .gallery__item {
        height: 30vw;
        margin: 2%;
        width: 48%
    }
    .gallery__list--norm .gallery__item:nth-child(odd) {
        margin-left: 0
    }
    .gallery__list--norm .gallery__item:nth-child(even) {
        margin-right: 0
    }
}

.gallery__item {
    height: 300px;
    margin: .5%;
    width: 31.33%;
    position: relative;
    overflow: hidden;
    border: 1px solid #707070;
}

.gallery__item--big {
    height: 522px
}

@media(max-width: 1600px) {
    .gallery__item--big {
        height: 518px
    }
}

.gallery__item--medium {
    width: 63.7%
}

@media(max-width: 1400px) {
    .gallery__item {
        width: 48%
    }
    .gallery__item--medium {
        width: 48%;
        height: 400px
    }
}

@media(max-width: 992px) {
    .gallery__item {
        width: 31.33%;
        height: 200px
    }
    .gallery__item--big {
        height: 417px
    }
    .gallery__item--medium {
        width: 64.63%
    }
}

@media(max-width: 769px) {
    .gallery__item {
        width: 48%
    }
    .gallery__item--big {
        height: 415px
    }
    .gallery__item--medium {
        height: 300px
    }
}

@media(max-width: 576px) {
    .gallery__item {
        width: 100%;
        height: 55vw;
        margin: 10px 0
    }
}

.gallery__item:hover .gallery__overlay {
    opacity: 1
}

.gallery__item:hover .gallery__icon {
    margin-top: 0;
    opacity: 1;
    transition-delay: .1s
}

.gallery__item:hover .gallery__txt {
    margin-top: 0;
    opacity: 1;
    transition-delay: .2s
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery__icon {
    font-size: 2.1em;
    line-height: 1;
    display: inline-flex;
    color: #e30a17;
    margin-top: 60px;
    opacity: 0;
    transition: all .3s
}

.gallery__txt {
    font-size: 20px;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    color: #f9f9f9;
    margin-top: 60px;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    padding: 0 15px
}

@media(max-width: 576px) {
    .gallery__txt {
        font-weight: 500;
        font-size: 15px
    }
}

.gallery__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all ease-in-out .3s
}

.gallery .breadcrumb {
    z-index: 1
}

.gallery .breadcrumb:before {
    right: 25%
}

@media(max-width: 992px) {
    .gallery .breadcrumb:before {
        right: unset
    }
}

.gallery .sidebar {
    position: relative;
    margin-top: -83px;
    background: #fff
}

@media(max-width: 992px) {
    .gallery .sidebar {
        margin-top: 50px
    }
}

.gallery .locations:before {
    background: linear-gradient(to bottom, #f4f4f4 0%, rgba(242, 247, 253, 0) 100%)
}

.gallery .subpage__content {
    padding-left: 0
}

.gallery .subpage__inner {
    margin-bottom: 0
}

.gallery .footer {
    border-top: 1px solid #cfd4d8
}

.gallery .footer-catch {
    margin-top: 65px
}

.border-fw-top:before {
    content: "";
    position: absolute;
    top: -1px;
    z-index: 0;
    width: 100vw;
    height: 1px;
    background: #2a2a2a;
    left: 50%;
    transform: translateX(-50%);
}

.fancybox-thumbs__list a:before {
    border: 4px solid #e30a17 !important
}

.fancybox-infobar {
    font-size: 32px;
    left: 10px;
    top: 10px
}

.fancybox-button {
    height: 60px;
    width: 60px
}

.fancybox-thumbs {
    background: none !important
}

.gallery-album {
    width: 100%
}

.gallery-album .album__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.gallery-album .album__element__container {
    background: #f9f9f9;
    margin: 6px;
    box-shadow: 0px 14px 40px 0px rgba(23, 30, 37, .01);
    transition: all ease-in-out .3s
}

.gallery-album .album__element__container:hover {
    box-shadow: 0px 14px 40px 0px rgba(23, 30, 37, .07);
    background: #fff
}

.gallery-album .album__element__container:hover .album__overlay {
    opacity: 1
}

.gallery-album .album__element__container:hover .album__overlay__icon {
    margin-top: 0;
    opacity: 1;
    transition-delay: .1s
}

.gallery-album .album__element__container:hover .album__overlay__txt {
    margin-top: 0;
    opacity: 1;
    transition-delay: .2s
}

.gallery-album .album__element__container:hover .album__title {
    color: #e30a17
}

.gallery-album .album__element__container:hover .album__date--icon {
    color: #e30a17
}

.gallery-album .album__cont {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0
}

.gallery-album .album__images {
    width: 100%;
    height: 260px !important
}

.gallery-album .album__images__item {
    width: 50%;
    height: 50%;
    display: none
}

.gallery-album .album__images__item:nth-child(1),
.gallery-album .album__images__item:nth-child(2),
.gallery-album .album__images__item:nth-child(3) {
    display: block
}

.gallery-album .album__images__item-big {
    height: 100%
}

.gallery-album .album__images__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-album .album__title {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #cfd4d8;
    font-size: 22px;
    color: #1b1e21;
    transition: all .3s
}

.gallery-album .album__overlay {
    background: rgba(23, 30, 37, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.gallery-album .album__overlay__cont {
    display: flex;
    align-items: center
}

.gallery-album .album__overlay__icon {
    display: inline-flex;
    margin-right: 10px;
    font-size: 2.1em;
    color: #ba9d00;
    margin-top: 100px;
    opacity: 0;
    transition: all .3s
}

.gallery-album .album__overlay__txt {
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    color: #dfdfe0;
    margin-top: 100px;
    opacity: 0;
    transition: all .3s
}

.gallery-album .album__desc {
    width: 100%;
    padding: 16px
}

.gallery-album .album__date {
    display: flex;
    align-items: center;
    padding-top: 8px;
    margin: auto;
    color: #717a7e;
    font-family: "Gabarito", sans-serif;
    font-size: 18px;
    font-weight: 500
}

.gallery-album .album__date--icon {
    display: inline-flex;
    line-height: 1;
    margin-right: 8px;
    transition: all .3s
}

.head {
    background: #f9f9f9
}

.head--content {
    display: flex;
    height: 100%
}

@media(max-width: 992px) {
    .head--content {
        flex-direction: column
    }
}

@media(max-width: 1200px) {
    .head--content--left:before {
        display: none
    }
}

.head__profile {
    display: inherit;
    position: relative;
    margin-top: 33px
}

.head__profile:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -360px;
    width: calc(100% + 360px);
    height: 2px;
    background: #b99000;
    z-index: 1
}

@media(max-width: 992px) {
    .head__profile:before {
        display: none
    }
}

.head__profile--cont {
    display: flex;
    align-items: center
}

.head__profile--image {
    position: absolute;
    width: 370px;
    height: 390px;
    margin-right: 30px;
    bottom: 0;
    right: -30px;
    display: flex;
    align-items: flex-end;
    z-index: 2
}

@media(max-width: 1200px) {
    .head__profile--image {
        width: 320px;
        margin-right: 20px;
        height: 340px
    }
}

@media(max-width: 992px) {
    .head__profile--image {
        width: 270px;
        height: 220px
    }
}

@media(max-width: 769px) {
    .head__profile--image {
        width: 260px;
        margin-right: 20px;
        height: 290px
    }
}

@media(max-width: 576px) {
    .head__profile--image {
        width: 190px;
        margin-right: 15px;
        height: 220px
    }
}

@media all and (max-width: 420px) {
    .head__profile--image {
        width: 150px;
        height: 180px
    }
}

@media screen and (max-width: 1600px) {
    .high-committees .head__profile--image {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .high-committees .head__profile--image {
        display: block
    }
}

@media(max-width: 480px) {
    .high-committees .head__profile--image {
        display: none
    }
}

.head__profile--img {
    filter: drop-shadow(10px 10px 12px rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom
}

.head__profile--txt {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin-top: 40px
}

@media(max-width: 992px) {
    .head__profile--txt {
        margin-left: 0
    }
}

@media(max-width: 992px) {
    .head__profile--txt {
        max-width: unset
    }
}

.head__profile--name {
    color: #434343;
    font-size: 30px;
    margin-bottom: 0;
    position: relative
}

@media(max-width: 1200px) {
    .head__profile--name {
        font-size: 26px
    }
}

@media(max-width: 992px) {
    .high-committees .head__profile--name {
        max-width: unset;
        font-size: 30px
    }
}

@media(max-width: 576px) {
    .head__profile--name {
        font-size: 17px
    }
}

@media all and (max-width: 420px) {
    .head__profile--name {
        font-size: 14px
    }
}

.head__profile--name:before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    height: 1px;
    left: 0;
    background: #e0e0e0;
    bottom: 0
}

.head__profile--name:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background: #e30a17;
    bottom: -1px
}

.head__profile--title {
    display: block;
    font-size: 54px;
    margin-top: 4px;
    line-height: 1;
    padding-bottom: 30px;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .head__profile--title {
        font-size: 38px;
        padding-bottom: 20px
    }
}

@media(max-width: 992px) {
    .head__profile--title {
        font-size: 42px
    }
}

@media(max-width: 576px) {
    .head__profile--title {
        font-size: 30px
    }
}

@media all and (max-width: 420px) {
    .head__profile--title {
        font-size: 25px
    }
}

.head__profile--text {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-right: 80px
}

@media(max-width: 992px) {
    .head__profile--text {
        padding-right: 0
    }
}

.head__profile--text--txt {
    font-size: 17px
}

@media(max-width: 576px) {
    .head__profile--text--txt {
        font-size: 16px
    }
}

.head-social {
    position: relative;
    bottom: 0;
    margin-top: 40px
}

@media(max-width: 1200px) {
    .head-social {
        margin-top: 20px
    }
}

@media(max-width: 576px) {
    .head-social {
        margin-top: 15px
    }
}

.head-social-title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    color: #8b8e92
}

@media(max-width: 1200px) {
    .head-social-title {
        font-size: 16px
    }
}

@media(max-width: 576px) {
    .head-social-title {
        font-size: 12px
    }
}

@media all and (max-width: 420px) {
    .head-social-title {
        font-size: 11px
    }
}

.head-social-cont {
    display: flex;
    z-index: 0;
    margin-bottom: -1px
}

.head-social-item {
    text-decoration: none;
    transition: all .3s
}

.head-social .social-item {
    position: relative;
    font-size: 22px;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(max-width: 1200px) {
    .head-social .social-item {
        font-size: 20px;
        width: 55px;
        height: 55px
    }
}

@media(max-width: 576px) {
    .head-social .social-item {
        width: 45px;
        height: 45px;
        font-size: 18px
    }
}

@media all and (max-width: 420px) {
    .head-social .social-item {
        width: 42px;
        height: 42px
    }
}

.head-social .social-item:last-child {
    border-right: 1px solid #f4f4f4
}

.head-social .social-item--top-overlay {
    top: 0
}

.head-social .social-item--overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #e30a17;
    transition: all .4s
}

.head-social .social-item--icon {
    color: #82898c;
    transition: all .4s
}

.head-social .social-item:hover .social-item--icon {
    color: #fff;
    z-index: 11
}

.head-social .social-item:hover .social-item--overlay {
    height: 100%;
    opacity: 1;
    z-index: 1
}

.head__text {
    border-top: 4px solid #bc9c2e;
    background: #fff;
    padding: 0 40px;
    margin-top: -100px;
    overflow: hidden;
    position: relative
}

.head__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff
}

@media(max-width: 992px) {
    .head__text:before {
        width: 50px;
        left: -50px
    }
}

.head__text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff
}

@media(max-width: 992px) {
    .head__text:after {
        width: 50px;
        right: -50px
    }
}

@media(max-width: 1200px) {
    .head__text {
        margin-top: -84px
    }
}

@media(max-width: 992px) {
    .head__text {
        margin-top: 0;
        padding: 0;
        border: none;
        overflow: visible
    }
}

.head__text--cont {
    background: #fff
}

@media(max-width: 1200px) {
    .head__text--cont {
        background: none
    }
}

.head__text--cont .button {
    margin: 20px 0 14px 0
}

.head__text--cont--p {
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.head__text--title {
    font-size: 32px;
    display: inline-block;
    padding-top: 28px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .head__text--title {
        font-size: 30px;
        padding-bottom: 12px;
        padding-top: 22px
    }
}

@media(max-width: 992px) {
    .head__text--title {
        padding-top: 18px;
        padding-bottom: 12px;
        font-size: 26px
    }
}

.head__text--title:before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 1px;
    background: #e0e0e0;
    bottom: 0;
    left: 0
}

@media(max-width: 992px) {
    .head__text--title:before {
        width: 100vw;
        z-index: 1
    }
}

.head__text--title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e30a17;
    bottom: -1px;
    left: 0
}

@media(max-width: 992px) {
    .head__text--title:after {
        z-index: 2
    }
}

.head__text--title--txt {
    font-size: 30px;
    padding: 28px 0 20px 0;
    position: relative;
    font-weight: 900
}

.head__text--title--txt:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 1px;
    bottom: 0;
    background: #e0e0e0;
    left: 0
}

.head__text--title--txt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    background: #e30a17;
    left: 0
}

.head__text--desc {
    margin-top: 30px
}

.head__text--desc--txt {
    color: #808789;
    font-size: 17px;
    font-weight: 500
}

@media(max-width: 1200px) {
    .head__text--desc--txt {
        font-size: 15px
    }
}

.head__text--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.head__text--logo {
    position: relative;
    width: 150px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 24px;
    display: inline-flex
}

@media(max-width: 1200px) {
    .head__text--logo {
        width: 130px;
        padding-top: 21px;
        padding-bottom: 18px
    }
}

@media all and (max-width: 420px) {
    .head__text--logo {
        width: 100px;
        padding-top: 19px;
        padding-bottom: 16px
    }
}

.head__text--logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e30a17;
    bottom: -1px;
    left: 0
}

.head__text--logo:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 1px;
    background: #e0e0e0;
    bottom: 0;
    left: 0
}

@media(max-width: 992px) {
    .head__text--logo:before {
        width: 100vw !important
    }
}

.head__text--logo--img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.head__text--link {
    font-size: 16px;
    padding: 8px 0
}

@media all and (max-width: 420px) {
    .head__text--link {
        font-size: 15px
    }
}

.head__text--image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 160px;
    border-bottom: 1px solid #f1f2f2;
    margin-bottom: 30px;
    position: relative
}

.head__text--img {
    width: 160px;
    position: absolute;
    box-shadow: 0px 3px 100px 12px rgba(8, 29, 37, .19);
    object-fit: cover;
    height: 100%
}

.head__text--img-bg {
    width: 90%;
    margin-bottom: -2px
}

.head__text--icon {
    display: flex;
    font-size: 8em;
    color: #e30a17;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.head__news__full {
    margin-right: 50px;
    width: 100%;
    height: 450px;
    padding-right: 50px;
    margin-top: 46px
}

@media(max-width: 992px) {
    .head__news__full {
        margin-top: 48px;
        margin-right: 0;
        padding-right: 0
    }
}

@media(max-width: 576px) {
    .head__news__full {
        margin-top: 45px
    }
}

.head__news__full--img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.head--title {
    margin-bottom: 0;
    padding: 25px 0;
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .head--title {
        padding: 20px 0
    }
}

@media(max-width: 1200px) {
    .head--title {
        font-size: 26px
    }
    .head--title:before {
        width: calc(100% + 100vw) !important
    }
}

.head--title:before {
    content: "";
    position: absolute;
    width: calc(100% + 60vw);
    bottom: 0;
    height: 1px;
    background: #dadcdc;
    left: 0
}

.head--title:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 3px;
    background: #e30a17;
    left: 0
}

.head__tab {
    background: #171e25;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #2d343a
}

.head__tab__element {
    color: #505356;
    font-size: 26px;
    font-weight: 700;
    padding: 20px 2px;
    position: relative;
    margin: 0 25px;
    transition: all .3s;
    cursor: pointer;
    user-select: none
}

.head__tab__element:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #b99000;
    transition: all .3s
}

.head__tab__element--notif {
    color: #929495;
    margin-left: 5px
}

.head__tab__element.active {
    color: #b99000
}

.head__tab__element.active:before {
    width: 100%
}

.head__tab__element.active .head__tab__element--notif {
    color: #cdcecf
}

.activity-page .banner {
    display: flex;
    align-items: center;
    position: relative;
    height: 150px
}

.activity-page .banner .logo--image {
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    box-shadow: 4px 8px 31px 4px rgba(35, 42, 43, .34);
    z-index: 11
}

.activity-page .banner .logo--txt {
    height: 150px;
    background: #49555d;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 75px;
    position: relative
}

.activity-page .banner__logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9
}

.activity-page .banner__content {
    height: 150px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.activity-page .banner__bg {
    height: 110px;
    width: 100%;
    background: #d6aa48;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.activity-page .banner__bg--img {
    margin-left: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.activity-page .banner__bg--desc {
    font-size: 18px;
    font-weight: 500;
    width: 239px;
    color: #38464d
}

.activity-page .banner__bg--branch {
    width: 130px
}

.activity-page .pagination {
    margin-bottom: 70px
}

@media(max-width: 576px) {
    .activity-page .pagination {
        margin-bottom: 30px
    }
}

.activity-page .select-dropdown {
    display: block;
    position: relative;
    z-index: 3;
    top: 0;
    width: auto;
    user-select: none;
    padding: 8px 30px;
    border-right: 1px solid #bdbdbd
}

.activity-page .select-dropdown:last-child {
    border: none
}

.activity-page .select-dropdown__wrp {
    margin-right: 10px
}

.activity-page .speech-texts {
    margin-top: 60px
}

.activity-page .speech-texts--item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 10px 18px 0;
    border-bottom: 1px solid #e4e4e4;
    transition: all .3s
}

@media(max-width: 576px) {
    .activity-page .speech-texts--item {
        padding: 13px 0
    }
}

.activity-page .speech-texts--item:last-child {
    border-bottom: none
}

.activity-page .speech-texts--item:hover .speech-texts--pdf {
    color: #e30a17
}

.activity-page .speech-texts--item:hover .speech-texts--title {
    color: #e30a17
}

.activity-page .speech-texts--item:hover .speech-texts--date {
    color: #adadad
}

.activity-page .speech-texts--item:hover .speech-texts--icon {
    color: #e30a17;
    margin-right: 5px
}

.activity-page .speech-texts--block {
    display: flex;
    align-items: center
}

.activity-page .speech-texts--area {
    display: flex
}

@media(max-width: 576px) {
    .activity-page .speech-texts--area {
        flex-direction: column
    }
}

.activity-page .speech-texts--pdf {
    font-size: 30px;
    color: #a0a0a0;
    display: inline-flex;
    transition: all .3s
}

.activity-page .speech-texts--title {
    margin: 0 30px;
    font-size: 21px;
    color: #a0a0a0;
    display: inline-flex;
    transition: all .3s
}

@media(max-width: 576px) {
    .activity-page .speech-texts--title {
        font-size: 19px
    }
}

.activity-page .speech-texts--date {
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
    transition: all .3s;
    color: #adadad
}

@media(max-width: 576px) {
    .activity-page .speech-texts--date {
        margin-left: 30px;
        font-size: 15px
    }
}

.activity-page .speech-texts--icon {
    font-size: 23px;
    color: #a0a0a0;
    transition: all .3s
}

.activity-page .speech-texts--desc {
    font-size: 16px;
    color: #a0a0a0;
    font-weight: 500
}

.activity-page .speech-texts--desc--clr {
    color: #e30a17;
    font-weight: 700
}

.activity-page .footer {
    border-top: 1px solid #cfd4d8
}

.activity-page .footer-catch {
    margin-top: 65px
}

.activity-page .sidebar {
    margin-top: -118px
}

.activity__header {
    background: #f0f0f0
}

.activity__header--content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media(max-width: 769px) {
    .activity__header--content {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width: 576px) {
    .activity__header--content {
        margin-top: 20px
    }
}

.activity__header--title {
    font-size: 34px;
    font-weight: 900;
    color: #e30a17;
    line-height: 1;
    padding-bottom: 21px;
    position: relative;
    margin: 0
}

@media(max-width: 576px) {
    .activity__header--title {
        font-size: 24px
    }
}

.activity__header--title:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e0e0e0
}

.activity__header--title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #e30a17
}

@media(max-width: 992px) {
    .activity__header--title {
        font-size: 30px
    }
}

.activity__header--filter {
    justify-content: space-around;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    margin-top: 15px
}

.activity__cont {
    display: flex
}

.activity__content--element {
    display: flex;
    align-items: center;
    padding: 0
}

.activity__content--title {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.activity__content--title-icon {
    font-size: 12px;
    border: 1px solid;
    padding: 5px;
    color: #7d8486;
    margin-right: 20px;
    width: 30px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.activity__content--title-txt {
    color: #7d8486;
    font-size: 23px;
    font-weight: 500;
    transition: all .3s;
    font-family: "Gabarito", sans-serif
}

.activity__content--item {
    border-bottom: 1px solid rgba(224, 225, 225, .5);
    border-top: 1px solid rgba(224, 225, 225, .5);
    cursor: pointer;
    transition: all .4s
}

.activity__content--item:hover .download-icon {
    background: #e30a17
}

.activity__content--item:hover .activity__content--title-txt {
    color: #e30a17
}

.activity__content--item:hover .activity__content--title-icon {
    color: #e30a17
}

.activity__content--item-block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.activity__content--item-text {
    display: flex
}

.activity__content--item-txt {
    display: none;
    width: 100%;
    font-weight: 300;
    color: #8e9698;
    font-size: 18px;
    padding-left: 45px;
    font-family: "Barlow", sans-serif
}

.activity__content--item-txt:before {
    display: none;
    content: "•";
    color: #e30a17;
    margin-right: 10px
}

.activity__content--item-txt:first-child {
    display: block
}

.activity__content--item-icon {
    padding: 0;
    border: none
}

.activity__content--item .download-icon {
    background: #bdbdbd;
    width: 70px;
    display: flex;
    align-items: center;
    font-size: 34px;
    justify-content: center;
    height: 60px;
    color: #fff;
    transition: all ease-in-out .3s
}

.activity__content--item .download-txt {
    height: 0;
    opacity: 0;
    width: 70px;
    background: #b69c00;
    margin-top: 0;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    transition: all ease-in-out .3s
}

.activity__content--item .icon-rotate {
    transition: all .4s
}

.activity__content--item.active {
    padding: 40px 0;
    background: #fff
}

.activity__content--item.active .download-txt {
    opacity: 1;
    height: auto;
    margin-top: 5px;
    display: inline-block
}

.activity__content--item.active .download-icon {
    background: #e30a17
}

.activity__content--item.active .icon-rotate {
    transform: rotate(180deg)
}

.activity__content--item.active .activity__content--title-txt {
    color: #e30a17
}

.activity__content--item.active .activity__content--title-icon {
    color: #e30a17
}

.activity__content--item.active .activity__content--item-text {
    flex-wrap: wrap
}

.activity__page {
    padding-right: 50px
}

.activity .sub-filter-button {
    margin-left: 0;
    margin-right: 20px
}

.management .button--secondary {
    padding: 5px 12px;
    font-size: 16px;
    color: #82898c
}

@media(max-width: 992px) {
    .management .button--secondary {
        font-size: 15px
    }
}

.management__control-btn:hover {
    color: #e30a17
}

.commite-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1350px
}

.commite-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.commite-container:first-child {
    margin-top: 60px
}

.commite-member {
    text-align: center;
    margin-bottom: 30px;
    width: 340px
}

@media(max-width: 992px) {
    .commite-member {
        width: 290px
    }
    .commite-member-image {
        height: 290px !important
    }
}

.commite-member-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 15px;
    height: 72px;
    overflow: hidden
}

.commite-member-content {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0px 0px 35px 0px rgba(23, 30, 37, .1);
    transform: translateY(0px);
    transition: all ease-in-out .3s;
    height: 100%
}

.commite-member-content:hover {
    box-shadow: 0px 12px 35px 0px rgba(23, 30, 37, .3)
}

.commite-member-content:hover .commite-member-social:before {
    width: 100%
}

.commite-member-job {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    padding: 0 15px;
    color: #e30a17
}

.commite-member-name {
    font-family: "Gabarito", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #51565c;
    padding: 0
}

@media(max-width: 992px) {
    .commite-member-name {
        margin-top: 0
    }
}

.commite-member-social {
    border-top: 1px solid #f0f0f0;
    display: flex;
    transition: all .3s
}

.commite-member-social:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #e30a17;
    transition: all .4s;
    z-index: 22
}

.commite-member-image {
    width: 100%;
    height: 320px
}

.commite-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 5px
}

.commite-member-logo {
    width: 105px;
    height: 60px;
    object-fit: contain;
    object-position: center center
}

.glb-social-cont {
    display: flex;
    align-items: center;
    justify-content: center
}

.glb-social-item--btn:hover {
    color: #e30a17
}

.yuksek-istisare {
    background: #fff
}

.yuksek-istisare .breadcrumb:before {
    right: 0;
    bottom: -2px
}

.yuksek-istisare .locations:before {
    height: 1px;
    background: #e0e0e0
}

.sube-baskanlari {
    background: #fff
}

.sube-baskanlari .breadcrumb:before {
    right: 0;
    bottom: -2px
}

.sube-baskanlari .locations:before {
    height: 1px;
    background: #e0e0e0
}

.genel-sekreter .head__profile--name:before {
    width: calc(100% + 150px)
}

.contract__content {
    margin-top: 50px
}

.contract__content p {
    font-size: 17px;
    color: #777;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.3
}

@media(max-width: 480px) {
    .contract__content p {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.contract__content ul {
    margin-left: 30px
}

@media(max-width: 480px) {
    .contract__content ul {
        margin-left: 0px
    }
}

.contract__content li {
    margin: 10px 0;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777
}

@media(max-width: 480px) {
    .contract__content li {
        line-height: 1.2;
        margin: 8px 0
    }
}

.contract__content li:before {
    content: "•";
    color: #181e25;
    margin-right: 8px;
    font-size: 18px;
    font-family: "Barlow", sans-serif
}

.contract__content h2 {
    font-size: 32px;
    margin-top: 25px;
    color: #e30a17
}

.contract__content h5 {
    margin-top: 25px;
    margin-bottom: 0
}

.contract--button {
    margin-top: 60px
}

@media(max-width: 480px) {
    .contract--button {
        margin-top: 40px
    }
}

.contract .section {
    margin-bottom: 150px
}

@media(max-width: 769px) {
    .contract .section {
        margin-bottom: 100px
    }
}

@media(max-width: 480px) {
    .contract .section {
        margin-bottom: 70px
    }
}

.contract .subpage__inner {
    margin-bottom: 50px
}

.contract .breadcrumb:before {
    right: 0;
    background: #fff
}

.contract .footer {
    border-top: 1px solid #cfd4d8
}

.contract .sub-news--header {
    margin-bottom: 40px;
    position: relative
}

@media(max-width: 769px) {
    .contract .sub-news--header {
        margin-bottom: 30px
    }
}

@media(max-width: 576px) {
    .contract .sub-news--header {
        margin-bottom: 20px
    }
}

.contract .sub-news--header:before {
    width: 100vw
}

.contract .sub-news__name {
    padding-bottom: 15px;
    padding-top: 20px
}

.corporate-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 30px 30px;
    justify-content: center
}

@media(max-width: 1400px) {
    .corporate-card-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 769px) {
    .corporate-card-grid {
        grid-template-columns: 1fr
    }
}

.corporate-flex {
    display: flex
}

.corporate__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 50px 30px;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px
}

@media(max-width: 1400px) {
    .corporate__content {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 992px) {
    .corporate__content {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 769px) {
    .corporate__content {
        grid-template-columns: repeat(1, 1fr)
    }
}

.corporate__content .button--primary .button__wrp {
    background: transparent
}

.corporate .breadcrumb:before {
    right: 20%
}

@media(max-width: 992px) {
    .corporate .breadcrumb:before {
        right: 0
    }
}

.corporate .subpage__inner {
    margin-bottom: 50px
}

.corporate .sidebar {
    position: relative;
    margin-top: -133px;
    height: auto
}

@media(max-width: 992px) {
    .corporate .sidebar {
        margin-top: 0
    }
}

.corporate .footer {
    border-top: 1px solid #cfd4d8
}

.corporate .footer-catch {
    margin-top: 65px
}

.corporate--txt {
    font-size: 17px;
    color: #7c7f7f
}

.corporate-card-grid .comporate__card-sm {
    max-width: 400px
}

.comporate__card-sm {
    height: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto
}

.comporate__card-sm:hover .card--title {
    color: #e30a17
}

.comporate__card-sm .card__container {
    width: 100%
}

.comporate__card-sm.passive .card__image,
.comporate__card-sm.passive .card--title {
    filter: grayscale(100%)
}

.comporate__card-sm.passive .card--button {
    filter: grayscale(100%);
    pointer-events: none
}

.comporate__card-sm.passive .card--subtitle--date {
    display: none
}

.comporate__card-sm.passive .card--subtitle--date {
    display: none
}

.comporate__card-sm.passive .card--subtitle--date-end {
    display: block
}

.president-page .subpage__inner {
    margin-bottom: 0
}

.president-page .subpage-commite {
    width: 100%;
    margin: 100px 0
}

.president-page .pagination {
    margin-top: 0
}

.president-page .speech-texts {
    margin-top: 60px
}

@media(max-width: 992px) {
    .president-page .speech-texts {
        margin-top: 40px
    }
}

@media(max-width: 769px) {
    .president-page .speech-texts {
        margin-top: 30px
    }
}

@media(max-width: 576px) {
    .president-page .speech-texts {
        margin-top: 20px;
        padding: 0
    }
}

.president-page .speech-texts--item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #e4e4e4;
    transition: all .3s
}

.president-page .speech-texts--item:last-child {
    border-bottom: none
}

.president-page .speech-texts--item:hover .speech-texts--pdf {
    color: #e30a17
}

.president-page .speech-texts--item:hover .speech-texts--title {
    color: #e30a17
}

.president-page .speech-texts--item:hover .speech-texts--date {
    color: #adadad
}

.president-page .speech-texts--item:hover .speech-texts--icon {
    color: #e30a17;
    margin-right: 5px
}

.president-page .speech-texts--block {
    display: flex;
    align-items: center
}

.president-page .speech-texts--pdf {
    font-size: 30px;
    color: #a0a0a0;
    display: inline-flex;
    transition: all .3s
}

.president-page .speech-texts--title {
    margin: 0 30px;
    font-size: 21px;
    color: #a0a0a0;
    display: inline-flex;
    transition: all .3s
}

@media(max-width: 992px) {
    .president-page .speech-texts--title {
        margin: 0 20px
    }
}

@media(max-width: 576px) {
    .president-page .speech-texts--title {
        margin: 0 10px
    }
}

.president-page .speech-texts--date {
    font-weight: 500;
    font-size: 16px;
    margin-left: 30px;
    display: inline-block;
    transition: all .3s;
    color: #adadad
}

@media(max-width: 992px) {
    .president-page .speech-texts--date {
        margin-left: 20px
    }
}

@media(max-width: 576px) {
    .president-page .speech-texts--date {
        margin-left: 10px
    }
}

.president-page .speech-texts--icon {
    margin-right: 15px;
    font-size: 23px;
    color: #a0a0a0;
    transition: all .3s
}

.president-page .speech-texts--desc {
    font-size: 16px;
    color: #a0a0a0;
    font-weight: 500
}

.president-page .speech-texts--desc--clr {
    color: #e30a17;
    font-weight: 700
}

.president-page .gallery__item {
    width: 24%
}

@media(max-width: 576px) {
    .president-page .gallery__item {
        width: 100%;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        bottom: unset !important;
        right: unset !important
    }
}

.president-page .custom-mt {
    margin-top: 40px
}

@media(max-width: 992px) {
    .president-page .custom-mt {
        margin-top: 30px
    }
}

@media(max-width: 576px) {
    .president-page .custom-mt {
        margin-top: 20px
    }
}

.president-page .locations:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dadcdc;
    top: -1px
}

.president-page .block-tab-toggle {
    display: flex;
    align-items: center
}

@media(max-width: 992px) {
    .president-page .block-tab-toggle__item {
        flex-direction: column
    }
}

@media(max-width: 576px) {
    .president-page .block-tab-text {
        padding: 0
    }
}

.president-page .head__profile {
    padding: 40px 0
}

@media(max-width: 769px) {
    .president-page .head__profile {
        padding: 15px 0
    }
}

.president-page .head__profile--image {
    margin-right: 0
}

@media(max-width: 576px) {
    .president-page .head__profile--image {
        right: -20px
    }
}

.president-page .popup__desc--wrp {
    padding-bottom: 30px
}

.president-page .popup__title {
    margin-top: 40px
}

.president-page .gallery {
    background: transparent
}

@media(max-width: 576px) {
    .president-page .form__group .button {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 60px !important;
        margin-bottom: 0px !important
    }
}

.recourse-page .recourse {
    position: relative;
    margin-bottom: 100px
}

.recourse-page .subpage__inner {
    margin-bottom: 0
}

.recourse-page .form {
    margin: 100px auto 0 auto;
    background: #f4f4f4;
    z-index: 11;
    position: inherit;
    border-top: 4px solid #e30a17;
    box-shadow: 0 0px 52px 0px rgba(0, 0, 0, .04);
    overflow: hidden
}

.recourse-page .file {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 70%;
    overflow: hidden
}

@media(max-width: 576px) {
    .recourse-page .file {
        max-width: 100%;
        width: 100%
    }
}

.recourse-page .file-label {
    display: flex;
    align-items: center;
    padding: 9px 27px;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    color: #51565b;
    cursor: pointer;
    border: 1px solid #e30a17;
    transition: all .3s
}

.recourse-page .file-label--icon {
    display: inline-flex;
    font-size: 24px;
    margin-right: 16px;
    color: currentColor
}

.recourse-page .file-label:hover {
    background: #e30a17;
    color: #fff;
    border-color: #e30a17
}

.recourse-page .file-input {
    display: none
}

.recourse-page .file-input--txt {
    margin-bottom: 0;
    margin-right: 20px;
    font-weight: 500
}

.recourse-page .file-txt {
    white-space: nowrap;
    margin-left: 20px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #808789
}

@media(max-width: 480px) {
    .recourse-page .file-txt {
        display: none
    }
}

.recourse-page .file-icon {
    color: #808789;
    font-size: 2em;
    display: flex;
    margin-right: 20px
}

.recourse-page .file-icon-txt {
    margin-left: 8px;
    margin-right: 20px;
    color: #808789;
    font-size: 18px
}

.recourse-page .select2-container {
    border: none
}

.recourse-page .breadcrumb {
    z-index: 1
}

.recourse-page .breadcrumb:before {
    right: 0%
}

.recourse-page .flex-div {
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.recourse-page .footer {
    border-top: 1px solid #cfd4d8
}


.branches .section-one {
    margin-bottom: 150px
}

.branches .section__title {
    font-size: 30px;
    padding: 18px 0
}

.branches .branch-slider__item {
    background: none
}

.branches .breadcrumb {
    z-index: 1
}

.branches .head__text {
    z-index: 11
}

.branches .head__text--cont {
    padding: 0
}

.branches .head__profile {
    margin-top: 70px
}

.branches .head__profile--image {
    width: 350px;
    height: 330px
}

.branches .home-slider__item {
    height: 54vh;
    min-height: 600px
}

.branches .home-slider__content {
    top: -40px
}

.branches .home-slider__control {
    max-width: 57%
}

.high-committees .section-two {
    background-color: #fff
}

.high-committees .banner__inner::before {
    content: "";
    position: absolute;
    left: -100vw;
    width: 200vw;
    height: 50%;
    top: 0;
    background-color: #f0f0f0
}

.high-committees .breadcrumb:before {
    bottom: -2px;
    right: unset
}

.high-committees .sidebar {
    height: 100%
}

.high-committees .head__profile:before {
    width: calc(100% + 720px)
}

.high-committees .head__text--cont .button {
    margin-top: 40px
}

.high-committees .head__text--desc {
    margin-top: 50px
}

@media(max-width: 992px) {
    .high-committees .head__text--desc {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.high-committees .head__text--desc--txt {
    font-weight: 500
}

.high-committees .select-dropdown__selected {
    top: auto
}

.high-committees .committees__content {
    margin-top: 50px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 20px
}

@media(max-width: 576px) {
    .high-committees .committees__content {
        grid-template-columns: 1fr
    }
}

.high-committees .committees--item {
    padding: 20px 0;
    transform: scale(1);
    font-family: "Gabarito", sans-serif
}

@media(max-width: 1200px) {
    .high-committees .committees--item {
        padding: 20px 0
    }
}

@media(max-width: 576px) {
    .high-committees .committees--item {
        padding: 15px 0;
        margin: 0
    }
}

.high-committees .committees--item:hover {
    transform: scale(1)
}

.high-committees .committees--item__icon {
    padding: 0 20px
}

.high-committees .sub-news--item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 15px;
    transition: all .4s
}

.high-committees .sub-news--item.sub-news--item.swiper-slide-active,
.high-committees .sub-news--item.sub-news--item.swiper-slide-next,
.high-committees .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide,
.high-committees .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide+.sub-news--item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.high-committees .sub-news--filter {
    transition: all .3s
}

.high-committees .sub-news--filter:hover .select-dropdown__title {
    color: #e30a17
}

.high-committees-detail {
    overflow: unset !important
}

@media(max-width: 769px) {
    .high-committees-detail {
        overflow-x: hidden !important
    }
}

.high-committees-detail .wrapper,
.high-committees-detail .sidebar {
    overflow: unset
}

@media(max-width: 769px) {
    .high-committees-detail .wrapper,
    .high-committees-detail .sidebar {
        overflow: hidden
    }
}

.high-committees-detail .head__text--desc--txt {
    font-size: 17px
}

.high-committees-detail .head__text--desc--link {
    margin-top: 60px
}

.high-committees-detail .head__profile {
    position: relative;
    display: flex;
    flex-direction: column
}

.high-committees-detail .head__profile--image {
    position: relative;
    left: 0;
    right: auto
}

.high-committees-detail .head__profile--cont {
    align-items: flex-end
}

.high-committees-detail .head__profile--name:before {
    width: calc(100% + 220px);
    right: 0;
    left: auto
}

.high-committees-detail .head__profile--name:after {
    left: auto;
    right: 0
}

.high-committees-detail .head__profile--txt {
    margin-bottom: 2px
}

.high-committees-detail .head__profile--img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.high-committees-detail .head__profile:before {
    display: none
}

.high-committees-detail .head__social--link {
    margin-top: 20px
}

@media(max-width: 480px) {
    .high-committees-detail .head__social--link {
        margin-top: 10px
    }
}

.high-committees-detail .head__social--link .button__wrp {
    width: auto;
    margin-top: 30px;
    margin-bottom: -20px
}

@media(max-width: 1200px) {
    .high-committees-detail .head__social--link .button__wrp {
        margin-top: 0;
        margin-bottom: 0
    }
}

.high-committees-detail .head-social-cont {
    position: relative
}

.high-committees-detail .head-social-cont:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 80vw;
    height: 1px;
    background: #f4f4f4;
    right: -100%
}

.high-committees-detail .head__sidebar {
    background: #fff;
    z-index: 33
}

@media(max-width: 992px) {
    .high-committees-detail .head__sidebar {
        display: none
    }
}

.high-committees-detail .head--top {
    position: relative;
    padding-top: 30px
}

.high-committees-detail .head--top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -360px;
    width: calc(100% + 360px);
    height: 2px;
    background: #b99000
}

.high-committees-detail .head--bottom {
    position: relative;
    height: 100%
}

.high-committees-detail .head--bottom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 360px);
    height: 100%;
    background: #f0f0f0
}

.high-committees-detail .head--bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #f0f0f0
}

.high-committees-detail .head .border-fw-bottom {
    z-index: 0
}

.high-committees-detail .head .sidebar {
    margin-top: -83px
}

.high-committees-detail .commite-content {
    max-width: 1360px;
    margin: 0 auto;
    padding-bottom: 20px
}

.high-committees-detail .commite-member-image {
    height: 320px
}

.high-committees-detail .commite-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 6px
}

.high-committees-detail .committees__content {
    position: relative;
    top: 0
}

.high-committees-detail .committees__content--block {
    border-right: 1px solid #d6d6d6
}

.high-committees-detail .committees__content--block.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 15px;
    width: 0;
    transition: all .3s
}

.high-committees-detail .committees__content--block.committees__content--block.swiper-slide-active,
.high-committees-detail .committees__content--block.committees__content--block.swiper-slide-prev,
.high-committees-detail .committees__content--block.committees__content--block.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    width: auto
}

.high-committees-detail .committees__content--block.committees__content--block.swiper-slide-next {
    border: none !important
}

.high-committees-detail .committees--item {
    z-index: 2
}

.high-committees-detail .sm-social-item {
    width: 50px;
    height: 50px;
    font-size: 18px
}

.high-committees-detail .section-one {
    background: #f9f9f9
}

.high-committees-detail .section-two {
    background: #f0f0f0;
    position: relative
}

.high-committees-detail .section-two:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dad6db;
    top: 0;
    left: 0
}

.high-committees-detail .sub-news--header {
    margin-bottom: 40px
}

.high-committees-detail .sub-news--header:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    background: #dadcdc
}

.high-committees-detail .sub-news--item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 15px;
    transition: all .4s
}

.high-committees-detail .sub-news--item.sub-news--item.swiper-slide-active,
.high-committees-detail .sub-news--item.sub-news--item.swiper-slide-next,
.high-committees-detail .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide,
.high-committees-detail .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide+.sub-news--item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.high-committees-detail .sub-news--slider {
    overflow: visible
}

.high-committees-detail .sub-news--slider:before {
    display: none
}

.high-committees-detail .sub-news--slider:after {
    display: none
}

.high-committees-detail .activities-slider--container {
    margin-top: 40px;
    margin-bottom: 40px
}

.high-committees-detail .activities-slider--text {
    background: #f0f0f0;
    z-index: 33
}

.high-committees-detail .calendar {
    border-right: none
}

.high-committees-detail .calendar__group {
    background: #f0f0f0
}

.high-committees-detail .calendar__wrp {
    background: #f9f9f9
}

.high-committees-detail .calendar__inner {
    padding-top: 40px
}

.high-committees-detail .calendar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.high-committees-detail .calendar__content-header {
    width: 100%;
    padding-left: 80px
}

.high-committees-detail .calendar-inf {
    width: 40%;
    padding: 20px;
    flex-direction: column;
    padding-left: 80px;
    border-right: 1px solid #dadcdc
}

.high-committees-detail .calendar-inf__item {
    width: 100%;
    border: none;
    padding: 15px 0
}

.high-committees-detail .calendar__cnt {
    width: 60%
}

.high-committees-detail .tab-block--section {
    height: 520px;
    position: relative
}

.high-committees-detail .tab-block--toggle-area {
    position: relative;
    width: 100%;
    height: 100%
}

.high-committees-detail .tab-block--cont {
    opacity: 0;
    transition: all .3s;
    transform: translateY(30px);
    pointer-events: none
}

.high-committees-detail .tab-block--cont.active {
    opacity: 1;
    transition: all .3s;
    transform: translateY(0);
    transition-delay: .2s;
    pointer-events: auto
}

.high-committees-detail .tab-block__links {
    align-items: center
}

.high-committees-detail .tab-block__links:before {
    display: none
}

.high-committees-detail .tab-block__links .select2-container--default .select2-selection--single {
    background-color: transparent
}

.high-committees-detail .tab-block__links .select2-container--default .select2-selection--single:focus {
    border: 1px solid #cbcece !important
}

.high-committees-detail .tab-block__links .select2-container--default .select2-selection--single:hover,
.high-committees-detail .tab-block__links .select2-container--default .select2-selection--single:focus {
    background: #fff
}

.high-committees-detail .sidebar__list {
    max-height: 865px;
    position: sticky;
    top: 10px
}

.high-committees-detail .sidebar__item--more {
    font-size: 23px;
    font-weight: 700;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    background: #fff;
    user-select: none
}

.high-committees-detail .sidebar__item:after {
    top: -45px
}

.high-committees-detail .sub-filter-button {
    margin-left: auto
}

.isbirlikleri .head__sidebar {
    margin-top: -83px;
    background: #fff
}

@media(max-width: 992px) {
    .isbirlikleri .head__sidebar {
        display: none
    }
}

.isbirlikleri .head__profile:before {
    width: calc(100% + 1080px)
}

.isbirlikleri .committees__content {
    margin-right: 50px
}

@media(max-width: 769px) {
    .isbirlikleri .committees__content {
        margin-right: 0
    }
}


.purpose__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.purpose__wrapper:before {
    content: "";
    position: fixed;
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, #f9f9f9 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 22
}

.purpose__wrapper:after {
    content: "";
    position: fixed;
    width: 30px;
    height: 100%;
    background: linear-gradient(270deg, #f9f9f9 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    right: 0;
    z-index: 22
}

.purpose__item {
    padding: 20px 30px;
    text-align: center;
    height: 230px;
    border-right: 1px solid #eff0f0;
    transition: all .3s !important
}

@media(max-width: 769px) {
    .purpose__item {
        height: auto;
        padding: 30px 30px
    }
}

.purpose__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 25px;
    transition: all .4s
}

.purpose__item.purpose__item.swiper-slide-active,
.purpose__item.purpose__item.swiper-slide-next,
.purpose__item.purpose__item.swiper-slide-next+.purpose__item.swiper-slide,
.purpose__item.purpose__item.swiper-slide-next+.purpose__item.swiper-slide+.purpose__item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.purpose__item:last-child {
    border: none
}

.purpose__item--icon {
    font-size: 2.6em;
    color: #e30a17;
    line-height: 1;
    display: inline-block
}

.purpose__item--title {
    font-size: 25px;
    font-weight: 700
}

.purpose__item--txt {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #8b8e92
}

.purpose--dots {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -40px !important;
    width: auto !important
}

.purpose__slider {
    position: relative
}

.purpose .swiper-slide-duplicate-prev {
    z-index: 1 !important;
    opacity: 1 !important;
    display: inline !important
}

.history__wrapper {
    margin: 50px 0
}

.history__item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    text-align: left;
    height: 180px;
    border-right: 1px solid #e1e2e2;
    cursor: pointer;
    transition: all .3s !important
}

.history__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    transition: all .4s
}

.history__item.history__item.swiper-slide-active,
.history__item.history__item.swiper-slide-next,
.history__item.history__item.swiper-slide-next+.history__item.swiper-slide,
.history__item.history__item.swiper-slide-next+.history__item.swiper-slide+.history__item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.history__item.history__item.swiper-slide-next+.history__item.swiper-slide+.history__item.swiper-slide {
    border: none
}

.history__item:hover .history__item--icon {
    color: #e30a17
}

.history__item:last-child {
    border: none
}

.history__item--head {
    display: flex
}

.history__item--icon {
    font-size: 3em;
    line-height: 1;
    transition: all .3s;
    flex-shrink: 0
}

.history__item--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.history__item--subtitle {
    font-size: 27px
}

.history__item--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px
}

.history__item--txt {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #8b8e92
}

.history--dots {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -40px !important;
    width: auto !important
}

.history__slider {
    position: relative
}

.history--block {
    width: 100%
}

.activities-slider {
    width: 100%
}

.activities-slider--container {
    display: flex;
    align-items: center;
    width: 100%
}

@media(max-width: 1200px) {
    .activities-slider--container {
        flex-direction: column
    }
}

.activities-slider--text {
    padding: 40px 0;
    background: #f9f9f9;
    z-index: 33
}

@media(max-width: 1200px) {
    .activities-slider--text {
        padding: 25px 0
    }
}

.activities-slider--txt:last-child {
    margin-bottom: 0
}

.activity__slider--cont {
    width: 100%
}

.statistics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(max-width: 1200px) {
    .statistics {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media(max-width: 992px) {
    .statistics {
        flex-direction: column
    }
}

.statistics__desc {
    padding: 20px 0;
    background: #f0f0f0;
    z-index: 2
}

@media(max-width: 992px) {
    .statistics__desc {
        text-align: center;
        padding: 30px 0 !important
    }
}

.statistics__slider {
    position: relative
}

.statistics__content {
    display: flex;
    align-items: flex-start
}

@media(max-width: 992px) {
    .statistics__content {
        flex-direction: column
    }
}

@media(max-width: 576px) {
    .statistics__content {
        overflow: visible
    }
}

.statistics--title {
    font-size: 4.6em;
    color: #3c4c52;
    line-height: 1;
    font-weight: 900;
    font-family: "Gabarito", sans-serif;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .statistics--title {
        font-size: 4.2em
    }
}

@media(max-width: 1200px) {
    .statistics--title {
        font-size: 3.3em
    }
}

@media(max-width: 992px) {
    .statistics--title {
        font-size: 3.4em
    }
}

@media(max-width: 992px) {
    .statistics--title--sub {
        display: inline-block !important
    }
}

.statistics--subtitle {
    font-size: 17px
}

@media(max-width: 1200px) {
    .statistics--subtitle {
        font-size: 16px
    }
}

.statistics-cont {
    padding: 0 30px
}

@media(max-width: 992px) {
    .statistics-cont {
        padding: 0
    }
}

.statistics--txt {
    color: #848a8c;
    font-size: 18px;
    width: 95%
}

.statistics__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e1e2e2;
    padding: 40px 40px;
    height: 350px;
    cursor: pointer;
    transition: all .3s;
    transform: scaleX(1) !important
}

@media(max-width: 1200px) {
    .statistics__item {
        padding: 5px 15px;
        height: 290px
    }
}

@media(max-width: 1400px) {
    .statistics__item {
        padding: 5px 15px;
        height: 320px
    }
}

@media(max-width: 992px) {
    .statistics__item {
        padding: 5px 10px;
        height: 240px
    }
}

@media(max-width: 992px) {
    .statistics__item {
        border: none;
        height: 175px
    }
}

.statistics__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 15px;
    transition: all .4s
}

.statistics__item.statistics__item.swiper-slide-active,
.statistics__item.statistics__item.swiper-slide-next,
.statistics__item.statistics__item.swiper-slide-next+.statistics__item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.statistics__item.statistics__item.swiper-slide-next+.statistics__item.swiper-slide {
    border: none
}

.statistics__item:hover {
    background: #fff;
    transform: scale(1.01) !important;
    box-shadow: 0px 32px 46px 0px rgba(179, 179, 177, .34)
}

.statistics__item:hover .statistics__item--icon {
    color: #e30a17
}

@media(max-width: 992px) {
    .statistics__item:hover {
        background: none;
        transform: scale(1) !important
    }
}

.statistics__item:last-child {
    border-right: none
}

.statistics__item--icon {
    font-size: 3.4em;
    color: #3a4c52;
    display: block;
    transition: all .3s
}

@media(max-width: 1200px) {
    .statistics__item--icon {
        font-size: 3em
    }
}

.statistics__item--txt {
    font-size: 18px;
    color: #848a8c;
    font-weight: 500
}

@media(max-width: 1200px) {
    .statistics__item--txt {
        font-size: 16px
    }
}

.statistics__item--title {
    font-size: 28px;
    margin: 20px auto;
    line-height: 1;
    font-weight: 700;
    color: #3c4c52;
    font-family: "Gabarito", sans-serif;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .statistics__item--title {
        font-size: 23px
    }
}

@media(max-width: 769px) {
    .statistics__item--title {
        margin: 10px auto
    }
}

.statistics--button {
    margin-top: 20px
}

@media(max-width: 992px) {
    .statistics--button {
        margin-top: 10px
    }
}

@media(max-width: 1200px) {
    .statistics--button .button__txt {
        font-size: 16px
    }
}

.sub-banner .banner {
    display: flex;
    align-items: center;
    position: relative;
    height: 150px;
    top: -75px;
    margin-top: 0
}

.sub-banner .banner .logo--image {
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    box-shadow: 4px 8px 31px 4px rgba(35, 42, 43, .34);
    z-index: 11
}

.sub-banner .banner .logo--img {
    width: 100px;
    max-height: 100px
}

.sub-banner .banner .logo--txt {
    height: 150px;
    background: #49555d;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 75px;
    position: relative
}

.sub-banner .banner .logo--txt--img {
    object-fit: contain;
    width: 250px;
    height: 120px
}

.sub-banner .banner__logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9
}

.sub-banner .banner__content {
    height: 150px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.sub-banner .banner__bg {
    height: 150px;
    width: 100%;
    background: #d6aa48;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.sub-banner .banner__bg--img {
    margin-left: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.sub-banner .banner__bg--book {
    height: 170px
}

.sub-banner .banner__bg--desc {
    font-size: 18px;
    font-weight: 500;
    width: 239px;
    color: #38464d
}

.sub-banner .banner__bg--branch {
    width: 130px
}


.element__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px
}

.element__header:before {
    content: "";
    position: absolute;
    width: calc(100% + 300px);
    height: 1px;
    right: 0;
    bottom: 0;
    background: #dcdede
}

.element__slider {
    display: block;
    position: relative;
    overflow: hidden
}

.element__slider--item {
    display: flex;
    align-items: flex-start;
    background: #f8f8f8
}

.element__slider--item:hover .sub-news--title {
    color: #e30a17
}

.element__slider--item.swiper-slide-active .element__img {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .2s;
    transform: scale(1)
}

.element__slider--item.swiper-slide-active .sub-news--title {
    transform: translateY(0);
    transition-delay: .3s;
    opacity: 1
}

.element__slider--item.swiper-slide-active .sub-news__date {
    transform: translateY(0);
    transition-delay: .4s;
    opacity: 1;
    margin-top: 20px
}

.element__slider--item.swiper-slide-active .sub-news__desc {
    transform: translateY(0);
    transition-delay: .5s;
    opacity: 1
}

.element__slider__arrows {
    position: absolute;
    bottom: 20px;
    right: 70px;
    z-index: 11
}

.element__slider__dots.swiper-pagination-bullets {
    position: absolute;
    bottom: 36px;
    width: auto;
    z-index: 35;
    display: flex;
    align-items: center;
    padding-left: 30px
}

.element__slider__dots .swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 3px;
    outline: none;
    transform: scaleY(1);
    transition: all .4s
}

.element__slider__dots .swiper-pagination-bullet-active {
    transform: scaleY(1.5);
    width: 60px;
    background: #e30a17
}

.element__text {
    padding-right: 70px;
    padding-left: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    transition: all .4s
}

.element__img {
    opacity: 0;
    width: 100%;
    height: 330px;
    pointer-events: none;
    transition: all .5s;
    transform: scale(0.97)
}

.element__img--item {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sube .wrapper {
    padding-top: 84px
}

.subeler .locations {
    margin-bottom: 0
}

.subeler .locations:before {
    display: none
}

.subeler .locations__map {
    height: 650px;
    margin-bottom: 20px
}

@media(max-width: 1200px) {
    .subeler .locations__map {
        height: 530px
    }
}

.subeler .fake-pin {
    display: none
}

.subeler .map__card {
    margin-bottom: 40px
}

.subeler .map__card--content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

.subeler .map__card--content .map-search {
    transform: inherit;
    border-top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 34px 0px rgba(61, 76, 89, .1)
}

.subeler .map__card.yurtici .section__title {
    color: #2c537f
}

.subeler .map__card.yurtdısı .section__title {
    color: #c2123d
}

.subeler .map__card.temsilcilik .section__title {
    color: #2c81b6
}

.subeler .map__card.irtibat .section__title {
    color: #811111
}

.subeler .map-search {
    top: 0;
    transform: translateY(-22%) translateX(-50%);
    border-top: 3px solid #b99000;
    bottom: inherit;
    max-width: 980px
}

@media(max-width: 1200px) {
    .subeler .map-search {
        min-height: 250px;
        max-width: 740px;
        transform: translateY(-19%) translateX(-50%)
    }
}

@media(max-width: 576px) {
    .subeler .map-search {
        transform: translateY(-19%) translateX(0)
    }
}

.subeler .map-search__caret {
    display: none
}

.subeler .map-search__svg {
    width: 120px;
    height: 38px;
    object-fit: contain
}

@media(max-width: 1200px) {
    .subeler .map-search__svg {
        width: 92px;
        height: 30px
    }
}

.subeler .map-search__filter {
    display: flex;
    align-items: center
}

.subeler .map-search__check {
    align-items: center;
    line-height: 1;
    display: inline-block;
    margin-left: 15px
}

.subeler .map-search__check .map-search__check--input[type=checkbox] {
    display: none
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 17px;
    color: #51565b;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    user-select: none
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--yurtici:before {
    border: 1px solid #2c5380
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--yurtici:after {
    background-color: #2c5380
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--yurtdisi:before {
    border: 1px solid #c2123d
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--yurtdisi:after {
    background-color: #c2123d
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--temsilcilik:before {
    border: 1px solid #2c81b6
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--temsilcilik:after {
    background-color: #2c81b6
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--irtibat:before {
    border: 1px solid #811111
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label.map-search__check--irtibat:after {
    background-color: #811111
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 0;
    border: 1px solid currentColor
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    transform: scale(0);
    transition: all .2s linear;
    opacity: 0
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label svg {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 333
}

.subeler .map-search__check .map-search__check--input[type=checkbox]+.map-search__check--label #check-icon {
    stroke: #fff;
    stroke-dasharray: 36;
    stroke-dashoffset: 36
}

.subeler .map-search__check .map-search__check--input[type=checkbox]:checked+.map-search__check--label::after {
    transform: scale(1);
    opacity: 1
}

.subeler .map-search__check .map-search__check--input[type=checkbox]:checked+.map-search__check--label #check-icon {
    animation-name: check-animation;
    animation-duration: .1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(1, 0.12, 0.96, 0.62)
}

@keyframes check-animation {
    0% {
        stroke-dashoffset: 36
    }
    100% {
        stroke-dashoffset: 0
    }
}

.subeler .map-search__wrp {
    box-shadow: none
}

@media(max-width: 1200px) {
    .subeler .map-search__wrp .section__header {
        padding: 0 25px
    }
}

@media(max-width: 1200px) {
    .subeler .map-search__wrp .section__title {
        font-size: 21px
    }
}

@media(max-width: 1200px) {
    .subeler .map-search-inf__item {
        font-size: 14px;
        margin-bottom: 5px;
        white-space: nowrap
    }
}

@media(max-width: 769px) {
    .subeler .map-search-inf__item {
        white-space: normal
    }
}

@media(max-width: 1200px) {
    .subeler .map-search-inf__icon {
        font-size: 17px;
        margin-right: 8px
    }
}

.subeler .sub-search__social--text {
    width: 100%
}

@media(max-width: 1200px) {
    .subeler .sub-search__social--text {
        font-size: 19px;
        padding: 15px 25px
    }
}

@media(max-width: 1200px) {
    .subeler .sub-search__address {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media(max-width: 1200px) {
    .subeler .sub-search__address--icon {
        font-size: 32px;
        margin-right: 15px
    }
}

@media(max-width: 1200px) {
    .subeler .sub-search__address--txt {
        font-size: 16px;
        margin-bottom: 6px
    }
}

@media(max-width: 1200px) {
    .subeler .sub-search__address--text .button {
        font-size: 16px
    }
}

@media(max-width: 1200px) {
    .subeler .sub-search__contact {
        padding-left: 20px;
        padding-top: 16px;
        padding-bottom: 15px
    }
}

.haberler-detay .head__news__full--img {
    object-position: 50% 50%
}

.haberler .select-dropdown__title {
    margin-right: 50px;
    font-weight: 500;
    padding-left: 0;
    color: #82898c;
    font-size: 22px;
    transition: all .3s;
    user-select: none
}

.haberler .select-dropdown__title:hover {
    color: #e30a17
}

.haberler .sub-news {
    width: calc(100% + 20px);
    margin-left: 50%;
    transform: translateX(-50%)
}

.haberler .sub-news__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.haberler .sub-news--content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.haberler .sub-news--title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center
}

.haberler .sub-news--title__container {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative
}

.haberler .sub-news--title__container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dbdcdc;
    transition: all .3s
}

.haberler .sub-news--title:hover {
    color: #e30a17
}

.haberler .sub-news--title:before {
    display: none
}

.haberler .sub-news--item {
    margin-top: 20px;
    margin-bottom: 30px
}

.haberler .sub-news--item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    transition: all .4s
}

.haberler .sub-news--item.sub-news--item.swiper-slide-active,
.haberler .sub-news--item.sub-news--item.swiper-slide-next,
.haberler .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide,
.haberler .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide+.sub-news--item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.haberler .sub-news--filter {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px
}

.haberler .sub-news--filter--item {
    padding: 10px 20px
}

.haberler .sub-news--filter--item:nth-child(1) {
    border-right: 1px solid #dadcdc
}

.haberler .sub-news--filter--button {
    margin-left: 50px
}

.haberler .sub-news--tag {
    display: none
}

.haberler .sub-news--horizontal.swiper-slide-active .sub-news--img {
    opacity: 1;
    transition-delay: .3s
}

.haberler .sub-news--horizontal.swiper-slide-active .sub-news--title {
    top: 0;
    opacity: 1;
    transition-delay: .3s
}

.haberler .sub-news--horizontal.swiper-slide-active .sub-news__date {
    top: 0;
    padding: 0;
    opacity: 1;
    transition-delay: .4s
}

.haberler .sub-news--horizontal.swiper-slide-active .sub-news__desc {
    top: 0;
    opacity: 1;
    transition-delay: .5s
}

.haberler .sub-news--horizontal.swiper-slide-active .sub-news--button {
    top: 20px;
    opacity: 1;
    transition-delay: .6s;
    pointer-events: auto
}

.haberler .sub-news--horizontal .sub-news--image {
    width: 100%;
    height: 300px;
    position: relative
}

.haberler .sub-news--horizontal .sub-news--link {
    display: flex;
    align-items: center
}

@media(max-width: 769px) {
    .haberler .sub-news--horizontal .sub-news--link {
        flex-direction: column
    }
}

.haberler .sub-news--horizontal .sub-news--block {
    height: 300px;
    padding: 0 80px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.haberler .sub-news--horizontal .sub-news--img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all .3s
}

.haberler .sub-news--horizontal .sub-news--title {
    position: relative;
    top: 50px;
    font-size: 27px;
    padding: 20px 0;
    margin: 0;
    opacity: 0;
    transition: all .3s
}

.haberler .sub-news--horizontal .sub-news__date {
    position: relative;
    top: 50px;
    padding: 0;
    margin: 14px 0;
    opacity: 0;
    transition: all .3s
}

@media(max-width: 1200px) {
    .haberler .sub-news--horizontal .sub-news__date {
        margin: 10px 0
    }
}

.haberler .sub-news--horizontal .sub-news__desc {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all .3s
}

.haberler .sub-news--horizontal .sub-news--button {
    opacity: 0;
    pointer-events: none;
    top: 50px;
    position: relative;
    transition: all .3s
}

.haberler .head {
    background: #f9f9f9
}

.haberler .head__sidebar {
    background: #fff
}

@media(max-width: 992px) {
    .haberler .head__sidebar {
        display: none
    }
}

.haberler .head--content {
    max-height: 462px
}

@media(max-width: 1200px) {
    .haberler .head--content {
        max-height: 400px
    }
}

@media(max-width: 769px) {
    .haberler .head--content {
        max-height: inherit
    }
}

.haberler .head__news:before {
    content: "";
    position: absolute;
    width: calc(100% + 360px);
    bottom: 0;
    height: 2px;
    background: #e30a17;
    right: 0
}

@media(max-width: 992px) {
    .haberler .head__news:before {
        right: -100px
    }
}

.haberler .head-social {
    margin-top: -1px
}

.haberler .head .sidebar {
    margin-top: -81px;
    position: relative;
    height: auto
}

@media(max-width: 1200px) {
    .haberler .head .sidebar {
        margin-top: -87px;
        width: auto
    }
}

.haberler .news-tab__wrp {
    margin-top: 45px
}

.haberler .news-tab__links {
    margin-right: 30px
}

@media(max-width: 992px) {
    .haberler .news-tab__links {
        margin-right: 0
    }
}

.haberler .news-tab__inner {
    height: 320px;
    margin: 27px 0
}

@media(max-width: 769px) {
    .haberler .news-tab__inner {
        height: inherit
    }
}

.haberler .news-tab-slider .sub-news--image--slider {
    height: 270px
}

@media(max-width: 1200px) {
    .haberler .news-tab-slider .sub-news--image--slider {
        height: 230px
    }
}

@media(max-width: 769px) {
    .haberler .news-tab-slider .sub-news--image--slider {
        margin-bottom: 20px
    }
}

.haberler .news-tab-slider .sub-news--title {
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 23px;
    font-weight: 700
}

@media(max-width: 1200px) {
    .haberler .news-tab-slider .sub-news--title {
        font-size: 22px;
        line-height: 1.2;
        padding-bottom: 16px
    }
}

.haberler .news-tab-slider .sub-news__desc {
    margin-top: 0
}

.haberler .news-tab-slider .sub-news--block {
    height: auto;
    top: -8px
}

@media(max-width: 769px) {
    .haberler .news-tab-slider .sub-news--block {
        top: 0;
        padding: 0 !important;
        margin-bottom: 30px
    }
}

.haberler .section__header:after {
    left: 30%
}

@media(max-width: 992px) {
    .haberler .section__header:after {
        left: 50%
    }
}

.haberler .section__title {
    font-size: 30px;
    padding: 12px 0
}

@media(max-width: 1200px) {
    .haberler .section__title {
        font-size: 26px;
        padding: 10px 0
    }
}

@media(max-width: 480px) {
    .haberler .section__title {
        font-size: 21px
    }
}

.haberler .calendar-date--text {
    font-weight: 500;
    font-size: 15px
}

.haberler .footer {
    border-top: 1px solid #cfd4d8
}

.haberler .footer-catch {
    margin-top: 50px;
    margin-bottom: 50px
}

.haberler .subpage__inner {
    margin-bottom: 0
}

.haberler .news-all-button .button__txt {
    border-right: 1px solid #e30a17
}

.haberler-detay .banner__col {
    max-height: 380px;
    height: 100%
}

.haberler-detay .banner-section {
    margin-top: 0
}

.haberler-detay .banner-section__wrp {
    margin-top: -140px
}

.haberler-detay .banner__item .overlay {
    opacity: .9
}

.haberler-detay .breadcrumb {
    z-index: 1;
    top: 1px
}

@media(max-width: 992px) {
    .haberler-detay .breadcrumb {
        top: 3px
    }
}

@media(max-width: 576px) {
    .haberler-detay .breadcrumb {
        top: 0
    }
}

.haberler-detay .locations {
    padding-top: 60px;
    background: #f6f8f9
}

.haberler-detay .locations:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dcddde;
    top: -1px;
    left: 0
}

.haberler-detay .locations:before {
    height: 50%
}

.haberler-detay .section--one {
    background: #f0f0f0
}

.haberler-detay .section--two {
    background: #f9f9f9;
    padding-bottom: 100px
}

.haberler-detay .section--three {
    height: 0;
    background: #f9f9f9
}

.haberler-detay .news__desc {
    padding-bottom: 20px
}

.haberler-detay .news__desc--title {
    font-size: 30px;
    padding-top: 32px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--title {
        font-size: 24px;
        padding-top: 24px;
        padding-bottom: 16px
    }
}

.haberler-detay .news__desc--title:before {
    content: "";
    position: absolute;
    width: 70vw;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #dadcdc
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--title:before {
        width: 100vw
    }
}

.haberler-detay .news__desc--title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
    background: #e30a17;
    z-index: 2
}

.haberler-detay .news__desc--social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
    margin-bottom: 35px
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--social {
        margin-bottom: 30px;
        padding-right: 0
    }
}

.haberler-detay .news__desc--social:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    bottom: 0
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--social:before {
        width: 100vw
    }
}

.haberler-detay .news__desc--social .social-item {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #e5e5e6;
    color: #b9bcbe
}

.haberler-detay .news__desc--share {
    display: flex;
    align-items: center
}

.haberler-detay .news__desc--share--txt {
    font-size: 15px;
    margin-right: 20px
}

@media(max-width: 576px) {
    .haberler-detay .news__desc--share--txt {
        display: none
    }
}

.haberler-detay .news__desc--txt {
    font-size: 16px;
    color: #60696c;
    font-weight: 300;
    padding-right: 30px;
    margin-bottom: 10px
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--txt {
        font-size: 15px;
        padding-right: 0
    }
}

.haberler-detay .news__desc--txt-bold {
    font-weight: 500;
    font-size: 17px
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--txt-bold {
        font-size: 16px
    }
}

.haberler-detay .news__desc--txt--quote {
    padding: 30px 10px;
    border-top: 1px solid #dadcdc;
    border-bottom: 1px solid #dadcdc;
    margin: 40px 30px 40px 0;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    color: #60696c;
    font-weight: 500;
    font-style: italic
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--txt--quote {
        font-size: 16px;
        margin: 30px 0px 30px 0
    }
}

.haberler-detay .news__desc--txt--icon {
    color: #d3d5d6;
    margin-right: 15px;
    font-size: 18px
}

.haberler-detay .news__desc--banner {
    height: 380px;
    margin-top: 82px
}

@media(max-width: 1200px) {
    .haberler-detay .news__desc--banner {
        margin-top: 32px
    }
}

@media(max-width: 992px) {
    .haberler-detay .news__desc--banner {
        display: none
    }
}

@media(max-width: 769px) {
    .haberler-detay .news__desc--banner {
        height: 160px
    }
}

.haberler-detay .news--gallery {
    overflow: hidden
}

.haberler-detay .sub-news--content {
    flex-wrap: nowrap
}

.haberler-detay .sub-news--slider {
    width: 100%
}

.haberler-detay .sub-news--slider:before {
    background: linear-gradient(90deg, #f9f9f9 30%, rgba(255, 255, 255, 0) 100%)
}

.haberler-detay .sub-news--slider:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 70%)
}

.haberler-detay .sub-news__name {
    padding-bottom: 18px
}

.haberler-detay .head__sidebar {
    margin-top: 82px
}

@media(max-width: 1200px) {
    .haberler-detay .head__sidebar {
        margin-top: 88px
    }
}

@media(max-width: 992px) {
    .haberler-detay .head__sidebar {
        display: none
    }
}

.haberler-detay .head__news__full {
    height: 414px
}

@media(max-width: 1200px) {
    .haberler-detay .head__news__full {
        height: 353px
    }
}

@media(max-width: 992px) {
    .haberler-detay .head__news__full {
        height: 350px
    }
}

@media(max-width: 769px) {
    .haberler-detay .head__news__full {
        height: 251px
    }
}

@media(max-width: 576px) {
    .haberler-detay .head__news__full {
        height: 180px
    }
}

.haberler-detay .head__news__full--img {
    border-left: 1px solid #dadcdc;
    border-right: 1px solid #dadcdc
}

.haberler-detay .subpage__inner {
    margin-bottom: 0
}

.haberler-detay .flex-div {
    flex-wrap: wrap
}

.e-cerceve .subpage__inner {
    margin-bottom: 0
}

.e-cerceve .head--content {
    padding-top: 20px;
    min-height: 360px
}

@media(max-width: 1600px) {
    .e-cerceve .head--content {
        min-height: 340px
    }
}

@media(max-width: 992px) {
    .e-cerceve .head--content {
        flex-direction: inherit
    }
}

@media(max-width: 769px) {
    .e-cerceve .head--content {
        flex-direction: column
    }
}

.e-cerceve .head--content--right {
    background: #fff;
    padding: 0 40px;
    margin-top: -110px;
    overflow: hidden;
    border-top: 4px solid #e30a17
}

.e-cerceve .head--content--right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff
}

@media(max-width: 769px) {
    .e-cerceve .head--content--right:before {
        left: -50px;
        width: 50px
    }
}

.e-cerceve .head--content--right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff
}

@media(max-width: 769px) {
    .e-cerceve .head--content--right:after {
        right: -50px;
        width: 50px
    }
}

@media(max-width: 1200px) {
    .e-cerceve .head--content--right {
        margin-top: -95px
    }
}

@media(max-width: 769px) {
    .e-cerceve .head--content--right {
        margin: 0;
        padding: 0;
        border: none;
        overflow: visible
    }
}

.e-cerceve .head--content--left:before {
    content: "";
    position: absolute;
    width: calc(100% + 360px);
    height: 2px;
    bottom: 0;
    background: #bc9b40;
    right: 0
}

.e-cerceve .head--txt {
    padding-right: 30px;
    margin: 30px 0;
    color: #60696c;
    font-size: 17px;
    font-weight: 500
}

@media(max-width: 1400px) {
    .e-cerceve .head--txt {
        padding-right: 25px;
        margin: 20px 0
    }
}

@media(max-width: 1200px) {
    .e-cerceve .head--txt {
        font-size: 15px
    }
}

.e-cerceve .head__block {
    display: flex;
    margin: 25px 0
}

@media(max-width: 992px) {
    .e-cerceve .head__block {
        flex-direction: column;
        align-items: center
    }
}

.e-cerceve .head__block--image {
    flex-shrink: 0;
    width: 245px;
    height: 300px
}

@media(max-width: 1400px) {
    .e-cerceve .head__block--image {
        width: 205px;
        height: 254px
    }
}

@media(max-width: 1200px) {
    .e-cerceve .head__block--image {
        width: 150px;
        height: 184px;
        margin-bottom: 40px
    }
}

.e-cerceve .head__block--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 3px 20px rgba(8, 29, 37, 0.5));
    margin-left: 10px
}

@media(max-width: 1200px) {
    .e-cerceve .head__block--img {
        margin-left: 0
    }
}

.e-cerceve .head__block--txt {
    margin-bottom: 40px;
    font-size: 18px;
    margin-right: 20px;
    color: #60696c
}

@media(max-width: 1400px) {
    .e-cerceve .head__block--txt {
        margin-bottom: 20px;
        font-size: 16px;
        margin-right: 10px;
        padding-right: 10px !important
    }
}

@media(max-width: 1200px) {
    .e-cerceve .head__block--txt {
        font-size: 15px;
        padding-right: 0 !important
    }
}

@media(max-width: 769px) {
    .e-cerceve .head__block--txt {
        display: none
    }
}

.e-cerceve .head__block--text {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.e-cerceve .head__block--text .button {
    margin-top: auto
}

@media(max-width: 1200px) {
    .e-cerceve .head__block--text {
        margin-left: 25px
    }
}

@media(max-width: 992px) {
    .e-cerceve .head__block--text {
        margin-left: 0
    }
}

.head--title {
    margin-top: 20px
}

.head--title-right {
    padding-top: 24px;
    padding-bottom: 16px;
    color: #657176;
    position: relative;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase
}

.head--title-right.title-tab-filter {
    margin-bottom: 0
}

@media(max-width: 1200px) {
    .head--title-right {
        font-size: 26px
    }
}

.head--title-right:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: calc(100% + 100vw);
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e0e0e0
}

.head--title-right:after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #e30a17
}

.e-cerceve .sub-news--item {
    margin-bottom: 70px;
    transition: all .3s
}

@media(max-width: 1400px) {
    .e-cerceve .sub-news--item {
        margin-bottom: 50px
    }
}

.e-cerceve .sub-news--item--button {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: auto;
    flex-shrink: 0;
    width: 100%
}

@media(max-width: 769px) {
    .e-cerceve .sub-news--item--button .button__wrp {
        background: transparent
    }
}

.e-cerceve .sub-news--item:hover .sub-news--item--button .e-cerceve--button {
    background: #fff
}

.e-cerceve .sub-news--item:hover .sub-news--link {
    background: #fff
}

.sub-news--filter {
    display: flex;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px
}

.sub-news--filter--item {
    padding: 10px 20px
}

.sub-news--filter--item:hover .select-dropdown__title {
    color: #e30a17
}

.sub-news--filter--item:nth-child(1) {
    border-right: 1px solid #dadcdc
}

.sub-news--filter--button {
    margin-left: 50px
}

.e-cerceve .sub-news--content {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
    margin-bottom: 0
}

@media(max-width: 1400px) {
    .e-cerceve .sub-news--content {
        margin: 45px 0;
        margin-bottom: 0
    }
}

@media(max-width: 576px) {
    .e-cerceve .sub-news--content {
        margin-bottom: 0
    }
}

.e-cerceve .sub-news--img {
    height: 100%;
    object-fit: contain;
    box-shadow: 0px 3px 30px 2px rgba(8, 20, 30, .1);
    transition: all .3s
}

.e-cerceve .sub-news--title {
    text-align: center;
    margin-bottom: 0;
    color: #7d8486;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.e-cerceve .sub-news--title:before {
    display: none
}

.e-cerceve .sub-news--image {
    width: 250px;
    height: 310px;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

@media(max-width: 1400px) {
    .e-cerceve .sub-news--image {
        width: 210px;
        height: 260px
    }
}

@media(max-width: 1200px) {
    .e-cerceve .sub-news--image {
        width: 200px;
        height: 250px
    }
}

@media(max-width: 992px) {
    .e-cerceve .sub-news--image {
        width: 240px;
        height: 290px
    }
}

.e-cerceve .sub-news--link {
    padding: 25px 0;
    background: #f5f5f5;
    transition: all ease-in-out .3s;
    height: 100%;
    display: flex;
    flex-direction: column
}

.e-cerceve--button {
    padding: 7px 72px !important
}

@media(max-width: 1400px) {
    .e-cerceve--button {
        padding: 6px 50px !important
    }
}

@media(max-width: 992px) {
    .e-cerceve .breadcrumb:before {
        right: 25%
    }
}

@media(max-width: 769px) {
    .e-cerceve .breadcrumb:before {
        right: 0
    }
}

.e-cerceve .footer {
    border-top: 1px solid #cfd4d8
}

.e-cerceve .footer-catch {
    margin-top: 65px
}

.e-cerceve .read-more {
    color: #e30a17;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    display: block
}

.e-cerceve .ellipsis {
    font-size: 22px
}

.e-cerceve .limited-txt-view {
    max-height: 395px;
    overflow: hidden
}

.e-cerceve .limited-txt-view.height-auto {
    max-height: unset;
    display: block
}

.e-cerceve .limited-txt-view--big {
    max-height: 600px;
    overflow: hidden
}

.e-cerceve .limited-txt-view--big.height-auto {
    max-height: unset;
    display: block
}

@media(min-width: 576px) {
    .isbirlikleri .sub-news--filter {
        padding: 0
    }
}

.senyap .statistics__desc {
    padding: 70px 0;
    background: #f0f0f0;
    z-index: 33
}

.senyap .statistics__desc:before {
    position: absolute;
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 0%, rgba(0, 0, 0, 0) 100%);
    right: -40px;
    top: 0;
    z-index: 22
}

.senyap .statistics__slider {
    padding-left: 40px
}

.senyap .footer .footer-list {
    display: none
}

.senyap .head__text {
    margin-top: -104px
}

@media(max-width: 992px) {
    .senyap .head__text {
        margin-top: 0
    }
}

.senyap .head__text--logo {
    padding-top: 20px;
    padding-bottom: 14px;
    width: 160px;
    height: 100px;
    position: relative
}

@media(max-width: 1400px) {
    .senyap .head__text--logo {
        width: 140px;
        height: 80px
    }
}

.senyap .head__text--logo:before {
    content: "";
    position: absolute;
    background: #e0e0e0;
    width: 100vw;
    height: 1px;
    left: 0;
    bottom: 0
}

.senyap .head__text--logo:after {
    content: "";
    position: absolute;
    background: #e30a17;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px
}

.senyap .head__text--logo--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center
}

.senyap .head__text--cont {
    padding: 0
}

.senyap .head__profile--text {
    margin-top: 30px;
    margin-bottom: 30px
}

.senyap .section-two {
    background: #fff;
    padding-bottom: 100px
}

.senyap .subpage-header {
    min-height: 530px
}

@media(max-width: 992px) {
    .senyap .subpage-header {
        min-height: 380px
    }
}

.senyap .subpage-header-bg__img {
    opacity: 1;
    width: 100%
}

.senyap .subpage-header-bg__overlay {
    background-image: linear-gradient(to right, #171e25 0%, rgba(240, 240, 240, 0) 50%);
    width: 100%
}

.senyap .subpage-wrapper {
    position: relative
}

.senyap .subpage-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cfd4d8;
    bottom: -1px;
    left: 0
}

.senyap .subpage__inner {
    margin-bottom: 65px
}

.senyap .sub-news {
    margin-top: -40px
}

.senyap .sub-news--item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 15px;
    transition: all .4s
}

.senyap .sub-news--item.sub-news--item.swiper-slide-active,
.senyap .sub-news--item.sub-news--item.swiper-slide-next,
.senyap .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide,
.senyap .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide+.sub-news--item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

.senyap__slider--dots {
    margin-left: 50% !important;
    transform: translateX(-50%);
    position: static !important;
    bottom: 5px !important;
    display: inline-flex;
    margin-top: 60px
}

.senyap__slider--dots .swiper-pagination-bullet {
    opacity: 1;
    height: 3px;
    width: 40px;
    background: #c3c8ca
}

.senyap__slider--dots .swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px
}

.senyap .banner__inner {
    top: -100px
}

.expo .statistics__desc {
    padding: 30px 0;
    background: #f0f0f0;
    z-index: 33
}

.expo .statistics__desc:before {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 0%, rgba(0, 0, 0, 0) 100%)
}

@media(max-width: 992px) {
    .expo .statistics__desc:before {
        display: none
    }
}

.expo .statistics__slider {
    padding-left: 40px
}

@media(max-width: 992px) {
    .expo .statistics__slider {
        padding-left: 0
    }
}

.expo .subpage-header {
    min-height: 650px
}

@media(max-width: 1600px) {
    .expo .subpage-header {
        min-height: 560px
    }
}

@media(max-width: 1400px) {
    .expo .subpage-header {
        min-height: 500px
    }
}

@media(max-width: 992px) {
    .expo .subpage-header {
        min-height: 460px
    }
}

@media(max-width: 576px) {
    .expo .subpage-header {
        min-height: 360px
    }
}

@media all and (max-width: 400px) {
    .expo .subpage-header {
        min-height: 320px
    }
}

.expo .subpage-header-bg__img {
    opacity: 1;
    width: 100%
}

.expo .subpage-header-bg__overlay {
    background-image: linear-gradient(to right, #171e25 0%, rgba(240, 240, 240, 0) 80%);
    width: 100%
}

.expo .subpage-header-bg__overlay:before {
    height: 50%
}

.expo .subpage-header-bg__overlay:after {
    height: 50%
}

@media(max-width: 769px) {
    .expo .subpage-header__title {
        width: 170px
    }
}

@media(max-width: 576px) {
    .expo .subpage-header__title {
        width: auto;
        font-size: 30px
    }
}

@media(max-width: 576px) {
    .expo .subpage-header__cnt {
        margin-top: -220px
    }
}

.expo .head__text--logo {
    padding: 20px 0;
    width: 160px;
    height: 94px;
    display: inline-block
}

@media(max-width: 1200px) {
    .expo .head__text--logo {
        width: 100px;
        height: 80px
    }
}

@media(max-width: 992px) {
    .expo .head__text--logo {
        width: 120px;
        height: 92px
    }
}

.expo .head__text--logo:before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 1px;
    left: 0;
    bottom: 0px;
    background: #e0e0e0
}

.expo .head__text--logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
    background: #e30a17
}

.expo .head__text--logo--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center
}

.expo .head__text--cont {
    padding: 0
}

.expo .head__text--cont .button {
    margin: 20px 0
}

.expo .section-two {
    background: #fff;
    padding-bottom: 30px
}

.expo .section-three {
    border-top: 1px solid #dadcdc
}

.expo .footer {
    border-top: 1px solid #cfd4d8
}

.expo .banner__inner {
    top: -100px
}

.expo .sub-news--item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    margin-top: 15px;
    transition: all .4s
}

.expo .sub-news--item.sub-news--item.swiper-slide-active,
.expo .sub-news--item.sub-news--item.swiper-slide-next,
.expo .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide,
.expo .sub-news--item.sub-news--item.swiper-slide-next+.sub-news--item.swiper-slide+.sub-news--item.swiper-slide {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateY(0px)
}

@media(max-width: 992px) {
    .expo .breadcrumb:before {
        right: 0
    }
}

.old-president__container {
    display: flex;
    padding-top: 20px;
    position: relative
}

.old-president__time {
    position: absolute;
    right: 0;
    background: #fff;
    height: calc(100% - 186px);
    top: -83px;
    width: 100%;
    border-top: 3px solid #e30a17;
    overflow: hidden
}

@media(max-width: 1200px) {
    .old-president__time {
        display: none
    }
}

.old-president__time--title {
    padding-top: 28px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    margin-left: 38px;
    display: inline-block
}

.old-president__time--title:before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 1px;
    background: #e0e0e0;
    bottom: 0;
    left: 0
}

.old-president__time--title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e30a17;
    bottom: -1px;
    left: 0
}

.old-president__time--start {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #82898c;
    font-family: "Gabarito", sans-serif;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 10px
}

@media(max-width: 1200px) {
    .old-president__time--start {
        font-size: 21px
    }
}

@media(max-width: 992px) {
    .old-president__time--start span {
        display: none
    }
}

@media(max-width: 769px) {
    .old-president__time--start {
        margin-top: 15px;
        margin-bottom: 0;
        margin-right: 30px
    }
}

.old-president__time--end {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #82898c;
    font-family: "Gabarito", sans-serif;
    line-height: 1
}

@media(max-width: 1200px) {
    .old-president__time--end {
        font-size: 21px
    }
}

@media(max-width: 992px) {
    .old-president__time--end span {
        display: none
    }
}

@media(max-width: 769px) {
    .old-president__time--end {
        margin-top: 15px;
        margin-bottom: 0
    }
}

.old-president__time--year {
    display: block
}

@media(max-width: 1200px) {
    .old-president__time--year {
        font-size: 25px
    }
}

.old-president__element {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding: 40px 0
}

@media(max-width: 769px) {
    .old-president__element {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 40px 0;
        position: relative
    }
}

.old-president__element--time {
    display: flex;
    padding-left: 60px;
    flex-direction: column;
    z-index: 11;
    margin-top: -10px
}

@media(max-width: 769px) {
    .old-president__element--time {
        display: none
    }
}

.old-president__element--time-mbl {
    display: none
}

@media(max-width: 769px) {
    .old-president__element--time-mbl {
        display: flex;
        margin-bottom: 50px;
        margin-left: 160px
    }
}

@media(max-width: 576px) {
    .old-president__element--time-mbl {
        margin-bottom: 0;
        margin-left: 0
    }
}

@media(max-width: 1600px) {
    .old-president__element--time {
        padding-left: 40px
    }
}

@media(max-width: 1200px) {
    .old-president__element--time {
        padding-left: 30px
    }
}

.old-president__img {
    max-width: 270px;
    height: 310px;
    width: 100%;
    background: #fff;
    max-height: 310px;
    padding: 5px;
    object-fit: cover
}

@media(max-width: 1200px) {
    .old-president__img {
        max-width: 180px;
        height: 230px
    }
}

@media(max-width: 769px) {
    .old-president__img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 140px;
        height: 170px;
        margin-bottom: 30px
    }
}

@media(max-width: 576px) {
    .old-president__img {
        max-width: 160px;
        height: 200px;
        position: static;
        margin-bottom: 10px
    }
}

.old-president--underline {
    display: block;
    line-height: 1;
    font-size: 33px;
    font-weight: 900;
    margin-top: 2px
}

@media(max-width: 1200px) {
    .old-president--underline {
        font-size: 26px
    }
}

.old-president__text {
    padding-left: 50px;
    display: flex;
    overflow: hidden
}

@media(max-width: 1200px) {
    .old-president__text {
        padding-left: 30px
    }
}

@media(max-width: 769px) {
    .old-president__text {
        padding-left: 0
    }
}

.old-president__title {
    font-size: 32px;
    font-weight: 700;
    color: #788489;
    line-height: 1;
    padding-bottom: 14px;
    position: relative;
    display: inline-block
}

@media(max-width: 1200px) {
    .old-president__title {
        font-size: 25px
    }
}

@media(max-width: 769px) {
    .old-president__title {
        margin-left: 160px
    }
}

@media(max-width: 576px) {
    .old-president__title {
        margin-left: 0
    }
}

.old-president__title:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: 0;
    background: #e0e0e0
}

.old-president__title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    background: #e30a17
}

.old-president__desc {
    display: block;
    z-index: 22
}

.old-president__txt {
    font-size: 18px;
    color: #82898c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    padding-right: 20px
}

@media(max-width: 1200px) {
    .old-president__txt {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 0
    }
}

.old-president__txt--more {
    display: block;
    color: #82898c;
    font-weight: 700;
    font-size: 21px;
    transition: all .3s
}

@media(max-width: 1200px) {
    .old-president__txt--more {
        font-size: 16px
    }
}

.old-president__txt--more:hover {
    color: #e30a17
}

.old-president__button {
    text-transform: uppercase;
    font-size: 18px
}

@media(max-width: 1200px) {
    .old-president .breadcrumb:before {
        right: 0
    }
}

.organization-chart .breadcrumb:before {
    right: 0
}

.organization-chart .chart__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 60px 0
}

.organization-chart .chart__img {
    width: 100%;
    height: 100%
}

.i-k .footer {
    border-top: 1px solid #cfd4d8
}

.i-k .footer-catch {
    margin-top: 65px
}

.i-k .sub-news--header {
    margin-bottom: 20px
}

.i-k .subpage__inner {
    margin-bottom: 0
}

.i-k .head__text--desc {
    margin-top: 0
}

.i-k .head__text--desc .button {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px
}

.i-k .block-tab-toggle__item {
    transform: translateY(0)
}

.i-k .tab-block--cont {
    opacity: 1;
    height: auto
}

.i-k .tab-block--cont.active {
    opacity: 1
}

.i-k .position-info__desc .button {
    margin-bottom: 20px
}

.i-k__block--text {
    margin-top: 30px
}

.i-k__block--txt {
    font-weight: 500;
    line-height: 1.5;
    font-size: 17px
}

.i-k__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.i-k__box {
    padding: 20px
}

.i-k__box__header {
    width: 100%;
    height: 180px;
    position: relative
}

.i-k__box__header--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5
}

.i-k__box--title {
    font-size: 28px;
    white-space: nowrap;
    font-weight: 900
}

.i-k__box__cont {
    padding: 20px;
    text-align: center;
    background: #f3f3f3
}

.i-k__box--txt {
    font-size: 17px;
    color: #60696c;
    margin-bottom: 25px
}

.i-k .popup__title {
    margin-top: 30px;
    font-size: 32px
}

.position-info {
    padding-top: 10px;
    padding-bottom: 20px
}

.position-info__desc--item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 18px 0;
    position: relative;
    padding-left: 16px
}

.position-info__desc--item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #6c7477;
    border-radius: 50%
}

.title__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.title__block:before {
    content: "";
    position: absolute;
    width: calc(100% + 50%);
    height: 1px;
    left: 0;
    bottom: 0;
    background: #dadcdc
}

.title__name {
    margin-bottom: 0;
    font-size: 28px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 12px;
    font-weight: 900;
    color: #e30a17
}

.title__name:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #e30a17;
    left: 0
}

.boxes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.boxes__item {
    padding: 20px;
    text-align: center
}

.boxes__item--cont {
    background: #f6f6f6;
    padding: 20px;
    transition: all .3s
}

.boxes__item--cont:hover {
    background: #fff
}

.boxes__item--cont:hover .boxes__item--icon {
    color: #e30a17
}

.boxes__item--cont:hover .boxes__item--title {
    color: #e30a17
}

.boxes__item--icon {
    font-size: 2.4em;
    transition: all .3s
}

.boxes__item--txt {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 500
}

.boxes__item--title {
    font-size: 26px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
    color: #5b6166;
    transition: all .3s
}

.boxes__item--text {
    min-height: 120px;
    max-height: 130px
}

.captcha .success {
    display: none
}

.captcha .CaptchaTxtinput {
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 15px
}

.captcha .CaptchaTxtinput::placeholder {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 500
}

.captcha .CaptchaTxtimg {
    height: 80px
}

.captcha .CaptchaTxtimg .capcode {
    width: 100%
}

@media(max-width: 769px) {
    .captcha .CaptchaTxtimg .capcode {
        width: 320px;
        height: 120px;
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width: 480px) {
    .captcha .CaptchaTxtimg .capcode {
        width: 250px;
        height: 80px;
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

.captcha .btnSubmit {
    border: 1px solid #e30a17;
    background: #fff;
    color: #1b1e21;
    font-weight: 500;
    cursor: pointer;
    transition: all ease-in-out .3s
}

.captcha .btnSubmit:hover {
    border: 1px solid #e30a17;
    background: #e30a17;
    color: #fff;
    font-weight: 500
}

.captcha .ReloadBtn {
    background: #fff;
    color: #5b6166;
    margin: 15px 0;
    padding: 0;
    cursor: pointer;
    font-weight: 500;
    transition: all ease-in-out .3s
}

.captcha .ReloadBtn:hover {
    color: #e30a17
}

.captcha .error {
    color: #dc1b24;
    font-size: 14px;
    font-weight: 500;
    font-family: "Barlow", sans-serif
}

.captcha .success {
    color: #1f9539;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    margin-bottom: 10px
}

.captcha .flex-div {
    align-items: flex-start
}

@media(max-width: 769px) {
    .CaptchaWrap {
        flex-wrap: wrap
    }
}

.search-result .subpage__inner {
    margin-bottom: 50px
}

.search-result .head__search__box {
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center
}

.search-result .head__search__input {
    width: 100%;
    border-bottom: 3px solid #e30a17;
    font-size: 20px;
    color: #d3d3d5;
    font-weight: 500;
    position: absolute;
    height: 60px;
    padding: 0;
    font-family: "Barlow", sans-serif
}

.search-result .head__search__input--svg {
    position: absolute;
    right: 15px;
    font-size: 1.6em;
    line-height: 1;
    display: inline-block;
    opacity: .7
}

.search-result .head__search__input::placeholder {
    font-size: 28px;
    font-weight: 500;
    color: #d3d3d5;
    letter-spacing: 1px
}

.search-result__item {
    display: flex;
    align-items: center;
    transition: all .3s;
    margin-bottom: 20px;
    background-color: #f8f8f8
}

@media(max-width: 576px) {
    .search-result__item {
        flex-direction: column
    }
}

.search-result__item:hover {
    box-shadow: 0px 14px 40px 0px rgba(23, 30, 37, .07);
    background: #fff
}

.search-result__item:hover .search-result__inf--svg {
    color: #e30a17
}

.search-result__item:hover .search-result__title {
    color: #e30a17
}

.search-result__text {
    padding: 0 32px;
    width: 100%
}

@media(max-width: 1200px) {
    .search-result__text {
        padding: 0 30px
    }
}

@media(max-width: 576px) {
    .search-result__text {
        padding: 15px 30px
    }
}

.search-result__title {
    color: #1b1e21;
    transition: all .3s
}

@media(max-width: 1200px) {
    .search-result__title {
        font-size: 21px;
        margin-bottom: 8px
    }
}

.search-result__desc {
    font-weight: 500;
    border-top: 1px solid #cfd4d8;
    padding-top: 12px
}

@media(max-width: 1200px) {
    .search-result__desc {
        margin-bottom: 0;
        font-size: 15px
    }
}

.search-result__img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0
}

@media(max-width: 576px) {
    .search-result__img {
        width: 100%
    }
}

.search-result__block {
    transform: translateY(50px);
    opacity: 0;
    pointer-events: none;
    height: 0;
    transition: all .3s
}

.search-result__block.active {
    transform: translateY(0px);
    margin-top: 30px;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding-bottom: 80px
}

@media(max-width: 1200px) {
    .search-result__block.active {
        padding-bottom: 40px
    }
}

.search-result__block .icon-font {
    font-size: 3em;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center
}

@media(max-width: 1200px) {
    .search-result__block .icon-font {
        font-size: 2.6em
    }
}

.search-result__block .icon-font-small {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    flex-shrink: 0;
    position: relative
}

.search-result__block .icon-font-big {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6em;
    flex-shrink: 0;
    position: relative
}

.search-result__block .icon-font-big:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 70%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cfd4d8
}

.search-result__notice .search-result__item {
    background: none;
    border-bottom: 1px solid #cfd4d8;
    border-top: 1px solid #cfd4d8;
    margin: 0;
    z-index: 11;
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative
}

.search-result__notice .search-result__item:last-child {
    border: none
}

.search-result__notice .search-result__item:first-child {
    border: none
}

.search-result__notice .search-result__item:hover {
    z-index: 22;
    background: #fff;
    border-color: transparent
}

.search-result__notice .search-result__desc {
    border: none;
    padding: 0
}

.search-result__page .search-result__text {
    padding: 5px 50px 5px 20px
}

.search-result__page .search-result__item {
    padding: 15px 0;
    background: none;
    margin-bottom: 0
}

@media(max-width: 1200px) {
    .search-result__page .search-result__item {
        padding: 12px 0
    }
}

.search-result__page .search-result__item:hover {
    background: #fff
}

.search-result__page .search__breadcrumb--item {
    font-weight: 500;
    font-size: 17px;
    color: #b5b4b4;
    font-family: "Barlow", sans-serif
}

@media(max-width: 1200px) {
    .search-result__page .search__breadcrumb--item {
        font-size: 16px
    }
}

.search-result__page .search__breadcrumb--item:last-child {
    color: #969ea1
}

.search-result__page .search__breadcrumb--item--svg {
    color: #1b1e21
}

.search-result__page:hover .search__breadcrumb--item:last-child {
    color: #e30a17
}

.search-result__inf {
    display: flex;
    align-items: center;
    padding-bottom: 16px
}

@media(max-width: 1200px) {
    .search-result__inf {
        padding-bottom: 10px
    }
}

.search-result__inf--block {
    margin-right: 20px;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: #1b1e21
}

.search-result__inf--svg {
    color: #1b1e21;
    display: inline-block;
    line-height: 1;
    margin-right: 8px;
    transition: all .3s
}

.search-result__breadcrumb {
    display: flex;
    align-items: center;
    border-top: 1px solid #cfd4d8;
    padding-top: 10px
}

.search-result .search__breadcrumb--item {
    display: flex;
    align-items: center
}

.search-result .search__breadcrumb--item:last-child .search__breadcrumb--item--svg {
    display: none
}

.search-result .search__breadcrumb--item--svg {
    font-size: 10px;
    margin: 0 15px
}

@media(max-width: 1200px) {
    .search-result .search__breadcrumb--item--svg {
        margin: 0 10px
    }
}

.search-result .footer {
    border-top: 1px solid #d5dadd
}

.search-result .gallery-album .album__cont {
    height: 260px
}

.form {
    max-width: 900px;
    width: 100%;
    padding: 0 40px;
    background: #f4f4f4
}

@media(max-width: 1200px) {
    .form {
        max-width: 100%
    }
}

@media(max-width: 769px) {
    .form {
        padding: 0 25px
    }
}

.form--content {
    width: 100%;
    position: relative
}

.form-title {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 30px;
    position: relative;
    font-weight: 900;
    display: inline-block
}

.form-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e30a17;
    z-index: 2
}

.form-title-hr {
    width: calc(100% + 50vw);
    position: relative;
    left: 0;
    height: 1px;
    background: #e0e0e0
}

.form-container {
    max-width: 770px;
    padding: 10px 0 30px 0;
    margin: 0 auto;
    position: relative;
    display: flex
}

.form-container-wrap {
    flex-wrap: wrap
}

.form__group {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    margin-top: 5px;
    /* align-items: center; */
    justify-content: space-between;
}

@media(max-width: 769px) {
    .form__group {
        margin: 0
    }
}

.form__group .button {
    margin-top: 30px
}


.form__input {
    display: block;
    border: 1px solid #a7a7a7;
    margin-top: 10px;
    font-size: 15px;
    /* background: #fff; */
    color: #000000;
    /* font-weight: 500; */
}

.form__input-row {
    margin-top: 10px
}

@media(max-width: 480px) {
    .form__input-row {
        margin-top: 10px
    }
}

.form__input-row.has-error .form__input {
    border-color: #de0000 !important
}

.form__input-row.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #de0000 !important
}

.form__input:focus {
    border: 1px solid #8b8e92
}

.form__textarea {
    height: 120px;
    padding: 20px;
    font-size: 16px
}

@media(max-width: 576px) {
    .form__textarea {
        height: 100px
    }
}

.form-error {
    display: none;
    font-size: 15px;
    position: absolute;
    color: #d61f1f;
    font-weight: 300 !important;
    right: 0
}

.form-error.active {
    display: block
}

.form-error__txt {
    display: block
}

.form-label {
    font-size: 20px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 10px;
}

.form .input-row {
    width: 49%;
    position: relative
}

@media(max-width: 769px) {
    .form .input-row {
        width: 100%
    }
}

.form .input-row-xxl {
    width: 100%
}

.form .input-row-xxl .form__input {
    height: 80px
}

.form .input-row-xl {
    width: 100%;
    padding: 5px 0 15px 0;
    margin: 0
}

.form .input-row-xl .form__input-row {
    margin-top: 10px
}

.form .input-row-xl .select2 {
    margin: 0 !important
}

.form .input-row-xl .form__input {
    width: 36% !important;
    margin-right: 10px
}

@media(max-width: 769px) {
    .form .input-row-xl .form__input {
        width: 100% !important;
        margin-right: 0
    }
}

.form .input-row-xl .input-row {
    width: 28%
}

.form .input-row-xl .flex-div {
    margin: 0
}

@media(max-width: 769px) {
    .form .input-row-xl .flex-div {
        flex-wrap: wrap
    }
}

@media(max-width: 769px) {
    .form .input-row-xl .flex-div .input-row {
        width: 100%
    }
}

.form .input-row-language {
    width: 32%
}

@media(max-width: 769px) {
    .form .input-row-language {
        width: 100%
    }
}

.form .sm-input-row {
    width: 31%
}

@media(max-width: 480px) {
    .form .sm-input-row {
        width: 100%
    }
}

.form-question {
    margin: 40px 30px
}

@media(max-width: 576px) {
    .form-question {
        margin: 20px 0
    }
}

.form-question-title {
    font-size: 20px;
    font-weight: 500;
    color: #616a6c
}

@media(max-width: 576px) {
    .form-question-title {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.form-question-reply {
    display: flex;
    flex-direction: column
}

.form-question-reply-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: initial
}

.form-question-reply-flex .form-reply {
    display: inline-flex
}

.form-reply {
    display: flex;
    align-items: center;
    margin: 10px 0
}

@media(max-width: 576px) {
    .form-reply {
        margin: 5px 0
    }
}

.form-reply-item {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0
}

.form-reply-item:hover .form-reply--check {
    background: #fff
}

.form-reply-item:hover .form-reply-txt {
    color: #585a5d
}

.form-reply-item-check {
    display: none
}

.form-reply-item input:checked~.form-reply--check {
    background: #e30a17;
    border: none
}

.form-reply-item input:checked~.form-reply--check .icon {
    opacity: 1;
    color: #fff
}

.form-reply-txt {
    color: #727a7d;
    font-size: 16px;
    font-weight: 500;
    margin-left: 18px;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
    transition: all .3s;
    white-space: normal;
    text-align: left
}

.form-reply--check {
    width: 21px;
    height: 21px;
    display: block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #727a7d;
    font-size: 12px;
    transition: all .3s
}

.form-reply--check.radio {
    border-radius: 50%
}

.form-reply--check .icon {
    opacity: 0;
    transition: all .2s;
    transition-delay: .1s
}

.form__item {
    width: 100%;
    margin: 20px 0
}

.form__item-txt {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #e30a17
}

.form__item .form__input-row {
    margin-top: 8px
}

.memnuniyet-formu .form-button {
    margin-left: auto !important;
    margin-right: 30px
}




.contact__form .form__textarea {
    height: 120px;
}
.contact__form .form {
    background: #fff
}

.select2-container {
    width: 100% !important;
    height: 50px;
    margin-top: 10px !important;
    border: none
}

@media(max-width: 992px) {
    .select2-container {
        height: 45px
    }
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cbcece !important;
    border-radius: 0 !important;
    height: 100% !important;
    outline: none !important;
    transition: all .3s !important
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #8b8e92 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    right: 15px !important;
    width: 20px !important;
    transform: translateY(-50%)
}

.select2-container--focus {
    transition: all .3s
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8b8e92 transparent transparent transparent !important;
    border-width: 8px 6px 0 6px !important
}

.select2-dropdown {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    margin-top: -22px !important;
    border-top: none !important
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    outline: none !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #505050 !important;
    line-height: 50px !important;
    font-weight: 500 !important;
    font-family: "Barlow", sans-serif;
    font-size: 16px !important
}

@media(max-width: 992px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px !important;
        font-size: 15px !important
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #5a5a5a !important;
    transition: all .3s !important;
    background: #f3f3f3 !important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 210px;
    overflow-y: auto;
    background: #fff;
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .03)
}

.select2-results__option[aria-selected] {
    font-size: 16px;
    padding: 7px 10px;
    margin: 2px 15px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #5a5a5a !important;
    transition: all .3s !important;
    font-family: "Barlow", sans-serif;
    border-radius: 4px
}

.select2-results__option[aria-selected]:last-child {
    border-bottom: none !important
}

.select2-results:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    top: 1px;
    left: 20px;
    transform: translateY(-100%);
    z-index: 99;
    stroke: #e30a17
}

.select2-container--open .select2-dropdown--below {
    margin-top: 10px !important
}

.select2-container--open .select2-dropdown--below:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    border-radius: 10px;
    width: 98%;
    background: linear-gradient(180deg, white 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 11
}

.select2-container--open .select2-dropdown--below:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    border-radius: 10px;
    width: 98%;
    background: linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 11
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Barlow", sans-serif
}

@media(max-width: 992px) {
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 15px
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important
}

.datepicker-panel>ul>li.highlighted {
    background-color: #e30a17 !important;
    color: #fff !important
}

.datepicker-panel>ul>li:hover {
    background-color: #f7eca8 !important
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #e30a17 !important
}

.datepicker-panel>ul>li {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #818789 !important;
    margin: 5px !important
}

.datepicker-container {
    width: 305px !important
}

.datepicker-panel>ul {
    width: 94% !important;
    margin: 0 auto !important
}

.datepicker-panel>ul:first-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.datepicker-panel>ul:first-child li {
    font-size: 24px !important
}

.datepicker-panel>ul:first-child li:nth-child(2) {
    font-size: 18px !important
}

.datepicker-container:after,
.datepicker-container:before {
    border: 10px solid rgba(0, 0, 0, 0) !important;
    top: -10px !important
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #b69c00 !important;
    border-top: 8px solid #e30a17 !important
}

.datepicker-dropdown {
    border: none !important;
    box-shadow: 0 2px 12px #979497 !important;
    margin-top: -6px !important;
    border-top: 3px solid #b69c00 !important
}

.sub-news--header .select2-container--default .select2-selection--single,
.corporate .select2-container--default .select2-selection--single {
    background-color: transparent !important
}

.sub-news--header .select2-container--default .select2-selection--single:hover,
.sub-news--header .select2-container--default .select2-selection--single:focus,
.corporate .select2-container--default .select2-selection--single:hover,
.corporate .select2-container--default .select2-selection--single:focus {
    background-color: #fff !important
}

.pagination--content {
    margin: 50px auto;
    display: flex;
    align-items: center
}

.pagination__list {
    display: flex;
    align-items: center;
    margin: 0 20px
}

@media(max-width: 576px) {
    .pagination__list {
        margin: 0 12px
    }
}

.pagination__li {
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    transition: all ease-in-out .3s
}

@media(max-width: 576px) {
    .pagination__li:nth-child(4),
    .pagination__li:nth-child(5) {
        display: none
    }
}

@media(max-width: 576px) {
    .pagination__li {
        width: 36px;
        height: 36px;
        font-size: 17px
    }
}

.pagination__li:last-child .pagination__item {
    border-right: 1px solid #bdbdbd
}

.pagination__li--more {
    width: 40px;
    height: 40px
}

@media(max-width: 576px) {
    .pagination__li--more {
        width: 36px;
        height: 36px
    }
}

.pagination__li--more .pagination__item {
    border: none;
    border-left: 1px solid #bdbdbd
}

.pagination__li--more .pagination__item:hover {
    background: none;
    color: #e30a17
}

.pagination--btn {
    color: #7e8486;
    border: 1px solid #bdbdbd;
    width: 40px;
    background: transparent;
    height: 40px;
    font-size: 12px;
    transition: all .3s
}

@media(max-width: 576px) {
    .pagination--btn {
        width: 36px;
        height: 36px
    }
}

.pagination--btn:hover {
    background: #fff !important;
    border: 1px solid #bdbdbd;
    color: #e30a17 !important
}

.pagination__item {
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: none
}

.pagination__item:hover {
    color: #e30a17;
    background: #fff
}

.pagination__item.active {
    color: #fff;
    border: 2px solid #e30a17;
    background: #e30a17
}

.pagination .button__icon:hover {
    background: #e30a17;
    color: #fff
}

.block-tab {
    width: 100%;
    position: relative;
    background: #f0f0f0
}

.block-tab:before {
    content: "";
    position: absolute;
    width: calc(100% + 400px);
    height: 2px;
    background: #e9eaea;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%)
}

.block-tab__content {
    display: flex;
    justify-content: space-between
}

.block-tab-toggle {
    width: 100%;
    overflow: hidden
}

.block-tab-toggle__item {
    opacity: 0;
    pointer-events: none;
    height: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    transform: translateY(30px);
    transition: all .5s
}

.block-tab-toggle__item.active {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    pointer-events: auto
}

.block-tab-toggle__content {
    width: 100%
}

.block-tab__item {
    font-weight: 900;
    color: #cfcfcf;
    font-size: 32px;
    padding-top: 25px;
    padding-bottom: 18px;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .block-tab__item {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 10px
    }
}

@media(max-width: 1200px) {
    .block-tab__item {
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 10px
    }
}

@media(max-width: 769px) {
    .block-tab__item {
        font-size: 20px
    }
}

@media(max-width: 576px) {
    .block-tab__item {
        font-size: 15px;
        padding-top: 10px
    }
}

@media(max-width: 480px) {
    .block-tab__item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }
}

.block-tab__item.active {
    color: #e30a17
}

.block-tab__item.active:after {
    width: 100%
}

.block-tab__item:hover {
    color: #e30a17
}

.block-tab__item:after {
    content: "";
    position: absolute;
    bottom: 2px;
    height: 3px;
    background: #e30a17;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s
}

.block-tab-block {
    padding: 50px 0
}

.block-tab-txt {
    color: #888e90;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 60px 10px 0;
    letter-spacing: .5px
}

.block-tab-image {
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.block-tab-img {
    max-width: 450px;
    width: 430px
}

.block-tab__lmt {
    max-width: 760px
}

@media(max-width: 1200px) {
    .block-tab__lmt {
        max-width: 700px
    }
}

.datepicker-container {
    -moz-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    top: 0;
    touch-action: none;
    user-select: none;
    width: 210px;
    z-index: -1
}

.datepicker-container:after,
.datepicker-container:before {
    border: 5px solid rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.datepicker-dropdown {
    -webkit-box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px #ccc;
    box-sizing: content-box;
    position: absolute;
    z-index: 1
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    border-top: 0;
    left: 10px;
    top: -5px
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f
}

.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #39f
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px
}

.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    left: auto;
    right: 10px
}

.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%
}

.datepicker-panel>ul:after,
.datepicker-panel>ul:before {
    content: " ";
    display: table
}

.datepicker-panel>ul:after {
    clear: both
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px
}

.datepicker-panel>ul>li:hover {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce5ff
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #39f
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 150px
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
    background-color: #fff;
    cursor: default
}

.datepicker-hide {
    display: none
}

.video-player__bg {
    object-fit: fill;
    position: absolute;
    max-height: 750px;
    width: 100%;
    top: -70px;
    left: 0
}

.video-player__bg iframe {
    width: 100%;
    height: 810px;
    transform: scale(1.36)
}

@media(max-width: 1600px) {
    .video-player__bg iframe {
        height: 560px;
        transform: scale(1.5)
    }
}

@media(max-width: 1400px) {
    .video-player__bg iframe {
        height: 500px;
        transform: scale(1.56)
    }
}

@media(max-width: 992px) {
    .video-player__bg iframe {
        height: 460px;
        transform: scale(1.46);
        margin-top: 60px
    }
}

@media(max-width: 576px) {
    .video-player__bg iframe {
        height: 360px;
        transform: scale(1.46)
    }
}

@media all and (max-width: 400px) {
    .video-player__bg iframe {
        height: 320px;
        transform: scale(1.7)
    }
}

.video-wrapper {
    position: relative;
    width: 100%
}

.video-wrapper>video {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer
}

.playButton {
    border-radius: 100px;
    border: 8px solid #e30a17 !important;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: .95;
    transition: opacity 400ms
}

.playButton:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent #e30a17;
    position: absolute;
    top: 0;
    left: 0;
    right: -10px;
    bottom: 0;
    margin: auto
}

.pauseButton {
    border-radius: 100px;
    border: 10px solid #e30a17 !important;
    height: 90px;
    position: absolute;
    width: 90px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: .6;
    transition: opacity 150ms
}

.pauseButton:before {
    display: block;
    width: 10px;
    content: "";
    background-color: #e30a17;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 17px
}

.pauseButton:after {
    display: block;
    width: 10px;
    content: "";
    background-color: #e30a17;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 17px
}

.replayButton {
    border-radius: 100px;
    border: 8px solid #fff !important;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: .95;
    transition: opacity 150ms
}

.replayButton:before {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 18px;
    left: 18px;
    content: "";
    display: block;
    border-color: transparent #fff #fff #fff;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.replayButton:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 0 45px 22px 22px;
    height: 0;
    position: absolute;
    top: 40px;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 0;
    content: "";
    display: block;
    margin: auto
}

.endvideo {
    width: 100px;
    height: 100px;
    background: red
}
#bg-service-1 {
    background: url(/uploads/green.jpg) top center #565f68;
    background-size: cover;
}
.inner {
    color: #fff;
    padding: 30px;
    padding-bottom: 70px;
    padding-top: 70px
}



.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-button-secondry, .acc-bg-gray .acod-head .indicator, .project-img-effect-1 a.mfp-link, .header-style-2 .header-search, .owl-prev, .owl-next, .all_services, .site-bg-secondry, .wt-tabs.bg-tabs .nav-tabs > li > a.active, .overlay-icon a, .header-style-3 .header-search, .footer-dark.footer-style2 .footer-top, .contact-info-section, .header-style-4 .header-search {
    background-color: #00173c;
}
.opacity-09 {
    opacity: 0.9;
}
.section-full {
    position: relative;
}
.bg-cover {
    background-size: cover;
}
.wt-small-separator {
    font-family: 'Teko', sans-serif;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.wt-small-separator div {
    display: inline-block;
}
.center .wt-small-separator div.sep-leaf-left {
    position: relative;
    margin-right: 50px;
}
.center .wt-small-separator div.sep-leaf-left:before {
    left: 0px;
}
.center .wt-small-separator div.sep-leaf-right:before, .center .wt-small-separator div.sep-leaf-left:before {
    position: absolute;
    content: '';
    background-color: #ff5e15;
    width: 40px;
    height: 3px;
    bottom: 0px;
}
.section-head {
    position: relative;
    z-index: 1;
}
.counter-outer .counter {
    font-size: 70px;
    position: relative;
    display: inline-block;
    margin-left: -30px;
}
.site-text-white {
    color: #fff;
}
.counter-outer span {
    font-size: 28px;
    display: block;
    font-weight: 600;
}
.wt-icon-box-wraper {
    position: relative;
}
.wt-icon-box-wraper.center {
    text-align: center;
}
.gallery-item:hover img{
    transform: scale(1.1);
    transition-duration: 1s
}
.gallery-item:hover .overview{
    opacity: 0.5
}
.overview {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e30a17;
    top: 0;
    opacity: 0;
}
