@charset "UTF-8"; /*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1240px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1520px) {
    .container {
        max-width: 1450px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.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%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-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%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-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%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-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%;
    }
}
@media (min-width: 1240px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-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%;
    }
}
@media (min-width: 1520px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1239.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1519.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.fade {
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1239.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1240px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1519.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1520px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0 - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: flex;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0 !important;
}
.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1240px) {
    .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: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1520px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        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: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1240px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1520px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1240px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
@media (min-width: 1520px) {
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: 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;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 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-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 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-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 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-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 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-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1240px) {
    .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-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;
    }
}
@media (min-width: 1520px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1240px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1520px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 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;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
}
.bg-dark,
.cards-imgbckg .card-imgbckg,
.figures,
.footer,
.hero-home,
.home-activities .activity,
.home-fame .fame-item {
    color: #fff;
}
.bg-dark a,
.cards-imgbckg .card-imgbckg a,
.figures a,
.footer a,
.hero-home a,
.home-activities .activity a,
.home-fame .fame-item a {
    color: #fff;
}
.block-buttons .btn-icon:active,
.block-buttons .btn-icon:focus,
.block-buttons .btn-icon:hover,
.block-overlap-bg .block-overlap-bg-content,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-secondary-light,
.cms-mainimg img,
.webinars-main,
.who-intro .mainvideo .embed-responsive {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1650px) {
    .block-buttons.block-buttons-secondary,
    .block-overlap-bg,
    .cards-imgbckg,
    .cms-content,
    .hero-banner,
    .home-activities,
    .home-insights,
    .home-news,
    .home-twitter,
    .home-webinars,
    .mainressource,
    .navressource,
    .program,
    .ressources-list,
    .who-testimonials {
        margin-left: 1.25em;
        margin-right: 1.25em;
    }
}
.hero-banner h1,
.webinar-subtitle,
h2 {
    padding-bottom: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
}
.hero-banner h1::after,
.webinar-subtitle::after,
h2::after {
    content: "";
    background: #0e4065;
    width: 30px;
    height: 3px;
    position: absolute;
}
.hero-banner h1::after,
.webinar-subtitle::after,
h2::after {
    margin-left: -15px;
    left: 50%;
    bottom: -0.5rem;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next,
.slick-prev {
    outline: 0;
    border: none;
    background: 0 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}
.slick-next:active,
.slick-next:focus,
.slick-next:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-prev:hover {
    color: var(--base);
    outline: 0;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0.7;
    cursor: default;
}
.arrows-chevron .slick-next,
.arrows-chevron .slick-prev {
    color: #d4d7da;
    padding: 0.5em;
    top: 20%;
}
.arrows-chevron .slick-next:active,
.arrows-chevron .slick-next:focus,
.arrows-chevron .slick-next:hover,
.arrows-chevron .slick-prev:active,
.arrows-chevron .slick-prev:focus,
.arrows-chevron .slick-prev:hover {
    color: var(--base);
}
.arrows-chevron .slick-next.slick-disabled,
.arrows-chevron .slick-prev.slick-disabled {
    color: #e5e5e5;
}
.arrows-chevron .slick-prev {
    left: -2.75em;
}
.arrows-chevron .slick-next {
    right: -2.75em;
}
@media (min-width: 576px) {
    .arrows-chevron .slick-prev {
        left: -3.5em;
    }
    .arrows-chevron .slick-next {
        right: -3.5em;
    }
}
@media (min-width: 1240px) {
    .arrows-chevron .slick-prev {
        left: -4em;
    }
    .arrows-chevron .slick-next {
        right: -4em;
    }
}
.arrows-large .slick-next,
.arrows-large .slick-prev {
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrows-large .slick-prev {
    left: 2em;
}
.arrows-large .slick-next {
    right: 2em;
}
.slick-dots {
    position: absolute;
    bottom: -2.5em;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.slick-dots li button {
    line-height: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: 0;
    display: block;
    height: 10px;
    width: 10px;
    padding: 0;
    position: relative;
    outline: 0;
    cursor: pointer;
}
.slick-dots li button::before {
    content: "";
    background: #d4d7da;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li.slick-active button::before {
    background-color: #949ba3;
}
.longfade {
    -webkit-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
    -ms-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
}
.animated-element {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes rotate-left {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -150deg);
        transform: rotate3d(0, 0, 1, -150deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotate-left {
    -webkit-animation-name: rotate-left;
    animation-name: rotate-left;
}
@keyframes rotate-right {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 150deg);
        transform: rotate3d(0, 0, 1, 150deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotate-right {
    -webkit-animation-name: rotate-right;
    animation-name: rotate-right;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated.zoomIn {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@keyframes zoomIn {
    from {
        opacity: 1;
        transform: scale(1.5, 1.5);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.rev-wrap {
    overflow: hidden;
}
.rev-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: width 1s cubic-bezier(0, 0, 0.25, 1);
    transition: width 1s cubic-bezier(0, 0, 0.25, 1);
}
.rev-wrap .reveal-left {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1);
}
.rev-wrap.loaded:after {
    width: 0%;
}
.rev-wrap.loaded .reveal-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.btn {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 0.8125em 2.5em;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.btn.btn-primary {
    color: #fff;
    background-color: #704131
}
.btn.btn-primary .icon {
    vertical-align: baseline;
}
.btn.btn-secondary {
    color: #fff;
    background-color: var(--secondary);
}
.btn.btn-secondary .icon {
    vertical-align: baseline;
}
.btn.btn-secondary-light {
    color: #fff;
    background-color: var(--secondary-light);
}
.btn.btn-secondary-light .icon {
    vertical-align: baseline;
}
.btn.btn-secondary-light:active,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:hover {
    color: #fff;
}
.btn.btn-border-dark,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-secondary-light {
    position: relative;
    z-index: 1;
}
.btn.btn-border-dark::after,
.btn.btn-primary::after,
.btn.btn-secondary-light::after,
.btn.btn-secondary::after {
    content: "";
    background: #0e4065;
    width: 100%;
    position: absolute;
}
.btn.btn-border-dark::after,
.btn.btn-primary::after,
.btn.btn-secondary-light::after,
.btn.btn-secondary::after {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.btn.btn-border-dark:active::after,
.btn.btn-border-dark:focus::after,
.btn.btn-border-dark:hover::after,
.btn.btn-primary:active::after,
.btn.btn-primary:focus::after,
.btn.btn-primary:hover::after,
.btn.btn-secondary-light:active::after,
.btn.btn-secondary-light:focus::after,
.btn.btn-secondary-light:hover::after,
.btn.btn-secondary:active::after,
.btn.btn-secondary:focus::after,
.btn.btn-secondary:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.btn-border {
    font-size: 0.75rem;
    color: #fff;
    text-transform: none;
    border: 1px solid #79818b;
}
.btn.btn-border:active,
.btn.btn-border:focus,
.btn.btn-border:hover {
    color: var(--base);
    background-color: #fff;
    border-color: #fff;
}
.btn.btn-border-dark {
    color: var(--secondary);
    border: 1px solid var(--secondary);
}
.btn.btn-border-dark::after {
    background-color: var(--secondary);
}
.btn.btn-border-dark:active,
.btn.btn-border-dark:focus,
.btn.btn-border-dark:hover {
    color: #fff;
}
.btn.icon-left .icon {
    margin-right: 0.5em;
}
.btn.icon-right .icon {
    margin-left: 0.5em;
}
.btn .icon-transition {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.btn:active .icon-transition,
.btn:focus .icon-transition,
.btn:hover .icon-transition {
    -webkit-transform: translateX(0.6em);
    -ms-transform: translateX(0.6em);
    transform: translateX(0.6em);
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    cursor: pointer;
}
button.btn {
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.link-stretched::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
}
h1 {
    font-size: 2.25rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .hero-banner h1 {
        font-size: 2.875rem;
    }
}
h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
h3.small {
    font-size: 1rem;
}
h4 {
    font-size: 1.125rem;
    font-weight: 700;
}
h5 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 700;
}
.display-title {
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .display-title {
        font-size: 1.75rem;
    }
}
@media (min-width: 992px) {
    .display-title {
        font-size: 3.5rem;
    }
}
.title-line {
    text-align: center;
    overflow: hidden;
}
.title-line span {
    position: relative;
}
.title-line span::after,
.title-line span::before {
    content: "";
    background: var(--base);
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
}
.title-line span::before {
    right: 100%;
    margin-right: 0.8em;
}
.title-line span::after {
    left: 100%;
    margin-left: 0.8em;
}
.lead {
    font-size: 1.5rem;
    font-weight: 600;
}
.body-text address,
.body-text ol,
.body-text p,
.body-text ul {
    font-size: 0.9375rem;
    line-height: 1.8;
}
small {
    font-size: 0.875rem;
}
strong {
    font-weight: 700;
}
cite {
    font-style: normal;
}
a {
    color: var(--base);
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
a:active,
a:focus,
a:hover {
    color: var(--secondary);
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: #949ba3;
}
:-moz-placeholder {
    color: #949ba3;
}
::-moz-placeholder {
    color: #949ba3;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #949ba3;
}
::-ms-input-placeholder {
    color: #949ba3;
}
:placeholder-shown {
    color: #949ba3;
}
label {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.form-control {
    background-color: transparent;
    border: 1px solid var(--base);
    height: 60px;
    padding: 1em 1.1em;
    outline: 0;
}
.form-control:focus,
.form-control:hover {
    border-color: #949ba3;
}
textarea.form-control {
    height: auto;
}
.control-sm {
    font-size: 0.875rem;
    padding: 0.4em 0.6em;
    height: 38px;
}
.control-bottom-line {
    border-width: 0 0 1px;
}
.search-wrapper {
    position: relative;
}
.search-wrapper .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-wrapper .control-search {
    padding-left: 2em;
    padding-right: 2em;
}
.search-wrapper .control-search-sm {
    padding-left: 1.5em;
    padding-right: 0;
}
.custom-select-caret,
.custom-select-chevron {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select-caret::-ms-expand,
.custom-select-chevron::-ms-expand {
    opacity: 0;
}
.custom-select-chevron {
    background: url(../img/ico-chevron-down.svg) 100% center no-repeat transparent;
    padding-left: 0;
    padding-right: 1.25em;
}
.custom-select-caret {
    padding-right: 2em;
    background: url(../img/ico-caret.svg) 85% center no-repeat transparent;
}
.form-contact .form-radio {
    margin-bottom: 2em;
}
.form-contact .form-btn {
    padding-top: 2em;
}
@media (max-width: 767.98px) {
    .form-contact .form-btn {
        padding-top: 1em;
    }
    .form-contact .form-btn .btn {
        width: 100%;
        margin-top: 1.5em;
    }
}
::selection {
    background: var(--secondary-light);
    color: var(--base);
}
::-moz-selection {
    background: var(--secondary-light);
    color: var(--base);
}
*,
::after,
::before {
    box-sizing: border-box;
}

@media (max-width: 991.98px) {
    body.nav-open,
    html.nav-open {
        overflow: hidden;
    }
}
body:after {
    display: block;
    content: " ";
    right: -100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: var(--base);
    -webkit-transition: right 0.6s cubic-bezier(0, 0, 0.25, 1);
    transition: right 0.6s cubic-bezier(0, 0, 0.25, 1);
    z-index: 19;
}
body.transition-in {
    overflow: hidden;
}
body.transition-in:after {
    right: 0;
}
body.nav-sticky {
    padding-top: 70px;
}
.wrapper {
    overflow: hidden;
}
.hide {
    display: none;
}
.container-small {
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .container-small {
        max-width: 900px;
    }
}
@media (min-width: 1240px) {
    .container-large {
        max-width: 1200px;
    }
}
@media (min-width: 1240px) {
    .container-medium {
        max-width: 1100px;
    }
}
.small-gutters {
    margin-left: -10px;
    margin-right: -10px;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-6 img {
    max-width: 100%;
    height: auto;
}
.img-full {
    width: 100%;
    height: auto;
}
svg {
    vertical-align: middle;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
}
.link-cover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.bg-dark {
    background-color: var(--base);
}
.bg-primary {
    background-color: var(--primary);
}
.bg-secondary {
    background-color: var(--secondary);
}
.bg-secondary-light {
    background-color: var(--secondary-light);
}
.bg-secondary-pale {
    background-color: var(--secondary-pale);
}
.overlay {
    position: relative;
}
.overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
}
.overlay.overlay-base::before {
    background-color: rgba(14, 64, 101, 0.35);
}
.overlay.overlay-base-dark::before {
    background-color: rgba(14, 64, 101, 0.75);
}
.overlay.overlay-secondary::before {
    background-color: rgba(33, 108, 150, 0.65);
}
.overlay.overlay-gradient::before {
    background: -webkit-linear-gradient(top, transparent 0, rgba(18, 24, 31, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(18, 24, 31, 0.65) 100%);
}
.bg-full {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 425px;
}
@media (max-width: 991.98px) {
    .bg-full {
        min-height: 200px;
    }
}
@media (min-width: 1240px) {
    .bg-circles-tl {
        background-image: url(../img/circles/bg-circles-tl.png);
        background-position: 5% top;
        background-repeat: no-repeat;
    }
    .bg-circles-tr {
        background-image: url(../img/circles/bg-circles-tr.png);
        background-position: 95% top;
        background-repeat: no-repeat;
    }
    .bg-circles-bl {
        background-image: url(../img/circles/bg-circles-bl.png);
        background-position: 5% bottom;
        background-repeat: no-repeat;
    }
    .bg-circles-br {
        background-image: url(../img/circles/bg-circles-br.png);
        background-position: 95% bottom;
        background-repeat: no-repeat;
    }
    .bg-circles-tl-br {
        background-image: url(../img/circles/bg-circles-tl.png), url(../img/circles/bg-circles-br.png);
        background-position: 5% top, 95% bottom;
        background-repeat: no-repeat;
    }
    .bg-circles-tr-bl {
        background-image: url(../img/circles/bg-circles-tr.png), url(../img/circles/bg-circles-bl.png);
        background-position: 95% top, 5% bottom;
        background-repeat: no-repeat;
    }
}
.reasons .nav-tabs {
    border: none;
    margin-bottom: 1em;
}
@media (max-width: 991.98px) {
    .reasons .nav-tabs {
        border-bottom: 1px solid var(--base);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .reasons .nav-tabs > li + li {
        border-top: 1px solid #f2f2f2;
    }
}
.reasons .nav-tabs > li a {
    color: var(--primary) -dark;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.8em 0;
    display: block;
}
.reasons .nav-tabs > li a:active,
.reasons .nav-tabs > li a:focus,
.reasons .nav-tabs > li a:hover {
    color: var(--base);
}
@media (max-width: 575.98px) {
    .reasons .nav-tabs > li a {
        font-size: 0.625rem;
    }
}
@media (max-width: 991.98px) {
    .reasons .nav-tabs > li a {
        font-weight: 600;
        position: relative;
    }
}
@media (min-width: 992px) {
    .reasons .nav-tabs > li a {
        font-size: 1.125rem;
        text-align: right;
    }
}
.reasons .nav-tabs > li.is-active a {
    color: var(--base);
}
.reasons .tab-content > .tab-pane.is-active {
    display: block;
}
.reasons .row-cnt {
    align-items: center;
}
.reasons .row-cnt h4 {
    margin-top: 15px;
}
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-lg-15 {
        width: 33%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-lg-15 {
        width: 33%;
        float: left;
    }
    .modal-lg {
        max-width: 85%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 768px) {
    .col-lg-15 {
        width: 50%;
        float: left;
    }
}
.modal-lg .modal-body {
    padding: 0;
}
.modal-lg .modal-header {
    background: 0 0;
    border: none;
    padding: 0.6rem 0.7rem;
}
.modal-lg .modal-header button.close {
    padding: 0;
    margin: -1rem -1rem -1rem auto;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 34px;
}
.modal-lg .modal-content {
    background: 0 0;
    border: none;
}
.modal-backdrop.show {
    opacity: 0.95;
    background: #0b121a;
}
.fig_cover {
    width: 78px;
    height: 78px;
    margin-right: 0.75em;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    min-width: 78px;
    min-height: 78px;
}
.fig_cover img {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.wp-block-gallery .blocks-gallery-grid {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px) / 3);
        margin-right: 16px;
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px) / 4);
        margin-right: 16px;
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px) / 5);
        margin-right: 16px;
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px) / 6);
        margin-right: 16px;
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px) / 7);
        margin-right: 16px;
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px) / 8);
        margin-right: 16px;
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0;
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%;
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull {
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px;
}
.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull {
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px;
}
.cms .has-small-font-size,
.has-small-font-size {
    font-size: 0.875rem;
}
.cms .has-medium-font-size,
.has-medium-font-size {
    font-size: 1.125rem;
}
.cms .has-large-font-size,
.has-large-font-size {
    font-size: 1.5rem;
}
.cms .has-huge-font-size,
.has-huge-font-size {
    font-size: 2rem;
}
.has_background_img {
    color: #fff;
}
.has-primary-color {
    color: var(--primary);
}
.has-primary-background-color {
    background-color: var(--primary);
}
.has-secondary-color {
    color: var(--secondary);
}
.has-secondary-background-color {
    background-color: var(--secondary);
}
.has-base-color {
    color: var(--base);
}
.has-base-background-color {
    background-color: var(--base);
}
.has-secondary-pale-color {
    color: var(--secondary-pale);
}
.has-secondary-pale-background-color {
    background-color: var(--secondary-pale);
}
.has-secondary-light-color {
    color: var(--secondary-light);
}
.has-secondary-light-background-color {
    background-color: var(--secondary-light);
}
.has-secondary-shine-color {
    color: var(--secondary-shine);
}
.has-secondary-shine-background-color {
    background-color: var(--secondary-shine);
}
.has-dark-color {
    color: var(--dark);
}
.has-dark-background-color {
    background-color: var(--dark);
}
.has-white-color {
    color: var(--white);
}
.has-white-background-color {
    background-color: var(--white);
}
.has-gray-color {
    color: var(--gray);
}
.has-gray-background-color {
    background-color: var(--gray);
}
.has-gray-2-color {
    color: var(--gray-2);
}
.has-gray-2-background-color {
    background-color: var(--gray-2);
}
.has-white-color {
    color: #fff;
}
.has-white-background-color {
    background-color: #fff;
}
.has-background {
    padding: 2rem;
}
.has-primary-ultralight-color {
    color: var(--secondary-pale);
}
.cms blockquote.wp-block-quote,
blockquote.wp-block-quote {
    padding-left: 1.6rem;
    padding-right: 6rem;
    margin: 2rem 0;
}
.cms blockquote.wp-block-quote p,
blockquote.wp-block-quote p {
    font-size: 1.125rem;
    font-style: italic;
    color: var(--secondary);
    position: relative;
}
.cms blockquote.wp-block-quote p:before,
blockquote.wp-block-quote p:before {
    content: '"';
    top: -2rem;
    margin-right: 1rem;
    right: 100%;
    position: absolute;
    color: var(--secondary);
    font-size: 5rem;
}
.cms blockquote.wp-block-quote cite,
blockquote.wp-block-quote cite {
    font-size: 0.875rem;
    color: var(--gray-2);
    font-style: normal;
}
.cms .wp-block-pullquote,
.wp-block-pullquote {
    text-align: center;
}
.cms .wp-block-pullquote p,
.wp-block-pullquote p {
    font-size: 1.75rem;
}
.cms .wp-block-pullquote cite,
.wp-block-pullquote cite {
    font-size: 0.875rem;
}
.cms ul:not(.blocks-gallery-grid) li {
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.cms ul:not(.blocks-gallery-grid) li:before {
    content: " ";
    background-color: var(--base);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.625em;
    border-radius: 50%;
}
.cms p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 7em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: bold;
    color: var(--primary);
}
.cms p.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px;
}
.cms p.has-text-color a {
    color: inherit;
}
.aligncenter {
    text-align: center;
}
@media (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: 2em;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .alignright {
        float: right;
        margin-left: 2em;
    }
}
.alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}
.alignfull img {
    width: 100%;
}
.alignwide img {
    width: 100%;
}
@media (max-width: 991.98px) {
    .alignwide {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .alignwide {
        max-width: initial;
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
    }
}
.has-text-align-right {
    text-align: right;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-center {
    text-align: center;
}
.block-text-image .row {
    --bs-gutter-x: 4rem;
}
.wp-block-cover {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-cover__inner-container {
    height: 100%;
    position: relative;
    top: 0;
    z-index: 2;
}
@media (min-width: 768px) {
    .wp-block-cover__inner-container {
        width: 100%;
    }
    .wp-block-cover__inner-container p {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
    }
}
.wp-block-cover img {
    position: absolute;
    z-index: 1;
}
.wp-block-cover img.has-background-dim {
    opacity: 0.7;
}
.has-background-dim-10 img {
    opacity: 0.9;
}
.has-background-dim-20 img {
    opacity: 0.8;
}
.has-background-dim-30 img {
    opacity: 0.7;
}
.has-background-dim-40 img {
    opacity: 0.6;
}
.has-background-dim-50 img {
    opacity: 0.5;
}
.has-background-dim-60 img {
    opacity: 0.4;
}
.has-background-dim-70 img {
    opacity: 0.3;
}
.has-background-dim-80 img {
    opacity: 0.2;
}
.has-background-dim-90 img {
    opacity: 0.1;
}
.has-background-dim-100 img {
    opacity: 0;
}
.block-buttons {
    background-size: cover;
}
.figures {
    position: relative;
}
.figures [class*="col"] {
    padding: 1.5em 1em;
}
@media (max-width: 575.98px) {
    .figures [class*="col"]:not(:nth-child(odd)) {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
    .figures [class*="col"]:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .figures [class*="col"]:nth-child(n + 4) {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .figures [class*="col"] {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
    .figures [class*="col"]:first-child,
    .figures [class*="col"]:nth-child(4) {
        border-left: none;
    }
}
@media (min-width: 992px) {
    .figures [class*="col"] {
        padding: 1.8em 1.5em;
    }
    .figures [class*="col"]:not(:first-child) {
        border-left: 1px solid var(--secondary-light);
    }
}
@media (max-width: 991.98px) {
    .figures.overlay.overlay-base::before {
        display: none;
    }
    .figures .cover-wrap {
        display: none;
    }
    .figures.block-overlap-bg {
        padding-bottom: 2%;
    }
}
.figures .number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}
@media (min-width: 576px) {
    .figures .number {
        font-size: 2.75rem;
    }
}
.figures .title {
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
}
@media (min-width: 576px) {
    .figures .title {
        font-size: 0.875rem;
    }
}
.figures .cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    transform: scale(1.5, 1.5);
    overflow: hidden;
}
.figures::before {
    z-index: 2;
    width: 100%;
}
.figures .block-overlap-bg-content {
    z-index: 4;
}
.figures .cover-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.sidedrawer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    visibility: hidden;
    transition: background-color 0.3s, visibility 0s 0.3s;
    z-index: 999;
}
.sidedrawer-inner {
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out, box-shadow 0.3s;
}
.sidedrawer-content {
    height: 100%;
    overflow: auto;
    padding: 3em;
}
.sidedrawer-content a {
    position: relative;
}
.sidedrawer-content a::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
}
.sidedrawer-content a:after {
    top: 115%;
    transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidedrawer-content a:hover:after {
    width: 0;
}
.sidedrawer.is-open {
    background-color: rgba(3, 19, 31, 0.7);
    visibility: visible;
    transition: background-color 0.3s;
}
.sidedrawer.is-open .sidedrawer-inner {
    transform: translateX(0);
}
.sidedrawer-close {
    position: absolute;
    top: 12px;
    right: 12px;
}
.sidedrawer .profile-img {
    overflow: hidden;
    border-radius: 500px;
    width: 200px;
    height: 200px;
    min-height: initial;
    margin: 15px auto;
}
.sidedrawer .profile-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary);
}
.sidedrawer .profile-sign {
    margin-bottom: 20px;
    color: var(--secondary);
    font-size: 1.2rem;
}
.sidedrawer .profile-cnt {
    font-size: 0.9rem;
}
.sidedrawer button {
    overflow: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    color: inherit;
    text-transform: none;
}
.sidedrawer button svg {
    width: 24px;
    height: 24px;
}
.modal-header {
    z-index: 10;
}
.modal-title {
    font-size: 1.5rem;
    color: var(--secondary);
}
#partenaires-modal .modal-body .logo {
    max-width: 200px;
    height: auto;
    margin-top: -50px;
    z-index: 1;
}
#partenaires-modal .modal-body p {
    margin-top: -50px;
}
#partenaires-modal .modal-body a {
    text-decoration: underline;
}
@media (min-width: 576px) {
    .modal#popup .modal-dialog {
        max-width: 990px;
    }
    .modal#popup img {
        max-width: 100%;
        height: auto;
    }
}
.block-quote {
    padding: 4em 0 5em;
}
@media (min-width: 992px) {
    .block-quote .quote {
        padding-right: 3em;
    }
}
.block-quote .quote-image-wrapper {
    background-color: #d4d7da;
    width: 240px;
    height: 240px;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.block-quote .quote-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.block-quote .quote-text p {
    background-color: var(--primary);
    font-weight: 500;
    font-size: 1.375rem;
    font-style: italic;
    line-height: 1.6;
    color: #fff;
    padding: 0.125em 0.25em;
    display: inline;
    box-decoration-break: clone;
}
.block-quote .quote-text p::before {
    content: "Â«";
    margin-right: 0.25em;
}
.block-quote .quote-text p::after {
    content: "Â»";
    margin-left: 0.25em;
}
.block-quote .quote-author {
    font-size: 0.75rem;
}
.block-quote .quote-content {
    padding-top: 3em;
}
.block-quote .quote-content h2::after {
    margin-left: 0;
    left: 0;
}
.block-quote .quote-content .body-text {
    padding-top: 2em;
}
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #5eaed5 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
    padding: 60px 10px !important;
}
#tarteaucitronPercentage {
    background: #5eaed5 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background: #5eaed5 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border-color: #5eaed5 !important;
}
.partners li {
    padding: 0 1rem;
}
.partners li + li {
    border-left: solid 1px #ececec;
}
.partners h2 {
    margin: 15px 0;
}
.partners ul {
    margin: 30px 0 30px;
}
.partners img {
    max-width: 200px;
    height: auto;
}
.partners .firstpartners img {
    max-width: 300px;
    height: auto;
}
.cards-imgbckg {
    margin-top: 1.25em;
    padding-top: 15px;
}
@media (max-width: 575.98px) {
    .cards-imgbckg {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
.cards-imgbckg h2 {
    margin-top: 15px;
}
.cards-imgbckg .col-sm-6 {
    margin-bottom: 30px;
}
.cards-imgbckg .desc {
    height: 100%;
    display: block;
    background: rgba(41, 55, 71, 0.9);
    padding: 10%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
    transform: translateX(-100%);
    z-index: 99;
}
.cards-imgbckg .card-imgbckg {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.cards-imgbckg .card-imgbckg .card-imgbckg-content {
    padding: 1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
@media (min-width: 768px) {
    .cards-imgbckg .card-imgbckg .card-imgbckg-content {
        padding: 1.75em;
    }
}
.cards-imgbckg .card-imgbckg img {
    -webkit-transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
}
.cards-imgbckg .card-imgbckg.overlay::before {
    z-index: 2;
    opacity: 0.5;
}
.cards-imgbckg .card-imgbckg:hover img {
    transform: scale(1.25, 1.25);
    z-index: 1;
}
.cards-imgbckg .card-imgbckg:hover .desc {
    transform: translateX(0);
}
.cn-faqs {
    margin-bottom: 30px;
}
.cn-faqs .card {
    border: none;
}
.cn-faqs .card-header {
    background: 0 0;
}
.cn-faqs .card-header button {
    width: 100%;
    padding-left: 0;
    color: var(--secondary);
}
.cn-faqs .card-header button:after {
    content: "+";
    float: right;
    font-size: 1.4rem;
    font-weight: bolder;
    color: var(--secondary-light);
}
.cn-faqs .card-header button[aria-expanded="true"]:after {
    content: "_";
}
.header {
    background-color: #fff;
    position: relative;
    z-index: 40;
}
@media (max-width: 991.98px) {
    .header {
        padding-top: 0.625em;
        padding-bottom: 0.625em;
    }
}
@media (min-width: 992px) {
    .header {
        padding: 1.55em 1.25em;
    }
    .header .container-fluid {
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.header .logo {
    display: flex;
}
@media (max-width: 991.98px) {
    .header .logo img {
        width: 79px;
        height: 38px;
    }
}
.header .logo .date {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-left: 0.8em;
    display: inline-block;
}
@media (max-width: 575.98px) {
    .header .logo .date {
        position: relative;
        top: 1.1em;
    }
}
@media (min-width: 576px) {
    .header .logo .date br {
        display: none;
    }
}
@media (min-width: 992px) {
    .header .logo .date {
        margin-left: 5.75em;
        margin-top: 0.75em;
        display: block;
    }
}
.header .tagline {
    margin-left: 1.75em;
}
@media (min-width: 1520px) {
    .header .tagline {
        position: relative;
        top: -0.25em;
    }
}
.header .tagline .tagline-event {
    font-weight: 700;
    line-height: 1;
    color: var(--secondary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.325em;
}
@media (min-width: 1520px) {
    .header .tagline .tagline-event {
        font-size: 1.75rem;
        margin-bottom: 0.15em;
    }
}
.header .tagline .tagline-date {
    font-size: 0.75rem;
    text-transform: uppercase;
    border-top: 1px solid #d4d7da;
    display: inline-block;
    padding-top: 0.25em;
}
.header .header-actions .btn-network {
    background: var(--base);
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0.8em 1.5em;
    display: inline-block;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.header .header-actions .btn-network:focus,
.header .header-actions .btn-network:hover {
    background-color: var(--primary);
    color: var(--base);
}
.header .header-language,
.header .header-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.header .header-language a,
.header .header-links a {
    display: block;
}
.header .header-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .header-language li:last-child a {
    position: relative;
}
.header .header-language li:last-child a::before {
    content: "";
    background: #0e4065;
    width: 1px;
    height: 10px;
    position: absolute;
}
.header .header-language li:last-child a::before {
    left: -0.05em;
    top: 37%;
}
@media (max-width: 991.98px) {
    .header .header-actions {
        margin-bottom: 1.75em;
    }
    .header .header-actions .btn-network {
        margin-bottom: 1.75em;
    }
    .header .header-links a {
        padding: 0.25em 0;
    }
    .header .header-language {
        position: absolute;
        top: 1.125em;
        right: 0.5em;
    }
    .header .header-language a {
        font-size: 0.875rem;
        font-weight: 700;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (min-width: 992px) {
    .header .header-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: calc(90px + 0.25em);
    }
    .header .header-language,
    .header .header-links {
        background-color: var(--secondary-light);
        padding: 0 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }
    .header .header-language a,
    .header .header-links a {
        font-size: 0.75rem;
        color: #fff;
        text-transform: uppercase;
        padding: 0.8em 0.5em;
        position: relative;
    }
    .header .header-language a::after,
    .header .header-links a::after {
        content: "";
        background: var(--primary);
        height: 3px;
        position: absolute;
    }
    .header .header-language a::after,
    .header .header-links a::after {
        opacity: 0;
        left: 0.5em;
        right: 0.5em;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }
    .header .header-language a:focus,
    .header .header-language a:hover,
    .header .header-links a:focus,
    .header .header-links a:hover {
        color: #fff;
    }
    .header .header-language a:focus::after,
    .header .header-language a:hover::after,
    .header .header-links a:focus::after,
    .header .header-links a:hover::after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header .header-links {
        margin-left: 0.25em;
    }
    .header .header-links li:not(:last-child) {
        margin-right: 0.5em;
    }
    .header .header-language {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header .header-language li:last-child a::before {
        background-color: #fff;
    }
}
.header .nav-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.header .nav-list .nav-item {
    position: static;
}
.header .nav-list .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 0.75em;
    display: inline-block;
    position: relative;
    color: var(--base);
}
.header .nav-list .nav-link.current,
.header .nav-list .nav-link:focus,
.header .nav-list .nav-link:hover {
    color: var(--secondary);
}
.header .nav-list .nav-link.dropdown-toggle {
    padding-right: 1.75em;
}
.header .nav-list .nav-link.dropdown-toggle::after {
    position: absolute;
    border-width: 4px 4px 0;
    right: 0.75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.header .nav-list .dropdown-menu {
    border: none;
    margin-top: 0;
    width: 100%;
    float: none;
    transform: none;
}
.header .nav-list .dropdown-title {
    color: var(--secondary);
    padding-bottom: 0;
}
.header .nav-list .dropdown-title::after {
    content: none;
}
.header .nav-list .dropdown-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.header .nav-list .dropdown-link {
    padding: 0.25em 0;
    display: inline-block;
}
.header .nav-list .dropdown-link:focus {
    text-decoration: underline;
    outline: 0;
}
.header .nav-list .dropdown-article {
    position: relative;
}
.header .nav-list .dropdown-article .dropdown-image {
    margin-bottom: 1.5em;
}
.header .nav-list .dropdown-subtitle {
    color: var(--secondary);
    text-transform: none;
}
.header .nav-list .dropdown-subtitle a:focus {
    text-decoration: underline;
    outline: 0;
}
.header .btn-registration {
    box-shadow: none;
}
@media (max-width: 575.98px) {
    .header .btn-registration {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .header .header-nav {
        background-color: #fff;
        border-top: 1px solid #d4d7da;
        width: 100%;
        height: 59px;
        position: fixed;
        bottom: 0;
        right: 0;
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header .header-nav-outer {
        background-color: #fff;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 59px;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
        transition: opacity 0.3s, visibility 0s 0.3s;
    }
    .header .header-nav-outer.is-open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .header .header-nav-inner {
        padding: 1em;
        height: 100%;
        overflow: auto;
    }
    .header .nav-list {
        margin-bottom: 1em;
    }
    .header .nav-list .nav-item {
        display: block;
    }
    .header .nav-list .nav-item:not(:first-child) {
        border-top: 1px solid #d4d7da;
    }
    .header .nav-list .nav-link {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .header .nav-list .dropdown-menu {
        padding: 0 0 1.25em;
        position: static;
    }
    .header .nav-list .dropdown-menu .container,
    .header .nav-list .dropdown-menu [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .header .nav-list .dropdown-menu .row {
        margin-left: 0;
        margin-right: 0;
    }
    .header .nav-list .dropdown-image,
    .header .nav-list .dropdown-title {
        display: none;
    }
    .header .nav-list .dropdown-subtitle {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 0;
    }
    .header .nav-list .dropdown-subtitle a {
        line-height: 1.5;
        display: inline-block;
        padding: 0.25em 0;
    }
    .header .nav-list .dropdown-article p {
        display: none;
    }
    .header .mobile-nav-list {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header .mobile-nav-item {
        border-left: 1px solid #d4d7da;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .header .mobile-nav-link {
        text-align: center;
        height: 100%;
        padding: 0.5em;
        display: block;
    }
    .header .mobile-nav-icon {
        margin-bottom: 0.125em;
    }
    .header .mobile-nav-text {
        font-size: 0.75rem;
        display: block;
    }
}
@media (min-width: 992px) {
    .header .header-nav {
        margin-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .header .header-nav-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header .nav-list .nav-item:not(:first-child) {
        border-left: 1px solid #d4d7da;
    }
    .header .nav-list .nav-link {
        font-size: 0.875rem;
    }
    .header .nav-list .nav-link::before {
        content: "";
        background: var(--primary);
        height: 3px;
        position: absolute;
    }
    .header .nav-list .nav-link::before {
        opacity: 0;
        left: 0.75em;
        right: 0.75em;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }
    .header .nav-list .nav-link:focus::before,
    .header .nav-list .nav-link:hover::before {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header .nav-list .dropdown-menu {
        background: #f3f7f9;
        padding: 3.5em 0;
        box-shadow: 0 30px 35px -8px rgba(0, 0, 0, 0.1);
    }
    .header .nav-list .dropdown-content {
        padding-top: 1.5em;
        padding-left: 2em;
    }
    .header .nav-list .dropdown-link {
        font-size: 1.375rem;
        font-weight: 700;
    }
    .header .mobile-nav-list {
        display: none;
    }
}
@media (min-width: 1240px) {
    .header {
        -webkit-transition: top 0.2s cubic-bezier(0, 0, 0.25, 1);
        transition: top 0.2s cubic-bezier(0, 0, 0.25, 1);
    }
    .header .nav-list .nav-link {
        padding: 1.5em;
    }
    .header .nav-list .nav-link::before {
        left: 1.5em;
        right: 1.5em;
    }
    .header .nav-list .nav-link.dropdown-toggle {
        padding-right: 2em;
    }
    .header .nav-list .nav-link.dropdown-toggle::after {
        right: 0.875em;
    }
    .header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 0.5em;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.24);
        -webkit-transition: padding 0.2s cubic-bezier(0, 0, 0.25, 1);
        transition: padding 0.2s cubic-bezier(0, 0, 0.25, 1);
    }
    .header.sticky .container-fluid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header.sticky .date,
    .header.sticky .header-actions,
    .header.sticky .header-language,
    .header.sticky .tagline {
        display: none;
    }
    .header.sticky .nav-list .nav-link {
        padding: 0.825em 1em;
        -webkit-transition: padding 0.3s cubic-bezier(0, 0, 0.25, 1);
        transition: padding 0.3s cubic-bezier(0, 0, 0.25, 1);
    }
    .header.sticky .nav-list .nav-link::before {
        left: 1em;
        right: 1em;
    }
    .header.sticky .nav-list .nav-link.dropdown-toggle {
        padding-right: 2em;
    }
    .header.sticky .logo img {
        max-width: 80px;
        -webkit-transition: width 0.2s cubic-bezier(0, 0, 0.25, 1);
        transition: width 0.2s cubic-bezier(0, 0, 0.25, 1);
    }
}
.header .js-nav-toggle {
    background-color: transparent;
    border: none;
    line-height: 1;
    color: var(--base);
    width: 58px;
    padding: 0.5em;
    display: block;
    cursor: pointer;
    position: relative;
}
.header .js-nav-toggle .js-nav-toggle-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
}
.header .js-nav-toggle .js-nav-toggle-icon span,
.header .js-nav-toggle .js-nav-toggle-icon span::after,
.header .js-nav-toggle .js-nav-toggle-icon span::before {
    background-color: var(--base);
    display: block;
    width: 100%;
    height: 2px;
}
.header .js-nav-toggle .js-nav-toggle-icon span {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.header .js-nav-toggle .js-nav-toggle-icon span::after,
.header .js-nav-toggle .js-nav-toggle-icon span::before {
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, background-color 0.3s;
    transition: transform 0.3s ease-in-out, background-color 0.3s;
}
.header .js-nav-toggle .js-nav-toggle-icon span::before {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.header .js-nav-toggle .js-nav-toggle-icon span::after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}
.header .js-nav-toggle .js-nav-toggle-text {
    font-size: 0.75rem;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.header .js-nav-toggle:focus,
.header .js-nav-toggle:hover {
    color: var(--secondary);
}
.header .js-nav-toggle:focus .js-nav-toggle-icon span,
.header .js-nav-toggle:focus .js-nav-toggle-icon span::after,
.header .js-nav-toggle:focus .js-nav-toggle-icon span::before,
.header .js-nav-toggle:hover .js-nav-toggle-icon span,
.header .js-nav-toggle:hover .js-nav-toggle-icon span::after,
.header .js-nav-toggle:hover .js-nav-toggle-icon span::before {
    background-color: var(--secondary);
}
.header .js-nav-toggle:focus {
    outline: 0;
}
.header .js-nav-toggle.is-active .js-nav-toggle-icon span {
    background: 0 0;
}
.header .js-nav-toggle.is-active .js-nav-toggle-icon span::before {
    -webkit-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
}
.header .js-nav-toggle.is-active .js-nav-toggle-icon span::after {
    -webkit-transform: rotate(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
}
@media (min-width: 992px) {
    .header .js-nav-toggle {
        display: none;
    }
}
.footer {
    padding: 5em 0 3em;
}
@media (max-width: 767.98px) {
    .footer {
        text-align: center;
    }
}
.footer h4 {
    margin-bottom: 1.75em;
}
.footer .footer-nav nav {
    margin-bottom: 2em;
}
.footer .footer-nav a {
    font-size: 1.375rem;
    font-weight: 700;
    padding: 0.35em 0;
    display: inline-block;
}
.footer .footer-nav a:active,
.footer .footer-nav a:focus,
.footer .footer-nav a:hover {
    color: var(--primary);
}
.footer .footer-trip {
    font-size: 0.75rem;
}
.footer .footer-trip p {
    color: #949ba3;
    line-height: 2.2;
}
.footer .footer-newsletter {
    font-size: 0.75rem;
    margin-bottom: 3.5em;
}
.footer .footer-newsletter .btn {
    letter-spacing: normal;
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.footer .footer-newsletter .btn::after {
    background-color: #fff;
}
.footer .footer-newsletter .btn:active,
.footer .footer-newsletter .btn:focus,
.footer .footer-newsletter .btn:hover {
    color: var(--base);
}
.footer .footer-social {
    margin-bottom: 2em;
}
.footer .footer-social li + li {
    margin-left: 0.5em;
}
.footer .footer-social a {
    border: 1px solid var(--secondary-light);
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: var(--secondary-light);
}
.footer .footer-social a:active,
.footer .footer-social a:focus,
.footer .footer-social a:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--base);
}
.footer .footer-contact a {
    font-size: 0.75rem;
    color: #949ba3;
    padding: 0.5em 0;
    display: inline-block;
}
.footer .footer-logos {
    border-bottom: 1px solid #616870;
    padding-top: 3em;
    margin-bottom: 1.25em;
}
.footer .footer-logos h5 {
    color: #949ba3;
}
@media (min-width: 992px) {
    .footer .footer-logos h5 {
        float: left;
        margin-right: 2.5em;
        padding-top: 1em;
    }
}
.footer .footer-logos img {
    margin-bottom: 1em;
}
@media (max-width: 575.98px) {
    .footer .footer-logos img {
        display: block;
        margin: 0 auto 2em;
    }
}
@media (min-width: 576px) {
    .footer .footer-logos img + img {
        margin-left: 3em;
    }
}
.footer .footer-copyright {
    font-size: 0.5rem;
    text-transform: uppercase;
    color: #79818b;
    letter-spacing: 1px;
}
@media (max-width: 991.98px) {
    .footer .footer-nav,
    .footer .footer-trip {
        display: none;
    }
}
.footer .firstrow {
    border-bottom: 1px solid #616870;
    margin-bottom: 2.5em;
}
.footer .firstrow h4 {
    color: var(--secondary-light);
    margin-bottom: 1em;
}
.hero-banner {
    background-image: url(../img/bg-hero-banner.png);
    background-position: 65% center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3em 0;
    position: relative;
}
.hero-banner h1::after {
    background-color: #fff;
}
.hero-banner .hero-circles {
    position: absolute;
    left: 5%;
    bottom: -7em;
}
@media (max-width: 1239.98px) {
    .hero-banner .hero-circles {
        display: none;
    }
}
@media (min-width: 576px) {
    .hero-banner.banner-large {
        padding: 5em 0;
    }
}
.block-overlap-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 18%;
}
.block-overlap-bg .block-overlap-bg-content {
    position: relative;
    top: -2.5em;
}
.block-half-content {
    padding: 1.75em 1.5em 1em;
    background: url(../img/bg/bg_bluesm2.jpg) bottom left no-repeat #92c8e7;
}
@media (min-width: 576px) {
    .block-half-content {
        padding: 3.75em 3.375em 3em;
        margin-top: 1.5em;
    }
}
.block-half-content .btn {
    text-decoration: none;
    box-shadow: none;
}
.cms-row:nth-of-type(2n) .block-half-content {
    background: url(../img/bg/bg_bluesm1.jpg) bottom right no-repeat #92c8e7;
}
.block-buttons {
    padding: 3.4em 0 2.15em;
}
.block-buttons .btn-icon {
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.4em 2.3em;
    margin-bottom: 1.25em;
    width: 270px;
}
@media (max-width: 575.98px) {
    .block-buttons .btn-icon {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .block-buttons .btn-icon {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .block-buttons .btn-icon + .btn-icon {
        margin-left: 1.25em;
    }
}
.block-buttons .btn-icon:active,
.block-buttons .btn-icon:focus,
.block-buttons .btn-icon:hover {
    background-color: var(--base);
}
.block-buttons .btn-icon .icon {
    margin-right: 1em;
    position: relative;
    top: 0.25em;
}
.block-buttons .btn-icon strong {
    display: block;
}
.block-buttons .btn-icon {
    color: var(--secondary);
}
.block-buttons .btn-icon:active,
.block-buttons .btn-icon:focus,
.block-buttons .btn-icon:hover {
    color: #fff;
}
.block-buttons.block-buttons-primary {
    background-color: var(--primary);
}
.block-buttons.block-buttons-primary .btn-icon {
    color: var(--base);
}
.block-buttons.block-buttons-primary .btn-icon:active,
.block-buttons.block-buttons-primary .btn-icon:focus,
.block-buttons.block-buttons-primary .btn-icon:hover {
    color: #fff;
}
.block-buttons.block-buttons-secondary {
    background-color: var(--secondary-light);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg-block-buttons.jpg);
}
.block-buttons.block-buttons-secondary .btn-icon {
    color: var(--secondary);
}
.block-buttons.block-buttons-secondary .btn-icon:active,
.block-buttons.block-buttons-secondary .btn-icon:focus,
.block-buttons.block-buttons-secondary .btn-icon:hover {
    color: #fff;
}
.map {
    position: relative;
    padding-bottom: 11em;
    background-position: 95% bottom;
}
.map .map-wrapper {
    position: relative;
    height: 415px;
    z-index: 1;
}
.map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.map .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8em;
    z-index: 99;
}
.map .map-block-address {
    padding: 1.75em 1.5em 1em;
}
@media (min-width: 576px) {
    .map .map-block-address {
        padding: 3.4375em 3.75em;
    }
}
.map .map-block-address strong {
    display: inline-block;
    margin-bottom: 0.75em;
}
@media (max-width: 575.98px) {
    .map {
        overflow: hidden;
        padding-bottom: 5px;
    }
    .map .container {
        position: relative;
    }
}
.intro {
    padding-top: 3em;
    padding-bottom: 2.5em;
}
.intro img {
    max-width: 100%;
    height: auto;
}
.contentblue {
    background: url(../img/bg/bg_bluesm1.jpg) bottom right no-repeat #92c8e7;
    padding: 30px;
}
.contentblue img {
    width: 100%;
    height: auto;
}
@media (max-width: 991.98px) {
    .hero-home {
        height: 380px;
    }
}
@media (min-width: 992px) {
    .hero-home {
        height: 710px;
    }
    .hero-home .slick-list {
        height: 710px;
        overflow: hidden;
    }
}
.hero-home .hero-home-content {
    z-index: 991;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.hero-home .hero-home-content h1 {
    max-width: 1100px;
}
@media (max-width: 991.98px) {
    .hero-home .hero-home-content {
        padding: 8em 1.75em 2em;
    }
}
@media (max-width: 767.98px) {
    .hero-home .hero-home-content {
        padding: 0 1em;
    }
    .hero-home .hero-home-content .btn {
        padding: 0.5em 1.5em;
    }
}
.hero-home .hero-home-content .lead {
    max-width: 660px;
}
@media (max-width: 767.98px) {
    .hero-home .hero-home-content .lead {
        font-size: 1.2rem;
    }
}
.hero-home .hero-home-content h1 {
    line-height: 1;
}
.hero-home .hero-home-content p + .btn {
    margin-top: 1.5em;
}
.hero-home .slider-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991.98px) {
    .hero-home .slider-item {
        min-height: 340px;
    }
}
@media (min-width: 992px) {
    .hero-home .slider-item {
        height: 710px;
    }
    .hero-home .slider-item .overlay-video {
        display: none;
    }
}
.hero-home .slider-item .bllink {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-home .slider-item .vid {
    margin-top: 0;
    transform: scale(1, 1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: var(--base);
    z-index: 990;
    left: 0;
}
.hero-home .slider-item .vid iframe {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .hero-home .slider-item .vid {
        background: 0 0;
    }
    .hero-home .slider-item .vid .embed-responsive {
        display: none;
    }
}
.hero-home .slick-slide {
    height: 100%;
}
@media (max-width: 991.98px) {
    .hero-home .slick-slide {
        height: 380px;
    }
}
@media (min-width: 992px) {
    .hero-home .slick-slide {
        height: 710px;
    }
}
.hero-home .slick-arrow {
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
}
.hero-home .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.hero-home .slick-next:hover {
    right: 1.5em;
    opacity: 0.5;
}
.hero-home .slick-prev:hover {
    left: 1.5em;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .hero-home .bg {
        -webkit-transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1);
        transform: scale(1.05, 1.05);
    }
    .hero-home .hero-home-content {
        left: 300px;
        opacity: 0;
        -webkit-transition: left 0.8s cubic-bezier(0, 0, 0.25, 1);
        transition: left 0.8s cubic-bezier(0, 0, 0.25, 1);
        width: calc(100% - 8.25em);
    }
    .hero-home .slick-active .bg {
        transform: scale(1, 1);
    }
    .hero-home .slick-active .hero-home-content {
        left: 8.25em;
        opacity: 1;
    }
}
.reasons {
    padding: 5.5em 0 5.755em;
}
.reasons .reasons-content {
    padding-top: 3.5em;
    padding-bottom: 2.8em;
}
.reasons .nav-tabs li a {
    color: var(--base);
}
.reasons .nav-tabs li a:hover {
    color: var(--primary);
}
.reasons .nav-tabs li.is-active a {
    background: var(--base);
    padding-right: 15px;
    color: #fff;
}
.reasons .nav-tabs li.is-active a:hover {
    color: var(--primary);
}
@media (max-width: 991.98px) {
    .reasons .nav-tabs {
        margin-bottom: 3em;
        overflow: hidden;
    }
    .reasons .nav-tabs a {
        padding: 1.25em 0.5rem;
        position: relative;
    }
    .reasons .nav-tabs a::after {
        content: "";
        background: #0e4065;
        width: 100%;
        height: 3px;
        position: absolute;
    }
    .reasons .nav-tabs a::after {
        opacity: 0;
        left: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s;
        transition: transform 0.3s ease-in-out, opacity 0.3s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .reasons .nav-tabs li.is-active a {
        color: var(--primary);
        padding-right: 0.5rem;
    }
    .reasons .nav-tabs li.is-active a::after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (min-width: 992px) {
    .reasons .nav-tabs a {
        position: relative;
    }
    .reasons .nav-tabs a::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
    }
    .reasons .nav-tabs a::after {
        display: block;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #0e4065;
        right: -10px;
        top: 50%;
        margin-top: -10px;
    }
    .reasons .nav-tabs a::after {
        right: -10px;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s;
        transition: transform 0.3s ease-in-out, opacity 0.3s;
        -webkit-transform: translateX(-0.3em);
        -ms-transform: translateX(-0.3em);
        transform: translateX(-0.3em);
    }
    .reasons .nav-tabs .is-active a::after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .reasons .nav-tabs li.is-active + li {
        border-top: 1px solid #1a79bf;
    }
}
@media (min-width: 992px) {
    .reasons .tab-pane {
        padding-left: 3em;
    }
}
.reasons .tab-pane li {
    margin-bottom: 1.125em;
}
.reasons .tab-pane img {
    margin-right: 1.75em;
}
.reasons .tab-pane .media-body {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .reasons .tab-pane .media-body {
        font-size: 1.125rem;
    }
}
.home-activities {
    margin-top: 1.25em;
    padding: 3em 0 4.6em;
}
@media (max-width: 575.98px) {
    .home-activities {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
@media (min-width: 576px) {
    .home-activities {
        background-image: url(../img/bg-home-activities.png);
        background-position: 0 2.5em;
        background-repeat: no-repeat;
    }
}
.home-activities .row {
    padding-top: 2.5em;
}
.home-activities .col-sm-6 {
    margin-bottom: 30px;
}
.home-activities .activity {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.home-activities .activity .activity-content {
    padding: 1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
@media (min-width: 768px) {
    .home-activities .activity .activity-content {
        padding: 1.75em;
    }
}
.home-activities .activity img {
    -webkit-transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
}
.home-activities .activity.overlay::before {
    z-index: 2;
}
.home-activities .activity:hover img {
    transform: scale(1.25, 1.25);
    z-index: 1;
}
.home-fame {
    padding: 6em 0 4.375em;
}
.home-fame .row {
    padding-top: 2.5em;
    padding-bottom: 1.875em;
}
@media (max-width: 767.98px) {
    .home-fame .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-fame .w-100 {
        display: none;
    }
}
.home-fame .fame-item {
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}
.home-fame .fame-item::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: inset 0 0 0 0 var(--secondary);
}
.home-fame .fame-item .fame-content {
    padding: 0 0.75em 1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.home-fame .fame-item .fame-content h5 {
    margin-bottom: 0.3rem;
}
.home-fame .fame-item .fame-content .role {
    font-size: 0.75rem;
    line-height: 1.3;
    display: block;
}
.home-fame .fame-item:hover::after {
    opacity: 1;
    box-shadow: inset 0 0 0 10px var(--secondary);
}
.home-fame .fame-item:hover img {
    transform: scale(1.1, 1.1);
    z-index: 1;
}
.home-fame .fame-item img {
    display: block;
    -webkit-transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
}
.home-fame .fame-item.overlay::before {
    z-index: 2;
}
@media (max-width: 767.98px) {
    .home-fame .fame-item .fame-content {
        padding: 0 0.75em 0.2em;
        min-height: inherit;
    }
    .home-fame .fame-item .fame-content .role {
        display: none;
    }
    .home-fame .fame-item .fame-content h5 {
        font-size: 0.8rem;
    }
}
.home-twitter {
    background-color: #f3f7f9;
    padding: 3em 0 5em;
}
@media (min-width: 1240px) {
    .home-twitter {
        background-image: url(../img/bg-home-twitter.png);
        background-position: 0 0;
        background-repeat: no-repeat;
    }
}
.home-twitter .header-twitter {
    margin-bottom: 2em;
}
.home-twitter h2 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #23b4e7;
    text-transform: uppercase;
    padding-bottom: 0;
}
.home-twitter h2::after {
    content: none;
}
@media (max-width: 575.98px) {
    .home-twitter h2 .icon {
        display: block;
        margin: 0 auto 0.5em;
    }
}
@media (min-width: 992px) {
    .home-twitter h2 .icon {
        margin-right: 0.8em;
    }
}
.home-twitter .twitter-subtitle {
    color: #79818b;
}
@media (max-width: 991.98px) {
    .home-twitter .twitter-subtitle {
        display: none;
    }
}
.home-twitter .sboard .sb-item {
    background: #fff;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1240px) {
    .home-twitter .sboard .sb-item {
        min-height: 350px !important;
    }
}
.home-twitter .sboard .sb-item .sb-container {
    border: none !important;
    border-radius: 0 !important;
}
.home-twitter .sboard .sb-item .sb-container .sb-inner,
.home-twitter .sboard .sb-item .sb-thumb img {
    border-radius: 0 !important;
}
.home-twitter .sboard .sb-item .sb-container .sb-user {
    display: none;
}
@media (min-width: 1520px) {
    .home-twitter .sboard .sb-item .sb-inner .sb-info {
        position: absolute;
        right: 2em;
        bottom: 1.2em;
    }
}
.home-twitter .sboard .sb-item .sb-footer {
    font-weight: 500;
    text-shadow: none;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 0 !important;
}
@media (min-width: 1240px) {
    .home-twitter .sboard .sb-item .sb-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
.home-twitter .sboard .sb-item .sb-footer a {
    color: #23b4e7;
}
.home-twitter .sboard .sb-item .sb-footer .sb-icon {
    display: none;
}
.home-twitter #timeline_wall1.sboard .bg-twitter {
    background: 0 0;
    border-bottom: 3px solid #23b4e7;
}
.home-partners {
    padding: 5em 0;
}
.home-partners h2 {
    margin-bottom: 60px;
}
.home-partners .partners-list {
    overflow: hidden;
}
.home-partners .partners-list h3 {
    color: #949ba3;
    font-size: 1.3rem;
    margin-bottom: 0;
}
@media (min-width: 1520px) {
    .home-partners .partners-list img {
        max-width: 155px;
        height: auto;
    }
    .home-partners .partners-list.firstpartners img {
        max-width: 230px;
        height: auto;
    }
}
.home-partners .partners-list ul {
    padding-top: 0.5em;
}
@media (max-width: 1519.98px) {
    .home-partners .partners-list ul {
        margin-right: -2px;
    }
}
.home-partners .partners-list li {
    margin-bottom: 1em;
    position: relative;
}
.home-partners .partners-list li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
.home-news {
    padding: 3em 0 5em;
}
@media (min-width: 1240px) {
    .home-news {
        background-image: url(../img/bg-home-twitter.png);
        background-position: 0 0;
        background-repeat: no-repeat;
    }
}
.home-news .news {
    margin-top: 60px;
}
.home-news .news .col-sm-3 article {
    background-color: #f3f7f9;
    height: 100%;
}
.home-news .news .col-sm-3 article h3 {
    font-size: 0.9375rem;
    padding: 15px;
}
.home-insights {
    padding: 3em 0 5em;
}
.home-insights .insights {
    margin-bottom: 30px;
}
.home-insights .insights article {
    background: #f3f7f9;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home-insights .insights article .content {
    padding: 15px;
}
.home-insights .insights article:hover {
    background: var(--secondary);
    color: #fff;
}
.home-insights .insights .col-sm-6 {
    margin-top: 30px;
}
.home-insights .insights a {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.home-activities .desc {
    height: 100%;
    display: block;
    background: rgba(41, 55, 71, 0.9);
    padding: 10%;
    width: 100%;
    position: absolute;
    font-size: 0.8rem;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
    transform: translateX(-100%);
    z-index: 99;
    display: none;
}
.home-activities .activity.active .desc,
.home-activities .activity:hover .desc {
    transform: translateX(0);
}
.home-webinars {
    padding: 5em 0 8em;
}
@media (min-width: 1240px) {
    .home-webinars {
        background-image: url(../img/bg-home-twitter.png);
        background-position: 0 0;
        background-repeat: no-repeat;
    }
}
.home-webinars .container-small {
    margin: auto;
}
@media (max-width: 767.98px) {
    .home-webinars {
        padding: 3em 0 8em;
    }
}
.hero-banner-who {
    padding-bottom: 13em;
    background-size: contain;
}
.cms-mainimg {
    margin-top: -60px;
    text-align: center;
}
.cms-intro h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
@media (max-width: 991.98px) {
    .hero-banner-who {
        background-size: cover;
    }
}
.who-intro {
    margin-bottom: 8em;
}
.who-intro .mainvideo .embed-responsive {
    margin-top: 3em;
    margin-bottom: 5.25em;
}
.who-testimonials {
    padding: 6em 0;
    background-image: url(../img/bg-home-activities.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.who-testimonials .who-video {
    margin-top: 1.5em;
    margin-bottom: 3.125em;
}
.who-testimonials .who-video figcaption {
    font-size: 0.9375rem;
    line-height: 1.8;
    background-color: #fff;
    padding: 1.75em;
}
.who-organizers {
    padding: 3.5em 0;
}
.who-organizers .who-organizers-content {
    padding-top: 1.5em;
}
.who-organizers .who-organizer-item {
    height: 100%;
}
.who-organizers .who-organizer-logo {
    min-height: 145px;
}
.who-organizers p {
    text-align: justify;
    margin-bottom: 3.5em;
    max-width: 100%;
}
.who-organizers .btn {
    margin-bottom: 4em;
}
#interviews.arrows-chevron .slick-next,
#interviews.arrows-chevron .slick-prev {
    top: 31%;
}
.timeline .cnt {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.timeline .cnt img {
    max-width: 100%;
    height: auto;
}
.timeline .cnt:not(:first-child) {
    display: none;
}
.timeline .stepper-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.timeline .stepper-vertical li {
    display: flex;
    align-items: flex-end;
    flex: 1;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.625rem;
}
.timeline .stepper-vertical li a {
    padding: 3rem 1.5rem;
}
.timeline .stepper-vertical li .circle {
    display: inline-block;
    border-radius: 50%;
    background: var(--secondary);
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    line-height: 1.7rem;
}
.timeline .stepper-vertical li .label {
    display: inline-block;
    margin-right: 0.5rem;
    color: var(--secondary);
    font-weight: 700;
    text-transform: uppercase;
}
.timeline .stepper-vertical li .label span {
    font-weight: 400;
    display: block;
}
.timeline .stepper-vertical li.active .circle {
    background: var(--primary);
    position: relative;
}
.timeline .stepper-vertical li.active .circle:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    width: 0.6rem;
    height: 0.6rem;
    top: 0.6rem;
    left: 0.6rem;
}
.timeline .stepper-vertical li.active .label {
    color: var(--primary);
}
.timeline .stepper-vertical li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 40px);
    right: 2.4rem;
    top: 6.2rem;
    background-color: var(--secondary);
}
@media (max-width: 991.98px) {
    .timeline .stepper-vertical li a {
        padding: 0.5rem 1.5rem;
    }
    .timeline .stepper-vertical li:not(:last-child):after {
        top: 3.8rem;
    }
    .timeline .cnt {
        padding-top: 0;
    }
}
.project-content h4,
.project-header .project-details span {
    text-transform: uppercase;
    color: var(--primary);
}
.projects-categories ul {
    overflow: hidden;
}
.projects-categories li {
    text-align: center;
    float: left;
    width: 50%;
    min-height: 120px;
    position: relative;
}
.projects-categories li a {
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 25px 5px 15px;
    display: block;
}
.projects-categories li a:hover {
    color: var(--primary);
}
.projects-categories li a.current {
    color: var(--primary);
}
.projects-categories li svg {
    margin-bottom: 5px;
}
.projects-categories li span {
    display: inline-block;
    width: 100%;
}
.projects-categories li::after,
.projects-categories li::before {
    content: "";
    background: #e5e5e5;
    position: absolute;
}
.projects-categories li::before {
    width: 1px;
    right: -2px;
    top: 12px;
    bottom: 12px;
}
.projects-categories li::after {
    height: 1px;
    left: 12px;
    right: 12px;
    bottom: -1px;
}
@media (min-width: 991px) {
    .projects-categories li {
        width: 14.2857%;
    }
    .projects-categories li:first-child::after {
        left: 0;
    }
    .projects-categories li:nth-child(7)::after {
        right: 0;
    }
}
.projects-countries {
    padding: 55px 0 60px;
}
.projects-countries h4 {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
}
.projects-countries .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.projects-countries .dropdown {
    width: 100%;
    max-width: 318px;
    display: inline-block;
}
.projects-countries .dropdown button {
    background: #fff;
    border: 1px solid #d4d7da;
    padding: 13px 44px 13px 20px;
    width: 100%;
    max-width: 318px;
    position: relative;
}
.projects-countries .dropdown button::after {
    content: "";
    background: #e6e8ea;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 44px;
}
.projects-countries .dropdown button .caret {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
}
.projects-countries .dropdown .dropdown-menu {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.projects-countries .dropdown .dropdown-menu a {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--secondary);
}
.projects-countries .dropdown .dropdown-menu img {
    float: left;
    margin-right: 15px;
}
.projects-countries select {
    border: 1px solid #d4d7da;
    padding: 13px 20px;
    width: 100%;
    max-width: 318px;
}
@media (max-width: 767px) {
    .projects-countries h4 {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .projects-countries h4 {
        display: inline-block;
        margin-right: 15px;
    }
}
.projects-list {
    max-width: 980px;
    margin-bottom: 60px;
}
.projects-list .projects-list-title {
    text-transform: uppercase;
    margin-bottom: 50px;
}
.projects-list .projects-nb {
    margin-bottom: 35px;
    display: block;
}
.projects-list article {
    background-color: var(--secondary-pale);
    padding: 25px 20px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.projects-list article + article {
    margin-top: 60px;
}
.projects-list article h3 {
    margin-top: 15px;
}
.projects-list article:hover {
    background-color: var(--primary);
}
.projects-list article .project-category,
.projects-list article .project-country {
    color: var(--secondary);
    text-transform: uppercase;
}
.projects-list article .project-category svg {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.projects-list article p {
    color: #949ba3;
    line-height: 1.6;
    margin-bottom: 25px;
}
.projects-list article a {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .projects-list article .project-category {
        display: block;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .projects-list article {
        padding: 30px 40px 20px;
    }
    .projects-list article .project-country {
        padding-top: 4px;
        float: right;
    }
}
.project-content,
.project-header {
    max-width: 815px;
}
.project-header {
    margin-bottom: 15px;
    overflow: hidden;
}
.project-header .project-info {
    padding-bottom: 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px -8px rgba(0, 0, 0, 0.25);
}
.project-header .project-title {
    text-align: left;
    color: var(--primary);
}
.project-header .project-category {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.project-header .project-category svg {
    margin-right: 10px;
}
.project-header .project-country {
    display: block;
}
.project-header .project-country img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.project-header .project-image {
    padding-top: 20px;
}
.project-header .project-details {
    padding: 5px 0 5px 23px;
    position: relative;
}
.project-header .project-details::after {
    content: "";
    background: #d6d6d6;
    position: absolute;
    top: 0;
    left: -25px;
    height: 100%;
    width: 1px;
}
.project-header .project-details li {
    padding: 20px 0;
    word-wrap: break-word;
}
.project-header .project-details li + li {
    border-top: 1px solid #d6d6d6;
}
.project-header .project-details span {
    display: block;
    margin-bottom: 5px;
    font-weight: 800;
}
.project-content {
    margin-bottom: 75px;
}
.project-content h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.project-content .project-more {
    padding-top: 30px;
}
@media (max-width: 767px) {
    .project-header .project-categories {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .project-header .btn {
        margin-bottom: 15px;
    }
    .project-header .project-country {
        max-width: 340px;
    }
}
@media (min-width: 768px) {
    .project-header .project-category,
    .project-header .project-country {
        font-size: 1.1rem;
    }
    .project-header .project-categories {
        float: left;
        padding-right: 18px;
    }
    .project-header .project-countries {
        float: left;
    }
    .project-header .project-country {
        border-left: 1px solid #d6d6d6;
        padding-left: 18px;
    }
    .project-header .project-image {
        padding-right: 45px;
    }
}
.program-navdates {
    align-items: center;
}
.program-navdates li {
    text-align: center;
    position: relative;
}
.program-navdates li.nav-day {
    width: 22%;
    text-transform: uppercase;
}
@media (max-width: 1239.98px) {
    .program-navdates li.nav-day {
        width: 50%;
        margin-bottom: 15px;
    }
}
.program-navdates li a {
    color: var(--secondary);
}
.program-navdates li a.btn {
    font-size: 0.8rem;
}
.program-navdates li span {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: -5px;
}
.program-navdates li .active::after {
    content: "";
    background: var(--secondary);
    width: 100%;
    height: 3px;
    position: absolute;
}
.program-navdates li .active::after {
    left: 0;
    bottom: 0;
}
.program-header {
    margin-top: 30px;
    padding: 1.2em 3em 1.2em;
    background: var(--secondary);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}
.program-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 90px;
}
.program-list .program-item {
    display: flex;
    align-items: flex-start;
}
.program-list .program-hour {
    border-right: 1px solid var(--secondary);
    align-self: stretch;
    text-align: right;
    color: var(--secondary);
}
@media (min-width: 992px) {
    .program-list .program-hour {
        width: 110px;
        font-size: 1.5rem;
    }
}
@media (max-width: 1239.98px) {
    .program-list .program-hour {
        width: 60px;
        font-size: 1rem;
    }
}
.program-list .program-hour small {
    display: block;
}
.program-list .program-hour-text {
    position: relative;
    padding: 0 40px 0 0;
}
.program-list .program-hour-text::after {
    content: "";
    background: var(--secondary);
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    right: -8px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.program-list .program-content {
    border-bottom: 1px solid var(--gray);
}
@media (min-width: 992px) {
    .program-list .program-content {
        padding: 0 1em 3em 3em;
        width: calc(100% - 110px);
    }
}
@media (max-width: 1239.98px) {
    .program-list .program-content {
        padding: 0 1em 1em 2em;
        width: calc(100% - 60px);
    }
}
.program-list .program-content.no-hours {
    width: 100%;
    padding: 0 2em 1em 2em;
    border-left: 1px solid var(--gray);
    border-right: 1px solid var(--gray);
}
.program-list .program-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: var(--secondary);
}
@media (max-width: 1239.98px) {
    .program-list .program-title {
        margin-bottom: 15px;
    }
}
.program-list .program-text {
    margin-bottom: 45px;
    font-size: 0.9rem;
}
@media (min-width: 992px) {
    .program-list .program-item:not(:first-child) .program-content {
        padding-top: 3em;
    }
}
@media (max-width: 1239.98px) {
    .program-list .program-item:not(:first-child) .program-content {
        padding-top: 1.8em;
    }
}
.program-list .program-item:not(:first-child) .program-hour {
    padding-top: 2em;
}
.speaker {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.speaker-portrait {
    width: 78px;
    height: 78px;
    margin-right: 0.75em;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    min-width: 78px;
    min-height: 78px;
}
.speaker-portrait img {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.speaker-name {
    font-weight: 700;
}
.speaker-name span {
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.speaker-detail {
    font-size: 0.8rem;
    color: #79818b;
}
.sessions-list {
    margin-top: 45px;
    margin-bottom: 60px;
}
.sessions-day {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: center;
}
.sessions-card {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    background: var(--secondary-pale);
}
.sessions-hours {
    padding: 0.5em 2em 0.5em;
    background: var(--secondary);
    color: #fff;
    margin-bottom: 15px;
}
.sessions-title {
    padding: 0.5rem 1.5rem 1rem;
}
.program-intro p + .btn {
    margin-top: 1em;
}
.program {
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .program .container {
        padding: 0;
    }
}
.program-wrapper {
    padding-top: 1em;
}
.program-days {
    text-align: center;
}
@media (min-width: 1240px) {
    .program-days {
        text-align: right;
    }
}
@media (max-width: 575.98px) {
    .program-days ul {
        padding: 0 15px 2.5em;
    }
}
@media (min-width: 576px) {
    .program-days ul {
        padding: 0 0 2.5em;
    }
}
@media (min-width: 992px) {
    .program-days ul {
        margin-right: -1px;
    }
}
.program-days li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.1;
    border: 1px solid #d4d7da;
    padding: 0.75em 1em;
    display: block;
    position: relative;
}
.program-days li a:active,
.program-days li a:focus,
.program-days li a:hover {
    background-color: #92c8e7;
    color: var(--base);
}
.program-days li a.is-active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--base);
    font-weight: 700;
}
@media (min-width: 992px) {
    .program-days li a {
        font-size: 2rem;
        padding: 0.5em 1em;
    }
}
@media (min-width: 1240px) {
    .program-days li a {
        border-left: 0;
    }
    .program-days li a::before {
        content: "";
        border: 1px solid #d4d7da;
        border-width: 1px 0;
        width: 99em;
        position: absolute;
        right: 100%;
        top: -1px;
        bottom: -1px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    .program-days li a:active::before,
    .program-days li a:focus::before,
    .program-days li a:hover::before {
        background-color: #92c8e7;
    }
    .program-days li a.is-active::before {
        background-color: var(--primary);
        border-color: var(--primary);
    }
}
.program-events {
    border-left: 1px solid #d4d7da;
}
@media (min-width: 1240px) {
    .program-events {
        padding-top: 3.65em;
    }
}
.program-event.program-event-break {
    background: url(../img/bg/bg_blue1.png) bottom right no-repeat;
    background-color: #92c8e7;
}
.program-event.program-event-break .event-title {
    border-color: #92c8e7;
    font-weight: 700;
}
.program-event.program-event-break + .program-event.program-event-break {
    border-top: 1px solid #fff;
}
.program-event.program-event-break:nth-of-type(2n) {
    background: url(../img/bg/bg_blue2.png) bottom right no-repeat;
    background-color: #92c8e7;
}
.program-event:not(.program-event-break) + .program-event:not(.program-event-break) {
    border-top: 1px solid #d4d7da;
}
.program-event .program-event-content {
    border-left: 1px solid #d4d7da;
}
.program-event .event-time {
    line-height: 1;
    text-align: right;
}
@media (max-width: 991.98px) {
    .program-event .event-time {
        font-size: 0.875rem;
        padding-top: 0.85em;
        padding-right: 0.7em;
    }
}
@media (min-width: 992px) {
    .program-event .event-time {
        font-size: 2rem;
        padding-top: 0.9em;
        padding-right: 1em;
    }
}
@media (min-width: 992px) {
    .program-event:not(.program-event-break) .event-time {
        font-weight: 600;
    }
}
.program-event .btn-calendar {
    cursor: pointer;
    position: relative;
}
.program-event .btn-calendar .ace_dd {
    background: #fff;
    z-index: 1000;
    margin-top: 10px !important;
}
.program-event .btn-calendar a.ace_opt {
    padding: 10px 11px;
    display: block;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}
.program-event .btn-calendar a.ace_opt:hover {
    background-color: #f0f0f0;
    color: #0654ba;
    text-decoration: none;
}
.program-event .event-title {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--base);
    padding: 1rem 2rem 1rem 0.6rem;
    margin-bottom: 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: space-between;
    position: relative;
    font-size: 1.3rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
@media (max-width: 991.98px) {
    .program-event .event-title {
        font-size: 1rem;
        min-height: 52px;
    }
}
@media (min-width: 992px) {
    .program-event .event-title {
        min-height: 125px;
        padding: 1.6rem 3.75rem 1.6rem 2rem;
    }
}
.program-event:not(.program-event-break) .event-title:hover {
    color: var(--secondary);
}
.program-event .event-content {
    padding: 0 2em 0.6em 2em;
}
@media (min-width: 992px) {
    .program-event .event-content {
        padding: 0 2.2em 4em 2.2em;
    }
}
.program-event .event-content .btn .icon {
    vertical-align: -30%;
}
.program-event .event-participants {
    margin-bottom: 3em;
}
.program-event .event-participants [class*="col-"] {
    margin-bottom: 4px;
}
.program-event .event-participants ul {
    margin-bottom: 0;
}
.program-event .event-participants .participant {
    border: 1px solid #d4d7da;
    border-bottom: 2px solid var(--secondary);
    height: 100%;
    background: #92c8e7;
}
.program-event .event-participants .portrait {
    margin: -1px -1px 0;
}
.program-event .event-participants .role {
    color: #a9c6d5;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .program-event .event-participants .role {
        font-size: 1.5rem;
    }
}
.program-event .event-participants .name {
    font-size: 0.75rem;
    line-height: 1.4;
}
.program-event .event-participants .small {
    font-size: 0.625rem;
}
.program-event.program-event-tabs .event-participants .participant {
    background: #fff;
}
.program-event .event-contributors {
    padding-top: 1.75em;
}
@media (min-width: 576px) {
    .program-event .event-contributors .portrait {
        max-width: 161px;
    }
}
.program-event .event-contributors .content {
    padding: 1.5em 1.625em;
}
@media (min-width: 768px) {
    .program-event .event-contributors .content {
        padding: 2em 1.625em;
    }
}
.program-event .event-speakers .event-speakers-title {
    color: #a9c6d5;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .program-event .event-speakers .event-speakers-title {
        font-size: 3rem;
        text-align: center;
        margin-bottom: -0.275em;
    }
}
.program-event .event-speakers .content {
    padding: 1.25em 0.75em 0.75em;
}
.program-event .js-toggle-icon {
    width: 20px;
    height: 20px;
    border: 1px solid var(--base);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    right: 0.5rem;
}
@media (min-width: 992px) {
    .program-event .js-toggle-icon {
        width: 34px;
        height: 34px;
        top: 2.75rem;
        right: 1.75rem;
    }
}
.program-event .js-toggle-icon span {
    width: 9px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(0.7);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scaleX(0.7);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(0.7);
}
@media (min-width: 992px) {
    .program-event .js-toggle-icon span {
        width: 15px;
    }
}
.program-event .js-toggle-icon span::after,
.program-event .js-toggle-icon span::before {
    content: "";
    background-color: var(--base);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.program-event .js-toggle-icon span::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}
.program-event .js-toggle.is-active .js-toggle-icon span {
    -webkit-transform: translate(-50%, 0) rotate(0) scaleX(1);
    -ms-transform: translate(-50%, 0) rotate(0) scaleX(1);
    transform: translate(-50%, 0) rotate(0) scaleX(1);
}
.program-event .js-toggle.is-active .js-toggle-icon span::after {
    opacity: 1;
}
.program-event .js-toggle-body > ol,
.program-event .js-toggle-body > p,
.program-event .js-toggle-body > ul,
.program-event .tab-pane > ol,
.program-event .tab-pane > p,
.program-event .tab-pane > ul {
    font-size: 0.8125rem;
    line-height: 1.8;
}
.program-event .nav-tabs {
    margin-bottom: 2.5em;
}
@media (max-width: 991.98px) {
    .program-event .nav-tabs {
        border: 1px solid #d4d7da;
    }
}
@media (min-width: 992px) {
    .program-event .nav-tabs {
        border-color: #d4d7da;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .program-event .nav-tabs > li {
        flex: 1;
    }
}
@media (max-width: 991.98px) {
    .program-event .nav-tabs > li + li {
        border-top: 1px solid #d4d7da;
    }
}
.program-event .nav-tabs > li a {
    background-color: #92c8e7;
    color: #949ba3;
    font-size: 0.625rem;
    line-height: 1.3;
    text-align: center;
    padding: 1.1em 0.8em 0.9em;
    height: 100%;
    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;
}
.program-event .nav-tabs > li a:active,
.program-event .nav-tabs > li a:focus,
.program-event .nav-tabs > li a:hover {
    color: var(--base);
}
@media (max-width: 991.98px) {
    .program-event .nav-tabs > li a {
        padding: 1.25em;
    }
}
@media (min-width: 992px) {
    .program-event .nav-tabs > li a {
        font-size: 0.75rem;
    }
}
.program-event .nav-tabs > li.is-active a {
    background-color: var(--primary);
    color: var(--base);
    font-weight: 600;
}
.program-download {
    padding: 4em 15px;
}
@media (max-width: 991.98px) {
    .program-download .btn {
        margin-top: 1em;
    }
}
@media (min-width: 992px) {
    .program-download {
        padding: 6em 0;
    }
    .program-download h3 {
        padding-left: 2rem;
        margin: 0;
    }
    .program-download .btn {
        margin-left: 2.5em;
    }
}
.mainressource {
    margin-top: -60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
@media (max-width: 991.98px) {
    .mainressource {
        min-height: 340px;
    }
    .mainressource .container {
        padding-top: 60px;
    }
}
@media (min-width: 992px) {
    .mainressource {
        min-height: 710px;
    }
    .mainressource .container {
        padding-top: 180px;
    }
}
.mainressource p {
    text-transform: uppercase;
}
.mainressource .btn {
    margin-top: 20px !important;
}
.navressource {
    background: var(--primary);
    padding: 2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
}
.navressource img {
    max-width: 300px;
    margin-bottom: 10px;
}
.navressource .container {
    max-width: 1170px;
}
.ressources-list {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
}
.ressources-list div.animated {
    margin-bottom: 30px;
}
.ressources-list article {
    background: #fff;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1);
    transition: all 1s cubic-bezier(0, 0, 0.25, 1);
    border-bottom: 4px solid #52749a;
}
.ressources-list article img {
    width: 100%;
}
.ressources-list article .content {
    padding: 25px;
}
.ressources-list article a {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
}
.ressources-list article:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.24);
    color: var(--secondary);
    border-bottom: 6px solid #52749a;
}
.ressources-list.others .small {
    font-size: 0.8rem;
}
.ressources-list.others .content {
    padding-bottom: 15px;
}
.webinar-header-cnt date,
.webinarrow-row date,
.webinars-main date {
    color: #fff;
    background: #216c96;
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 1.75rem;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.webinar-header-cnt date span,
.webinarrow-row date span,
.webinars-main date span {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
}
.link-full:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.social-links {
    text-transform: uppercase;
    margin: auto;
}
.social-links li {
    padding-right: 5px;
}
.social-links a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    border-radius: 50%;
    background: #0e4065;
    color: #fff;
    text-align: center;
}
.webinarrow-cover {
    background-size: cover;
    height: 100%;
}
@media (max-width: 767.98px) {
    .webinarrow-cover {
        min-height: 280px;
    }
}
.webinars-list {
    background: #e2edf3;
    padding-bottom: 60px;
}
@media (max-width: 1239.98px) {
    .webinars-list .container {
        padding-right: 0;
        padding-left: 0;
    }
}
.webinarrow-cnt h2::after {
    display: none;
}
.webinar-cat {
    text-align: center;
    margin: 60px 0 30px;
}
.webinarrow-row {
    margin-bottom: 30px;
}
.webinarrow-row article {
    background: #fff;
}
.webinarrow-row .webinarrow-cnt {
    padding: 15px 15px 15px 0;
}
.webinarrow-row .webinarrow-cnt p {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}
.webinarrow-row .webinarrow-cnt h3 {
    font-size: 1rem;
    text-transform: inherit;
    font-weight: 700;
}
.webinarrow-row .webinarrow-cnt .webinarrow-infos {
    font-size: 0.7rem;
    text-transform: uppercase;
}
.webinarrow-row .webinarrow-cnt .webinarrow-infos .col-sm-6 {
    padding-bottom: 0.3rem;
}
.row-art {
    min-height: 200px;
}
.webinars-main {
    background: #fff;
    margin-top: -40px;
    z-index: 9;
    position: relative;
}
.webinars-main .webinarrow-cnt {
    padding: 30px 30px 40px 30px;
}
@media (min-width: 576px) {
    .webinars-main .webinarrow-cnt {
        padding-left: 0;
    }
}
.webinars-main h2 {
    font-size: 1.5rem;
    padding-bottom: 0;
}
.webinars-main .webinarrow-infos {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.webinars-main .btn.btn-primary {
    box-shadow: none;
    border: none;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.webinar-header {
    margin-top: -30px;
}
.webinar-header h1 {
    margin-top: 30px;
    font-size: 2rem;
    margin-bottom: 30px;
}
.webinar-header-cnt {
    padding: 30px;
}
.webinar-header-cnt date {
    position: static;
}
.webinar-header-cnt a.calendar-link {
    color: #216c96;
    cursor: pointer;
    position: relative;
}
.webinar-header-cnt a.calendar-link .ace_dd {
    position: absolute;
    background: #216c96;
    z-index: 1000;
    margin-top: 10px !important;
}
.webinar-header-cnt a.calendar-link a.ace_opt {
    padding: 10px 11px;
    display: block;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    color: #fff;
    font-size: 0.8rem;
}
.webinar-header-cnt a.calendar-link a.ace_opt:hover {
    background-color: #f0f0f0;
    color: #216c96;
    text-decoration: none;
}
.webinar-header-cnt .webinarrow-infos {
    text-transform: uppercase;
    margin-top: 30px;
}
@media (max-width: 1239.98px) {
    .webinar-header-cnt {
        padding: 0;
    }
    .webinar-header-cnt .btn {
        margin-top: 15px;
    }
    .webinar-header-cnt .webinarrow-infos {
        font-size: 0.8rem;
    }
}
.webinar-partner-intro {
    font-style: italic;
    color: grey;
    margin-top: 60px;
    margin-bottom: 30px;
}
.webinar-partner-intro img {
    max-width: 250px;
    margin-left: 15px;
}
.webinar-content {
    max-width: 700px;
    margin: auto;
}
.webinar-content h2:after {
    display: none;
}
.webinar-content h2 {
    font-size: 1.8rem;
    margin-top: 30px;
    padding-bottom: 0;
}
.webinar-speakers {
    background: #e2edf3;
    padding: 60px 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.webinar-speakers .speaker {
    flex-direction: column;
}
.webinar-speakers .participant-role {
    text-transform: uppercase;
    min-height: 30px;
    margin-bottom: 5px;
    font-size: rem;
}
.webinar-speakers .participant {
    background: #fff;
    min-height: 350px;
}
.webinar-speakers .participant .content {
    padding: 10px;
}
.webinar-speakers .col {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 1239.98px) {
    .webinar-speakers .participant {
        margin-bottom: 15px;
    }
    .webinar-speakers .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.webinar-who {
    text-align: center;
    margin-bottom: 60px;
}
.webinar-who h2:after {
    display: none;
}
.webinar-who h2 {
    padding-bottom: 0;
}
.webinar-who p {
    max-width: 700px;
    margin: auto;
    font-size: 1.1rem;
}
.webinar-parner {
    background: #f8f2d2;
    padding: 60px 30px;
    margin-bottom: 60px;
}
.webinar-parner img {
    mix-blend-mode: multiply;
    max-width: 250px;
}
.webinar-parner .webinar-parner-content {
    max-width: 700px;
    margin: auto;
}
.webinar-parner .webinar-parner-content a {
    font-weight: 700;
}
.webinar-note {
    max-width: 700px;
    margin: 60px auto;
    font-size: 0.8rem;
    opacity: 0.8;
}
.webinar-subtitle {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.webinar-subtitle:after {
    background: #fff;
    bottom: 0;
}
.webinar-footer {
    padding: 60px 0;
    background: #74a5bb;
    color: #fff;
}
.webinar-footer h4 {
    font-size: 1.4rem;
}
.webinar-footer .social-links a {
    background: 0 0;
    border: solid 1px #fff;
}
.webinar-footer .col-sm-4 {
    padding-left: 30px;
}
.webinar-footer .col-sm-4 + .col-sm-4 {
    border-left: 1px solid #fff;
}
.webinar-footer a {
    color: #fff;
}
.webinar-share {
    margin-bottom: 60px;
}
.cms-content {
    padding-bottom: 3em;
}
.cms-content .cms-row {
    padding-top: 3em;
    padding-bottom: 3em;
}
.cms-content .blocks-half {
    padding: 6em 0;
}
@media (min-width: 1240px) {
    .page-cms.container-large {
        max-width: 1080px;
    }
}
.page-cms ol,
.page-cms p,
.page-cms ul {
    line-height: 1.8;
}
.page-cms h2 {
    padding-bottom: 0;
}
.page-cms h2:after {
    display: none;
}
.page-cms .bl-numbers.overlay {
    margin-top: 60px;
}
.page-cms .bl-numbers.alignfull {
    overflow: visible;
}
.page-cms .block-download {
    display: flex;
    padding: 2.5em 3.75em;
    border: 3px solid var(--base);
    margin-bottom: 4.375em;
    margin-top: 5em;
    position: relative;
}
.page-cms .block-download .download-content {
    margin-bottom: 0.75em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.page-cms .block-download .download-link {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0.5rem 0;
    display: block;
}
.page-cms .block-download .download-image {
    margin-left: 2.5em;
    margin-top: -5em;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 155px;
}
.page-cms .block-download .download-image img {
    width: 100%;
}
@media (min-width: 1240px) {
    .page-cms .bl-text-image.alignfull .bl-cnt,
    .page-cms .bl-text-image.alignwide .bl-cnt {
        display: flex;
    }
    .page-cms .bl-text-image.alignfull .cms-content,
    .page-cms .bl-text-image.alignwide .cms-content {
        max-width: 420px;
        margin-left: 30px;
    }
    .page-cms .bl-text-image.alignfull.is-reverse .bl-cnt,
    .page-cms .bl-text-image.alignwide.is-reverse .bl-cnt {
        flex-direction: row-reverse;
    }
    .page-cms .bl-text-image.alignfull.is-reverse .cms-content,
    .page-cms .bl-text-image.alignwide.is-reverse .cms-content {
        margin-right: 60px;
        margin-left: initial;
    }
}
.page-cms .bl-text-image figure {
    margin-bottom: 0;
}
.page-cms .bl-text-image.is-reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.page-cms .has_coverside {
    position: relative;
    padding: 60px 0;
    margin-bottom: 4.375em;
    margin-top: 5em;
}
.page-cms .has_coverside::before {
    content: "";
    background: var(--base);
    width: 30%;
    height: 100%;
    position: absolute;
}
.page-cms .has_coverside::before {
    width: calc(50% + 60px);
    position: absolute;
    left: -30%;
    top: 0;
}
.page-cms .has_coverside.has_coverside_secondary-light::before {
    background: var(--secondary-light);
}
.page-cms .has_coverside.has_coverside_secondary::before {
    background: var(--secondary);
}
.page-cms .has_coverside.has_coverside_primary::before {
    background: var(--primary);
}
.page-cms .has_coverside.has_coverside_white::before {
    background: #fff;
}
.page-cms .has_coverside.is-reverse::before {
    right: -30%;
    left: initial;
}
.awards {
    background-color: #000;
    color: #fff;
    --primary: #bb9347;
}
.awards .btn.btn-primary::after {
    background: #9c6f28;
}
.awards .mt-3 {
    margin-top: 4rem !important;
}
.awards .container {
    max-width: 1140px;
}
.awards h2 {
    color: #bb9347;
}
.awards h2::after {
    background: #bb9347;
    bottom: 0.25rem;
    display: none;
}
.awards .header-awards {
    position: relative;
    overflow: hidden;
}
.awards .header-awards .container {
    padding-bottom: 130px;
    padding-top: 150px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .awards .header-awards .container {
        padding-bottom: 0;
        padding-top: 60px;
    }
}
.awards .header-awards .img-cover img {
    mix-blend-mode: initial;
    opacity: 0.5;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 78%;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .awards .header-awards .img-cover img {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .awards .lead {
        font-size: 1.25rem;
    }
}
.awards .title-gradient {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(45deg, #9c6f28, #debc6a);
    -webkit-background-clip: text;
}
.awards .card-portrait {
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 250px;
}
.awards .card-portrait .h5 {
    font-size: 1.125rem;
}
.awards .card-portrait .function {
    font-size: 0.875rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}
.awards .card-portrait .ratio-1x1 {
    overflow: hidden;
    position: relative;
}
.awards .card-portrait .ratio-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.awards .card-portrait .ratio-1x1 img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
}
.awards .card-portrait .card-content {
    padding: 0.5rem 1.6rem 2rem 1.6rem;
}
.awards .card-portrait figure:after {
    background: linear-gradient(45deg, #9c6f28, #debc6a);
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    width: 100%;
}
.awards .form-control {
    background: #fff;
    border: 1px solid #cca658;
}
.awards form {
    padding-bottom: 5rem;
}
.awards form h2 {
    text-align: center;
}
.awards .awards-cat.alignwide img {
    max-width: 50px;
}
.awards .awards-cat h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    .awards .awards-cat h2 {
        height: 160px;
        max-width: 160px;
        margin: auto;
        margin-bottom: 1rem;
    }
}
@media (max-width: 767.98px) {
    .awards .awards-cat .col {
        flex-basis: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 576px) {
    .awards .awards-cat .cat-desc {
        display: flex;
        flex-direction: column;
        height: calc(100% - 130px);
        justify-content: space-between;
    }
}
.awards .color-gold {
    color: #bb9347;
}
.title-cat-awards {
    background-image: url(../img/awards_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.title-cat-awards span {
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .title-cat-awards {
        width: 200px;
        height: 200px;
        background-size: 200px;
    }
}
