@charset "UTF-8";
/*!* SlickNav Responsive Mobile Menu v1.0.10
* (c) 2025 Josh Cope
* licensed under MIT*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #42b72a;
    --secondary: #e6c30e;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1230px;
    --font-family-sans-serif: "Lato", sans-serif !important;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: Lato, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f9f9f9;
    text-align: left;
    background-color: #f9f9f9
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #1373e3;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0d4f9c;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid hsla(0, 0%, 7%, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.comment-list, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid, .img-thumbnail, .wp-caption > img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    border-radius: 5px
}

.figure, .wp-caption {
    display: inline-block
}

.figure-img, .wp-caption > img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption, .wp-caption-text {
    font-size: 90%;
    color: #6c757d
}

.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: 1230px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.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: 1230px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #f9f9f9
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .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: hsla(0, 0%, 7%, .05)
}

.table-hover tbody tr:hover {
    color: #f9f9f9;
    background-color: hsla(0, 0%, 7%, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #caebc3
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #9dda90
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #b9e5b0
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #f8eebc
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #f2e082
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #f6e8a5
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover, .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-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .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-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .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-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .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-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .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-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover, .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: hsla(0, 0%, 7%, .075)
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(4, 4, 4, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .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
    }

    .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
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1229.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {
        transition: none
    }
}

.comment-form input[type=email]::-ms-expand, .comment-form input[type=text]::-ms-expand, .comment-form input[type=url]::-ms-expand, .comment-form textarea::-ms-expand, .form-control::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
}

.comment-form input[type=email]:focus, .comment-form input[type=text]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus, .form-control:focus, .search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #90e27f;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(66, 183, 42, .25)
}

.comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::placeholder, .comment-form input[type=text]::placeholder, .comment-form input[type=url]::placeholder, .comment-form textarea::placeholder, .form-control::placeholder, .search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[readonly][type=email], .comment-form input[readonly][type=text], .comment-form input[readonly][type=url], .comment-form input[type=email]:disabled, .comment-form input[type=text]:disabled, .comment-form input[type=url]:disabled, .comment-form textarea:disabled, .comment-form textarea[readonly], .form-control:disabled, .form-control[readonly], .search-form .search-field:disabled, .search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1
}

.search-form select.search-field:focus::-ms-value, select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #f9f9f9;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form textarea, .search-form select[multiple].search-field, .search-form select[size].search-field, .search-form textarea.search-field, select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.comment-form p, .form-group, .search-form .search-submit, .search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 5px
}

.comment-form .was-validated input[type=email]:valid, .comment-form .was-validated input[type=text]:valid, .comment-form .was-validated input[type=url]:valid, .comment-form .was-validated textarea:valid, .comment-form input.is-valid[type=email], .comment-form input.is-valid[type=text], .comment-form input.is-valid[type=url], .comment-form textarea.is-valid, .form-control.is-valid, .search-form .is-valid.search-field, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=email]:valid, .was-validated .comment-form input[type=text]:valid, .was-validated .comment-form input[type=url]:valid, .was-validated .comment-form textarea:valid, .was-validated .form-control:valid, .was-validated .search-form .search-field:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input[type=email]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus, .comment-form .was-validated input[type=url]:valid:focus, .comment-form .was-validated textarea:valid:focus, .comment-form input.is-valid[type=email]:focus, .comment-form input.is-valid[type=text]:focus, .comment-form input.is-valid[type=url]:focus, .comment-form textarea.is-valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=email]:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .was-validated .comment-form input[type=url]:valid:focus, .was-validated .comment-form textarea:valid:focus, .was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.comment-form .was-validated input[type=email]:valid ~ .valid-feedback, .comment-form .was-validated input[type=email]:valid ~ .valid-tooltip, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-tooltip, .comment-form .was-validated input[type=url]:valid ~ .valid-feedback, .comment-form .was-validated input[type=url]:valid ~ .valid-tooltip, .comment-form .was-validated textarea:valid ~ .valid-feedback, .comment-form .was-validated textarea:valid ~ .valid-tooltip, .comment-form input.is-valid[type=email] ~ .valid-feedback, .comment-form input.is-valid[type=email] ~ .valid-tooltip, .comment-form input.is-valid[type=text] ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-tooltip, .comment-form input.is-valid[type=url] ~ .valid-feedback, .comment-form input.is-valid[type=url] ~ .valid-tooltip, .comment-form textarea.is-valid ~ .valid-feedback, .comment-form textarea.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .search-form .is-valid.search-field ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-tooltip, .search-form .was-validated .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-tooltip, .was-validated .comment-form input[type=email]:valid ~ .valid-feedback, .was-validated .comment-form input[type=email]:valid ~ .valid-tooltip, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-tooltip, .was-validated .comment-form input[type=url]:valid ~ .valid-feedback, .was-validated .comment-form input[type=url]:valid ~ .valid-tooltip, .was-validated .comment-form textarea:valid ~ .valid-feedback, .was-validated .comment-form textarea:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .search-form .search-field:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-tooltip {
    display: block
}

.comment-form .was-validated textarea:valid, .comment-form textarea.is-valid, .search-form .was-validated textarea.search-field:valid, .search-form textarea.is-valid.search-field, .was-validated .comment-form textarea:valid, .was-validated .search-form textarea.search-field:valid, .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.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 {
    border-color: #34ce57;
    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 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.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 {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 5px
}

.comment-form .was-validated input[type=email]:invalid, .comment-form .was-validated input[type=text]:invalid, .comment-form .was-validated input[type=url]:invalid, .comment-form .was-validated textarea:invalid, .comment-form input.is-invalid[type=email], .comment-form input.is-invalid[type=text], .comment-form input.is-invalid[type=url], .comment-form textarea.is-invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=email]:invalid, .was-validated .comment-form input[type=text]:invalid, .was-validated .comment-form input[type=url]:invalid, .was-validated .comment-form textarea:invalid, .was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZGMzNTQ1JyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input[type=email]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus, .comment-form .was-validated input[type=url]:invalid:focus, .comment-form .was-validated textarea:invalid:focus, .comment-form input.is-invalid[type=email]:focus, .comment-form input.is-invalid[type=text]:focus, .comment-form input.is-invalid[type=url]:focus, .comment-form textarea.is-invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=email]:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .was-validated .comment-form input[type=url]:invalid:focus, .was-validated .comment-form textarea:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip, .comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip, .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .comment-form input.is-invalid[type=email] ~ .invalid-feedback, .comment-form input.is-invalid[type=email] ~ .invalid-tooltip, .comment-form input.is-invalid[type=text] ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-tooltip, .comment-form input.is-invalid[type=url] ~ .invalid-feedback, .comment-form input.is-invalid[type=url] ~ .invalid-tooltip, .comment-form textarea.is-invalid ~ .invalid-feedback, .comment-form textarea.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .search-form .is-invalid.search-field ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-tooltip, .search-form .was-validated .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-tooltip, .was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip, .was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip, .was-validated .comment-form textarea:invalid ~ .invalid-feedback, .was-validated .comment-form textarea:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-tooltip {
    display: block
}

.comment-form .was-validated textarea:invalid, .comment-form textarea.is-invalid, .search-form .was-validated textarea.search-field:invalid, .search-form textarea.is-invalid.search-field, .was-validated .comment-form textarea:invalid, .was-validated .search-form textarea.search-field:invalid, .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.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 {
    border-color: #e4606d;
    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 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline, .search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check, .search-form .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label, .search-form label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .search-form .search-submit {
        margin-bottom: 0
    }

    .comment-form .form-inline p, .comment-form .search-form p, .form-inline .comment-form p, .form-inline .form-group, .form-inline .search-form label, .search-form .comment-form p, .search-form .form-group, .search-form .form-inline label, .search-form label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .comment-form .form-inline input[type=email], .comment-form .form-inline input[type=text], .comment-form .form-inline input[type=url], .comment-form .form-inline textarea, .comment-form .search-form input[type=email], .comment-form .search-form input[type=text], .comment-form .search-form input[type=url], .comment-form .search-form textarea, .form-inline .comment-form input[type=email], .form-inline .comment-form input[type=text], .form-inline .comment-form input[type=url], .form-inline .comment-form textarea, .form-inline .form-control, .search-form .comment-form input[type=email], .search-form .comment-form input[type=text], .search-form .comment-form input[type=url], .search-form .comment-form textarea, .search-form .form-control, .search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group, .search-form .custom-select, .search-form .input-group {
        width: auto
    }

    .form-inline .form-check, .search-form .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input, .search-form .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control, .search-form .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label, .search-form .custom-control-label {
        margin-bottom: 0
    }
}

.btn, .comment-form input[type=submit], .search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    color: #f9f9f9;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn, .comment-form input[type=submit], .search-form .search-submit {
        transition: none
    }
}

.btn:hover, .comment-form input[type=submit]:hover, .search-form .search-submit:hover {
    color: #f9f9f9;
    text-decoration: none
}

.btn.focus, .btn:focus, .comment-form input.focus[type=submit], .comment-form input[type=submit]:focus, .search-form .focus.search-submit, .search-form .search-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(66, 183, 42, .25)
}

.btn.disabled, .btn:disabled, .comment-form input.disabled[type=submit], .comment-form input[type=submit]:disabled, .search-form .disabled.search-submit, .search-form .search-submit:disabled {
    opacity: .65
}

.search-form a.disabled.search-submit, .search-form fieldset:disabled a.search-submit, a.btn.disabled, fieldset:disabled .search-form a.search-submit, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    border-color: #42b72a
}

.btn-primary:hover {
    background-color: #379823;
    border-color: #338e20
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 194, 74, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #42b72a;
    border-color: #42b72a
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #338e20;
    border-color: #2f831e
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 194, 74, .5)
}

.btn-secondary, .comment-form input[type=submit], .search-form .search-submit {
    color: #212529;
    background-color: #e6c30e;
    border-color: #e6c30e
}

.btn-secondary:hover, .comment-form input[type=submit]:hover, .search-form .search-submit:hover {
    color: #212529;
    background-color: #c2a40c;
    border-color: #b69a0b
}

.btn-secondary.focus, .btn-secondary:focus, .comment-form input.focus[type=submit], .comment-form input[type=submit]:focus, .search-form .focus.search-submit, .search-form .search-submit:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 171, 18, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled, .comment-form input.disabled[type=submit], .comment-form input[type=submit]:disabled, .search-form .disabled.search-submit, .search-form .search-submit:disabled {
    color: #212529;
    background-color: #e6c30e;
    border-color: #e6c30e
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .comment-form .show > input.dropdown-toggle[type=submit], .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled):active, .search-form .show > .dropdown-toggle.search-submit, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b69a0b;
    border-color: #aa900a
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 171, 18, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #42b72a;
    border-color: #42b72a
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #42b72a;
    border-color: #42b72a
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(66, 183, 42, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #42b72a;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #42b72a;
    border-color: #42b72a
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(66, 183, 42, .5)
}

.btn-outline-secondary {
    color: #e6c30e;
    border-color: #e6c30e
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #e6c30e;
    border-color: #e6c30e
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 195, 14, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e6c30e;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6c30e;
    border-color: #e6c30e
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 195, 14, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #1373e3;
    text-decoration: none
}

.btn-link:hover {
    color: #0d4f9c;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg, .comment-form .btn-group-lg > input[type=submit], .search-form .btn-group-lg > .search-submit {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm, .comment-form .btn-group-sm > input[type=submit], .search-form .btn-group-sm > .search-submit {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #f9f9f9;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 7%, .15);
    border-radius: 5px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1230px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #42b72a
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn, .comment-form .btn-group-vertical > input[type=submit], .comment-form .btn-group > input[type=submit], .search-form .btn-group-vertical > .search-submit, .search-form .btn-group > .search-submit {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .comment-form .btn-group-vertical > input.active[type=submit], .comment-form .btn-group-vertical > input[type=submit]:active, .comment-form .btn-group-vertical > input[type=submit]:focus, .comment-form .btn-group-vertical > input[type=submit]:hover, .comment-form .btn-group > input.active[type=submit], .comment-form .btn-group > input[type=submit]:active, .comment-form .btn-group > input[type=submit]:focus, .comment-form .btn-group > input[type=submit]:hover, .search-form .btn-group-vertical > .active.search-submit, .search-form .btn-group-vertical > .search-submit:active, .search-form .btn-group-vertical > .search-submit:focus, .search-form .btn-group-vertical > .search-submit:hover, .search-form .btn-group > .active.search-submit, .search-form .btn-group > .search-submit:active, .search-form .btn-group > .search-submit:focus, .search-form .btn-group > .search-submit:hover {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit], .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .btn-group:not(:last-child) > .search-submit, .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit], .comment-form .btn-group > input[type=submit]:not(:first-child), .search-form .btn-group > .btn-group:not(:first-child) > .search-submit, .search-form .btn-group > .search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .comment-form .btn-group-vertical > input[type=submit], .search-form .btn-group-vertical > .search-submit {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit], .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit, .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit], .comment-form .btn-group-vertical > input[type=submit]:not(:first-child), .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit, .search-form .btn-group-vertical > .search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .comment-form .btn-group-toggle > .btn-group > input[type=submit], .comment-form .btn-group-toggle > input[type=submit], .search-form .btn-group-toggle > .btn-group > .search-submit, .search-form .btn-group-toggle > .search-submit {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > input[type=submit] input[type=radio], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .search-submit input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.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: 5px;
    border-top-right-radius: 5px
}

.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: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 5px
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #42b72a
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 5px
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

h1, h2, h3, h4 {
    color: #05051f
}

body, html {
    overflow-x: hidden
}

.body {
    background-color: #fbfcfe
}

.aligncenter {
    text-align: center
}

h1 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 800;
    margin-top: 48px;
    margin-bottom: 24px
}

h2 {
    margin-top: 48px
}

h2, h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 24px
}

h3 {
    margin-top: 24px
}

._latest-promotions, h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700
}

._latest-promotions, h4, h5, h6 {
    margin-bottom: 24px;
    margin-top: 24px
}

body {
    color: #08141d
}

section.entry-content > * {
    color: rgba(5, 5, 31, .88);
    margin: 24px auto
}

.page-header h1 {
    margin-top: 0
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style-image: url("images/arrow-right.svg")
}

@media (min-width: 768px) and (max-width: 992px) {
    ._post-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

._post-box img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.rating-and-stars {
    line-height: 1
}

.stars {
    font-size: 0;
    color: #fee100;
    white-space: nowrap
}

.stars .rating {
    font-size: 12px
}

.stars ._reverse {
    transform: scaleX(-1);
    margin-left: -14px
}

.stars ._faded {
    color: #ced4da
}

.stars._size-m .rating {
    font-size: 14px
}

.stars._size-m ._reverse {
    margin-left: -16px
}

._title-and-rating .stars {
    color: #ffd400
}

._title-and-rating ._rating-text {
    margin-left: 5px;
    opacity: .64
}

._shortcode-container.container {
    padding: 0
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px
    }

    ._heading-section ._top-text {
        padding: 0 15px
    }
}

@media (max-width: 425px) {
    h4 {
        font-size: 18px
    }

    h1, h2 {
        font-size: 21px
    }

    ._sticky-banner .btn-primary {
        padding: 13px 25px
    }
}

.category-uncategorized .main {
    padding-top: 30px
}

._sticky-banner {
    display: none
}

.main-sidebar section.widget {
    border: 1px solid #dde9f5;
    border-radius: 5px;
    margin: 0 0 20px;
    overflow: hidden
}

.main-sidebar section.widget h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f9ff;
    padding: 0 20px;
    margin: 0;
    min-height: 60px;
    border-bottom: 1px solid #dde9f5;
    border-radius: 5px 5px 0 0
}

.main-sidebar section.widget h3 img {
    max-width: 32px;
    max-height: 32px;
    margin-right: 5px
}

.main-sidebar section.widget.widget_nav_menu > div {
    background: #fff
}

.main-sidebar section.widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700
}

.main-sidebar section.widget.widget_nav_menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #111
}

.main-sidebar section.widget.widget_nav_menu ul li a:hover {
    text-decoration: none;
    background: #f2f9ff
}

.main-sidebar section.widget.widget_nav_menu ul li a:before {
    content: "\f054";
    font-family: Font Awesome\ 5 Pro;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 0 2px;
    vertical-align: middle;
    font-size: 9px
}

@media (min-width: 768px) and (max-width: 1229.98px) {
    .main-sidebar {
        padding-left: 0
    }
}

body .slick-slider .slick-dots {
    bottom: -10px
}

body .slick-slider .slick-dots li {
    margin: 0
}

body .slick-slider .slick-dots li button:before {
    font-size: 14px;
    width: 15px;
    height: 15px;
    line-height: 16px
}

body .slick-slider .slick-dots li.slick-active button:before {
    box-shadow: 0 0 5px #000;
    border-radius: 50%;
    font-size: 9px
}

body .slick-slider .slick-arrow {
    background: #45494c;
    color: #fff;
    border-radius: 5px;
    width: inherit;
    height: inherit;
    z-index: 1000
}

body .slick-slider .slick-prev {
    left: 10px;
    padding: 6px 12px 6px 10px
}

body .slick-slider .slick-prev:before {
    content: "\f053";
    font-family: Font Awesome\ 5 Pro;
    opacity: 1
}

body .slick-slider .slick-next {
    right: 10px;
    padding: 6px 10px 6px 12px
}

body .slick-slider .slick-next:before {
    content: "\f054";
    font-family: Font Awesome\ 5 Pro;
    opacity: 1
}

.border-box-block, .wp-block-group {
    border: 1px solid #dde9f5;
    border-radius: 5px;
    padding: 0 20px
}

.border-box-block h1:first-child, .wp-block-group h1:first-child {
    margin-top: 1rem
}

.border-box-block, .wp-block-group__inner-container {
    margin: 20px 0
}

.endcta {
    margin: 10px 0 35px
}

.endcta > a {
    background: #fff;
    border: 1px solid #dde9f5;
    border-radius: 5px;
    padding: 15px 0
}

.endcta > a:hover {
    text-decoration: none
}

.endcta img {
    background: #f2f9ff;
    width: 150px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.endcta ._rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.endcta ._rating ._name {
    font-weight: 700;
    color: #08141d;
    margin: 0 0 5px
}

.endcta ._bonus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.endcta ._bonus > span {
    width: 100%;
    display: block;
    padding: 7px 15px;
    color: #111;
    font-weight: 700;
    background: #fdfae7;
    border: 1px solid #ede7c7;
    border-radius: 5px
}

.endcta ._bonus ._line1 {
    color: #626268;
    font-size: 12px;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase
}

.endcta ._bonus ._line2 {
    font-size: 20px
}

.endcta ._button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .endcta ._rating {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .endcta ._bonus {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 15px 0
    }

    .comment-form .endcta input[type=submit], .endcta .btn, .endcta .comment-form input[type=submit], .endcta .search-form .search-submit, .search-form .endcta .search-submit {
        width: 100%
    }
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    color: #0e60c8;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    border: 2px solid;
    border-radius: 50%;
    line-height: 42px;
    font-size: 30px
}

#back-to-top.show {
    opacity: 1
}

@media (max-width: 960px) {
    .sidebar {
        display: none
    }

    ._entry-content-column, .main {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    ._sticky-banner {
        padding: 20px 30px;
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -2px 8px -4px rgba(5, 5, 31, .16);
        transform: translateY(0);
        transition: all .2s ease-in
    }

    ._sticky-banner:hover {
        text-decoration: none
    }

    ._sticky-banner._hidden {
        transform: translateY(100%)
    }

    ._sticky-banner .container {
        display: block
    }

    ._sticky-banner ._btn-text {
        font-size: 14px !important
    }

    ._sticky-banner .row {
        position: relative;
        display: -ms-flexbox;
        display: flex
    }

    ._sticky-banner ._close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2px;
        display: block;
        color: #aaa
    }

    ._sticky-banner .container {
        padding: 16px 15px
    }

    ._sticky-banner .row {
        -ms-flex-align: center;
        align-items: center
    }

    ._sticky-banner ._logo img {
        border-radius: 3px
    }

    ._sticky-banner ._sticky-headline {
        display: -ms-flexbox;
        display: flex;
        margin-left: 15px;
        margin-bottom: 0;
        -ms-flex-align: center;
        align-items: center
    }

    ._sticky-banner ._sticky-button {
        text-align: end
    }

    ._sticky-banner ._sticky-button .btn, ._sticky-banner ._sticky-button .comment-form input[type=submit], ._sticky-banner ._sticky-button .search-form .search-submit, .comment-form ._sticky-banner ._sticky-button input[type=submit], .search-form ._sticky-banner ._sticky-button .search-submit {
        margin-right: 15px
    }

    ._sticky-banner ._text-column {
        display: -ms-flexbox;
        display: flex
    }

    ._sticky-banner ._sticky-headline {
        font-size: 18px;
        font-weight: 700;
        color: #05051f
    }
}

@media (max-width: 600px) {
    ._sticky-banner {
        padding: 15px
    }

    ._sticky-banner ._sticky-button {
        padding-top: 15px
    }

    ._sticky-banner ._sticky-headline {
        font-size: 16px
    }

    ._sticky-banner ._close {
        top: -20px;
        right: 15px
    }
}

.btn-primary {
    background-color: #42b72a;
    border: none !important;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 13px 25px;
    text-decoration: none;
    line-height: 1;
    font-family: Poppins, sans-serif
}

.btn-primary:hover {
    background-color: #4b9f1c;
    border: 1px solid #42b72a;
    color: #fff
}

.btn-primary ._btn-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: block;
    color: #fff
}

.btn-primary ._btn-subtext {
    color: #08141d;
    font-size: 13px;
    line-height: 1;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px
}

@media (max-width: 425px) {
    .btn-primary {
        width: 100%;
        padding: 0
    }
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #42b72a;
    border: 1px solid #42b72a
}

.btn-group-lg > .btn, .btn-lg, .comment-form .btn-group-lg > input[type=submit], .search-form .btn-group-lg > .search-submit {
    max-width: 100%
}

.btn-shortcode-style-1 {
    background: #69a74e;
    color: #fff;
    padding: 25px 30px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.btn-shortcode-style-1 ._text {
    -ms-flex: 1;
    flex: 1
}

.btn-shortcode-style-1 .fa {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px 0 0
}

.btn-shortcode-style-1 .fa._reverse {
    transform: rotate(180deg);
    margin: 0 0 0 30px
}

.btn-shortcode-style-2 {
    background: #f2f9ff;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #dde9f5 !important;
    text-transform: none;
    padding: 20px;
    margin: 20px 0 0 auto
}

body .btn-shortcode-style-2:hover {
    background-color: #f2f9ff
}

.btn-light, body .btn-shortcode-style-2:hover {
    border: 1px solid #dde9f5;
    color: #111 !important
}

.btn-light {
    background: #f2f9ff;
    padding: 0;
    display: block;
    font-size: 13px;
    line-height: 50px
}

.btn-light:hover {
    background: #ddd
}

.btn-pelaa-nyt {
    width: 135px;
    line-height: 55px;
    padding: 0;
    color: #fff;
    font-size: 14px
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sidebar-primary .main {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .sidebar {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft, .alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width: 576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }

    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.wp-caption {
    max-width: 100%
}

.wp-caption-text {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(2, 41, 51, .12);
    line-height: 1.2em;
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 24px
}

.boxed-bullet-list {
    width: 100%;
    margin: 30px 0;
    overflow: hidden
}

.boxed-bullet-list._with-title {
    border: 2px solid #a83a41;
    background: #fff;
    border-radius: 5px
}

.boxed-bullet-list._with-title ._content {
    padding: 18px 30px
}

.boxed-bullet-list ._title {
    background: #822d32;
    width: 100%;
    padding: 18px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.boxed-bullet-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width: 768px) {
    .boxed-bullet-list ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0
    }
}

.boxed-bullet-list ul li {
    margin: 0 0 15px
}

.boxed-bullet-list ul li:before {
    display: inline;
    color: #fff;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    content: "\f054";
    border: 0 !important;
    background: #822d32;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 8px 0 0 !important
}

.border-box p {
    margin: 0;
    padding: 0
}

.border-box ul {
    border: 2px solid #a83a41;
    background: #fff;
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 10px !important;
    font-weight: 700;
    font-size: 16px
}

@media (min-width: 768px) {
    .border-box ul {
        display: -ms-flexbox;
        display: flex
    }

    .border-box ul li {
        padding: 0 10px !important
    }

    .border-box ul li:not(:first-child) {
        border-left: 1px solid #822d32
    }
}

@media (max-width: 767.98px) {
    .border-box ul li {
        padding: 10px 0 !important
    }

    .border-box ul li:not(:first-child) {
        border-top: 1px solid #822d32
    }
}

.border-box ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 !important
}

.border-box ul li:before {
    content: none !important
}

.border-box ul li img {
    max-width: 100%;
    width: 64px;
    height: auto;
    margin-right: 10px
}

.featured-content {
    padding: 20px 0;
    overflow: hidden
}

.featured-content h1 {
    margin-top: 0
}

.featured-content :not(a) {
    color: inherit
}

.casino-finder-container {
    background-color: #fff;
    border: 1px solid #dde9f5;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 48px
}

.casino-finder-container header {
    background: #f2f9ff;
    border-bottom: 1px solid #dde9f5;
    font-size: 24px;
    font-weight: 700;
    margin: -10px -10px 0;
    padding: 5px 20px;
    border-radius: 5px 5px 0 0
}

.casino-finder-container .blue-background {
    margin-left: 15px
}

.casino-finder-container .flex-row-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.casino-finder-container .centered-title {
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
    font-weight: 700
}

.casino-finder-container .main-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d60c8;
    padding: 10px 0 5px
}

.casino-finder-container .round-text {
    font-size: 20px;
    font-weight: 700;
    color: #0d60c8;
    text-align: center
}

.casino-finder-container .round-border {
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    padding: 20px;
    width: 120px;
    height: 120px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-finder-container .round-border:hover {
    background: #ccc
}

.casino-finder-container .round-border .round-image {
    max-width: 80px
}

.casino-finder-container .col-container.selected .round-border {
    box-shadow: inset 0 0 0 3px #fff;
    background: #0d60c8;
    color: #fff
}

.casino-finder-container .col-container.selected .round-border:hover {
    background: #ccc
}

.casino-finder-container .col-container.selected .text-border {
    background: #0d60c8;
    font-weight: 700;
    color: #fff;
    border: 1px solid #0d60c8
}

.casino-finder-container .under-image-text {
    text-align: center;
    margin-top: 10px
}

.casino-finder-container .colored-background {
    max-width: 65px;
    max-height: 65px;
    display: inline-block
}

.casino-finder-container .games-container {
    background: #f2f9ff;
    border: 1px solid #dde9f5;
    border-radius: 5px;
    width: 17%;
    padding: 20px 0;
    margin: 8px;
    text-align: center;
    cursor: pointer
}

.casino-finder-container .games-container:hover {
    box-shadow: 0 0 5px rgba(5, 5, 31, .16)
}

.casino-finder-container .games-container.selected {
    background: #fff;
    border: 1px solid rgba(221, 233, 245, .5)
}

.casino-finder-container .text-border {
    margin-bottom: 0;
    padding: 4px 15px;
    width: auto;
    border: 1px solid #0d60c8;
    color: #0d60c8;
    line-height: normal;
    font-size: 13px
}

.casino-finder-container .col-container {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
    padding: 10px;
    text-align: center;
    background: #fff;
    min-width: 200px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 28.333%
}

.casino-finder-container .question-bar {
    text-align: center;
    overflow: auto;
    background: #fff;
    padding-top: 10px
}

.casino-finder-container .question-bar .numbers-bar {
    margin: 0;
    display: inline-block;
    padding: 0 12px
}

.casino-finder-container .question-bar .bar-item {
    display: inline-block;
    margin: 5px;
    border: 1px solid #333;
    color: #333;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    width: 34px;
    height: 34px
}

.casino-finder-container .question-bar .bar-item:after {
    content: "";
    width: 16px;
    position: absolute;
    right: -16px;
    transition: all .3s;
    top: 15px;
    height: 1px;
    background-color: #ccc
}

.casino-finder-container .question-bar .bar-item.completed {
    color: #fff;
    background-color: #0d60c8
}

.casino-finder-container .numbers-bar li:last-of-type.bar-item:after {
    display: none
}

.casino-finder-container .question-bar .bar-item.completed:after {
    height: 3px;
    background-color: #0d60c8
}

.casino-finder-container .question-bar .results-btn {
    width: auto;
    border-radius: 24px;
    padding: 8px 20px
}

.casino-finder-container .question-bar .start-btn {
    border: 1px solid #0d60c8;
    color: #0d60c8;
    font-size: 13px;
    float: right;
    padding: 9px 10px;
    margin: 11px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer
}

.casino-finder-container ._left-arrow, .casino-finder-container ._right-arrow {
    background-color: #0d60c8;
    cursor: pointer;
    padding: 18px;
    color: #fff;
    font-size: 14px;
    bottom: 15px;
    z-index: 100;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase
}

.casino-finder-container ._left-arrow._disabled, .casino-finder-container ._right-arrow._disabled {
    background: #72869e;
    pointer-events: none
}

.casino-finder-container ._right-arrow:hover, .casino-finder-container .left-arrow:hover {
    background-color: #3b79c5
}

.casino-finder-container ._left-arrow img, .casino-finder-container ._right-arrow img {
    max-width: 12px
}

.casino-finder-container ._right-arrow {
    float: right;
    margin: 0 0 0 1px;
    border-radius: 0 5px 5px 0
}

.casino-finder-container ._right-arrow img {
    margin: -2px 0 0 6px
}

.casino-finder-container ._left-arrow {
    border-radius: 5px 0 0 5px
}

.casino-finder-container ._left-arrow img {
    margin: -2px 6px 0 0
}

.casino-finder-container ._arrows {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.casino-finder-container .slick-list {
    padding: 0 !important
}

.casino-finder-container .slick-slide {
    outline: 0
}

.casino-finder-container .loading-gif {
    margin: auto;
    padding: 70px 0
}

.casino-finder-container ._white-image {
    display: none
}

.casino-finder-container .col-container.selected .round-border ._white-image {
    display: block
}

.casino-finder-container .col-container.selected .round-border .round-image {
    display: none
}

.casino-finder-container .col-container.selected .round-border .round-text {
    display: block;
    color: #fff
}

.casino-finder-container ._center {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    margin: 30px 0 20px
}

@media (max-width: 575.98px) {
    .casino-finder-container .games-container {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .casino-finder-container .games-container {
        width: calc(33.333% - 15px);
        margin: 2px;
        padding: 6px 0
    }

    .casino-finder-container .slick-slide {
        padding: 0;
        font-size: 13px
    }

    .casino-finder-container ._left-arrow, .casino-finder-container ._right-arrow {
        font-size: 14px;
        padding: 12px
    }
}

.best-casino-of-the-month ._inner1 {
    background: #fff;
    border: 1px solid #dde9f5;
    border-radius: 5px 5px 0 0;
    padding: 25px 10px
}

.best-casino-of-the-month ._inner1 ._thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.best-casino-of-the-month ._inner1 ._left {
    float: left
}

.best-casino-of-the-month ._inner1 ._left ._name {
    display: none
}

.best-casino-of-the-month ._inner1 ._logo {
    width: 110px;
    height: 40px;
    background: #f2f9ff;
    border-radius: 5px;
    padding: 2px 4px;
    margin: 0 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.best-casino-of-the-month ._inner1 ._rating {
    width: 110px;
    text-align: center
}

.best-casino-of-the-month ._inner1 ._bonus {
    float: right;
    display: block;
    padding: 7px 15px;
    color: #111;
    font-size: 17px;
    background: #fdfae7;
    border: 1px solid #ede7c7;
    border-radius: 5px
}

.best-casino-of-the-month ._inner1 ._line2 {
    clear: both;
    padding: 20px 0 0;
    font-size: 14px
}

.best-casino-of-the-month ._inner1 ._line2 p:last-child {
    margin-bottom: 0
}

.best-casino-of-the-month ._inner2 {
    background: #fff;
    border: 1px solid #dde9f5;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    padding: 25px 5px;
    color: #111;
    text-align: justify
}

.best-casino-of-the-month ._inner2:hover {
    text-decoration: none
}

.best-casino-of-the-month ._inner2 ._logo {
    background: #f2f9ff;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 100%;
    max-height: 80px
}

.best-casino-of-the-month ._inner2 ._logo img {
    max-height: 100%;
    width: auto
}

.best-casino-of-the-month ._inner2 ._rating {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.best-casino-of-the-month ._inner2 ._rating .stars {
    display: block;
    margin: 0 0 7px
}

.best-casino-of-the-month ._inner2 ._bonus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.best-casino-of-the-month ._inner2 ._bonus > span {
    display: block;
    padding: 7px 15px;
    color: #111;
    font-weight: 700;
    background: #fdfae7;
    border: 1px solid #ede7c7;
    border-radius: 5px
}

.best-casino-of-the-month ._inner2 ._bonus ._line1 {
    color: #626268;
    font-size: 12px;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase
}

.best-casino-of-the-month ._inner2 ._bonus ._line2 {
    font-size: 20px
}

.best-casino-of-the-month ._inner2 ._button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

@media (max-width: 991.98px) {
    .best-casino-of-the-month ._inner1 {
        padding: 15px 0
    }

    .best-casino-of-the-month ._inner1 ._line1 ._left {
        float: none;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0 0
    }

    .best-casino-of-the-month ._inner1 ._line1 ._left ._rating {
        padding: 0 0 0 15px;
        text-align: left
    }

    .best-casino-of-the-month ._inner1 ._line1 ._left ._rating ._name {
        display: block;
        font-size: 13px;
        font-weight: 700
    }

    .best-casino-of-the-month ._inner1 ._line1 ._bonus {
        display: none
    }

    .best-casino-of-the-month ._inner1 ._line2 {
        padding: 10px 0 0
    }

    .best-casino-of-the-month ._inner2 {
        padding: 15px 0
    }

    .best-casino-of-the-month ._inner2 ._logo-container {
        padding-right: 0
    }

    .best-casino-of-the-month ._inner2 ._logo-container ._logo {
        padding: 0 5px
    }

    .best-casino-of-the-month ._inner2 ._rating > span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .best-casino-of-the-month ._inner2 ._rating > span br {
        display: none
    }

    .best-casino-of-the-month ._inner2 ._rating > span .stars {
        margin: 7px 0 0;
        -ms-flex: 100%;
        flex: 100%;
        -ms-flex-order: 10;
        order: 10
    }

    .best-casino-of-the-month ._inner2 ._bonus {
        margin: 10px 0
    }

    .best-casino-of-the-month ._inner2 ._bonus > span {
        width: 100%
    }

    .best-casino-of-the-month ._inner2 ._bonus ._line1 {
        margin: 0
    }

    .best-casino-of-the-month ._inner2 ._bonus ._line2 {
        font-size: 14px
    }

    .best-casino-of-the-month ._inner2 ._button {
        padding-left: 15px
    }

    .best-casino-of-the-month ._inner2 ._button .btn-pelaa-nyt {
        width: 100%
    }
}

.hot-promo-of-the-week ._item, .hot-promo-of-the-week > .row > div {
    display: -ms-flexbox;
    display: flex
}

.hot-promo-of-the-week ._item {
    padding: 25px;
    background: #fff;
    border: 1px solid #dde9f5;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    -ms-flex-direction: column;
    flex-direction: column
}

.hot-promo-of-the-week ._item ._line1 {
    display: -ms-flexbox;
    display: flex
}

.hot-promo-of-the-week ._item ._logo {
    width: 110px;
    height: 50px;
    background: #f2f9ff;
    border-radius: 5px;
    padding: 2px 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.hot-promo-of-the-week ._item ._intro {
    -ms-flex: 1;
    flex: 1;
    font-size: 11px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px
}

.hot-promo-of-the-week ._item ._thumbnail {
    margin: 15px 0 0
}

.hot-promo-of-the-week ._item ._thumbnail img {
    border-radius: 5px
}

.hot-promo-of-the-week ._item ._buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -10px
}

.hot-promo-of-the-week ._item ._buttons > * {
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px
}

.hot-promo-of-the-week ._item ._buttons .btn-light {
    text-transform: uppercase;
    font-weight: 700
}

.schema-faq .schema-faq-section {
    border: 1px solid #dde9f5;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 4px;
    overflow: hidden
}

.schema-faq .schema-faq-section .schema-faq-question {
    background: #f2f9ff;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 16px 20px
}

.schema-faq .schema-faq-section .schema-faq-question .schema-faq-question-rightside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    color: #0d60c8;
    font-size: 26px;
    cursor: pointer
}

.schema-faq .schema-faq-section .schema-faq-answer {
    border-top: 1px solid #dde9f5;
    padding: 16px 20px
}

.schema-faq .schema-faq-question-leftside {
    display: none
}

.button-grid-block {
    color: #fff;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.button-grid-block._icon_on_top li {
    width: 230px;
    display: -ms-flexbox;
    display: flex
}

.button-grid-block._icon_on_top ._a {
    -ms-flex: 1;
    flex: 1;
    display: block;
    background: #ae2f36;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    transition: all .2s ease-in;
    color: #fff
}

.button-grid-block._icon_on_top a:hover {
    background: #86242a;
    text-decoration: none
}

.button-grid-block._icon_on_top ._image {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.button-grid-block._icon_on_top ._image img {
    display: block;
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
    border-radius: 5px
}

.button-grid-block._icon_on_top ._divider {
    height: 1px;
    background: #fff;
    display: block;
    margin: 10px
}

.button-grid-block._icon_on_left {
    font-weight: 700;
    font-size: 17px
}

.button-grid-block._icon_on_left li {
    overflow: hidden;
    margin: 10px
}

.button-grid-block._icon_on_left ._a {
    width: 320px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    color: #111;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #495057;
    transition: all .2s ease-in
}

.button-grid-block._icon_on_left ._a ._image {
    min-width: 60px;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.button-grid-block._icon_on_left ._a ._image img {
    display: block;
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto
}

.button-grid-block._icon_on_left ._a ._text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.button-grid-block._icon_on_left a:hover {
    text-decoration: none;
    background: #42b72a;
    border-color: #42b72a;
    color: #fff
}

.button-grid-block._icon_and_background {
    font-weight: 700;
    font-size: 17px
}

.button-grid-block._icon_and_background li {
    border-radius: 5px;
    overflow: hidden;
    margin: 10px
}

.button-grid-block._icon_and_background ._a {
    width: 280px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    color: #fff;
    height: 100%;
    transition: all .2s ease-in
}

.button-grid-block._icon_and_background ._a ._image {
    min-width: 60px;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.button-grid-block._icon_and_background ._a ._image img {
    display: block;
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto
}

.button-grid-block._icon_and_background ._a ._text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.button-grid-block._icon_and_background a:hover {
    text-decoration: none;
    background: rgba(66, 183, 42, .5)
}

.more-info-block {
    margin: 20px 0;
    border: 1px solid #dde9f5;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff
}

.more-info-block ._body {
    padding: 10px 15px 0
}

.more-info-block ._body ._content {
    background-color: #fff
}

.more-info-block ._body ._content_more {
    background-color: #fff;
    display: none
}

.more-info-block ._body ._content h1, .more-info-block ._body ._content h2, .more-info-block ._body ._content h3, .more-info-block ._body ._content h4, .more-info-block ._body ._content h5, .more-info-block ._body ._content h6, .more-info-block ._body ._content_more h1, .more-info-block ._body ._content_more h2, .more-info-block ._body ._content_more h3, .more-info-block ._body ._content_more h4, .more-info-block ._body ._content_more h5, .more-info-block ._body ._content_more h6 {
    margin: 5px 0 10px
}

.more-info-block ._footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    color: #6d8194 !important;
    line-height: 40px;
    text-align: center;
    background-color: #f2f9ff;
    border-top: 1px solid #ddeaf4;
    cursor: pointer
}

.more-info-block ._footer:hover {
    color: initial !important
}

.more-info-block ._footer span {
    margin-right: 3px
}

.schema-how-to-steps {
    padding: 0
}

.schema-how-to-steps .schema-how-to-step {
    border: 1px solid #dde9f5;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 4px;
    position: relative;
    overflow: hidden
}

.schema-how-to-steps .schema-how-to-step .schema-how-to-step-name {
    background: #f2f9ff;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 16px 20px 16px 50px
}

.schema-how-to-steps .schema-how-to-step .schema-how-to-step-name .schema-faq-question-rightside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    color: #0d60c8;
    font-size: 26px;
    cursor: pointer
}

.schema-how-to-steps .schema-how-to-step .schema-how-to-step-text {
    border-top: 1px solid #dde9f5;
    padding: 16px 20px
}

.schema-how-to-steps .schema-faq-question-leftside {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0d60c8;
    color: #fff;
    min-width: 26px;
    padding: 1px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%
}

.banner {
    background: #0e60c8;
    border-bottom: 1px solid #555
}

.banner .container, .banner .top-header {
    display: -ms-flexbox;
    display: flex
}

.banner .top-header {
    background: #0e60c8;
    color: #fff;
    padding: 4px 16px;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    font-family: Poppins, sans-serif
}

.banner .top-header ._star {
    width: 16px;
    height: 20px;
    margin: 0 13px
}

.banner ._logo-container {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 0
}

.banner ._logo-container, .banner .row {
    -ms-flex-align: center;
    align-items: center
}

.banner .row {
    padding: 0;
    margin: 0
}

.banner .brand {
    display: block;
    max-width: 270px
}

.banner .brand ._main-logo {
    height: auto;
    max-height: 60px
}

.banner ._menu-container {
    -ms-flex: 1;
    flex: 1
}

.banner ._menu-container, .banner .nav-primary {
    padding-right: 0 !important
}

.banner .nav-primary {
    font-family: Poppins, sans-serif;
    padding-bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner .nav-primary ul.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.banner .nav-primary ul.nav > .menu-item {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    transition: color .12s ease;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 800;
    letter-spacing: .04em;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    position: relative
}

.banner .nav-primary ul.nav > .menu-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    background: #4277bb
}

.banner .nav-primary ul.nav > .menu-item:last-of-type {
    margin-right: 0 !important
}

.banner .nav-primary ul.nav > .menu-item:last-of-type .sub-menu .sub-menu {
    left: inherit;
    right: 100% !important
}

.banner .nav-primary ul.nav > .menu-item .attachment-thumbnail {
    max-width: 24px;
    max-height: 24px;
    margin: 0 10px 2px 0
}

.banner .nav-primary ul.nav > .menu-item > a {
    white-space: nowrap
}

.banner .nav-primary ul.nav > .menu-item a {
    font-weight: 700;
    color: #fff;
    letter-spacing: -.05px;
    text-decoration: none
}

.banner .nav-primary ul.nav > .menu-item a ._underline {
    border-bottom: 2px solid transparent
}

.banner .nav-primary ul.nav > .menu-item a:hover ._underline {
    border-bottom-color: #42b72a;
    color: #fff
}

.banner .nav-primary .menu-item ._link-with-logo {
    display: -ms-flexbox;
    display: flex
}

.banner .nav-primary .menu-item ._link-with-logo ._logo {
    width: 50px;
    height: 50px;
    padding: 2px;
    background: #f2f9ff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.banner .nav-primary .menu-item ._link-with-logo ._logo img {
    height: auto
}

.banner .nav-primary .menu-item ._link-with-logo ._underline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.banner .nav-primary .menu-item-has-children {
    position: relative
}

.banner .nav-primary .menu-item-has-children.grid > .sub-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0
}

.banner .nav-primary .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: inherit
}

.banner .nav-primary .menu-item-has-children .sub-menu {
    visibility: hidden;
    position: absolute;
    background: #0e60c8;
    z-index: 10;
    min-width: 240px;
    top: 66px;
    left: 0;
    margin: 14px 0 0;
    padding: 0 0 10px;
    box-shadow: 1px 1px 8px -2px rgba(10, 9, 55, .24);
    white-space: nowrap;
    transform: translate(0)
}

.banner .nav-primary .menu-item-has-children .sub-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: auto
}

.banner .nav-primary .menu-item-has-children .sub-menu li img {
    margin: 0;
    max-width: 100%;
    max-height: 100%
}

.banner .nav-primary .menu-item-has-children .sub-menu li.menu-item-has-children:after {
    float: right;
    margin: -20px 10px 0 0
}

.banner .nav-primary .menu-item-has-children .sub-menu li .sub-menu {
    visibility: hidden;
    left: 100%;
    top: -15px !important
}

.banner .nav-primary .menu-item-has-children .sub-menu li:hover .sub-menu {
    visibility: visible
}

.banner .nav-primary .menu-item-has-children .sub-menu li a {
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    display: block;
    line-height: 20px;
    cursor: pointer;
    margin: 0;
    font-weight: 400
}

.banner .nav-primary .menu-item-has-children .sub-menu li a:hover {
    color: #42b72a;
    border-bottom-color: transparent
}

.banner .nav-primary .menu-item-has-children .sub-menu li a:hover .fas {
    color: #fff
}

.banner .nav-primary .menu-item-has-children .sub-menu li a .fas {
    width: 25px;
    color: #42b72a
}

.banner .nav-primary .menu-item-has-children:hover .sub-menu {
    visibility: visible
}

.banner .nav-primary .menu-item-has-children:after {
    display: inline-block;
    margin-top: 6px;
    margin-left: 4px;
    border-style: solid;
    border-width: 4px 4px 6px;
    border-color: #fff transparent transparent;
    content: ""
}

.banner ._search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.banner ._search form {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #1247b7;
    border-radius: 5px;
    height: 40px
}

.banner ._search input {
    background: 0 0;
    color: #fff;
    border: 0;
    padding: 10px;
    width: 120px
}

.banner ._search input:-ms-input-placeholder {
    color: #fff;
    font-style: italic
}

.banner ._search input::placeholder {
    color: #fff;
    font-style: italic
}

.banner ._search button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 0;
    background: #0e60c8;
    border-radius: 5px;
    color: #fff;
    padding: 10px
}

.banner ._search ._mobile-icon, .banner ._search .fa-arrow-right {
    display: none
}

.header-with-background {
    background: url("images/header-with-background.png") top repeat-x #e1eafd
}

.header-with-background .container {
    padding-top: 40px;
    padding-bottom: 45px;
    line-height: 1.4
}

.header-with-background li {
    padding: 4px 5px;
    list-style: none;
    position: relative
}

.header-with-background li i {
    font-size: 10px;
    color: #14a01b;
    position: absolute;
    left: -17px;
    top: 10px
}

.header-with-background h1 {
    color: #0e60c8;
    font-size: 28px;
    margin: 0 0 10px
}

.header-with-background h2 {
    font-size: 15px;
    margin: 0 0 18px
}

.header-with-background p:last-child {
    margin-bottom: 0
}

.main-breadcrumbs {
    background: #e1eafd;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 0;
    color: #6c757d
}

.main-breadcrumbs a {
    color: #08141d
}

.main-breadcrumbs + .header-with-background {
    background: #edf1fc
}

@media (max-width: 991px) {
    .banner .top-header {
        display: none
    }

    .banner .container {
        border-bottom: none
    }

    .banner .menu-item-has-children:after {
        display: none
    }

    .banner ._menu-container {
        display: none !important
    }

    .banner ._search {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        background: #1247b7
    }

    .banner ._search .fa-search {
        display: none
    }

    .banner ._search .fa-arrow-right {
        display: block
    }

    .banner ._search:not(._open) form {
        display: none
    }

    .banner ._search form {
        -ms-flex: 1;
        flex: 1
    }

    .banner ._search form .search-field {
        width: auto;
        -ms-flex: 1;
        flex: 1;
        outline: 0
    }

    .banner ._search ._mobile-icon {
        display: block !important;
        position: absolute;
        top: -39px;
        right: 14px;
        color: #fff;
        font-size: 20px
    }

    .banner .row {
        border-bottom: none !important
    }

    .banner .logo {
        padding: 6px 17px;
        text-align: left
    }

    .banner .brand {
        max-width: 200px
    }

    .banner .brand ._main-logo {
        height: auto;
        max-width: 100%
    }

    body {
        position: relative
    }

    .banner .logo {
        padding: 0 5px;
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner .menu-item-has-children {
        display: block
    }

    .banner .menu-item-has-children .sub-menu {
        margin: 0 -26px
    }

    .banner .menu-item-has-children .sub-menu li a {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 400;
        display: block;
        line-height: 20px
    }

    .banner .menu-item-has-children .sub-menu .menu-item {
        padding: 0
    }

    .banner .menu-item-has-children:hover .sub-menu {
        position: static
    }

    .banner ._logo-container, .banner ._menu-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.sidebar ._sticky-box {
    padding: 15px 32px 42px;
    background-color: #fff
}

.sidebar ._sticky-box ._title-and-rating a {
    display: block;
    color: #000;
    text-decoration: none !important
}

.sidebar ._sticky-logo {
    text-align: center;
    padding: 8px 0
}

.sidebar ._sticky-logo img {
    max-width: 150px;
    border-radius: 4px
}

.sidebar ._box-container {
    border: 1px solid rgba(2, 41, 51, .12);
    border-radius: 4px
}

.sidebar ._sticky-headline {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px
}

.sidebar ._sticky-text ul {
    list-style: none;
    padding: 0
}

.sidebar ._sticky-text ul li:before {
    content: "✓";
    margin-right: 6px
}

.sidebar ._title-and-rating ._title {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    margin-bottom: 3px
}

.footer {
    color: hsla(0, 0%, 100%, .8);
    background-color: #0e60c8;
    font-size: 13px
}

.footer p:last-child {
    margin-bottom: 0
}

.footer a {
    color: #fee100
}

.footer .widget {
    margin: 10px 0 0
}

.footer h3 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 15px
}

.footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer ul.menu li:not(:first-child) {
    margin: 11px 0 0
}

.footer ul.menu a {
    color: hsla(0, 0%, 100%, .8)
}

.footer .footer-1 {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer .footer-bottom {
    background: #0e60c8;
    padding: 8px;
    font-size: 14px;
    cursor: default
}

.footer .footer-bottom, .footer .footer-bottom a {
    color: hsla(0, 0%, 100%, .8)
}

.footer .footer-bottom .container {
    display: -ms-flexbox;
    display: flex
}

.footer .footer-bottom .container > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-bottom .container ._logo-container img {
    max-width: 175px
}

.footer .footer-bottom ._footer-logos-container {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .footer-bottom ._copyright {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer .footer-signup {
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-signup input {
    line-height: 45px;
    border-radius: 5px;
    border: 0;
    padding: 0 12px;
    vertical-align: middle;
    -ms-flex: 1;
    flex: 1;
    margin: 0 4px 0 0
}

.footer .footer-signup input:-ms-input-placeholder {
    font-style: italic
}

.footer .footer-signup input::placeholder {
    font-style: italic
}

.footer .footer-signup button {
    color: #fff;
    height: 45px;
    border: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-weight: 700
}

@media (min-width: 768px) {
    .footer .menu-footer-container {
        display: block !important
    }
}

@media (max-width: 767.98px) {
    .footer {
        font-size: 12px
    }

    .footer h3 {
        font-size: 13px
    }

    .footer ul.menu {
        margin: 0 0 15px
    }

    .footer ul.menu li:not(:first-child) {
        margin: 8px 0 0
    }

    .footer .widget_nav_menu {
        position: relative
    }

    .footer .widget_nav_menu h3 {
        position: relative;
        cursor: pointer
    }

    .footer .widget_nav_menu:before {
        font-family: Font Awesome\ 5 Pro;
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }

    .footer .widget_nav_menu._open:before {
        content: "\f077"
    }

    .footer .widget_nav_menu:not(._open):before {
        content: "\f078"
    }

    .footer .widget_nav_menu:not(._open) .menu-footer-container {
        display: none
    }

    .footer .footer-1 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .footer .footer-bottom {
        padding-top: 0
    }

    .footer .footer-bottom .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-bottom .container > * {
        -ms-flex: 100%;
        flex: 100%;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .footer-bottom .container ._logo-container {
        margin-bottom: 10px
    }

    .footer .footer-bottom .container ._footer-logos-container {
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px
    }
}