/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
body {
    margin: 0;
}
details,
main {
    display: block;
}
.hidden {
    display: none;
}
:root {
    --blue: #3451a2;
    --white: #fff;
}
html {
    font-family: vela;
    line-height: 1.4;
}
*{
    outline:none !important;
}

.h1,
h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
    margin: 0.67em 0;
}

@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 48px;
    }
}
@media (max-width: 900px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}
.h2,
h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
}
@media (max-width: 991px) {
    .h2,
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 900px) {
    .h2,
    h2 {
        font-size: 26px;
    }
}
.h3,
h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
}
.h4,
h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
}

iframe {border:none}

@media (max-width: 991px) {
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 18px;
    }
}
.page {
    overflow: hidden;
}
section {
    padding-top: 96px;
    padding-bottom: 60px;
}
section.section-slim-btm {
    padding-bottom: 20px;
}
section.section-slim-top {
    padding-top: 40px;
}
ol,
ul {
    padding-left: 1.3em;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row .col,
.row .col-1,
.row .col-10,
.row .col-11,
.row .col-12,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-auto,
.row .col-lg,
.row .col-lg-1,
.row .col-lg-10,
.row .col-lg-11,
.row .col-lg-12,
.row .col-lg-2,
.row .col-lg-3,
.row .col-lg-4,
.row .col-lg-5,
.row .col-lg-6,
.row .col-lg-7,
.row .col-lg-8,
.row .col-lg-9,
.row .col-lg-auto,
.row .col-md,
.row .col-md-1,
.row .col-md-10,
.row .col-md-11,
.row .col-md-12,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-auto,
.row .col-sm,
.row .col-sm-1,
.row .col-sm-10,
.row .col-sm-11,
.row .col-sm-12,
.row .col-sm-2,
.row .col-sm-3,
.row .col-sm-4,
.row .col-sm-5,
.row .col-sm-6,
.row .col-sm-7,
.row .col-sm-8,
.row .col-sm-9,
.row .col-sm-auto,
.row .col-xl,
.row .col-xl-1,
.row .col-xl-10,
.row .col-xl-11,
.row .col-xl-12,
.row .col-xl-2,
.row .col-xl-3,
.row .col-xl-4,
.row .col-xl-5,
.row .col-xl-6,
.row .col-xl-7,
.row .col-xl-8,
.row .col-xl-9,
.row .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    color: var(--blue);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
} /*!
* Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.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,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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;
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-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;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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;
    }
    .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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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;
    }
    .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) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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;
    }
    .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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-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;
    }
    .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) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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;
    }
    .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: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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;
    }
    .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) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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;
    }
    .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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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-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-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !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: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !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;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    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: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-Bold.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-ExtraBold.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-ExtraBold.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-ExtraLight.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-Light.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-Medium.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-Regular.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(/local/templates/top100/fonts/VelaSans-SemiBold.woff2) format("woff2"), url(/local/templates/top100/fonts/VelaSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

.index-page .page-header {
    height: auto;
    background: url(../images/gs--header.jpg) 0 0 / cover no-repeat #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 280px;
    height: auto;
    padding-top: 150px;
}



.index-page .page-content > section:first-child {
    margin-top: -230px;
    padding-top: 0;
}
.index-page .page-content > section:first-child .w {
    margin-top: 0;
}
@media (max-width:767px){
	.index-page .page-content > section:first-child {
	    margin-top: -140px;
	}
}

.page-header {
    color: #fff;
    background: url(../images/gs--header-small.jpg) 0 0 / cover no-repeat #000;
    padding-top: 120px;
}

.page-header .section-header{
    margin-bottom: 0;
    padding-bottom: 72px;
}
@media (min-width: 992px){
    .page-header .section-header.inner-page-header{
        padding-bottom: 50px;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}


.page-header .section-header h1{
    margin-top: 0;
}

.header-subnavi {
    position: relative;
    z-index: 10;
    width: 100%;
}
.body-archive .header-subnavi {
    position: relative;
    z-index: 10;
    width: 100%;
}
.header-subnavi nav{
    display: flex;
    align-items: baseline;
    column-gap: 15px;
}
.header-subnavi nav>a{
    margin-left: auto;
    background: rgba(255,255,255,0.2);
}
.header-subnavi nav,
.header-subnavi ul{
    width: 100%;
}
.header-subnavi-placeholder{
    padding-top: 320px;
}
.header-subnavi .w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1230px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-subnavi .w.w-min{
    max-width: 1018px;
}
.header-subnavi nav ul{
    width: auto;
}
.header-subnavi nav ul li{
    position: relative;
}
.header-subnavi nav ul li:not(:last-child):after {
    content: '/';
    width: 6px;
    height: 19px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

    position: absolute;
    left: calc(100% + 3px);
    opacity: 0.15;
    top: 14px;
}
.header-subnavi nav ul {
    text-transform: uppercase;
    padding: 0;
    column-gap: 12px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    padding: 5px;

    display: inline-flex;
}

.header-subnavi nav a {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;

    padding: 14px 16px;
    gap: 10px;

    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;


    border-radius: 8px;

}
.header-subnavi .btn-white{
    white-space: nowrap;
}
.header-subnavi nav li.current a,
.header-subnavi nav a.current,
.header-subnavi nav a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 900px) {
    .h3,
    h3 {
        font-size: 20px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .page-header {
        height: auto;
        padding-bottom: 60px;
        padding-top: 30px;
    }
    .page-header .section-header{
        padding-bottom: 0;
    }
    h1+.header-subnavi {
        padding-top: 30px;
        padding-left: 0;
    }
    .header-subnavi {
        padding-top: 70px;
        padding-left: 10px;
        padding-right: 0px;

    }
    .header-subnavi .w,
    .header-subnavi .w nav,
    .header-subnavi .w nav ul {
        display: block;
    }
    .header-subnavi .w nav ul{
        background: none;
    backdrop-filter: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    }
    .header-subnavi .w nav ul li {
        font-size: 13px;
        font-weight: 400;
        text-transform: none;
        display: inline-block;
    }
    .header-subnavi nav a{
        padding: 6px 14px;
        gap: 10px;
        height: 30px;
        font-size: 13px;
    }
    .header-subnavi .w nav ul li:not(:last-child):after {
        content: ", ";
    }
    .header-subnavi .w .btn {
        margin-top: 10px;
        margin-bottom: 20px;
        height: 40px;
        width: 100%;
    }
    .index-page .page-header{
        height: auto;
        padding-top: 50px;
        padding-bottom: 200px;
    }
    .header-subnavi nav a{

    }
}
.page-header-general {
    padding-top: 55px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}
.page-header-general .w {
    max-width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 900px) {
    .page-header-general {
        padding-top: 35px;
    }
}
.navi-call {
    display: none;
}
@media (max-width: 991px) {
    .navi-call {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 25px;
        width: 30px;
        background: rgba(255, 255, 255, 0.85);
        background: var(--blue);
        border-radius: 6px;
        height: 30px;
    }
    .navi-call i {
        width: 16px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 2.5px;
        -webkit-box-shadow: 0 -6px #fff, 0 6px #fff;
        box-shadow: 0 -6px #fff, 0 6px #fff;
    }
}
.nav-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.nav-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
    font-size: 14px;
    column-gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-main ul li {
    text-transform: uppercase;
    position: relative;
}
.nav-main ul li.current:after{
	content: '';
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 51.04%, rgba(255, 255, 255, 0.2) 100%);
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
}
/*.nav-main ul li:first-child,*/
.nav-main ul li:last-child {
    margin-left: auto;
}
.nav-main ul li:last-child{
    display: flex;
    align-items: center;
}
.nav-main ul li a {
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    transition: color 0.3s;
}
.nav-main ul li.current a,
.nav-main ul li a:hover,
.nav-main ul li .btn-blue {
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.nav-main .btn-reg{
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none;
}
.nav-main .btn-ghost{
    color: #fff;
    margin-right: 12px;
}

.userarea{
    margin-right: 12px;
}
.userarea-module{
	position: relative;
	display: flex;
	align-items: center;
}
.userarea-name{
	font-size: 14px;
    font-weight: bold;
    color:var(--blue);
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
    text-transform: none;
}
.userarea-name:after{}

@media (max-width: 1200px) and (min-width: 900px){
.userarea-name{
    display: none;
}
.feedback-form-open{
    font-size: 0 !important;
    border-radius: 20px !important;
}
.feedback-form-open:after{
    /*
    content: '?';
    font-size: 20px;
    font-weight: bold;
    */
}

}

.userarea-photo{
	position: relative;
}
.userarea-photo img{
	width: 46px;
	height: 46px;
	border-radius: 10px;
}

.usernavi-toggle{
	position: absolute;
    right: -3px;
    bottom: -5px;
	width: 20px;
	height: 20px;
	background: var(--blue);
	border-radius: 6px;
}
.usernavi{
	position: absolute;
	background: #fff;
	padding: 16px;
	border-radius: 10px;
	font-size: 14px;
	right: -6px;
	top: 100%;
	margin-top: 12px;
	display: none;
    width: 200px;
}
.usernavi a:not(:last-child){
	margin-bottom: 10px;
}
.usernavi a{
	text-transform: none;
	display: block;
	font-size: 14px;
	transition: all 0.3s;
}
.usernavi a:hover{
	opacity: 0.5;
}
.nav-main ul li .usernavi a{
	color: #121212;
}
.usernavi-toggle:after{
	content: '';
	background-image: url("../images/dropdown-toggle.svg");
	width: 10px;
	height: 6px;
	position: absolute;
	margin: auto;
	inset:0 0 0 0;
	transform: rotate(180deg);
	transition: all 0.3s;
}
.usernavi-toggle.called:after{
	transform: rotate(0deg);
}
.nav-main .btn-ghost{
    background: rgba(255, 255, 255, 0.05);
    /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13); */
    box-shadow: none;
    padding: 0;
    min-width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    position: relative;
    padding: 0 6px;
}
.nav-main .btn-ghost[href*="/auth/"]{
    padding: 0 6px;
}
.nav-main .btn-ghost[href*="/auth/"] svg path{
    fill:#fff;
}
.nav-main .btn-ghost[href*="/auth/"] svg{
    width: 32px;
    height: 32px;
    fill: white;
}

.title-tip{
    position: absolute;
    background: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 10px;
    color: #121212;
    font-size: 14px;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.nav-main .btn-ghost:hover .title-tip{
    display: block;
}

.title-tip:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: -8px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 0px;
    transform: rotate(45deg);
    margin-left: -9px;
}
.title-tip .ext{
    opacity: 0.3;
}

.nav-main .btn-ghost:hover{
    background: rgba(255, 255, 255, 0.15);
}
.nav-main .btn-ghost svg{
    width: 24px;
    height: 24px;
    stroke:white;
    margin-right: 0px;
    position: relative;
    top: -1px;

}


@media (max-width: 991px) {
    .page-header .nav-main {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #fff;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 80%;
        max-width: 300px;
    }
    .userarea-photo{
        display: none;
    }

    .page-header .nav-main .title-tip{
        display: inline-block;
        position: static;
        transform: none;
        background: none;
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav-main .btn-ghost svg{
        top: 2px;
    }
    .page-header .nav-main .title-tip:before{
        display: none;
    }

    .page-header .nav-main ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-grow: 1;
        font-size: 20px;
    }
    .page-header .nav-main ul li {
        font-weight: 600;
        margin-bottom: 15px;
    }
    .page-header .nav-main ul li:first-child,
    .page-header .nav-main ul li:last-child {
        margin-left: 0;
    }
    .page-header .nav-main ul li:last-child {
        margin-bottom: 0;
        margin-top: auto;
    }
    .page-header .nav-main ul li a {
        color: var(--blue);
    }
    .page-header .nav-main ul li .btn {
        color: #fff;
        margin: 0;
        width: 100%;
    }
    .navi-called .page-header .nav-main {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .navi-called .page-header .nav-main .btn-ghost{
        background: var(--blue);
        color: #fff;
    }
    .nav-main ul li:last-child{
        flex-direction: column-reverse;
        width: 100%;
    }
    .nav-main ul li:last-child a:not(:first-child){
    	margin-bottom: 14px;
    }
    .usernavi-toggle{display: none;}
    .userarea-module{align-items: flex-start;}
    .usernavi{
        display: block;
    margin: 0;
    padding: 0;
    position: static;
    margin-left: 0px;
    font-size: 18px;
    }
    .userarea-name{margin-bottom: 5px;padding-bottom: 0;font-weight: 900;}
    .userarea-name:after{display: none;}
    .usernavi a:not(:last-child) {
        margin-bottom: 5px;
    }
    .userarea-photo img {
        width: 70px;
        height: 70px;}
    .usernavi a{
        font-size: 18px;
    }
    .card.card--headed.fz-large{
        margin-bottom: 18px;
    }
}
.btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    font-weight: 600;
    text-decoration: none;
}
.btn.btn-wide {
    width: 100%;
}
.btn-reg {
    height: 50px;
    border-radius: 6px;
    padding: 0 40px;
    font-size: 14px;
}
.btn-orange,
.btn-blue {
    background: var(--blue);
    color: #fff;
}
.btn-pink {
    background: rgba(243, 43, 92, 0.1);
    color: #F32B5C;
}
.btn-grey{
    background: #f6f6f6;
    color: #000;
    border: 0;
}
.btn-ghost{
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px white;
    color: white;
    text-decoration: none;
}
.btn-hollow {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 1px var(--blue);
    box-shadow: inset 0 0 0 1px var(--blue);
    color: var(--blue);
    text-decoration: none;
}
.btn-white {
    background: #fff;
    color: #000;
}
.btn-big {
    height: 82px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
}
.btn-middle{
    height: 63px;
    font-size: 22px;
    font-weight: 700;
    padding: 0 32px;
    border-radius: 10px;
}
.btn-alt{
    color: #fff;
    background: #f98744;
    text-decoration: none;
}
.btn-alt:hover{
    background: #f57428;
}
@media (max-width: 991px) {
    .btn-big {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.btn-panel {
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    height: 66px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.6);
    -webkit-column-gap: 0.4em;
    -moz-column-gap: 0.4em;
    column-gap: 0.4em;
    font-weight: normal;
}
.btn-panel b {
    color: #fff;
}
.btn-panel svg {
    color: #fff;
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}
.btn-panel .js-copy {
    position: relative;
    left: 14px;
    top: 6px;
}
@media (max-width: 900px) {
    .btn-panel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1;
        padding: 10px;
    }
    .btn-panel .js-copy {
        top: 2px;
    }
}
.index-page__header {
    color: rgba(255, 255, 255, 0.85);
}
.index-page__header .lead {
    line-height: 1.4;
}
.index-page__header-logo {
    padding-bottom: 52px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-page__header-logo:after {
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(94.1%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.75) 94.1%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.75) 94.1%, rgba(255, 255, 255, 0) 100%);
    border-radius: 1px;
    content: "";
}

@media (max-width:991px){
    .index-page__header-logo{
        flex-direction: column;
    }
    .index-page__header-logo img{
        margin-bottom: 30px;
    }
}
@media (max-width:767px){
    .index-page__header-logo .btn{
        width: 100%;
    }
    .header-subnavi nav>a{
        margin-top: 16px;
    }

}

.countdowns{
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-evenly;
    margin: 3em 0em 0;
}

.countdowns-inner .countdowns{
    padding-top: 40px;
    margin: 0;
}

@media (max-width:991px){
    .countdowns-inner .countdowns{
        padding-top: 25px;
    }
}


.countdown{
	display: flex;
	align-items: center;
}
@media (min-width: 768px){
    .countdown:nth-last-child(3):first-child~.countdown{
        /*margin-left: auto;*/
    }
}

@media (min-width: 1024px){
    .countdowns{
        flex-wrap: nowrap;
    }
    .countdown:nth-last-child(4):first-child  .label,
    .countdown:nth-last-child(4):first-child~.countdown  .label{
        /* max-width: 24%; */
        max-width: 12em;
    }
}


.countdown .label{
	text-align: right;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2;
	text-align: right;
	color: #FFFFFF;
    max-width: 10em;
	margin-right: 12px;
}
.countdown:first-child .label{
    /* max-width: 108px; */
}
.countdown:first-child:only-child .label{
    /* max-width: 180px; */
    order: 2;
}
.countdown:first-child:only-child .label:first-letter {
    text-transform: lowercase;
}
.countdown:first-child:only-child{
    /* margin-right: auto; */
}
.countdown:first-child:only-child .label {
    margin-left: 1em;    
}
@media (min-width: 1100px){
    .countdown:first-child:only-child .label {
        font-size: 28px;
        line-height: 35px;
        max-width: 320px;
        text-align: left;
        width: unset;
    }
    .countdown:first-child:only-child .countdown-itself {
        min-width: 89px;
        height: 80px;
        line-height: 80px;
        font-size: 50px;
/*
        background: #FFFFFF;
        color: #1434A3;
*/
    }

}


@media (min-width:1100px){
	.countdown:not(:first-child){
		/*margin-left: auto;*/
	}
}

.countdown .countdown-itself{
	min-width: 50px;
	height: 50px;
	background: #2a2a2a;
	border-radius: 10px;
	text-align: center;
	line-height: 45px;
	font-style: normal;
    font-family: arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
	color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;

    flex-shrink: 0;
}

.countdowns-xl {
    text-align: center; margin: 4em 0 3em 0; display: block;
}

.countdowns-xl .countdown {
    flex-direction: row-reverse;
    display: inline-flex;
    align-items: center;
}

.countdowns-xl .countdown-itself {
    min-width: 89px;
    height: 80px;
    line-height: 70px;
    font-size: 50px;
}

.countdowns-xl .countdown .label {
    font-size: 28px; line-height: 35px; max-width: 450px; margin-left: 1em;
}

@media (max-width:991px){
    .countdown{
        margin-bottom: 80px;
    }
}

@media (max-width:767px){
	.countdowns{
		flex-direction: column;
	}
	.countdown{
		justify-content:space-between;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.countdown .label{
		text-align: left;
		max-width: 180px;
	}
    .countdown:first-child:only-child .label{
        order: 0;
    }
    .countdown:first-child:only-child{
        width: 100%;
    }
    .countdown:first-child:only-child .countdown-itself{
        margin-left: auto !important;
    }
}


.lead {
    font-size: 24px;
}
.page-content > section:first-child {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
}
.page-content > section:first-child > .w {
    margin-top: -50px;
}
.content-has-search{
    padding-top: 20px;
}

.content-has-search .search-module {display: flex; align-items: center;}
.content-has-search .search-module form {width: 100%;}


@media (max-width:767px){
    /*
    .page-content > section:first-child > .w{
        margin-top: -210px;
    }
    .page-content > section.is-longlist .w {
        margin-top: -90px;
    }
    */
}

.page-content > section:first-child .w .personal-cards {
    padding-top: 122px;
}

.page-content > section:first-child .w .section-header+.section-body .personal-cards {
    padding-top: 0px;
}

.page-content > section:first-child .section-header {
    color: #fff;
}
.page-content > section:first-child .section-body .section-header {
    color: #000;
}
.page-content > section:first-child .section-body article:not(:first-child){
    margin-top: 50px;
}
.page-content > section:first-child .section-body article:not(:first-child) .section-header{
    margin-bottom: 40px;
}

@media (min-width:1024px){
    .page-content > section:first-child .section-body article:not(:first-child){
        margin-top: 100px;
    }
}

.box {
    background: #fff;
    border-radius: 10px;
    padding: 32px 48px;
}
a.box{
    display: block;
}
.box-ll{
    padding: 22px 32px;
}
.box.box-min {
    padding: 24px;
}
.box>p:first-child{margin-top: 0;}
.box>p:last-child{margin-bottom: 0;}
.box--tiny{
    margin-bottom: 12px;
    padding: 18px 24px;
    font-size: 16px;
}
.box--label{
    padding: 14px 16px;
    margin-bottom: 12px;
}

.box--bg-gray{
    background: #E7EBF6;
}
.box--shade{
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
    .lead {
        font-size: 18px;
    }
    .page-content > section:first-child .w .personal-cards {
        padding-top: 152px;
    }
    .box {
        padding: 20px;
    }
}
article {
    line-height: 1.4;
    font-size: 18px;
}
article p {
    margin-bottom: 1.4em;
}
article .subsection:not(:last-child) {
    margin-bottom: 50px;
}
.w {
    max-width: 1018px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.w .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.w.w-min {
    max-width: 920px;
}
.w.w-max {
    max-width: 1230px;
}
.w.w-max-full {
    max-width: 1680px;
}
.section-header {
    margin-bottom: 50px;
}
.section-header > h1:first-child,
.section-header > h2:first-child {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .section-header {
        margin-bottom: 20px;
    }
}
.subsection:not(:last-child) {
    margin-bottom: 68px;
}
.card {
    background: #fff;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    padding: 40px 32px 20px;
}
@media (max-width: 991px) {
    .card {
        margin-bottom: 8px;
    }
}
.fz-large {
    font-size: 20px;
    line-height: 1.4;
}
.iconed-title,
.timeline-terms {
    position: relative;
    padding-left: 72px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 48px;
}
.iconed-title .icon-placeholder,
.timeline-terms .icon-placeholder {
    position: absolute;
    width: 46px;
    height: 46px;
    left: 1px;
    top: -7px;
}
.iconed-title .icon-placeholder svg,
.timeline-terms .icon-placeholder svg {
    width: 100%;
    height: 100%;
}
.iconed-title .icon-placeholder {
    color: var(--blue);
}
.card.fz-large .iconed-title{
    font-size: 25px;
    min-height: 84px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 24px;
    position: relative;
}
.card.fz-large .iconed-title:after{
    background: linear-gradient(254.27deg, #121212 -65.8%, rgba(18, 18, 18, 0.4) -21.08%, rgba(18, 18, 18, 0) 106.86%);
    transform: rotate(-180deg);
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.card.card--headed.fz-large{
    display: flex;
    flex-direction: column;
}
.card.card--headed.fz-large .card-header{
    flex-grow: 1;
}

@media (min-width:1024px){
    .iconed-title .is-long-name{
        position: relative;
        display: inline-block;
        top: -24px;
    }
}

@media (max-width:767px){
    .card.fz-large .iconed-title{
        min-height: 60px;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        margin-top: -15px;
    }
    .card.fz-large .iconed-title .icon-placeholder{
        top: auto;
    }
    .card.fz-large .card-header .iconed-title{
        margin-top: 0;
    }
    .btn-callcenter{
    	position: relative;
    	padding-left: 50px;
    }
    .btn-callcenter svg{
    	position: absolute;
    	left: 10px;
    	top: 0;
    	bottom: 0;
    	margin: auto;
    }
}
@media (max-width:420px){
    .btn-callcenter svg{
        display: none;
	}
	.btn-callcenter{
        padding-left: 10px;
	}
    span.btn.btn-blue.btn-panel.btn-callcenter{
        height: auto;
        padding: 10px 14px;
        line-height: 1.4;    
    }
    
}


.videoplayer {
    position: relative;
    margin: 0;
}
.videoplayer img {
    display: block;
}
.videoplayer .btn-play {
    width: 120px;
    height: 120px;
    color: #fff;
}
.btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width:767px){
    .videoplayer{
        margin-left: -10px;
        margin-right: -10px;
    }
    .videoplayer .btn-play {
        width: 80px;
        height: 80px;
    }
}

.btn-play svg {
    width: 100%;
    height: 100%;
}
.sub {
    margin-top: 24px;
}
.tac {
    text-align: center;
}
.bg-grey {
    background: #fafafa;
}
.person-carusel {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 48px 0;
    margin: -48px 0 -24px;
*/    /*transform: translateX(-180%);*/
    /*overflow-x: scroll;*/
/*    position: absolute;
    left: 50%;
    width: 100%;*/
    width: 792px;
    margin: auto;
}

@media (max-width:767px){
    .person-carusel{
        width: 264px;
    }
    .person-carusel::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
}

.person-carusel *{
    outline:none;
}

.person-carusel .slick-list{
    overflow: visible;
}

/*.person-carusel + .person-carusel {
    transform: translateX(-190%);
}*/
.icon-check {
    color: #268f35;
}
.icon-more {
    color: #fe8200;
}
.person-card {
    background: #fff;
    -webkit-box-shadow: 0 24px 24px rgba(0, 0, 0, 0.04);
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 12px;
    vertical-align: top;
}
.person-carusel-wrap .person-card figure,
.slick-slide.person-card figure {
    margin: 0 0 12px;
    padding-top: 100%;
    position: relative;
} 
.person-carusel-wrap .person-card img,
.slick-slide.person-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}


@media (max-width:991px){
    .person-carusel{
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .person-carusel-wrap{
    	white-space: nowrap;
        scroll-snap-type: x mandatory !important;
        overflow-x: auto !important;
        scroll-padding: 16px !important;
    }
    .person-card {
        scroll-snap-align: start !important;
        margin-left: 16px;
        margin-right: 8px;
        margin-bottom: 44px;
    }
}

.person-card figure {
    margin: 0 0 12px;
}
.person-card>a{
    color: #000;
    text-decoration: none;
}
.person-card-name {
    text-align: center;
    margin-bottom: 4px;
}
.card--headed {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.card-header {
    background: var(--blue);
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 22px 32px;
}
.card-header .iconed-title {
    margin-bottom: 0;
    padding-left: 64px;
    font-size: 26px;
}
.card-header .iconed-title .icon-placeholder {
    width: 40px;
    height: 40px;
    color: #fff;
}
.card.fz-large .card-header .iconed-title{
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 0;
}
.card.fz-large .card-header .iconed-title:after{
    display: none;
}

.card-body {
    padding: 34px 32px 12px;
}
.timeline-terms {
    font-size: 20px;
    padding-left: 72px;
    line-height: 1.4;
    margin-bottom: 0;
    display: flex;
    min-height: 56px;
    align-items: center;
    /* color:#787878; */
}
.timeline-terms .icon-placeholder {
    width: 36px;
    height: 36px;
    left: 6px;
    top: 8px;
}
.timeline-progress {
    height: 4px;
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(rgba(120, 120, 120, 0)), color-stop(33.58%, rgba(120, 120, 120, 0.15)), to(rgba(120, 120, 120, 0.15)));
    background: -o-linear-gradient(right, rgba(120, 120, 120, 0) 0, rgba(120, 120, 120, 0.15) 33.58%, rgba(120, 120, 120, 0.15) 100%);
    background: linear-gradient(270deg, rgba(120, 120, 120, 0) 0, rgba(120, 120, 120, 0.15) 33.58%, rgba(120, 120, 120, 0.15) 100%);
}
.stage-voting .timeline-progress {
    height: 4px;
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(rgba(120, 120, 120, 0)), color-stop(33.58%, rgba(120, 120, 120, 0.15)), to(rgba(120, 120, 120, 0.15)));
    background: -o-linear-gradient(right, rgba(120, 120, 120, 0) 0, rgba(120, 120, 120, 0.15) 33.58%, rgba(120, 120, 120, 0.15) 100%);
    background: linear-gradient(270deg, rgba(120, 120, 120, 0) 0, rgba(120, 120, 120, 0.15) 33.58%, rgba(120, 120, 120, 0.15) 100%);
}
.timeline-progress-done {
    background: -webkit-gradient(linear, right top, left top, from(var(--blue))), to(rgba(20, 52, 163, 0));
    background: -o-linear-gradient(right, var(--blue) 0, rgba(20, 52, 163, 0) 100%);
    background: linear-gradient(270deg, var(--blue) 0, rgba(20, 52, 163, 0) 100%);
    width: 10%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.stage-voting .timeline-progress-done {
    width: 40%;
}
.timeline-progress-handle {
    height: 40px;
    top: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    background: #fff;
    padding: 0 16px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    font-size: 14px;
    left: 2.5%;
    position: absolute;
    line-height: 40px;
}
.stage-voting .timeline-progress-handle {
    left: 36.5%;
}
.color-blue {
    color: var(--blue);
}
.partners-carousel ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 45px;
    row-gap: 40px;
    flex-wrap: wrap;
}
.partners-carousel ul .line-breaker, ul.partners-list .line-breaker{
    width: 100%;
    flex-shrink: 0;
    height: 1px;
    max-width: initial;
    max-height: initial;   
    padding: 0;
}
.partners-carousel ul li.is-general, ul.partners-list li.is-general{
    order: -1;
    position: relative;
    border: 1px solid var(--blue);
    border-radius: 8px;
    padding: 20px 10px 30px;
    
    max-width: initial;
    max-height: initial;    
}
.partners-carousel ul li.is-general span, ul.partners-list li.is-general span{
    position: absolute;
    /* top: 100%; */
    margin-top: 0px;
    width: 100%;
    text-align: center;
    color: white;
    background: var(--blue);
    padding: 4px;
    left: 50%;
    font-size: 11px;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 0 0 7px 7px;
}
.partners-carousel ul img{
    max-width: 230px;
    width: 100%;
    min-width: 100px;
    max-height: 100px;
}

@media (max-width: 991px) {
    .partners-carousel ul li{
        max-width: 100%;
    }
    .partners-carousel ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 20px;
    }
    .partners-carousel ul img {
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    .index-page section:last-of-type .h1{
        text-align: center;
        margin-bottom: 20px;
    }
	.partners-carousel ul li {
        text-align: center;
    }
    .partners-carousel ul{
        justify-content: center;
    }
    .partners-carousel ul li.is-general{
        display: flex;
        justify-content: center;
    }
    ul.partners-list li.is-general{
        justify-content: center;
        margin-bottom: -20px;
    }
    .partners-carousel ul img {
        max-width: 120px;
        max-height: 55px;
    }
    .partners-list{
        margin-top: 30px;
    }
}
.faq {
    margin-bottom: 62px;
}
.faq-unit {
    margin-bottom: 8px;
    background: rgba(18, 18, 18, 0.04);
    border-radius: 8px;
    padding: 24px 80px 24px 24px;
    position: relative;
    transition: all 0.15s;
}
.faq-unit.is-opened{
    background: rgba(18, 18, 18, 0.15);
}
.faq-q {
    font-size: 18px;
    cursor: pointer;
}
.faq-a {
    display: none;
    font-size: 16px;
    line-height: 140%;
    color: rgba(18, 18, 18, 0.7);
}
.faq-toggler {
    position: absolute;
    width: 18px;
    color: var(--blue);
    right: 28px;
    height: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.faq-toggler svg {
    width: 100%;
    height: 100%;
}
.is-opened .faq-toggler {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.personal-card {
    background: #fff;
    -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 10px 10px 16px;
    display: flex;
    flex-direction: column;
}
.personal-card>a,
a.personal-card{
    text-decoration: none;
    color: #000;
}
.personal-card>a{
    display: block;
}
.personal-card .videoplayer .btn-play {
    width: 36px;
    height: 36px;
    color: #fff;
}
.personal-card figure {
    margin: 0 0 8px;
    position: relative;
    padding-top: 100%;
}
.personal-card figure img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;

}
.personal-card figure + h2 {
    margin-top: 0.8em;
}
.personal-card h2 {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
}
.personal-card h2 a{
    text-decoration: none;
    color: #000;
}
.personal-card-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    margin-left: 10px;
    margin-right: 10px;
}
.shares-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(18, 18, 18, 0.7);
    font-weight: 700;
    font-size: 10px;
}
.shares-count .icon-placeholder {
    background: -o-linear-gradient(305.22deg, var(--blue) 7.85%, #0d2168 90.8%);
    background: linear-gradient(144.78deg, var(--blue) 7.85%, #0d2168 90.8%);
    border-radius: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
}

@media (max-width:767px){
	.faq-unit{
		padding: 15px;
	}
	.faq-q{padding-right: 16px;}
	.faq-toggler {
	    width: 15px;
	    right: 15px;
	    height: 15px;
	    bottom: 20px;
	}
}

.shares-count .icon-placeholder svg {
    width: 10px;
    height: 8px;
    color: #fff;
    fill: #fff;
}
.btn-pale {
    background: rgba(20, 52, 163, 0.1);
    color: var(--blue);
    text-decoration: none;
}
.btn-pale svg {
    fill: currentColor;
    width: 12px;
    height: 10px;
    margin-right: 4px;
}
.btn-small {
    height: 24px;
    border-radius: 6px;
    padding: 0 36px;
    font-size: 12px;
}
.btn-smaller {
    height: 40px;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 14px;
}
.btn-smaller svg {
    margin-right: 6px;
}
.btn-non-active{
    cursor: default;
    pointer-events: none;
}


.personal-card-bio {
    background: rgba(18, 18, 18, 0.04);
    padding: 16px;
    border-radius: 6px;
    color: rgba(18, 18, 18, 0.7);
    font-size: 13px;
    margin-bottom: 17px;
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 1;
}
.personal-card-bio .p:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.4);
}
.personal-card-icons {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.personal-card-icons .icon-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.personal-card-icons .icon-placeholder:not(:first-child):before {
    content: "";
    width: 1px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #121212;
    opacity: 0.08;
    position: absolute;
    left: 0;
}
.personal-card-icons .icon-placeholder .icon {
    opacity: 1;
}
.personal-card-icons svg {
/*    width: 24px;
    height: 24px;*/
}
.qty-cloud {
    background: -o-linear-gradient(17.76deg, #f6f6f6 4.77%, rgba(246, 246, 246, 0) 158.36%);
    background: linear-gradient(72.24deg, #f6f6f6 4.77%, rgba(246, 246, 246, 0) 158.36%);
    border-radius: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
}
.modal-bg {
    opacity: 0.5;
    position: fixed;
    display: none;
}

.jquery-modal.blocker{
	z-index: 1001;
}

.modal {
    display: none;
    position: fixed;
    background: #fff;
    border-radius: 10px;
    padding: 32px 40px;
    z-index: 1002;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
}
.modal[data-modal="add-person"]{
    max-width: 580px;
}
.modal a.close-modal,
.modal-close {
    position: absolute;
    right: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background: none;
}
.modal a.close-modal{
	top: 44px;
    right: 40px;
}

.modal a.close-modal:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	left: 0;
	top: 0;
	background-image: url("../images/close-cross.svg");
}

.modal .compact-view .auth-page-window{
	padding-top: 0;
	padding-bottom: 0;
}
.modal .auth-page-window{
	width: 100%;
	max-width: 100%;
}
.auth-page-window .h{
    padding-right: 40px;
}

.modal-close svg {
    width: 100%;
    height: 100%;
}
.modal-head {
    position: relative;
    margin-bottom: 24px;
    padding-right: 30px;
}
.modal-head .title {
    font-size: 34px;
}
.modal-body .lead {
    font-size: 14px;
    color: rgba(18, 18, 18, 0.7);
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.modal-body .lead:after {
    background: -o-linear-gradient(195.73deg, #121212 -65.8%, rgba(18, 18, 18, 0.4) -21.08%, rgba(18, 18, 18, 0) 106.86%);
    background: linear-gradient(254.27deg, #121212 -65.8%, rgba(18, 18, 18, 0.4) -21.08%, rgba(18, 18, 18, 0) 106.86%);
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.error-placeholder:not(:empty),
.error[data-error]:after{
    content: attr(data-error);
    display: block;
    color: #f00;
    background: rgba(255,0,0,0.15);
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.with-error-placeholder .error[data-error]:after{
    display: none;
}
.error.error select,
.error.error textarea,
.error.error input:not([type="radio"]):not([type="checkbox"]){
    background: rgba(255,0,0,0.05);
}

@media (max-width: 991px){
    .modal{
        padding: 22px 30px;
        border-radius: 0;
        max-height: 100%;
    }
    .modal a.close-modal {
        top: 24px;
        right: 20px;
    }
    .add-person-form .form-row{
        flex-wrap: wrap;
        row-gap: 8px;
    }
    [data-modal="add-person"] .close-modal{
        display: none !important;
    }
}

.person-brief {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
}
.person-brief figure {
    margin: 0 32px 0 0;
    flex-shrink: 0;
    width: 110px;
}
.person-brief figure img{
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.person-brief-name .h3{
    font-size: 18px;
}
.person-brief-action{
    align-self: flex-end;
    margin-left: -20px;
}
.person-brief-action .btn{
    margin-right: 8px;
}
.person-params-checklist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.person-params-checklist + .person-params-checklist {
    margin-top: 32px;
}
.person-params-checklist li {
    margin-bottom: 8px;
}
.person-params-variant {
    background: #f6f6f6;
    border-radius: 8px;
    position: relative;
    display: block;
    font-size: 16px;
    padding: 13px 60px;
}
.modal .person-brief figure{
    width: 90px;
    margin-right: 24px;
}
.modal .person-brief figure img{
    width: 90px;
    height: 90px;
}

.label-has-error{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #ffd2d2;
    font-weight: bold;
    color: #f32b5c;
}

.has-tip{position: relative;}
.tip-toggle{position: absolute;right: 6px;top: 6px;
    background-image: url("../images/tip-toggle.svg");
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
label .tip-toggle{
    right: -23px;
    top: 3px;
    background-color: transparent;
}
.has-tip .tip{
    display: none;
    position: absolute;
    right: 6px;
    top: 25px;
    width: calc(100% - 12px);
    padding: 10px;
    font-size: 13px;
    background: #fff;
    border-radius: 8px;
    box-shadow:0 0 8px rgba(0,0,0,0.2);
    z-index: 1;
}
.has-tip .tip.tip-first-step{
    display: inline;
    max-width: none;
    right: auto;
    width: 340px;
    left: 40px;
    top: auto;
    bottom: calc(100% + 5px);
}
textarea~.tip-toggle{
    right: 12px;
    top: 12px;
}



@media (max-width:767px){
    .has-tip .tip.tip-first-step{
        width: 260px;
    }
}

.person-params-variant span {
    display: block;
}
.person-params-variant .icon-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    color: var(--blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.person-params-variant .icon-placeholder svg {
    width: 30px;
    height: 30px;
}
.person-params-variant input {
    display: none;
}
.person-params-variant input ~ span {
    position: relative;
}
.person-params-variant input ~ span:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -47px;
    border-radius: 24px;
    border: 2px solid var(--blue);
}
.person-params-variant input:checked ~ span:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -42px;
    border-radius: 24px;
    background: var(--blue);
}
.person-params-variant input[type="checkbox"] ~ span:after,
.person-params-variant input[type="checkbox"] ~ span:before {
        border-radius: 7px;
}

.person-params-variant input[type="checkbox"]:checked ~ span:before {
        border-radius: 4px;
}
.modal-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #121212;
    opacity: 0.5;
}
.partner-box {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.partner-box:hover {
    -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.16);
}
div.person-params-variant{
    display: flex;
    padding-right: 24px;
}
.profile-rating.description{
    font-size: 20px;
    line-height: 1.4;
    color: rgba(12,12,12,0.85);
}
.profile-rating.description p{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.profile-rating{
    /*margin-top: 50px;*/
}

.profile-rating .rating-badges .icon-placeholder{
    position: relative;
}
.profile-rating .person-params-variant{
    background: #fff;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.personal-card-icons.person-params-variant{
    padding: 15px 24px 15px 15px;
    height: 52px;
}
.personal-card-icons.person-params-variant .rating-badges li{
    padding: 0 12px;
}
.personal-card-icons.person-params-variant .rating-badges li:first-child{
    padding-left: 0;
}

@media (max-width: 991px){
    .partner-box .partner-unit figure span{
        position: absolute;
        bottom: auto;
        right: -20px;
        top: -20px;
        left: auto;
        transform: none;
        background: var(--blue);
        color: #fff;
        border-radius: 0 10px 0 8px;
        padding: 5px 12px;
    }
    .partner-box .partner-unit figure span ~ img{
        margin-top: 40px;
    }
}

.auth-page-window .h {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
    color: #000;
}
.rate-complex{
    display: flex;
    margin-bottom: 16px;
}
.rate-complex input{
    border: 0;
    text-align: center;
}
.rate-complex button{
    border: 0;
    background: var(--blue);
    font-size: 24px;
    width: 40px;
    color: #fff;
    border-radius: 8px 0 0 8px;
}
.rate-complex button:last-child{
    border: 0;
    background: var(--blue);
    font-size: 24px;
    width: 40px;
    color: #fff;
    border-radius: 0 8px 8px 0;
}

.person-params-variant--total{
    margin-top: 32px;
    position: relative;
    padding-left: 30px;
}
.person-params-variant--total:before,
.person-params-variant--total:after{
    width: 7px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: var(--blue);
}
.person-params-variant--total:before{
    border-radius: 8px 0 0 8px;
    left: 0;
}
.person-params-variant--total:after{
    border-radius: 0 8px 8px 0;
    right: 0;
}

.person-params-rate{
    margin-left: auto;
}
@media (max-width:767px){
    .profile-rating .person-params-variant{
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.2;
    }
    .person-params-rate {
        margin-left: auto;
        white-space: nowrap;
        align-self: center;
        margin-left: 20px;
        padding: 5px 8px;
        border-radius: 5px;
        background: var(--blue);
        color: #fff;
        font-size: 11px;
    }
}

.add-person-form{}
/*.add-person-form .step{display: none;}*/
.add-person-form .fieldset{
    margin-bottom: 32px;
}
.add-person-form .fieldset p:last-of-type{
    margin-bottom: 10px;
}
.textarea-popup,
.compact-view.compact-view .textarea-popup,
.add-person-form textarea{
    height: 220px;
    width: 100%;
    border-radius: 8px;
    padding: 14px 24px;
    resize: none;
    border: 0;
}
.ui-selectmenu-button.ui-button{
    width: 100%;
    border: 0;
    height: 48px;
    border-radius: 6px;
    padding: 0 24px;
    font-size: 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open{
    z-index: 1005;
}

.checklist{
    list-style: none;
    padding: 0;
    margin: 0;
}
.checklist li:not(:last-child){
    margin-bottom: 10px;
}


label>input[type="checkbox"],
label>input[type="radio"]{
    display: none;
}
label>input[type="checkbox"]+span,
label>input[type="radio"]+span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    min-width: 22px;
}
label.disabled>input[type="radio"]+span{
    color: #999;
}
label>input[type="checkbox"]+span:before,
label>input[type="radio"]+span:before{
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid var(--blue);
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 24px;
    background: #f6f6f6;
}
label.disabled>input[type="radio"]+span:before{
    border: 1px solid var(--grey);
}
label>input[type="checkbox"]:checked+span:before,
label>input[type="radio"]:checked+span:before{
    background: var(--blue);
    box-shadow:inset 0 0 0 4px #F6F6F6;
}
label>input[type="checkbox"]+span:before{
    border-radius: 7px;
}

.form-unit.form-unit{
    max-width: 100%;
}
.form-note{
    background: rgba(20, 52, 163, 0.1);
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 9px 16px;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}
.add-person-form .h4:first-child{
    margin-top: -24px;
    margin-bottom: 10px;
}


.modal input:not([type="submit"]):not([type="button"]),
.modal select,
.modal textarea{
    background: #f6f6f6;
    border: 0;
}
.modal input:not([type="checkbox"]):not([type="radio"]){
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 0 24px;
    font-size: 16px;
}

.modal select{
    width: 100%;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
}
.modal option{
    padding-top: 6px;
    padding-bottom: 6px;
}

.add-person-form .form-row{display: flex;margin-bottom: 8px;column-gap:8px;}
.add-person-form .form-cell{
    flex-grow: 1;
}

.modal-head:last-of-type{
	margin-bottom: 0;
}
.modal-head:last-of-type .title{
	font-size: 28px;
}


.step-content{}
.step-footer{
    margin-top: 40px;
    display: flex;
    column-gap:10px;
}
.form-row+.person-brief{
    margin-top: 32px;
}



/*.partner-box:first-child {
    margin-top: 120px;
}*/
.partner-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.partner-unit figure img{
	max-width: 290px;
}
.partner-unit figure {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding-right: 30px;
    position: relative;
}
.partner-unit figure span{
	position: absolute;
	top: 104%;
	white-space: nowrap;
	bottom: auto !important;
	left: 50%;
	transform: translateX(-50%);

	background: #f6f6f6;
	padding: 4px 6px;
}
@media (max-width: 900px) {
    .partner-unit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .partner-unit figure {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.partner-unit-description {
    font-size: 18px;
    max-width: 480px;
}
.partner-unit-description h3 {
    font-weight: 700;
}
.partner-unit-description h3 a {
    color: var(--blue);
}
.partner-unit-link {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 44px;
    width: 75px;
    background: #f6f6f6;
    border-radius: 8px 0;
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partner-unit-link svg {
    width: 100%;
    height: 11px;
}
.partner-unit-link:hover {
    width: 120px;
}
.profile-expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.profile-expanded-brief{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: -5px;
    top: -15px;
}
.profile-expanded .relevance{
    align-items: center;
    font-size: 13px;
    margin-left: 10px;
    padding: 2px 4px;
    border: 1px solid currentColor;
    border-radius: 6px;
    font-weight: 600;
}

.profile-expanded-achievements{
    list-style-type: none;
    display: flex;
    right: 0px;
    top: -5px;
    column-gap: 10px;
    margin: 0;
    padding: 0;
}
.profile-expanded-achievements .icon-placeholder{
    height: 24px;
}



.profile-expanded .side-placeholder{
    margin-left: auto;
}
.profile-expanded figure {
    margin: 0 32px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 247px;
}
.profile-expanded figure img{
	width: 100%;
    border-radius: 6px;
}
@media (max-width: 900px) {
    .profile-expanded {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile-expanded figure,
    .profile-expanded figure img {
        width: 100%;
    }
    .profile-expanded-achievements{
        position: static;
        margin-bottom: 5px;
    }
}
.profile-expanded-description {
    /*max-width: 350px;*/
    flex-grow: 1;
}
.profile-expanded-description header {
    position: relative;
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 18px;
    width: 100%;
}
.profile-expanded-description header:after {
    background: linear-gradient(254.27deg, #121212 -65.8%, rgba(18, 18, 18, 0.4) -21.08%, rgba(18, 18, 18, 0) 106.86%);
    transform: rotate(-180deg);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
}

.profile-expanded-title{
    width: 100%;
}

.profile-expanded-title~.side-placeholder{
    margin-left: auto;
}

.profile-expanded-description h2 {
    font-size: 48px;
    margin: 0px 0 5px;
    font-weight: 600;
    line-height: 1.2;
}
.profile-expanded-title .p{
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #121212;
}
.personal-card-bio{
    font-size: 16px;
    line-height: 140%;
    color: #121212;
}
.personal-card-footer{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}
.personal-card-footer a:only-child{
    margin-left: auto;
}
.personal-card-footer a[data-profile-id]:only-child{
    margin-left: 0;
} 

.profile-expanded-description .h3{
    font-size: 18px;
    line-height: 140%;
    color: #121212;
    font-weight: 500;
    margin-bottom: 10px;
}
.profile-expanded-description .h3+p{
    margin-top: 0;
}
.profile-expanded-description .subsection{
    
}

.profile-expanded-description .personal-card-bio {
    padding: 0;
    margin: 0 0 18px;
    background: 0 0;
    font-size: 16px;
}
.profile-expanded-description .btn-reg {
    width: auto;
    padding: 0 22px;
}
.profile-expanded-description .btn-reg .icon-thumb {
    margin-right: 12px;
}
.profile-expanded-description .btn-reg+.btn-reg{
    margin-left: 8px;
}
span.btn-non-active,
.profile-expanded-description span.btn-reg{
    background-color: #f6f6f6;
    color: #121212;
}

.profile-sticker-placeholder {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 50px;
    height: 50px;
}
.profile-sticker-placeholder img,
.profile-sticker-placeholder svg {
    width: 100%;
    height: 100%;
}
.btn-list {
    margin-bottom: 24px;
    text-decoration: none;
}
.btn-list svg {
    width: 16px;
    height: 16px;
}
.elements-unit {
	margin-bottom: 8px;
    padding: 30px 24px;
}
a.elements-unit {
	margin-bottom: 8px;
    padding: 22px 14px;
}

.project-brief {
    font-size: 24px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}
.project-brief .icon-placeholder,
.project-brief .prize-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 100%;
    color: var(--blue);
}
.project-brief .icon-placeholder svg,
.project-brief .prize-placeholder svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}
.project-brief .prize-placeholder {
    left: auto;
    right: 0;
}
@media (max-width: 900px) {
    .project-brief {
        padding-left: 0;
        padding-right: 60px;
        font-size: 16px;
    }
    .project-brief .icon-placeholder,
    .project-brief .prize-placeholder {
        left: auto;
        right: 0;
        width: 30px;
        height: 30px;
    }
    .project-brief .icon-placeholder svg,
    .project-brief .prize-placeholder svg {
        width: 30px;
        height: 30px;
    }
    .project-brief .icon-placeholder {
        top: 0;
        display: none;
    }
    .project-brief .prize-placeholder {
        /*bottom: 0;*/
        top: 0;
    }
}
.project-description > :first-child {
    margin-top: 0;
}
.project-description > :last-child {
    margin-bottom: 0;
}
section:not(.bg-grey) .box {
    -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
}

.elements-unit .news-element{
    margin-top: -5px;
    margin-bottom: -6px;
}

.news-element, .media-element-description p {
    color: rgba(18, 18, 18, 0.7);
    font-size: 16px;
}
.news-element .date {
    font-size: 16px;
    color: rgba(18, 18, 18, 0.7);
}
.news-element h3 {
	font-size: 20px;
    line-height: 130%;
    font-weight: 600;
}
.news-element h3 a{
	text-decoration: none;
	color: #000;
}
.news-element footer {
    margin-top: 24px;
}
.news-element footer .btn-small{
	min-width: 174px;
	height: 43px;
	line-height: 43px;
}
.news-element footer a {
    text-decoration: none;
    font-weight: 600;
    min-width: 178px;
        height: 46px;
}
.media-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.media-element .videoplayer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 210px;
    position: relative;
    margin-right: 24px;
}
.interview-unit{
	max-width: 600px;
	position: relative;
}
.interview-unit:after{
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	background: #121212;
	opacity: 0.4;
	border-radius: 10px;
}
.interview-unit img{
	border-radius: 10px;
}
.interview-unit .btn-play{
	z-index: 10;
	width: 80px;
	height: 80px;
}

.media-element .videoplayer .btn-play {
    width: 36px;
    height: 36px;
}
.media-element .videoplayer img {
    max-width: 100%;
    border-radius: 8px;
}
.media-element .media-element-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.media-element .media-element-description .h4,
.media-element .media-element-description h4{
	font-size: 16px;
	font-weight: 600;
}
a.elements-unit{
	color: #000;
	text-decoration: none;
}
a.elements-unit:hover{
	box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
}
a.elements-unit:hover .h4,
a.elements-unit:hover h4{
	color: var(--blue);
}

.row--eq{

}
.row--eq>*{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.row--eq>*>*:only-child{
    flex-grow: 1;
}
@media (max-width: 900px) {
    .media-element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .media-element figure.videoplayer {
        margin-right: 0;
        width: 100%;
    }
    .media-element figure.videoplayer img {
        width: 100%;
    }
}
@media (max-width: 767px) {
	.media-element figure.videoplayer{
		margin-left: -14px;
		margin-right: -14px;
		width: calc(100% + 28px) !important;
		margin-top: -20px;
	}
	.media-element .videoplayer img{
		border-radius: 10px 10px 0 0;
	}
	.videoplayer.interview-unit img{
		border-radius: 0;
	}
}


.page-footer {
  padding-top: 50px;
  padding-bottom: 40px; }

.footer-navi {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-footer .social-links{
    margin-left: auto;
}

          .page-footer .nav-main ul li:last-child{
            width: auto;
          }
  @media (max-width: 991px) {

    .page-footer .navi-call{
        display: none !important;
    }

    .footer-navi {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .footer-navi ul:not(.social-links) {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: bold;
    font-size: 12.5px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .footer-navi ul:not(.social-links) li {
      display: inline-block;
      vertical-align: top; }
    .footer-navi ul:not(.social-links) li {
      margin-right: 16px; }

.footer-navi a[href*="docx"],
.footer-navi a[href*="doc"],
.footer-navi a[href*="pdf"]{
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}
.footer-navi a[href*="docx"] svg,
.footer-navi a[href*="doc"] svg,
.footer-navi a[href*="pdf"] svg{
    width: 24px;
  height: 24px;
  stroke: currentColor;

}


      @media (max-width: 991px) {
        .footer-navi ul:not(.social-links) li:not(:last-child) {
          margin-right: 6px; } }
    @media (max-width: 991px) {
      .footer-navi ul:not(.social-links) li {
        text-transform: none; } }
    .footer-navi ul:not(.social-links) a {
      text-decoration: none; }
    @media (max-width: 991px) {
      .footer-navi ul:not(.social-links) {
        display: block;
        text-transform: none;
        text-align: center; }
        .footer-navi ul:not(.social-links) li {
          margin-right: 6px;
          margin-left: 6px;
          margin-bottom: 10px; } }
  .footer-navi .social-links li {
    margin-right: 0;
    margin-left: 20px; }
    .footer-navi .social-links li a {
      color: #C6C6C6; transition: all .3s; }
      .footer-navi .social-links li a:hover {
        color: #203263; }
    .footer-navi .social-links li:first-child {
      margin-left: 0; }
  @media (max-width: 768px) {
    .footer-navi .social-links {
        margin-left: 0;
        margin-top: 15px;
      text-align: center; }
      .footer-navi .social-links li {
        margin-left: 10px;
        margin-right: 10px; }
        .footer-navi .social-links li:first-child {
          margin-left: 10px; } }

.copyright {
  font-size: 14px;
  line-height: normal;
  color: #858585;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .copyright small {
    display: block;
    font-size: 14px; }
  @media (max-width: 768px) {
    .copyright {
      display: block; }
      .copyright small + small {
        margin-top: 1em; } }
  @media (max-width: 768px) {
    .copyright {
      display: block;
      margin-bottom: 15px;
      text-align: center; } }
  .copyright a {color:inherit; text-decoration: underline}

  .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .social-links li {
      display: inline-block;
      vertical-align: top; }
    .social-links li {
      margin-right: 19px; }
      .social-links li:last-child {
        margin-right: 0; }
      @media (max-width: 991px) {
        .social-links li {
          margin-right: 12px; } }



.profile-page {
    padding-top: 60px;
}
.profile-page .subsection:first-of-type .box:first-child:not(:last-child){
    margin-bottom: 15px;
}


.btn-reg .icon-thumb {
    width: 34px;
    height: 34px;
    stroke: currentColor;
}

.longlist-userpic{

}
.longlist-name{
    display:table-caption;
}
.longlist{
    width: 100%;
}
.longlist-container{
    margin-top: 140px;
}
.longlist thead th{
    text-align: left;
    font-size: 13px;
    line-height: 140%;
    color: rgba(012,012,012,0.5);
    text-transform: uppercase;
}
.longlist tbody th{
    border-bottom: 1px solid transparent;
    width: 120px;
    text-align: left;
}
.longlist tbody th img{
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}
.longlist tbody td{
    border-bottom: 1px solid rgba(012,012,012,0.3);
    font-size: 16px;
    line-height: 20px;
}
.longlist tbody th,
.longlist tbody td{
    vertical-align:center;
    padding-top: 23px;
    padding-bottom: 23px;
}
.longlist tbody tr:last-child td{
    border-color: transparent;
}
.longlist tbody td:last-child{
    width: 220px;
}
.longlist.all-nominees tbody td:last-child{
    width: 70px;
}
.longlist tbody td:not(:last-child){
    padding-right: 20px;
}
.longlist tbody td:nth-of-type(1){
    width: 130px;
}
.longlist tbody th.longlist-userpic{
	width: 110px;
}
.longlist tbody th.longlist-userpic img{
	max-width: initial;
}


@media (min-width:992px){
    .longlist tbody th.longlist-userpic img{
        margin-right: 20px;
    }
}
@media (max-width:991px){
    .longlist thead{
        display: none;
    }
    .longlist, .longlist tbody, .longlist tr, .longlist td, .longlist th{
        display: block;
    }
    .longlist tbody{
        display: flex;
        flex-wrap: wrap;
        column-gap:20px;
        row-gap:20px;
    }
    .longlist tbody tr{
        width: calc(50% - 10px);
        background: #fff;
        border-radius: 10px;
        box-shadow:0 0 8px rgba(0,0,0,0.3);
        display: flex;
        flex-wrap: wrap;
    }
    .longlist tbody tr[style*="table-row"] {
        display: flex !important;
    }
    .longlist-container{
        padding: 0;
        background: none;
    }
    .longlist td:nth-child(1n), .longlist th{
        border: 0;
    }
    .longlist td:nth-child(2){
        align-self: center;
    }
    .longlist td:nth-child(3),
    .longlist td:nth-child(3)~td{
        width: 100% !important;
        max-width: 100% !important;
    }
    .longlist td:nth-child(3){
        margin-top: 10px;
        background: rgba(18, 18, 18, 0.04);
        padding: 16px;
        padding-bottom: 5px;
        border-radius: 6px 6px 0 0;
        color: rgba(18, 18, 18, 0.7);
    }
    .longlist td:nth-child(4){
        margin-bottom: 10px;
        background: rgba(18, 18, 18, 0.04);
        padding: 16px;
        padding-top: 5px;
        border-radius:  0 0 6px 6px;
        color: rgba(18, 18, 18, 0.7);

    }

    .longlist tbody td,
    .longlist tbody th{
        padding: 0;
    }
    .longlist tbody tr{
        padding: 12px;
    }
    .longlist-name{
        display: block;
    }
    .longlist tbody td{
        padding-top: 8px;
    }
    .longlist tbody th{
        width: 100px;
    }
    .userarea-name{
        color: #000;
        text-align: left;
    }
    .userarea{
        width: 100%;
        margin: 0;
        order: 100;
        margin-bottom: 20px;
    }
    .userarea-module{width: 100%;justify-content: space-between;}
}

@media (max-width:767px){
    .longlist tbody tr{
        width: 100%;
    }
}



.rating-badges{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.rating-badges li{
    padding: 0 4px;
    position: relative;
}

.personal-card-icons .rating-badges li{
    padding: 0 5px;
}

.rating-badges li:not(:first-child):not(:empty):before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    content: '';
    background: #121212;
    opacity: 0.08;
    margin: auto;
}
.rating-badges .icon-placeholder{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-badges .icon-placeholder a{
    display: flex;
}


.rating-badges .icon-placeholder svg{
/*    max-width: 22px;
    max-height: 22px;*/
}

[data-tooltip]{
    position: relative;
}
[data-tooltip] .tooltip{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 7px 8px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1;
    color: #999;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    white-space: nowrap;
    z-index: 1001;
    bottom: 100%;
    margin-bottom: 8px;
}


[data-tooltip] .tooltip:after{
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}

[data-tooltip] .tooltip.l-aligned{
    left: -15px;
    transform: none;
}
[data-tooltip] .tooltip.l-aligned:after{
    left: 25px;
    transform: translateY(-50%) rotate(45deg);

}
[data-tooltip] .tooltip.r-aligned{
    left: auto;
    right: -15px;
    transform: none;
}
[data-tooltip] .tooltip.r-aligned:after{
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 25px;
}


@media (max-width: 767px){
    [data-tooltip] .tooltip{
        white-space: normal;
        width: 160px;
    }
}


.icon-size-middle{
    width: 24px;
    height: 24px;
}

.icon-compass{
    color: #1434a3;
}

.icon-placeholder--grad{
    background: linear-gradient(75.96deg, rgba(20, 52, 163, 0.1) 5%, rgba(20, 52, 163, 0) 108.21%);
}
.icon-placeholder--blue{
    font-weight: 800;
    font-size: 10px;
    letter-spacing: -0.04em;
    color: var(--blue);
    background: linear-gradient(72.24deg, #F6F6F6 4.77%, rgba(246, 246, 246, 0) 158.36%);
}
.icon-cup{
    width: 22px;
    height: 22px;
}
.footer-navi .nav-main ul li a{
    color: #000;
}
.footer-navi .nav-main ul li.current a,
.footer-navi .nav-main ul li a:hover{
    color: #203263;
}
.footer-navi .nav-main ul{
    column-gap:0;
}
@media (max-width:767px){
    .profile-expanded-description header{
        display: block !important;
        padding-top: 10px;
    }
    .profile-expanded-title~.side-placeholder{
        margin-top: 10px;
    }
    .profile-expanded-description h2{
        display: table;
    }

    .auth-page-window .h{
        font-size: 16px;
    }
}

@media (min-width:991px){
    .about-lead{
        font-size: 24px;
    }
}
.iconed-unit{
    display: flex;
}
.iconed-unit .icon-placeholder{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.iconed-unit .icon-placeholder{
    color:var(--blue);
}
.iconed-unit .icon-placeholder svg{
    stroke:currentColor;
}
.notice{
    display: flex;
}
.notice-icon{
    margin-right: 20px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    top: 10px;
}
.notice-icon svg{
    width: 100%;
    height: 100%;
    fill:var(--blue);
    stroke:var(--blue);
}
.notice-text{
    max-width: 740px;
}
.notice-text p:first-child{
    margin-top: 0;
}
.notice-text p:last-child{
    margin-bottom: 0;
}
.card.fz-large .timeline-date-title{
    font-size: 16px;
    line-height: 1.3;
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    min-height: 82px;
}
.card.fz-large .timeline-date-title .icon-placeholder{
    position: relative;
}
.timeline-date-title b{
    display: block;
    color: var(--blue);
}
.timeline-date-title small{
    font-weight: normal;
    font-size: 12px;
    color: #121212;
    opacity: 0.75;
    line-height: 1.25;
    display: block;
}
.timeline-date-title .icon-placeholder{
    width: 60px;
    height: 60px;
    background: var(--blue);
    color:#fff;
    margin-right: 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 2px 12px 1px rgba(20, 52, 163, 0.55);
}
.timeline-date-title .icon-placeholder svg{
    width: 32px;
    height: 32px;
}
.icons-legends{
    margin-top: -30px;
}
.icons-legends div{
    display: flex;
}
.icons-legends dt{
    width: 48px;
    flex-shrink: 0;
    margin-right: 24px;
}
.icons-legends dd{

}
.icons-legend-unit dd{
    margin: 0;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 13px;
    margin-bottom: 12px;
    position: relative;
    flex-grow: 1;
}
.icons-legend-unit dd:after{
    content: '';
    background: linear-gradient(254.27deg, #121212 -65.8%, rgba(18, 18, 18, 0.4) -21.08%, rgba(18, 18, 18, 0) 106.86%);
    transform: rotate(-180deg);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.icons-legends div:last-child dd:after{
    display: none;
}


.icons-legend-unit .icon-placeholder{
    background: rgba(20, 52, 163, 0.15);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}

.icons-legend-unit .icon-placeholder svg{
    width: 28px;
    height: 28px;
    stroke: currentColor;
}

@media (max-width:767px){
	.icons-legends{
		margin-top: 15px;
	}
	.icons-legends div{
		margin-bottom: 20px;
	}
	.icons-legend-unit dd{
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
        font-size: 18px;
	}
	.icons-legend-unit dd:after{
		display: none;
	}
}


.card--timeline-fit{padding: 28px 22px 22px 22px;font-size: 18px;}
.card--timeline-fit p:last-child{
    margin-bottom: 0;
}
.card--timeline-fit .iconed-title{
    padding-left: 77px;
}
.box--label-x2{
    padding: 24px 22px;
}
.box--label-x2 .icon-placeholder{
    width: 32px;
    height: 32px;
    margin-right: 18px;
}
.box-header{
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 20px;
}
.box-header>*:last-child{margin-bottom: 0;}
.box-header>*:first-child{margin-top: 0;font-size: 20px;}
.userarea-name:after,
.box-header:after{
background: linear-gradient(254.27deg, #121212 -65.8%, rgba(18, 18, 18, 0.4) -21.08%, rgba(18, 18, 18, 0) 106.86%);
transform: rotate(-180deg);
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 1px;
}
.box--rules ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}
.box--rules ul li{
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
    min-width: 32px;
}
.box--rules ul li:last-child{margin-bottom: 0;}
.box--rules ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 32px;
    height: 32px;
    background-image: url("../images/cube-shape.svg");
}

.box-guarantor{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 34px 32px 38px 40px;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
    margin-top: 60px;
    margin-bottom: 65px;
}
.guaranter-credentials{}
.guaranter-credentials .label{
    margin-bottom: 13px;
    font-size: 16px;
    color: var(--blue);
}
.guaranter-name{
    font-size: 24px;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
}
.guaranter-title{
    font-size: 16px;
    color: rgba(12,12,12,0.85);
}
.guaranter-more .btn{
    height: 44px;
        line-height: 44px;
        padding: 0px 27px;
        position: relative;
        text-decoration: none;
        top: -1px;
        font-size: 14px;
}
@media (max-width:767px){
    .box-guarantor{
        flex-direction:column;
        padding: 25px;
    }
    .guaranter-credentials {
        width: 100%;
    }
    .profile-expanded-description h2 {
        font-size: 32px}
    .guaranter-more{
        width: 100%;
        margin-top: 20px;
    }
    .guaranter-more .btn{
        width: 100%;
    }
}

.search-module{
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  margin-top: 0px;
}

.search-module input{

  background-image: url("../images/icon-search.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 24px center;
  width: 100%;
  border-radius: 10px;
  padding-left: 64px;
  padding-right: 32px;
  height: 64px;
  box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
  border: 0;
  outline:none;
}

.s-clear-field{
    position: absolute;
    right: 78px;
    top: 51%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    color: var(--blue);
    display: none;
}

.s-clear-field svg{
    width: 20px;
    height: 20px;
}

.page-content > section:first-child .w .search-module+.personal-cards{padding-top: 0;padding-bottom: 32px;}

.w:not(.w-max) .content-has-search {
    margin-top: 135px;
}

.w:not(.w-max) .longlist-container {
    margin-top: 40px;
}

@media (max-width:767px){
    /* .content-has-search {
        margin-top: 180px;
    }
    .w:not(.w-max) .content-has-search {
        margin-top: 105px;
    }
    .is-longlist .w:not(.w-max) .content-has-search{
        margin-top: 0;
    } */
    .header-subnavi-placeholder~.w .countdowns-inner{
        padding-bottom: 45px;
    }

}

.photo-items-list.photo-photo-list {
	width: 100% !important;
}
.top100-content {
    margin-top: 30px;
}

.cookies-bar{
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    padding: 1.4em 1em;
    transition: transform 0.25s;
}
.cookies-bar.is-hidden{
    transform: translateY(100%);
}
.cookies-bar .w{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1324px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.cookies-bar a{
    text-decoration: underline;
    color: inherit;
}
.cookies-bar a:hover{
    color: #fff;
    text-decoration: none;
}

.cookies-bar__close{
    background: none;
    bottom: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    appearance: none;
    border: none;
    background: none;
    right: 0;
    top: 0px;
    flex-shrink: 0;
    margin-left: 20px;
}
.cookies-bar__close svg{
    width: 100%;
    height: 100%;
    stroke: gold;
}
@media (max-width:991px){
    .top100-content iframe{
        width: 100%;
        margin-top: 50px;
    }

    .cookies-bar{
        font-size: 14px;
        text-align: left;
        font-weight: 500;
        padding: 1em 1em;
    }
    .cookies-bar .w{
        padding-left: 0;
        padding-right: 0;
    }
    .cookies-bar__close{
        align-self: flex-start;
        position: relative;
        top: 3px;
    }
}

.avatar-invert {
	filter: invert(1);
}
.expert-profile-preheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expert-preheader{
    font-weight: bold;
    font-size: 13px;
    display: flex;
    column-gap: 6px;
    align-items: center;
}
.expert-preheader svg{
    width: 18px;
    height: 18px;
}
.expert-rating{
    background: var(--blue);
    color: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.expert-rating .rating-explained{
    position: absolute;
    background: var(--blue);
    color: #fff;
    border-radius: 8px;
    top: 100%;
    margin-top: 8px;
    width: 400px;
    padding: 10px 12px;
    right: 0;
    display: none;
}
.expert-rating .rating-explained dt,
.expert-rating .rating-explained dd{
    margin: 0;
    padding: 0;
    text-align: right;
}
.expert-rating .rating-explained dl{
    padding: 0;
    margin: 0;
}
.expert-rating .rating-explained dl div{
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 4px;
}
.rating-leftovers dt,
.rating-leftovers dd{
    font-weight: bold;
}
.is-experts-profile .profile-expanded-title{
    max-width: 100%;
    width: 100%;
}
.is-experts-profile .profile-expanded-description header:after{
    display: none;
}
.is-experts-profile.profile-expanded figure {
    margin: 0 32px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 237px;
    height: 237px;
    border-radius: 100%;
    border: 4px solid var(--blue);
    padding: 4px;
}
.is-experts-profile.profile-expanded figure img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.is-experts-profile .profile-expanded-title .p,
.is-experts-profile .profile-expanded-description .personal-card-bio{
    font-size: 14px;
}
.profile-expanded figure .relevance{
    display: none;
}
@media (max-width: 767px){
    .is-experts-profile .profile-expanded-description header{
        position: static;
    }
    .profile-expanded figure{
        margin-right: 0;
        position: relative;
    }
    .expert-rating{
        font-size: 10px;
        position: absolute;
        right: -10px;
        top: -10px;
    }
    .expert-preheader{
        width: 100%;
    text-align: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 20px;
    }
    .is-experts-profile.profile-expanded figure{
        margin-left: auto;
        margin-right: auto;
    }
    .personal-card-footer{
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .profile-expanded-title{
        flex-direction: column;
        display: flex;
    }
    .profile-expanded-brief{
    
        position: relative;
        display: flex;
        align-items: center;
        right: auto;
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        order: 3;
    }
    .profile-expanded .relevance:not(:last-child):after{
        display: none;
    }
    .profile-expanded figure .relevance{
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        background: var(--blue);
        color: #fff;
    }
    figure~.profile-expanded-description .relevance{
        display: none;
    }
    
    .expert-preheader{
        width: auto;
        text-align:left;
        margin-bottom: 0;
    }
    .expert-profile-preheader .expert-rating{
        position: static;
        flex-shrink: 0;
    }
    .personal-card-footer a:only-child{
        margin-left: 0;
    }
}

.bg-grey .box{
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
}
.is-expert-page .bg-grey{
    padding-bottom: 0;
}
.is-expert-page,
.is-expert-page .bg-grey,
.is-expert-page .bg-grey~section{
    background: #EAEDF8;
}
#bio-and-achivements{
    padding-top: 32px;
    padding-bottom: 32px;
}
#bio-and-achivements h3,
#bio-and-achivements .section-header,
#bio-and-achivements~section h3,
#bio-and-achivements~section .section-header{
    margin-bottom: 16px;
}
#bio-and-achivements>.w>h3:not(:first-child){
    margin-top: 1em;
}

#bio-and-achivements~section{
    padding-top: 0;
    padding-bottom: 32px;
}
@media (min-width: 1024px){
    #bio-and-achivements>.w>p{
        font-size: 18px;
        line-height: 140%;
    }
}
#bio-and-achivements .bio-description{
    font-size: 1.2em;
}
#bio-and-achivements>.w>h3{
    margin-top: 0;
}
@media (max-width: 991px){
    #bio-and-achivements .bio-description{
        font-size: 1em;
    }
    #bio-and-achivements .h3,
    #bio-and-achivements h3{
        font-weight: 600;
    }

}
.body-gallery .header-subnavi{
    padding-top: 16px;
}
.tabs-header {
  margin-bottom: 50px; }
  .tabs-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 10px; }
    .tabs-header ul li:not(:last-child) {
      margin-right: 60px; }
    @media (max-width: 767px) {
      .tabs-header ul {
        overflow-x: scroll; }
        .tabs-header ul li {
          white-space: nowrap;
          font-size: 30px; } }
  .tabs-header a {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    display: block;
    padding-bottom: 12px;
    opacity: 0.3;
    border-bottom: 4px solid transparent;
    text-decoration: none; }
  .tabs-header li.on a {
    opacity: 1;
    border-bottom: 5px solid #FDBF01; }
  @media (max-width: 767px) {
    .tabs-header {
      display: none; } }

.tab {
  display: none; }
  .tab.on {
    display: block; }
  @media (max-width: 767px) {
    .tab {
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.mob-tab-h {
  display: none; }

@media (max-width: 767px) {
  .mob-tab-h {
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-right: 30px; }
    .mob-tab-h:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      top: 0;
      background: url(/local/static/images/acc-arrow.svg) no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .mob-tab-h.called:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

  .mob-tab-c {
    display: none; } }

.partners-list {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-left: 30px;
    margin-right: 30px;
}
.partners-list li {
    width: 16.6667%;
    padding: 10px 30px;
    max-width: 200px;
    max-height: 200px;
}

@media (max-width: 767px) {
    .partners-list { margin-left:-10px; margin-right: -10px; }
    .partners-list li {
        width: 33.3334%; padding: 10px;    
    }
    .partners-list li.is-general {
        width: 50%; padding: 10px;    
    }
}

/* Counters, small labels etc */
.blue-label{
    background: var(--blue);
    color: var(--blue);
    padding: 0.5em;
    border-radius: 4px;
    font-weight: 300;
}

@media (min-width: 767px) {
    button.btn.btn-reg.btn-grey.specialist-contact {
        margin-top: 40px;
    }
}

svg.icon-potyshape {
    background: none;
    fill: var(--blue);
    stroke: var(--blue);
}

div.tabs-view-type {position: absolute; right: 20px;}
.tabs-view-type ul {list-style-type: none;display: flex;column-gap: 10px;font-size: 24px;line-height: 0;margin: 0;padding: 0;}
.tabs-view-type li:not(.current) a {color: lightgray}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {position: relative;top:-1px}

.tabs-view-type-content .tab {
    display: none;
}
.tabs-view-type-content .tab.on {
    display: inherit;
}
.tabs-view-type-content .personal-cards {
    padding-top: 0 !important;
}
@media (max-width: 900px) {
    .header-subnavi.tabs-view-type nav a {
        color: #000;
    }
}

.nomination-section-container {
    display: grid;
    grid-template-columns: 520px 1fr;
    align-items: center;
    gap: 40px;
    width: auto;
    margin-bottom: 40px;
}

.nomination-section-image-container {
    display: block;
    max-width: 100%;
}

.nomination-section-image {
    max-width: 100%;
    height: auto;
}

.nomination-section-image[src$=".svg"] {
    width: 100%;
    max-height: 100%;
}

.nomination-section-text {
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
}

@media (max-width: 1024px) {
    .nomination-section-container {
        grid-template-columns: 1fr; 
        text-align: center;
    }

    .nomination-section-text {
        text-align: center;
    }

    .nomination-section-image, .nomination-section-image[src$=".svg"] {
        max-width: 480px; 
        width: 100%;
    }
}

.top100-contact {
    margin-top: 1em;
    font-style: italic;
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    color: dimgray;
}