@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --blue: #007bff;
    --indigo: #e86520;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #003b66;
    --secondary: #ffc000;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #3a3d40;
    --color1: #637d96;
    --color2: #cbd7e0;
    --color3: #e6ebf0;
    --color4: #f2f5f7;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1367px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    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: #003b66;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #000f1a;
    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: 'Poppins', sans-serif !important;
    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] {
    -webkit-box-sizing: border-box;
    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 rgba(0, 0, 0, .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
}

.download-padding {

    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.pt-big-title {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: 1;
}

.pt-big-title .pt-big-title1 {
    color: #f5f5f5;
    font-size: 7em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0px;
    opacity: 1;
    text-align: left;
}

.bg-title h2 {
    z-index: 99;
    position: relative;

}



.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\A0"
}

.img-fluid,
.img-thumbnail,
.wp-caption img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.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
}

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

a>code {
    color: inherit
}

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

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

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

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

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

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


.col-lg-11.offset-lg-1.item-shadow {
    padding-bottom: 60px;
}

.ptb-3 {
    padding-top: 20px;
    padding-bottom: 20px;
}





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

    section.contact-section h3 {
        font-size: 18px !important;
    }

}

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

@media (min-width:1025px) {
    .container {
        max-width: 1340px
    }
}

@media (min-width:1367px) {
    .container {
        max-width: 1640px
    }
}

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

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

.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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -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,
.col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1367px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.box-header-default-with-icons {
    position: relative;
    padding-top: 4%;
}



.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.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: rgba(0, 0, 0, .05)
}

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

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

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7a99af
}

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

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

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #ffde7a
}

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

.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: #c8c9ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #999a9c
}

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

.table-color1,
.table-color1>td,
.table-color1>th {
    background-color: #d3dbe2
}

.table-color1 tbody+tbody,
.table-color1 td,
.table-color1 th,
.table-color1 thead th {
    border-color: #aebbc8
}

.table-hover .table-color1:hover,
.table-hover .table-color1:hover>td,
.table-hover .table-color1:hover>th {
    background-color: #c4ced8
}

.table-color2,
.table-color2>td,
.table-color2>th {
    background-color: #f0f4f6
}

.table-color2 tbody+tbody,
.table-color2 td,
.table-color2 th,
.table-color2 thead th {
    border-color: #e4eaef
}

.table-hover .table-color2:hover,
.table-hover .table-color2:hover>td,
.table-hover .table-color2:hover>th {
    background-color: #e0e8ec
}

.table-color3,
.table-color3>td,
.table-color3>th {
    background-color: #f8f9fb
}

.table-color3 tbody+tbody,
.table-color3 td,
.table-color3 th,
.table-color3 thead th {
    border-color: #f2f5f7
}

.table-hover .table-color3:hover,
.table-hover .table-color3:hover>td,
.table-hover .table-color3:hover>th {
    background-color: #e8ebf2
}

.table-color4,
.table-color4>td,
.table-color4>th {
    background-color: #fbfcfd
}

.table-color4 tbody+tbody,
.table-color4 td,
.table-color4 th,
.table-color4 thead th {
    border-color: #f8fafb
}

.table-hover .table-color4:hover,
.table-hover .table-color4:hover>td,
.table-hover .table-color4:hover>th {
    background-color: #eaeff5
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #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:1024.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:1366.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: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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 {
        -webkit-transition: none;
        -o-transition: none;
        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:focus[type=email],
.comment-form input:focus[type=text],
.comment-form input:focus[type=url],
.comment-form textarea:focus,
.form-control:focus,
.search-form .search-field:focus {
    color: #8b827d !important;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25)
}

select {
    
font-size: 14px !important;
color: #8b827d !important;
height: 50px !important;
    width: 100%;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: #8b827d;
    display: block;

}





.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.form-control::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.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:disabled[type=email],
.comment-form input:disabled[type=text],
.comment-form input:disabled[type=url],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=url],
.comment-form textarea:disabled,
.comment-form textarea[readonly],
.form-control:disabled,
.form-control[readonly],
.search-form .search-field:disabled,
.search-form .search-field[readonly] {
    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: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.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.search-field[multiple],
.search-form select.search-field[size],
.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 label {
    margin-bottom: 1rem
}

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

.form-row {
    display: -webkit-box;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

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

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

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

.comment-form .was-validated input:valid[type=email],
.comment-form .was-validated input:valid[type=text],
.comment-form .was-validated input:valid[type=url],
.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:valid[type=email],
.was-validated .comment-form input:valid[type=text],
.was-validated .comment-form input:valid[type=url],
.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,%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");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input:valid:focus[type=email],
.comment-form .was-validated input:valid:focus[type=text],
.comment-form .was-validated input:valid:focus[type=url],
.comment-form .was-validated textarea:valid:focus,
.comment-form input.is-valid:focus[type=email],
.comment-form input.is-valid:focus[type=text],
.comment-form input.is-valid:focus[type=url],
.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:valid:focus[type=email],
.was-validated .comment-form input:valid:focus[type=text],
.was-validated .comment-form input:valid:focus[type=url],
.was-validated .comment-form textarea:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .search-form .search-field:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.comment-form .was-validated input:valid[type=email]~.valid-feedback,
.comment-form .was-validated input:valid[type=email]~.valid-tooltip,
.comment-form .was-validated input:valid[type=text]~.valid-feedback,
.comment-form .was-validated input:valid[type=text]~.valid-tooltip,
.comment-form .was-validated input:valid[type=url]~.valid-feedback,
.comment-form .was-validated input:valid[type=url]~.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:valid[type=email]~.valid-feedback,
.was-validated .comment-form input:valid[type=email]~.valid-tooltip,
.was-validated .comment-form input:valid[type=text]~.valid-feedback,
.was-validated .comment-form input:valid[type=text]~.valid-tooltip,
.was-validated .comment-form input:valid[type=url]~.valid-feedback,
.was-validated .comment-form input:valid[type=url]~.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((3em + 2.25rem)/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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.comment-form .was-validated input:invalid[type=email],
.comment-form .was-validated input:invalid[type=text],
.comment-form .was-validated input:invalid[type=url],
.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:invalid[type=email],
.was-validated .comment-form input:invalid[type=text],
.was-validated .comment-form input:invalid[type=url],
.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,%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");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input:invalid:focus[type=email],
.comment-form .was-validated input:invalid:focus[type=text],
.comment-form .was-validated input:invalid:focus[type=url],
.comment-form .was-validated textarea:invalid:focus,
.comment-form input.is-invalid:focus[type=email],
.comment-form input.is-invalid:focus[type=text],
.comment-form input.is-invalid:focus[type=url],
.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:invalid:focus[type=email],
.was-validated .comment-form input:invalid:focus[type=text],
.was-validated .comment-form input:invalid:focus[type=url],
.was-validated .comment-form textarea:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .search-form .search-field:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.comment-form .was-validated input:invalid[type=email]~.invalid-feedback,
.comment-form .was-validated input:invalid[type=email]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type=text]~.invalid-feedback,
.comment-form .was-validated input:invalid[type=text]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type=url]~.invalid-feedback,
.comment-form .was-validated input:invalid[type=url]~.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:invalid[type=email]~.invalid-feedback,
.was-validated .comment-form input:invalid[type=email]~.invalid-tooltip,
.was-validated .comment-form input:invalid[type=text]~.invalid-feedback,
.was-validated .comment-form input:invalid[type=text]~.invalid-tooltip,
.was-validated .comment-form input:invalid[type=url]~.invalid-feedback,
.was-validated .comment-form input:invalid[type=url]~.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((3em + 2.25rem)/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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline,
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: 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],
.nf-form-cont form .nf-form-content .submit-container input[type=button] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-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: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .comment-form input[type=submit],
    .nf-form-cont form .nf-form-content .submit-container input[type=button] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover,
.comment-form input:hover[type=submit],
.nf-form-cont form .nf-form-content .submit-container input:hover[type=button] {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.comment-form input.focus[type=submit],
.comment-form input:focus[type=submit],
.nf-form-cont form .nf-form-content .submit-container input.focus[type=button],
.nf-form-cont form .nf-form-content .submit-container input:focus[type=button] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25)
}

.btn.disabled,
.btn:disabled,
.comment-form input.disabled[type=submit],
.comment-form input:disabled[type=submit],
.nf-form-cont form .nf-form-content .submit-container input.disabled[type=button],
.nf-form-cont form .nf-form-content .submit-container input:disabled[type=button] {
    opacity: .65
}

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

.btn-primary,
.nf-form-cont form .nf-form-content .submit-container input[type=button] {
    color: #fff;
    background-color: #e86520;
    border-color: #e86520;
}

.btn-primary:hover,
.nf-form-cont form .nf-form-content .submit-container input:hover[type=button] {
    color: #fff;
    background-color: #002540;
    border-color: #001e33
}

.btn-primary.focus,
.btn-primary:focus,
.nf-form-cont form .nf-form-content .submit-container input.focus[type=button],
.nf-form-cont form .nf-form-content .submit-container input:focus[type=button] {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 88, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 88, 125, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.nf-form-cont form .nf-form-content .submit-container input.disabled[type=button],
.nf-form-cont form .nf-form-content .submit-container input:disabled[type=button] {
    color: #fff;
    background-color: #003b66;
    border-color: #003b66
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.nf-form-cont form .nf-form-content .submit-container .show>input.dropdown-toggle[type=button],
.nf-form-cont form .nf-form-content .submit-container input:not(:disabled):not(.disabled).active[type=button],
.nf-form-cont form .nf-form-content .submit-container input:not(:disabled):not(.disabled):active[type=button],
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001e33;
    border-color: #001626
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.nf-form-cont form .nf-form-content .submit-container .show>input.dropdown-toggle:focus[type=button],
.nf-form-cont form .nf-form-content .submit-container input:not(:disabled):not(.disabled).active:focus[type=button],
.nf-form-cont form .nf-form-content .submit-container input:not(:disabled):not(.disabled):active:focus[type=button],
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 88, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 88, 125, .5)
}

.btn-secondary,
.comment-form input[type=submit] {
    color: #212529;
    background-color: #ffc000;
    border-color: #ffc000
}

.btn-secondary:hover,
.comment-form input:hover[type=submit] {
    color: #212529;
    background-color: #d9a300;
    border-color: #cc9a00
}

.btn-secondary.focus,
.btn-secondary:focus,
.comment-form input.focus[type=submit],
.comment-form input:focus[type=submit] {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 169, 6, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 169, 6, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.comment-form input.disabled[type=submit],
.comment-form input:disabled[type=submit] {
    color: #212529;
    background-color: #ffc000;
    border-color: #ffc000
}

.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:not(:disabled):not(.disabled).active[type=submit],
.comment-form input:not(:disabled):not(.disabled):active[type=submit],
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cc9a00;
    border-color: #bf9000
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form .show>input.dropdown-toggle:focus[type=submit],
.comment-form input:not(:disabled):not(.disabled).active:focus[type=submit],
.comment-form input:not(:disabled):not(.disabled):active:focus[type=submit],
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 169, 6, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 169, 6, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #3a3d40;
    border-color: #3a3d40
}

.btn-dark:hover {
    color: #fff;
    background-color: #282a2c;
    border-color: #222425
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 90, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 90, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #3a3d40;
    border-color: #3a3d40
}

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 90, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 90, 93, .5)
}

.btn-color1 {
    color: #fff;
    background-color: #637d96;
    border-color: #637d96
}

.btn-color1:hover {
    color: #fff;
    background-color: #546a7f;
    border-color: #4f6377
}

.btn-color1.focus,
.btn-color1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(122, 145, 166, .5);
    box-shadow: 0 0 0 .2rem rgba(122, 145, 166, .5)
}

.btn-color1.disabled,
.btn-color1:disabled {
    color: #fff;
    background-color: #637d96;
    border-color: #637d96
}

.btn-color1:not(:disabled):not(.disabled).active,
.btn-color1:not(:disabled):not(.disabled):active,
.show>.btn-color1.dropdown-toggle {
    color: #fff;
    background-color: #4f6377;
    border-color: #4a5d70
}

.btn-color1:not(:disabled):not(.disabled).active:focus,
.btn-color1:not(:disabled):not(.disabled):active:focus,
.show>.btn-color1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(122, 145, 166, .5);
    box-shadow: 0 0 0 .2rem rgba(122, 145, 166, .5)
}

.btn-color2 {
    color: #212529;
    background-color: #cbd7e0;
    border-color: #cbd7e0
}

.btn-color2:hover {
    color: #212529;
    background-color: #b3c5d2;
    border-color: #abbecd
}

.btn-color2.focus,
.btn-color2:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(178, 188, 197, .5);
    box-shadow: 0 0 0 .2rem rgba(178, 188, 197, .5)
}

.btn-color2.disabled,
.btn-color2:disabled {
    color: #212529;
    background-color: #cbd7e0;
    border-color: #cbd7e0
}

.btn-color2:not(:disabled):not(.disabled).active,
.btn-color2:not(:disabled):not(.disabled):active,
.show>.btn-color2.dropdown-toggle {
    color: #212529;
    background-color: #abbecd;
    border-color: #a3b8c8
}

.btn-color2:not(:disabled):not(.disabled).active:focus,
.btn-color2:not(:disabled):not(.disabled):active:focus,
.show>.btn-color2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(178, 188, 197, .5);
    box-shadow: 0 0 0 .2rem rgba(178, 188, 197, .5)
}

.btn-color3 {
    color: #212529;
    background-color: #e6ebf0;
    border-color: #e6ebf0
}

.btn-color3:hover {
    color: #212529;
    background-color: #ced8e2;
    border-color: #c6d2dd
}

.btn-color3.focus,
.btn-color3:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 205, 210, .5);
    box-shadow: 0 0 0 .2rem rgba(200, 205, 210, .5)
}

.btn-color3.disabled,
.btn-color3:disabled {
    color: #212529;
    background-color: #e6ebf0;
    border-color: #e6ebf0
}

.btn-color3:not(:disabled):not(.disabled).active,
.btn-color3:not(:disabled):not(.disabled):active,
.show>.btn-color3.dropdown-toggle {
    color: #212529;
    background-color: #c6d2dd;
    border-color: #becbd8
}

.btn-color3:not(:disabled):not(.disabled).active:focus,
.btn-color3:not(:disabled):not(.disabled):active:focus,
.show>.btn-color3.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 205, 210, .5);
    box-shadow: 0 0 0 .2rem rgba(200, 205, 210, .5)
}

.btn-color4 {
    color: #212529;
    background-color: #f2f5f7;
    border-color: #f2f5f7
}

.btn-color4:hover {
    color: #212529;
    background-color: #dae3e8;
    border-color: #d2dde4
}

.btn-color4.focus,
.btn-color4:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(204, 6%, 84%, .5);
    box-shadow: 0 0 0 .2rem hsla(204, 6%, 84%, .5)
}

.btn-color4.disabled,
.btn-color4:disabled {
    color: #212529;
    background-color: #f2f5f7;
    border-color: #f2f5f7
}

.btn-color4:not(:disabled):not(.disabled).active,
.btn-color4:not(:disabled):not(.disabled):active,
.show>.btn-color4.dropdown-toggle {
    color: #212529;
    background-color: #d2dde4;
    border-color: #cbd7df
}

.btn-color4:not(:disabled):not(.disabled).active:focus,
.btn-color4:not(:disabled):not(.disabled):active:focus,
.show>.btn-color4.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(204, 6%, 84%, .5);
    box-shadow: 0 0 0 .2rem hsla(204, 6%, 84%, .5)
}

.btn-outline-primary {
    color: #003b66;
    border-color: #003b66
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #003b66;
    border-color: #003b66
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #003b66;
    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: #003b66;
    border-color: #003b66
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .5)
}

.btn-outline-secondary {
    color: #ffc000;
    border-color: #ffc000
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #ffc000;
    border-color: #ffc000
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ffc000;
    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: #ffc000;
    border-color: #ffc000
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #3a3d40;
    border-color: #3a3d40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #3a3d40;
    border-color: #3a3d40
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #3a3d40;
    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: #3a3d40;
    border-color: #3a3d40
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 61, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 61, 64, .5)
}

.btn-outline-color1 {
    color: #637d96;
    border-color: #637d96
}

.btn-outline-color1:hover {
    color: #fff;
    background-color: #637d96;
    border-color: #637d96
}

.btn-outline-color1.focus,
.btn-outline-color1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(99, 125, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(99, 125, 150, .5)
}

.btn-outline-color1.disabled,
.btn-outline-color1:disabled {
    color: #637d96;
    background-color: transparent
}

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

.btn-outline-color1:not(:disabled):not(.disabled).active:focus,
.btn-outline-color1:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-color1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(99, 125, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(99, 125, 150, .5)
}

.btn-outline-color2 {
    color: #cbd7e0;
    border-color: #cbd7e0
}

.btn-outline-color2:hover {
    color: #212529;
    background-color: #cbd7e0;
    border-color: #cbd7e0
}

.btn-outline-color2.focus,
.btn-outline-color2:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 215, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(203, 215, 224, .5)
}

.btn-outline-color2.disabled,
.btn-outline-color2:disabled {
    color: #cbd7e0;
    background-color: transparent
}

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

.btn-outline-color2:not(:disabled):not(.disabled).active:focus,
.btn-outline-color2:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-color2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 215, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(203, 215, 224, .5)
}

.btn-outline-color3 {
    color: #e6ebf0;
    border-color: #e6ebf0
}

.btn-outline-color3:hover {
    color: #212529;
    background-color: #e6ebf0;
    border-color: #e6ebf0
}

.btn-outline-color3.focus,
.btn-outline-color3:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(230, 235, 240, .5);
    box-shadow: 0 0 0 .2rem rgba(230, 235, 240, .5)
}

.btn-outline-color3.disabled,
.btn-outline-color3:disabled {
    color: #e6ebf0;
    background-color: transparent
}

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

.btn-outline-color3:not(:disabled):not(.disabled).active:focus,
.btn-outline-color3:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-color3.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(230, 235, 240, .5);
    box-shadow: 0 0 0 .2rem rgba(230, 235, 240, .5)
}

.btn-outline-color4 {
    color: #f2f5f7;
    border-color: #f2f5f7
}

.btn-outline-color4:hover {
    color: #212529;
    background-color: #f2f5f7;
    border-color: #f2f5f7
}

.btn-outline-color4.focus,
.btn-outline-color4:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 245, 247, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 245, 247, .5)
}

.btn-outline-color4.disabled,
.btn-outline-color4:disabled {
    color: #f2f5f7;
    background-color: transparent
}

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

.btn-outline-color4:not(:disabled):not(.disabled).active:focus,
.btn-outline-color4:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-color4.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 245, 247, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 245, 247, .5)
}

.btn-link {
    font-weight: 400;
    color: #003b66;
    text-decoration: none
}

.btn-link:hover {
    color: #000f1a;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    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],
.nf-form-cont form .nf-form-content .submit-container .btn-group-lg>input[type=button] {
    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],
.nf-form-cont form .nf-form-content .submit-container .btn-group-sm>input[type=button] {
    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 {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-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:1025px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

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

@media (min-width:1367px) {
    .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: #003b66
}

.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: -webkit-inline-box;
    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],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input[type=button] {
    position: relative;
    -webkit-box-flex: 1;
    -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:active[type=submit],
.comment-form .btn-group-vertical>input:focus[type=submit],
.comment-form .btn-group-vertical>input:hover[type=submit],
.comment-form .btn-group>input.active[type=submit],
.comment-form .btn-group>input:active[type=submit],
.comment-form .btn-group>input:focus[type=submit],
.comment-form .btn-group>input:hover[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input.active[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input:active[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input:focus[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input:hover[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input.active[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input:active[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input:focus[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input:hover[type=button] {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -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:not(:first-child)[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input:not(:first-child)[type=button] {
    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:not(:last-child):not(.dropdown-toggle)[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group>.btn-group:not(:last-child)>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=button] {
    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:not(:first-child)[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group>.btn-group:not(:first-child)>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group>input:not(:first-child)[type=button] {
    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,
.nf-form-cont form .nf-form-content .submit-container .btn-group-sm>input[type=button]+.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,
.nf-form-cont form .nf-form-content .submit-container .btn-group-lg>input[type=button]+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.comment-form .btn-group-vertical>input[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input[type=button] {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.comment-form .btn-group-vertical>input:not(:first-child)[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input:not(:first-child)[type=button] {
    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:not(:last-child):not(.dropdown-toggle)[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>.btn-group:not(:last-child)>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=button] {
    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:not(:first-child)[type=submit],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>.btn-group:not(:first-child)>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group-vertical>input:not(:first-child)[type=button] {
    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],
.nf-form-cont form .nf-form-content .submit-container .btn-group-toggle>.btn-group>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .btn-group-toggle>input[type=button] {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.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],
.nf-form-cont form .nf-form-content .submit-container .btn-group-toggle>.btn-group>input[type=button] input[type=checkbox],
.nf-form-cont form .nf-form-content .submit-container .btn-group-toggle>.btn-group>input[type=button] input[type=radio],
.nf-form-cont form .nf-form-content .submit-container .btn-group-toggle>input[type=button] input[type=checkbox],
.nf-form-cont form .nf-form-content .submit-container .btn-group-toggle>input[type=button] input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.comment-form .input-group>input[type=email],
.comment-form .input-group>input[type=text],
.comment-form .input-group>input[type=url],
.comment-form .input-group>textarea,
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.search-form .input-group>.search-field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.comment-form .input-group>.custom-file+input[type=email],
.comment-form .input-group>.custom-file+input[type=text],
.comment-form .input-group>.custom-file+input[type=url],
.comment-form .input-group>.custom-file+textarea,
.comment-form .input-group>.custom-select+input[type=email],
.comment-form .input-group>.custom-select+input[type=text],
.comment-form .input-group>.custom-select+input[type=url],
.comment-form .input-group>.custom-select+textarea,
.comment-form .input-group>.form-control+input[type=email],
.comment-form .input-group>.form-control+input[type=text],
.comment-form .input-group>.form-control+input[type=url],
.comment-form .input-group>.form-control+textarea,
.comment-form .input-group>.form-control-plaintext+input[type=email],
.comment-form .input-group>.form-control-plaintext+input[type=text],
.comment-form .input-group>.form-control-plaintext+input[type=url],
.comment-form .input-group>.form-control-plaintext+textarea,
.comment-form .input-group>input[type=email]+.custom-file,
.comment-form .input-group>input[type=email]+.custom-select,
.comment-form .input-group>input[type=email]+.form-control,
.comment-form .input-group>input[type=email]+input[type=email],
.comment-form .input-group>input[type=email]+input[type=text],
.comment-form .input-group>input[type=email]+input[type=url],
.comment-form .input-group>input[type=email]+textarea,
.comment-form .input-group>input[type=text]+.custom-file,
.comment-form .input-group>input[type=text]+.custom-select,
.comment-form .input-group>input[type=text]+.form-control,
.comment-form .input-group>input[type=text]+input[type=email],
.comment-form .input-group>input[type=text]+input[type=text],
.comment-form .input-group>input[type=text]+input[type=url],
.comment-form .input-group>input[type=text]+textarea,
.comment-form .input-group>input[type=url]+.custom-file,
.comment-form .input-group>input[type=url]+.custom-select,
.comment-form .input-group>input[type=url]+.form-control,
.comment-form .input-group>input[type=url]+input[type=email],
.comment-form .input-group>input[type=url]+input[type=text],
.comment-form .input-group>input[type=url]+input[type=url],
.comment-form .input-group>input[type=url]+textarea,
.comment-form .input-group>textarea+.custom-file,
.comment-form .input-group>textarea+.custom-select,
.comment-form .input-group>textarea+.form-control,
.comment-form .input-group>textarea+input[type=email],
.comment-form .input-group>textarea+input[type=text],
.comment-form .input-group>textarea+input[type=url],
.comment-form .input-group>textarea+textarea,
.comment-form .search-form .input-group>.search-field+input[type=email],
.comment-form .search-form .input-group>.search-field+input[type=text],
.comment-form .search-form .input-group>.search-field+input[type=url],
.comment-form .search-form .input-group>.search-field+textarea,
.comment-form .search-form .input-group>input[type=email]+.search-field,
.comment-form .search-form .input-group>input[type=text]+.search-field,
.comment-form .search-form .input-group>input[type=url]+.search-field,
.comment-form .search-form .input-group>textarea+.search-field,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control,
.search-form .comment-form .input-group>.search-field+input[type=email],
.search-form .comment-form .input-group>.search-field+input[type=text],
.search-form .comment-form .input-group>.search-field+input[type=url],
.search-form .comment-form .input-group>.search-field+textarea,
.search-form .comment-form .input-group>input[type=email]+.search-field,
.search-form .comment-form .input-group>input[type=text]+.search-field,
.search-form .comment-form .input-group>input[type=url]+.search-field,
.search-form .comment-form .input-group>textarea+.search-field,
.search-form .input-group>.custom-file+.search-field,
.search-form .input-group>.custom-select+.search-field,
.search-form .input-group>.form-control+.search-field,
.search-form .input-group>.form-control-plaintext+.search-field,
.search-form .input-group>.search-field+.custom-file,
.search-form .input-group>.search-field+.custom-select,
.search-form .input-group>.search-field+.form-control,
.search-form .input-group>.search-field+.search-field {
    margin-left: -1px
}

.comment-form .input-group>input:focus[type=email],
.comment-form .input-group>input:focus[type=text],
.comment-form .input-group>input:focus[type=url],
.comment-form .input-group>textarea:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus,
.search-form .input-group>.search-field:focus {
    z-index: 3
}

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

.comment-form .input-group>input:not(:last-child)[type=email],
.comment-form .input-group>input:not(:last-child)[type=text],
.comment-form .input-group>input:not(:last-child)[type=url],
.comment-form .input-group>textarea:not(:last-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child),
.search-form .input-group>.search-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group>input:not(:first-child)[type=email],
.comment-form .input-group>input:not(:first-child)[type=text],
.comment-form .input-group>input:not(:first-child)[type=url],
.comment-form .input-group>textarea:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.search-form .input-group>.search-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

.comment-form .input-group-append input[type=submit],
.comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .comment-form input[type=submit],
.input-group-append .nf-form-cont form .nf-form-content .submit-container input[type=button],
.input-group-prepend .btn,
.input-group-prepend .comment-form input[type=submit],
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-append input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend input[type=button] {
    position: relative;
    z-index: 2
}

.comment-form .input-group-append input:focus[type=submit],
.comment-form .input-group-prepend input:focus[type=submit],
.input-group-append .btn:focus,
.input-group-append .comment-form input:focus[type=submit],
.input-group-append .nf-form-cont form .nf-form-content .submit-container input:focus[type=button],
.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input:focus[type=submit],
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container input:focus[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-append input:focus[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend input:focus[type=button] {
    z-index: 3
}

.comment-form .input-group-append .btn+input[type=submit],
.comment-form .input-group-append .input-group-text+input[type=submit],
.comment-form .input-group-append .nf-form-cont form .nf-form-content .submit-container input[type=button]+input[type=submit],
.comment-form .input-group-append .nf-form-cont form .nf-form-content .submit-container input[type=submit]+input[type=button],
.comment-form .input-group-append input[type=submit]+.btn,
.comment-form .input-group-append input[type=submit]+.input-group-text,
.comment-form .input-group-append input[type=submit]+input[type=submit],
.comment-form .input-group-prepend .btn+input[type=submit],
.comment-form .input-group-prepend .input-group-text+input[type=submit],
.comment-form .input-group-prepend .nf-form-cont form .nf-form-content .submit-container input[type=button]+input[type=submit],
.comment-form .input-group-prepend .nf-form-cont form .nf-form-content .submit-container input[type=submit]+input[type=button],
.comment-form .input-group-prepend input[type=submit]+.btn,
.comment-form .input-group-prepend input[type=submit]+.input-group-text,
.comment-form .input-group-prepend input[type=submit]+input[type=submit],
.comment-form .nf-form-cont form .nf-form-content .submit-container .input-group-append input[type=button]+input[type=submit],
.comment-form .nf-form-cont form .nf-form-content .submit-container .input-group-prepend input[type=button]+input[type=submit],
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .comment-form .btn+input[type=submit],
.input-group-append .comment-form .input-group-text+input[type=submit],
.input-group-append .comment-form .nf-form-cont form .nf-form-content .submit-container input[type=submit]+input[type=button],
.input-group-append .comment-form input[type=submit]+.btn,
.input-group-append .comment-form input[type=submit]+.input-group-text,
.input-group-append .comment-form input[type=submit]+input[type=submit],
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .nf-form-cont form .nf-form-content .submit-container .btn+input[type=button],
.input-group-append .nf-form-cont form .nf-form-content .submit-container .comment-form input[type=button]+input[type=submit],
.input-group-append .nf-form-cont form .nf-form-content .submit-container .input-group-text+input[type=button],
.input-group-append .nf-form-cont form .nf-form-content .submit-container input[type=button]+.btn,
.input-group-append .nf-form-cont form .nf-form-content .submit-container input[type=button]+.input-group-text,
.input-group-append .nf-form-cont form .nf-form-content .submit-container input[type=button]+input[type=button],
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .comment-form .btn+input[type=submit],
.input-group-prepend .comment-form .input-group-text+input[type=submit],
.input-group-prepend .comment-form .nf-form-cont form .nf-form-content .submit-container input[type=submit]+input[type=button],
.input-group-prepend .comment-form input[type=submit]+.btn,
.input-group-prepend .comment-form input[type=submit]+.input-group-text,
.input-group-prepend .comment-form input[type=submit]+input[type=submit],
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container .btn+input[type=button],
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container .comment-form input[type=button]+input[type=submit],
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container .input-group-text+input[type=button],
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container input[type=button]+.btn,
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container input[type=button]+.input-group-text,
.input-group-prepend .nf-form-cont form .nf-form-content .submit-container input[type=button]+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .comment-form .input-group-append input[type=submit]+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .comment-form .input-group-prepend input[type=submit]+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-append .btn+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-append .comment-form input[type=button]+input[type=submit],
.nf-form-cont form .nf-form-content .submit-container .input-group-append .comment-form input[type=submit]+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-append .input-group-text+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-append input[type=button]+.btn,
.nf-form-cont form .nf-form-content .submit-container .input-group-append input[type=button]+.input-group-text,
.nf-form-cont form .nf-form-content .submit-container .input-group-append input[type=button]+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend .btn+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend .comment-form input[type=button]+input[type=submit],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend .comment-form input[type=submit]+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend .input-group-text+input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend input[type=button]+.btn,
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend input[type=button]+.input-group-text,
.nf-form-cont form .nf-form-content .submit-container .input-group-prepend input[type=button]+input[type=button] {
    margin-left: -1px
}

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

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

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

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

.comment-form .input-group-lg>input:not(textarea)[type=email],
.comment-form .input-group-lg>input:not(textarea)[type=text],
.comment-form .input-group-lg>input:not(textarea)[type=url],
.comment-form .input-group-lg>textarea:not(textarea),
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea),
.search-form .input-group-lg>.search-field:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.comment-form .input-group-lg>.input-group-append>input[type=submit],
.comment-form .input-group-lg>.input-group-prepend>input[type=submit],
.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.nf-form-cont form .nf-form-content .submit-container .input-group-lg>.input-group-append>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-lg>.input-group-prepend>input[type=button],
.search-form .input-group-lg>.search-field {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form .input-group-sm>input:not(textarea)[type=email],
.comment-form .input-group-sm>input:not(textarea)[type=text],
.comment-form .input-group-sm>input:not(textarea)[type=url],
.comment-form .input-group-sm>textarea:not(textarea),
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea),
.search-form .input-group-sm>.search-field:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.comment-form .input-group-sm>.input-group-append>input[type=submit],
.comment-form .input-group-sm>.input-group-prepend>input[type=submit],
.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.nf-form-cont form .nf-form-content .submit-container .input-group-sm>.input-group-append>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group-sm>.input-group-prepend>input[type=button],
.search-form .input-group-sm>.search-field {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.comment-form .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=submit],
.comment-form .input-group>.input-group-append:not(:last-child)>input[type=submit],
.comment-form .input-group>.input-group-prepend>input[type=submit],
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.nf-form-cont form .nf-form-content .submit-container .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group>.input-group-append:not(:last-child)>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group>.input-group-prepend>input[type=button] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group>.input-group-append>input[type=submit],
.comment-form .input-group>.input-group-prepend:first-child>input:not(:first-child)[type=submit],
.comment-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.nf-form-cont form .nf-form-content .submit-container .input-group>.input-group-append>input[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group>.input-group-prepend:first-child>input:not(:first-child)[type=button],
.nf-form-cont form .nf-form-content .submit-container .input-group>.input-group-prepend:not(:first-child)>input[type=button] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #003b66;
    background-color: #003b66
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #0085e6
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #1a9eff;
    border-color: #1a9eff
}

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

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

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

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #003b66;
    background-color: #003b66
}

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

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

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

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

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

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

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -o-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 59, 102, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    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;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #0085e6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25)
}

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

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

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

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #0085e6;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .25)
}

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

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

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
    outline: none
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

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

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    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: .25rem;
    border-top-right-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:575.98px) {

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

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

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

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

@media (max-width:767.98px) {

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

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

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

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

@media (max-width:1024.98px) {

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

@media (min-width:1025px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

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

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

@media (max-width:1366.98px) {

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

@media (min-width:1367px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

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

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: none
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: none
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

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

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

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

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

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

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

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

.card-subtitle {
    margin-top: -.375rem
}

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

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

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

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

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

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

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

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

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

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

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

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

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

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

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

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

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

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

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

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

.accordion>.card .card-header {
    margin-bottom: -1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.comment-form input[type=submit] .badge,
.nf-form-cont form .nf-form-content .submit-container input[type=button] .badge {
    position: relative;
    top: -1px
}

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

.badge-primary {
    color: #fff;
    background-color: #003b66
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #001e33
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 59, 102, .5)
}

.badge-secondary {
    color: #212529;
    background-color: #ffc000
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #cc9a00
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .5)
}

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

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

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

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

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

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

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

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

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

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

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

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

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

.badge-dark {
    color: #fff;
    background-color: #3a3d40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #222425
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 61, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 61, 64, .5)
}

.badge-color1 {
    color: #fff;
    background-color: #637d96
}

a.badge-color1:focus,
a.badge-color1:hover {
    color: #fff;
    background-color: #4f6377
}

a.badge-color1.focus,
a.badge-color1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(99, 125, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(99, 125, 150, .5)
}

.badge-color2 {
    color: #212529;
    background-color: #cbd7e0
}

a.badge-color2:focus,
a.badge-color2:hover {
    color: #212529;
    background-color: #abbecd
}

a.badge-color2.focus,
a.badge-color2:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 215, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(203, 215, 224, .5)
}

.badge-color3 {
    color: #212529;
    background-color: #e6ebf0
}

a.badge-color3:focus,
a.badge-color3:hover {
    color: #212529;
    background-color: #c6d2dd
}

a.badge-color3.focus,
a.badge-color3:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(230, 235, 240, .5);
    box-shadow: 0 0 0 .2rem rgba(230, 235, 240, .5)
}

.badge-color4 {
    color: #212529;
    background-color: #f2f5f7
}

a.badge-color4:focus,
a.badge-color4:hover {
    color: #212529;
    background-color: #d2dde4
}

a.badge-color4.focus,
a.badge-color4:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 245, 247, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 245, 247, .5)
}

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

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

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

.alert,
.nf-form-cont .nf-after-form-content .nf-error-msg,
.nf-form-cont .nf-response-msg .nf-error-msg {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: #001f35;
    background-color: #ccd8e0;
    border-color: #b8c8d4
}

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

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

.alert-secondary {
    color: #856400;
    background-color: #fff2cc;
    border-color: #ffedb8
}

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

.alert-secondary .alert-link {
    color: #523e00
}

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

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

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

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

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

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

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

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

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

.alert-danger,
.nf-form-cont .nf-after-form-content .nf-error-msg,
.nf-form-cont .nf-response-msg .nf-error-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr,
.nf-form-cont .nf-after-form-content .nf-error-msg hr,
.nf-form-cont .nf-response-msg .nf-error-msg hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link,
.nf-form-cont .nf-after-form-content .nf-error-msg .alert-link,
.nf-form-cont .nf-response-msg .nf-error-msg .alert-link {
    color: #491217
}

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

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

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

.alert-dark {
    color: #1e2021;
    background-color: #d8d8d9;
    border-color: #c8c9ca
}

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

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

.alert-color1 {
    color: #33414e;
    background-color: #e0e5ea;
    border-color: #d3dbe2
}

.alert-color1 hr {
    border-top-color: #c4ced8
}

.alert-color1 .alert-link {
    color: #1f272f
}

.alert-color2 {
    color: #6a7074;
    background-color: #f5f7f9;
    border-color: #f0f4f6
}

.alert-color2 hr {
    border-top-color: #e0e8ec
}

.alert-color2 .alert-link {
    color: #525659
}

.alert-color3 {
    color: #787a7d;
    background-color: #fafbfc;
    border-color: #f8f9fb
}

.alert-color3 hr {
    border-top-color: #e8ebf2
}

.alert-color3 .alert-link {
    color: #5f6163
}

.alert-color4 {
    color: #7e7f80;
    background-color: #fcfdfd;
    border-color: #fbfcfd
}

.alert-color4 hr {
    border-top-color: #eaeff5
}

.alert-color4 .alert-link {
    color: #656666
}

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

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #003b66;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

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

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }
}

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

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

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

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

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width:1025px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width:1367px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

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

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

.list-group-item-primary {
    color: #001f35;
    background-color: #b8c8d4
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #001f35;
    background-color: #a8bcca
}

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

.list-group-item-secondary {
    color: #856400;
    background-color: #ffedb8
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #856400;
    background-color: #ffe79f
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-dark {
    color: #1e2021;
    background-color: #c8c9ca
}

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

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

.list-group-item-color1 {
    color: #33414e;
    background-color: #d3dbe2
}

.list-group-item-color1.list-group-item-action:focus,
.list-group-item-color1.list-group-item-action:hover {
    color: #33414e;
    background-color: #c4ced8
}

.list-group-item-color1.list-group-item-action.active {
    color: #fff;
    background-color: #33414e;
    border-color: #33414e
}

.list-group-item-color2 {
    color: #6a7074;
    background-color: #f0f4f6
}

.list-group-item-color2.list-group-item-action:focus,
.list-group-item-color2.list-group-item-action:hover {
    color: #6a7074;
    background-color: #e0e8ec
}

.list-group-item-color2.list-group-item-action.active {
    color: #fff;
    background-color: #6a7074;
    border-color: #6a7074
}

.list-group-item-color3 {
    color: #787a7d;
    background-color: #f8f9fb
}

.list-group-item-color3.list-group-item-action:focus,
.list-group-item-color3.list-group-item-action:hover {
    color: #787a7d;
    background-color: #e8ebf2
}

.list-group-item-color3.list-group-item-action.active {
    color: #fff;
    background-color: #787a7d;
    border-color: #787a7d
}

.list-group-item-color4 {
    color: #7e7f80;
    background-color: #fbfcfd
}

.list-group-item-color4.list-group-item-action:focus,
.list-group-item-color4.list-group-item-action:hover {
    color: #7e7f80;
    background-color: #eaeff5
}

.list-group-item-color4.list-group-item-action.active {
    color: #fff;
    background-color: #7e7f80;
    border-color: #7e7f80
}

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

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

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

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

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

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

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

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

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

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1025px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1367px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

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

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

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

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: 0s .6s opacity;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    -o-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@-o-keyframes spinner-grow {
    0% {
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    -o-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #003b66 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #001e33 !important
}

.bg-secondary {
    background-color: #ffc000 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #cc9a00 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #3a3d40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #222425 !important
}

.bg-color1 {
    background-color: #637d96 !important
}

a.bg-color1:focus,
a.bg-color1:hover,
button.bg-color1:focus,
button.bg-color1:hover {
    background-color: #4f6377 !important
}

.bg-color2 {
    background-color: #cbd7e0 !important
}

a.bg-color2:focus,
a.bg-color2:hover,
button.bg-color2:focus,
button.bg-color2:hover {
    background-color: #abbecd !important
}

.bg-color3 {
    background-color: #e6ebf0 !important
}

a.bg-color3:focus,
a.bg-color3:hover,
button.bg-color3:focus,
button.bg-color3:hover {
    background-color: #c6d2dd !important
}

.bg-color4 {
    background-color: #f2f5f7 !important
}

a.bg-color4:focus,
a.bg-color4:hover,
button.bg-color4:focus,
button.bg-color4:hover {
    background-color: #d2dde4 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #c1bebe !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #003b66 !important
}

.border-secondary {
    border-color: #ffc000 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #3a3d40 !important
}

.border-color1 {
    border-color: #637d96 !important
}

.border-color2 {
    border-color: #cbd7e0 !important
}

.border-color3 {
    border-color: #e6ebf0 !important
}

.border-color4 {
    border-color: #f2f5f7 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1367px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1025px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1367px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1367px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1367px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: 'Poppins', sans-serif !important;
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1367px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #003b66 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #000f1a !important
}

.text-secondary {
    color: #ffc000 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #b38600 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #3a3d40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #161718 !important
}

.text-color1 {
    color: #637d96 !important
}

a.text-color1:focus,
a.text-color1:hover {
    color: #455768 !important
}

.text-color2 {
    color: #cbd7e0 !important
}

a.text-color2:focus,
a.text-color2:hover {
    color: #9bb2c3 !important
}

.text-color3 {
    color: #e6ebf0 !important
}

a.text-color3:focus,
a.text-color3:hover {
    color: #b6c5d3 !important
}

.text-color4 {
    color: #f2f5f7 !important
}

a.text-color4:focus,
a.text-color4:hover {
    color: #c3d1da !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../vendor/ajax-loader_c5cd7f53.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    z-index: 9999 !important;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

body,
p {

    font-size: 16px;
    line-height: 30px;
    color: #484848;
}

body,
h1,
p {
    font-family: 'Poppins', sans-serif !important;
}

h1 {
    font-weight: 600;
    font-size: 33px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-align: left;
    color: #003b66
}

@media (min-width:1025px) {
    h1 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: .15px;
        margin-bottom: 8px;
        text-align: left;
        color: #003b66
    }
}

@media (min-width:1367px) {
    h1 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600;
        font-size: 40px;
        line-height: 55px;
        letter-spacing: .82px;
        margin-bottom: 8px;
        text-align: left;
        color: #003b66
    }
}

h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: .25px;
    margin: 0 auto 8px;
    text-align: center;
    color: #003b66
}

@media (min-width:1025px) {
    h2 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;
        font-size: 35px;
        line-height: 52px;
        letter-spacing: .68px;
        margin-bottom: 8px;
        text-align: center;
        color: #2b2a29;
    }
}

h3 {
    margin: 0 auto;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .25px;
    color: #003b66
}

@media (min-width:1025px) {
    h3 {
        font-family: 'Poppins', sans-serif !important;
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        letter-spacing: .56px;
        color: #003b66
    }
}


h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .4px;
    margin: 0 auto 70px;
    color: #3a3d40
}

.breadcrumbs,
h4 {
    text-align: center
}

.breadcrumbs {
    padding: 50px
}

.breadcrumbs,
.breadcrumbs a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
    color: #707070
}

ul:not(.nav):not(.sub-menu) {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 40px
}

ul:not(.nav):not(.sub-menu) li:before {
    content: "\2022";
    color: #003b66;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

ol:not(.breadcrumb) {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 40px;
    counter-reset: li
}

ol:not(.breadcrumb) li {
    counter-increment: li;
    margin-left: -2.2em
}

ol:not(.breadcrumb) li:before {
    content: counter(li) ". \2013";
    color: #003b66;
    display: inline-block;
    width: 3em;
    margin-left: 0;
    margin-right: .5em;
    text-align: right;
    direction: ltr
}

ol.breadcrumb {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
    color: #707070;
    padding: 0;
    background-color: transparent;
    list-style-type: none
}

.item-shadow {
    position: relative
}

.item-shadow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.item-link {
    margin-bottom: 8px;
    position: relative;
    padding-right: 30px;
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .45px;
    color: #003b66
}

.item-link:hover {
    color: #ffc000;
    text-decoration: none
}

.item-link:hover svg.fa-chevron-right {
    right: 3px
}

.item-link svg.fa-chevron-right {
    position: absolute;
    top: 4px;
    right: 7px
}

.item-link-wrap {
    display: block;
    text-decoration: none;
    color: inherit
}

.item-link-wrap:hover {
    text-decoration: none !important
}

.item-link-wrap:hover .item-link {
    color: #ffc000;
    text-decoration: none
}

.item-link-wrap:hover .item-link svg.fa-chevron-right {
    right: 3px
}

a.download {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 15px;
    font-weight: 600;
    color: #003b66
}

a.download:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4zNDkiIGhlaWdodD0iMjMuMDU5IiB2aWV3Qm94PSIwIDAgMjEuMzQ5IDIzLjA1OSI+CiAgPHBhdGggaWQ9IlBmYWRfMzYyNSIgZD0iTTk2LDExdjguNTEzaDE5LjM0OVYxMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1IDIuNTQ2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogIDxnIGlkPSJHcnVwcGVfMjk5NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi44MDUgMSkiPgogICAgPHBhdGggaWQ9IlBmYWRfMjg5MSIgZD0iTTAsMCw0LjA2Niw0LjA2Niw4LjEzMiwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDcuMTk1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPGxpbmUgaWQ9IkxpbmllXzI0ODEiIHkyPSI5LjI4NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wNjQgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
    position: absolute;
    top: 5px;
    left: -20px;
    width: 20px;
    height: 16px
}

a.download:hover {
    text-decoration: none;
    color: #003b66
}

a.download:hover:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4zNDkiIGhlaWdodD0iMTguMDU5IiB2aWV3Qm94PSIwIDAgMjEuMzQ5IDE4LjA1OSI+CiAgPHBhdGggaWQ9IlBmYWRfOTY1NyIgZD0iTTk2LDExdjguNTEzaDE5LjM0OVYxMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1IC0yLjQ1NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8ZyBpZD0iR3J1cHBlXzMxNTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuODA1IDEpIj4KICAgIDxwYXRoIGlkPSJQZmFkXzI4OTEiIGQ9Ik0wLDAsNC4wNjYsNC4wNjYsOC4xMzIsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA3LjE5NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDgxIiB5Mj0iOS4yODciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMDY0IDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K)
}

a.jumptarget {
    top: -180px;
    position: relative
}

.img-thumbnail {
    border: none
}

.bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

@media (max-width:575.98px) {
    .bgimg {
        position: relative;
        top: unset
    }
}

.bgimg.vertical-gradient img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    mask-image: linear-gradient(180deg, #000, transparent)
}

.bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

figure.magnify,
figure div.magnify {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%
}

figure.magnify img,
figure div.magnify img {
    padding: 0
}

figure.magnify:before,
figure div.magnify:before {
    content: " ";
    background: url(/wp-content/themes/ekato/resources/assets/images/magnify.svg) 50% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    pointer-events: none;
    width: 58px;
    height: 49px;
    background-size: 100%;
    z-index: 2;
    cursor: pointer
}

:focus {
    outline: none
}

.load-more .load-more-item {
    display: none
}

.debug-info {
    position: relative
}

.debug-info .element-label {
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: rgba(255, 255, 0, .5);
    padding: 5px;
    border: 2px dashed;
    font-size: 14px;
    text-transform: uppercase;
    cursor: default
}

.debug-info:hover .element-label {
    border-color: transparent;
    background-color: #003b66;
    color: #fff
}

.debug-info:hover~section {
    border-top: 2px dashed
}

body>.featherlight.locations {
    background: rgba(58, 61, 64, .4)
}

body>.featherlight.locations .featherlight-close-icon {
    position: absolute;
    top: 45px;
    right: 45px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M21 4.41L19.59 3 12 10.59 4.41 3 3 4.41 10.59 12 3 19.59 4.41 21 12 13.41 19.59 21 21 19.59 13.41 12 21 4.41z'/%3E%3C/svg%3E")
}

body>.featherlight.locations .featherlight-content {
    margin-top: 5vh
}

body>.featherlight.locations:before {
    vertical-align: top
}

body>.featherlight.locations .country-popup {
    background: #fff;
    color: #333;
    width: 800px;
    padding: 45px;
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto
}

body>.featherlight.locations .country-popup a {
    color: #003b66;
    text-decoration: none
}

body>.featherlight.locations .country-popup h2 {
    text-align: left;
    margin-bottom: 30px
}

body>.featherlight.locations .country-popup #filterDE,
body>.featherlight.locations .country-popup #filterUS {
    position: relative;
    height: 100px;
    margin-bottom: 20px
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper {
    position: absolute;
    left: -45px;
    right: 0;
    width: calc(100% + 90px);
    background-color: #f2f5f7;
    padding: 30px 45px;
    height: 100px
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper input,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper input {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    padding: .375rem .75rem;
    border: none;
    border-bottom: 1px solid #003b66;
    width: 100%;
    background-color: transparent
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper svg,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper svg {
    position: absolute;
    right: 5px;
    top: 0;
    width: 20px
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper svg path,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper svg path {
    stroke: #003b66
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper .autocomplete,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper .autocomplete {
    position: relative;
    display: inline-block;
    width: 100%
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper .autocomplete-items,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper .autocomplete-items {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 500px
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper .autocomplete-items div,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: none
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper .autocomplete-items div:hover,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper .autocomplete-items div:hover {
    background-color: #f2f5f7
}

body>.featherlight.locations .country-popup #filterDE .filter-wrapper .autocomplete-active,
body>.featherlight.locations .country-popup #filterUS .filter-wrapper .autocomplete-active {
    background-color: #1e90ff !important;
    color: #fff
}

body>.featherlight.locations .country-popup .nav-tabs {
    border: none;
    margin-bottom: 15px
}

body>.featherlight.locations .country-popup .nav-tabs .nav-item {
    margin: 0
}

body>.featherlight.locations .country-popup .nav-tabs .nav-item .nav-link {
    font-family: 'Poppins', sans-serif !important;
    line-height: 24px;
    letter-spacing: .45px;
    background: none;
    color: #003b66;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    margin-right: 40px;
    border: none;
    border-bottom: 6px solid transparent
}

body>.featherlight.locations .country-popup .nav-tabs .nav-item .nav-link.active,
body>.featherlight.locations .country-popup .nav-tabs .nav-item .nav-link:hover {
    border-color: #003b66
}

body>.featherlight.locations .country-popup .location {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333
}

body>.featherlight.locations .country-popup .location:last-child {
    border: none
}

body>.featherlight.locations .country-popup .location .info .category {
    color: #707070;
    font-size: 14px
}

body>.featherlight.locations .country-popup .location .info .additional-info {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    color: #707070;
    font-size: 14px
}

body>.featherlight.locations .country-popup .location .info .company {
    margin-bottom: 20px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .25px;
    color: #003b66
}

@media (min-width:1025px) {
    body>.featherlight.locations .country-popup .location .info .company {
        font-family: Lato, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: .56px;
        color: #003b66
    }
}

body>.featherlight.locations .country-popup .location .info .address,
body>.featherlight.locations .country-popup .location .info .email,
body>.featherlight.locations .country-popup .location .info .name,
body>.featherlight.locations .country-popup .location .info .phone {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

body>.featherlight.locations .country-popup .location .actions {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 20px;
    text-align: right
}

body>.featherlight.locations .country-popup .location .actions a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .45px;
    color: #003b66;
    display: inline-block
}

body>.featherlight.locations .country-popup .location .actions a svg {
    margin-left: 15px
}

body>.featherlight.locations .country-popup .location .actions a:hover {
    color: #333
}

body>.featherlight.locations .country-popup .location .actions a:hover svg {
    position: relative;
    right: -3px
}

body>.featherlight.locations .country-popup.filter-de .nav-tabs,
body>.featherlight.locations .country-popup.filter-de .tab-content,
body>.featherlight.locations .country-popup.filter-us .nav-tabs,
body>.featherlight.locations .country-popup.filter-us .tab-content {
    display: none
}

.tooltip .tooltip-inner {
    background-color: #003b66
}

.tooltip .arrow:before {
    border-top-color: #003b66
}

.BorlabsCookie ._brlbs-content-blocker {
    position: absolute;
    top: 0
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    margin-bottom: 0
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    height: 100%;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption a:not(._brlbs-btn),
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p {
    color: #fff
}

div#wpadminbar {
    top: auto;
    bottom: 0;
    position: fixed
}

.ab-sub-wrapper {
    bottom: 32px
}

html[lang] {
    margin-top: 0 !important;
    margin-bottom: 32px !important
}

@media screen and (max-width:782px) {
    .ab-sub-wrapper {
        bottom: 46px
    }

    html[lang] {
        margin-bottom: 46px !important
    }
}

.page-header {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.page-header h1 {
    text-align: center
}

a.btn,
button.btn {
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .45px;
    color: #003b66;
    color: #fff;
    padding: 15px 50px 15px 30px
}

a.btn:hover,
button.btn:hover {
    text-decoration: none
}

a.btn:hover svg.fa-chevron-right,
button.btn:hover svg.fa-chevron-right {
    right: 20px
}

a.btn:hover svg.fa-chevron-down,
button.btn:hover svg.fa-chevron-down {
    top: 24px
}

a.btn.btn-primary,
button.btn.btn-primary {
    color: #fff
}

a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}

a.btn.btn-secondary,
button.btn.btn-secondary {
    color: #003b66
}

a.btn.btn-secondary:hover,
button.btn.btn-secondary:hover {
    background-color: #003b66;
    border-color: #003b66;
    color: #fff
}

a.btn.btn-light,
a.btn.btn-white,
button.btn.btn-light,
button.btn.btn-white {
    background-color: #fff;
    border-color: #fff
}

a.btn.btn-white,
button.btn.btn-white {
    color: #003b66
}

a.btn.btn-link,
button.btn.btn-link {
    background-color: transparent;
    border-color: transparent;
    padding: 15px 50px 15px 0
}

a.btn svg.fa-chevron-right,
button.btn svg.fa-chevron-right {
    position: absolute;
    top: 18px;
    right: 25px
}

a.btn svg.fa-chevron-down,
button.btn svg.fa-chevron-down {
    position: absolute;
    top: 20px;
    right: 25px
}

.dark a.btn-primary,
.dark button.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #003b66
}

.dark a.btn-primary:hover,
.dark button.btn-primary:hover {
    background-color: #ffc000;
    border-color: #ffc000
}

.dark a.btn-light,
.dark a.btn-secondary:hover,
.dark button.btn-light,
.dark button.btn-secondary:hover {
    background-color: #fff;
    border-color: #fff
}

.dark a.btn-white,
.dark button.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #003b66
}

.dark a.btn-white:hover,
.dark button.btn-white:hover {
    background-color: #ffc000;
    color: #fff
}

.dark a.btn-link,
.dark button.btn-link {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding: 15px 50px 15px 0
}

.comment-list ol {
    list-style: none
}

.search-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.search-form label {
    font-weight: 400;
    width: 100%;
    display: block
}

.search-form .search-field {
    display: block;
    color: #003b66;
    background: none;
    border-radius: 0;
    max-width: 100%;
    padding-right: 50px;
    border: none;
    border-bottom: 1px solid;
    font-size: 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search-form .search-field::-webkit-search-cancel-button {
    background: red
}

.search-form .search-field::-webkit-input-placeholder {
    opacity: .7
}

.search-form .search-field::-moz-placeholder {
    opacity: .7
}

.search-form .search-field::-ms-input-placeholder {
    opacity: .7
}

.search-form .search-field::placeholder {
    opacity: .7
}

.search-form .search-field:focus {
    background: none
}

.search-form .search-submit {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC41OTgiIGhlaWdodD0iMzQuNTk4IiB2aWV3Qm94PSIwIDAgMzQuNTk4IDM0LjU5OCI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1zZWFyY2giIGRhdGEtbmFtZT0iSWNvbiBmZWF0aGVyLXNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuNSAtMy41KSI+CiAgICA8cGF0aCBpZD0iUGZhZF8yODAyIiBkYXRhLW5hbWU9IlBmYWQgMjgwMiIgZD0iTTMzLjEwOCwxOC44QTE0LjMsMTQuMywwLDEsMSwxOC44LDQuNWExNC4zLDE0LjMsMCwwLDEsMTQuMywxNC4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9IlBmYWRfMjgwMyIgZGF0YS1uYW1lPSJQZmFkIDI4MDMiIGQ9Ik0zMi43NTMsMzIuNzUzbC03Ljc3OC03Ljc3OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy45MzEgMy45MzEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 44px;
    border: none;
    padding: 0;
    display: block;
    background-color: transparent;
    text-indent: -9999px;
    background-size: contain;
    margin-left: -46px
}

.searchwp-live-search-results {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.searchwp-live-search-results .searchwp-live-search-result p {
    font-size: 20px;
    padding: .375rem .75rem;
    border: none
}

.searchwp-live-search-results .searchwp-live-search-result p a {
    opacity: .7;
    text-decoration: none !important
}

.searchwp-live-search-results .searchwp-live-search-result p a:hover {
    opacity: 1
}

.nf-form-cont .nf-after-form-content,
.nf-form-cont .nf-response-msg {
    padding: 5px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.nf-form-cont form .nf-form-content input:not([type=button]),
.nf-form-cont form .nf-form-content select,
.nf-form-cont form .nf-form-content textarea {
    font-size: 20px !important;
    border: none
}

.nf-form-cont form .nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-cont form .nf-form-content .listcountry-wrap .nf-field-element>div,
.nf-form-cont form .nf-form-content input:not([type=button]),
.nf-form-cont form .nf-form-content textarea {
    background: none !important;
    border: none;
    border-bottom: 1px solid #3a3d40
}

.nf-form-cont form .nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-cont form .nf-form-content .ninja-forms-field {
    padding-left: 0;
    padding-right: 0
}

.nf-form-cont form .nf-form-content .label-below .nf-field-label {
    margin-top: 0
}

.nf-form-cont form .nf-form-content .label-below .nf-field-label label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    color: #3a3d40
}

.nf-form-cont form .nf-form-content .checkbox-container {
    margin-top: 50px;
    margin-bottom: 50px
}

.nf-form-cont form .nf-form-content .checkbox-container .field-wrap>div {
    width: auto
}

.nf-form-cont form .nf-form-content .checkbox-container label {
    width: 28px;
    height: 28px;
    margin: 1px 0 0;
    overflow: hidden
}

.nf-form-cont form .nf-form-content .checkbox-container label:before {
    position: relative;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 19px;
    text-align: center;
    line-height: 28px
}

.nf-form-cont form .nf-form-content .checkbox-container label:after {
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 28px
}

.nf-form-cont form .nf-form-content .checkbox-container .nf-field-description {
    margin-left: 40px;
    margin-right: 0
}

.nf-form-cont form .nf-form-content .checkbox-container .nf-field-description p {
    margin: 0
}

.nf-form-cont form .nf-form-content .checkbox-container .nf-error label:after {
    border-color: #e80000
}

.nf-form-cont form .nf-form-content .submit-container {
    text-align: center
}

.nf-form-cont form .nf-form-content .nf-error-wrap {
    display: none !important
}

.nf-form-cont .nf-form-fields-required {
    display: none
}

.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
    }
}

body>.wrap {

    overflow: auto;
    position: relative;
    left: 0
}

body>.wrap,
footer.content-info,
header.banner {
    -webkit-transition: left .15s linear;
    -o-transition: left .15s linear;
    transition: left .15s linear
}

header.banner {
    height: 144px;
    background: #fff;
    border-bottom: 1px solid #dae1e7;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    font-weight: 400
}

header.banner>.container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

header.banner a.brand {
    background-size: contain;
    width: 225px;
    height: 44px;
    display: block;
    margin-top: 20px;
    /* text-indent: -88888px */
}

header.banner .nav-primary {
    margin-top: auto
}

header.banner .nav-primary ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.banner .nav-primary ul li {
    margin: 0;
    padding: 0
}

header.banner .nav-primary ul li a {
    display: block;
    text-decoration: none;
    color: #003b66
}

header.banner .nav-primary ul.nav {
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header.banner .nav-primary ul.nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0 5px;
    margin: 0 25px;
    border-bottom: 6px solid transparent
}

header.banner .nav-primary ul.nav>li.current_page_ancestor>a,
header.banner .nav-primary ul.nav>li:hover>a {
    border-color: #003b66
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0 ease;
    -o-transition: all ease 0;
    transition: all 0 ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    background: #cbd7e0;
    -webkit-box-shadow: 0 30px 30px -15px rgba(96, 113, 133, .15);
    box-shadow: 0 30px 30px -15px rgba(96, 113, 133, .15);
    border-top: 1px solid #dae1e7;
    position: fixed;
    z-index: 2;
    width: 100vw;
    left: 0
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap.has-no-3rd-level>.container ul.sub-menu {
    width: 75%
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap.has-no-3rd-level>.container ul.sub-menu:after {
    display: none
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap.has-no-3rd-level:after {
    background-color: #e6ebf0
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #f2f5f7
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>.additional-info {
    width: 25%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    position: relative;
    z-index: 3;
    background: #cbd7e0
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>.additional-info h3 {
    margin: 0 0 1rem;
    text-align: left
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>.additional-info .item-link {
    display: inline-block
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>.additional-info:after {
    content: "";
    height: 100%;
    width: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAGqCAYAAACBEf39AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAI6ADAAQAAAABAAABqgAAAADs3mDbAAAKyUlEQVR4Ae3dzY9bNRcGcDuZTWkRrGABCzoI1FIViQWoYte/vDuEukGiKq0KzGxgUVYgWrppcvFJ6sbX174+ts+Hoc2CZJKAf7HvM/cjzzuv+f7BxYdmkNvGbszng1jMxtiBMNbY2+PMjBloZtysDLXNfHDvh8v3R1iqDSCuvrP9bBjMtHv55TAYY+wQ281hmay14yyTmaaBlsmaIRJ1WKZREvUaY6a9+kYcYKaBMAPsME8zM8A+6oSZpo/uPXx4TfM38Qljzfbq2bs3x8CAQjlRp5k5YHQTNccob8RzzKR71DfHGHOumag5xiXqyvbKuVai5hhQ7PSWaoHZbPTOoxYYNzdqO8wlRjFRS4xL1DRNW42NeIlxibr/+OLTMTBOMe2tygH6cmYcxiVK5dQliXEelUSlMZMZZ5nczKgkKj0zSolKY5QSlcVoJCqL0UjUCkb+mk0WY425Lr2PymImM12T3kdlMW6bcbcz0d/EBYzsedQqxppJ9FL+Kkb6KugqRjpRqxhI1HePLj8+bsz8/1zFwPDuYFgsUUWMtRuxjbiIcUfE48yMW6lxMO5LzBtS+6jiMkkmqoiRTBQKs9luRM6jUBizk0kUCjNZmfMoFEbqmzoUxn1T955EgQOHOUaK/ZQXjZFIFBojkSg0RiJRaIxEotAYiUThMS5R3JWoKgx3JaoKw12JqsJwH/X9hzGuwMG5j6qdGdZEVWM4E1WPYaxEVWM4dwvVGM5KVD2GsRJVj3G/+bhKhk0YrpJhE4br8loThitRTRiuHWYbhqkS1YZhqkS1Ydw6cVSiOjD0VybaMQwlww4M/YXHdgxDotoxDJWodgwkirgS1YWhrkR1YdzckF4978MQV6L6MK7AQVky7MMQJ6oPQ5yobgxloroxlInqxxAmqh9DWInqxxBWovoxbqOhKhmSYKgqUSQYqkTRYIhKhjQYokTRYIgSRYOBfRRBJYoQ038eRYahqESRYSiu2ZBhKCpRZBiKkiEZ5hCozkQRY/oS9X/G9J3Ukc5MbyWKFNNbiSLFQKJ6SobkmJ6SITmmp2TIgGlPFDmmJ1HkmJ5EkWN6EsWCaa1EsWBaK1EsmNZKFAum9Zs6FkxrJYoHc4xUdcmQDdOSKDZMS6L4MA2X8t8QTEMlinNmqitRrJjaShQrprZkyIpxv/uqvhx7gzCVlSjumamqRLFjaipR7Jiay2vsmJoDLXZMTcmQH1ORKH6M+82HLRmKYLCVKCEM7sKjDAZZiRLC4HaYMhhkJUoG474cw/zdNRkMnNQh/u6aIKacKDkMIlGCmHKi5DCIRMlhEJUoOQwkqlAyFMWUKlGiGDc3q+dRsphCJUoWUygZymIKiZLFFBIljlmrRIlj1hIlj1mpRMljVipR8piVSpQ8xm00uZKhCiaXKBVMLlFKmPTfXVPB5CpRKphcJUoFA7uoVMlQEbM8j1LDpEqGapjUVVA1TCpRaphUgUMNA3mKK1GqmLgSpYqJK1HKmPlJnSomrkSpYuJEqWLiRKljwkSpY8JEDYA5JUodE35Tp44JK1H6mGOkDpWoITC+EjUExleihsD4kuEQGJ+oITA+UWNgXKLg764Ng4FK1DAYqEQNg3ErNc7MjIZx/x+m49yevMWkFsMdnD8YZ2YmM84yTXvz5Cw1ZeLPWfvXndvXnw6xTO6vef8MEzAExk7mx2EwZmufDIPZ7/bjLJNrAhyWST9Nr5I0xDL5JA2BcYjDxjsI5pikITDTtH8AELip/9LbBcukmiZ3EP7s25uf/HacF+WZ2ZvpsTubdJNzvGkv0+skAUcZc0rSW8xx6/D/fDlbJrU0QZK+vnH+q2epLtNkzGWYJFWMuxg9WyJVzGTs692AXyrFaM9jrTozxsyTpIeZzO6bKEl6GGMu4iTpYezxABwA4U1rA17EGlAqmP3+eDobzooaxm6mw3mSPiaTJK2ZSSZJB5NJkg4mOBtQ32ZySdKZme3pdDaeGdkjPZekF/sXFzHC/yz9S+/i7q1bz/zg8b0sxuaXCGCymJUkiWNckhaHmuFSyc7MSpIAJZemQpJkMdb+fveLfJIAI7lMyQMqQPibIGZ94wWQHMYuz5P8jPh7QcxmkGVySXr+8u9HfgZy9zLRRiQJgFLLVFwiMUz4/UBuicQwqWsxKZTIMtntWfI8KQaJYJ7/szt80xYPHv/Mj5nMH3e/uv5nPHDqZ36MtaglAhw7BpskEQw2SSIYbJJEMNgk8WMqksSPKZyaACC8cacJtYP0IFYMVJf8QJh7Voxx1SUMwr+HFQPVJT8Q5p4P45J05/b5UwzCv4cPU5kkAL0hmFfVJb8EmHu2mfHVJQzCv4cN46tLfiDMPc95U1BdwiD8e1hmpuaAykPgngXjS4DhQJjHLBhfAsQAwvewYFqSBCgWTFhdCj956TF5muLqUgkQvk4+M3F1KRys9Jgc4wasOmwIgQyY8rW7EBA+JseEJcBwIMxjckxrkgBLmqaeJAGGdGZS1SUYBHsjxdSc5KeApJhUdSk1aO45Uoz7X7Y1/44BIDFmWV3KzULqebI0pUqAqQHXniObmd4kAZIM05skUkxvkkgxvUkixvQliQ6zUl2CQbA3qg04W13CQuB9NJiV6pI8puNQM8SSzMxadSkcrPSYBJMrAZYGj1/vxxAlCWD9mEydNv7UmJ/7MYXqEgbh39OPIUoSgLoxpeqS/9SY+26M+8tZXYeaIbLvSA9RXQoHKz3unZnVEmBp8Pj1PgxhkgDWhyFMUj8GUV2Kl2Lt576ZseXq0trg8WvtGGR1KR5w7ef2aCOrS2uDx6+1zwzxxguwDkzdN7PxLKR+bscQJ6lvZoiT1IWpKVykliT1XNsyVRYuUgOnnmvDVFSXUoPmnmvCtH7TlkP455swFNdiPCC8b8LUVJfCwUqPmzAcSQJoPYYpSW0YpiQ1YbiS1IThSlIbprK6BINgb9UbcG11CQuB99VhGqpLfBiGo7sQWzczI2FqS4Dhp8Y8rpsZxiQBtgrDmSTA4M+bGqtLMAj2hp4Zzt2Ax6IxrdUlPxDmHo1prS5hEP49aExrdckPhLlHY1pKgBhA+B5cmgSSBCjUzEgkCY1xbyS71guD5m6omaH4ZjYHCJ9HYXqqS+FgpccoTE91qQQIXy+mqbe6FA5WelycmZ4SYGnw+PUixv0LIkkCGALT1xaKP/3az0WMVJJQMyOVJMCspkkyScWZoaguwSDYW2GbWf79Mux/uOV9qxiK6lINahUjtYP04AKmv7rkB8LcZ9NEUQLEAML3ZGdGOkmAymI4L5eFsxE+XsHI7SA9KIuhqi75gTD3WQxVdQmD8O9JYwirS34gzH0aQ1hdwiD8e9IYohKgHwR7n8YIHmqG0CRGI0mASmIoq0vhJy89Xu6biKtLJUD4empmSKtL4WClx0sMcXWpBAhfX2KUkgSoBYayBBh+aszjBUYrSYCdp0kxSUsMQ3UJszz+PfEyiV1x8IDwPsLQV5fCwUqP5xiG6lIJEL4eYWhLgOFAmMcnDEMJEAMI33OKtnKSAHWaGcXdgJ+dAKObpPnMKCcpwugmaYbhqi757QFzf9xmGKtLGIR/zxHDWF3yA2HuDxipb9pKoFfRlr2qmUMdMFwlwNyguecPmBGSdADe/+nyl5xU+nmYGdWju/ADj4Xhri6Fn7z0eFP798tK/8Ge1zfc1aUa3L/2IO0Pn2LGnwAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 0
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu {
    position: relative;
    width: 25%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e6ebf0;
    z-index: 2
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu:after {
    content: "";
    height: 100%;
    width: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAGnCAYAAAA9j+4jAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAI6ADAAQAAAABAAABpwAAAAAUTqRqAAAJOklEQVR4Ac3ca6vcRBjA8ZmsxRdWPVVsK4gIXhBE6Pf/FAURihcQEa0V7VHrC6m705mNuzvJzkyeeea5BXq657Kb38nmv8lJNuOePXvx0BmZpr1/+bkRi5uC83Ywcak8MrNknAuGlkyw9DR598BKUVNaX6wUdcRYKeqIcd7GSjxjDjZW4hlj5LXm/6fJPXj+/PmN9ovfacm4fw+T+ovfGXM4BPXNwhljoagLxkBRF4yBoi6YuI3SLuqCiV1rF7XAaBe1wGgXtcQoF7XEKBe1xCgXtcQoF3WFCeGgtsG8wjjFlfgKExRX4iuM5mvNNcb5D56G8IbGXl8B43buj7++tIJxWkWVlozTKqqI0SqqiNEqqoxRKqqC0SmqhlEpqorRKKqK0SiqitEoqo5RKKqBcbvpt9tPJbdRLYx76WUPkzQxU5A9TNLEBOEDj22M8EmOJsY794nkXl8TE0sSLWoLI1rUJkayqE2MZFHbGMGiNjGSRW1iJIuCYMSKAmGkigJhpIqCYYSKAmGkigJhpIqCYkSKAmPioQn2A48dGP4zvB0Y/neTgDGpqBAC+Ocxf+L0PPjul9///gwzE+h9ejDxyATvny5dGO6iOjG8RXVieIvqwnAX1YVJ2yjOonoxrEV1YziLQmD4ikJg+IrqxnAW1Y3hLAqDiZ49y44WEsOzEqMwIfCsxChMfOWz8zTFoj7m2OvDLRnv73Jso3CY434kfVEDGPqi0BiOotAYjqLQGI6i0BjHUBQew1DUIIa2qCEMdVFDGOqihjDURQ1hUlFPb28/PK7LBB/GMBEQCN8IP4yJ6w3ZG+HHMQe6Ha1xjKd7rRnHhPAF1V7fOIawqHEMYVEkGKqiaDBERdFgiIqiwRAVRYMhKooGQ1QUGYaiKDoMQVF0GIKi6DAEVzcTYvzboxcUE2Kc+2+3H9rRIsW4w9gZXlrM4NsUiDFjBx6JMWP7w8SYsaKIMWNFkWNGiqLHDBTFgMEXxYDBF8WAwRfFgMEXxYLBFsWDQRbFhMGtxDwY5DAyPBjkMDI8mPh3FGYYGTYMZhgZNkxcON37w4yY/qL4MIii+DCIovgwiKJYMb1FsWJ6i2LG9BXFi+ksihfTWRQvprModkxPUeyYnqIEMPCi+DEdRfFjOoaR4cfElQY6MJMIBjowkwgGeiG6DAY4po0MBrg/LIMBFiWDARYlhoEUJYaBFCWHARQlhwEUJYcBFCWHARQlitkqShSzVZQsZqMoWczGCByymI1hZIQx7YGZpDHxLRP1M7zimNbATOKY1sBM4pjWa408plGUAqZelAamWpQKplaUCqZWlAqmVpQOplKUEqZclBamWJQaplSUGqY0jIwepnDuWw2TLiheD3Wmhol/Rl0NdaaJuRpGRhWzHphJFbMuShezKkoVsy5KFbMuShuzKEodkxeljsmL0sdkRalj8qLUMXlRFjDnokxgTsPIGMHMVxwawczvzzKBSUWlyx9NYFJRadALK5j4d1R4ZAaTijKE8ZYwztDTFNxHdp4m736wg3HusSFMeGIIM9nBeO/NPE3799998xsTT1M8FPtdXDIHE5i4oXwc/zkjmPDEEGayg7kTDmYw+8N7N9+aeJpSSQ+9/8cExrt55bWBCf64vpjAHOJmIEHSpP46cyrJAuZckjomL0kdk5ekj8lKUsfkJalj8pK0MYuSVDHrklQx65J0MauSVDFuumytEyRNatsm7+ddzZkxf9TC7N07b32VQ9JtJUz46bR3l4N0MIWVV23JxEOt5x0q/SVTKElvyRRK0sIUS1LClEvSwVRKUsHUSlLBlLZJCZIm8Re90jZppshjqiUpLJl6SfKYRknymMpmQGedsbRkpuly+OO0NPL/RdN+fZoPJOaA/LYcJrhf7927d5vPfH1bDlPZocpBcpiNkhJKDrNRkihmqyRRzFZJchhASXIYQElyGEBJchhASWIYSEliGEhJMhhgSTIYf32EKs24NAlsDi7nk0qA/GsCmPLhjxxxus2OKR1iPc18/T87ZhfunE/7rWe+/pwXE0u6f//u0/VMa5/zYjpKSkBejIOXJICBl8SO6SmJHdNTEi+msyReTGdJvJjOkpgxfSWxYnpLYsX0lsSICX/2bJMSJE1Mm4O+zcBMYcP0r7yMSwa+33taKnyY6frMbD7T2m2Wdea1/a542q+GOH2dAYMrKYEYMLiSmDC4kpgwuJJ4MMiSWDDYkhgw+JIYMPiSGDD4khgw+JLoMQMlkWNGSiLGjJVEjBkriRYTxlZeWsxkaclkb0xPvyVmItuf8RtnZiE4GkwILx7e3PwImWHrZ2gw3n+dLpZqzQjyPRoMQUkJS4MhKIkOQ1ASGYaiJBoMUUk0GKKSaDBEJdFgiEqiwRCVRIKhKmkcQ1jSMCZe4vE9xTYpQdI0tjnw4ztUM2P+OITxfuyPthySbg9hXHZB5vqBMZ8PYnbgM7MQHB4TS0qXwkNmAv0ZNIa6pARGYxxxSUMY6pKGMNQlDWJoS8JjGEpCYzhKQmM4SkJjOEpCYzhKGsDQl4TFHIdnSXemnro3B+kCXsq9u/wX6sbEO6NO+eUzrd1GYMYPJBJicGdma4D8691LJq4vZp4mtpLSEupaMpwldWPiHdieIgSGryQEhq+kbgxnSb0Y1pK6MNwldWHiD7OW1InhLakTw1tSF2Y9PEu6M/UE3RxcDc9CDUmPB8KkkkqDSlCDQBjM+zQxUBgGeH0SBpDfB4RZD3SUPwDlbRBGoqT0S0EwIiWBMFIlgTBSJcEwQiWBMFIlgTBSJUEwYiVtYiRL2sRIlrSNESxpE9ManiXdmXpqbg5aw7NQQ9LjtTDN4VmEMe3hWWQxwitv82lqDXTEsVSaGOmSmhjpkloY8ZIaGPmS6hiFkqoYjZKqGI2SqhiNkmoYlZIqGJ2SyhilkooYrZKKGK2SihitkooY6PAs6c7U03K3s2N4FmpIerwlRuAoeOuXWGKAAx21HnDke0uM4mtM+iUWGOhARyO/feu+C4xmScslo1zSEqNc0hKjXNISo1zSAqNd0gKjXdIFY6CkC8ZASReMgZIuGAMlnTHSh1jTjEvTcduEGZ6l9GDDX/v52S14uLDhmW08wOQQAx1tPCb62/Fpor3EAy2Jd0zrDPu7P6DAyUpJCTyZKSliXgEXHAL4M5ccwAAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 0
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li {
    padding-left: 50px;
    padding-right: 50px
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>a {
    font-size: 20px;
    line-height: 24px;
    border-top: 1px solid #fff;
    padding: 10px 12px;
    position: relative
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li:last-child>a {
    border-bottom: 1px solid #fff
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-chevron-right fa-w-10' data-prefix='fas' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 17px;
    right: 7px
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children:hover>a:after {
    right: 3px
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.current-menu-item>a,
header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.current_page_ancestor>a {
    font-weight: 700
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-transition: all 0 ease;
    -o-transition: all ease 0;
    transition: all 0 ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    z-index: 2;
    left: 100%;
    width: 200%;
    top: 0
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap>.container {
    margin: 0;
    padding: 0;
    max-width: none
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap>.container ul.sub-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    /* display: grid;
    grid-template-rows: repeat(11, -webkit-min-content);
    grid-template-rows: repeat(11, min-content);
    grid-auto-flow: column */
}

ul.sub-menu.two-colum {
    column-count: 2 !important;
    grid-template-columns: auto auto !important;
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap>.container ul.sub-menu>li {
    display: inline-block;
    width: 100%
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap>.container ul.sub-menu>li>a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px solid #fff;
    padding: 6px 12px;
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap>.container ul.sub-menu>li.current-menu-item>a {
    font-weight: 700
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>.sub-menu-wrap>.container ul.sub-menu>li:last-child>a {
    border-bottom: 1px solid #fff
}

header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li:hover>.sub-menu-wrap {
    visibility: visible
}

header.banner .nav-primary ul.nav>li:hover>.sub-menu-wrap {
    visibility: visible;
    opacity: 1
}

@media (min-width:768px) {
    header.banner .nav-primary ul.nav>li>a {
        font-size: 16px;
        margin: 0 20px
    }
}

header.banner .toggle-primary-nav {
    display: none
}

header.banner .nav-secondary {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -35px
}

header.banner .nav-secondary ul li a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
    color: #003b66
}

header.banner .lang-switch {
    position: absolute;
    top: 8px;
    right: 20px
}



header.banner .lang-switch select {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #003b66
}

.fixed-sidebar {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fixed-sidebar .sidebar-actions {
    position: absolute;
    left: -80px;
    top: 25vh
}

.fixed-sidebar .sidebar-actions .action-btn {
    background-color: rgba(255, 192, 0, .7);
    -webkit-transition: background-color .15s ease-in;
    -o-transition: background-color .15s ease-in;
    transition: background-color .15s ease-in;
    width: 80px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    margin-bottom: 2px;
    cursor: pointer
}

.fixed-sidebar .sidebar-actions .action-btn img {
    width: 21px;
    margin-top: 1px;
    margin-bottom: 2px
}

.fixed-sidebar .sidebar-actions .action-btn span {
    font-size: 16px;
    line-height: normal;
    color: #003b66
}

.fixed-sidebar .sidebar-actions .action-btn:hover {
    background-color: #ffc000
}

.fixed-sidebar .sidebar-content {
    width: 0;
    overflow: scroll;
    background: #f2f5f7;
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    transition: width .15s linear
}

.fixed-sidebar .sidebar-content>div {
    width: 390px;
    padding: 25vh 40px 0;
    height: 100%
}

.fixed-sidebar .sidebar-content>div,
.fixed-sidebar .sidebar-content>div.sidebar-search .action-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.fixed-sidebar .sidebar-content>div.sidebar-search .action-content {
    height: 100vh;
    margin-left: 25px
}

.fixed-sidebar .sidebar-content>div.sidebar-search .action-content h2,
.fixed-sidebar .sidebar-content>div.sidebar-search .action-content p {
    text-align: left;
    margin-left: 0
}

.fixed-sidebar .sidebar-content>div.sidebar-search .action-content h2:hover,
.fixed-sidebar .sidebar-content>div.sidebar-search .action-content p:hover {
    text-decoration: none
}

.fixed-sidebar .sidebar-content>div.sidebar-search .action-content form {
    margin-top: 30px
}

.fixed-sidebar .sidebar-content>div.sidebar-search .action-content form .search-field {
    padding-right: 50px
}

.fixed-sidebar .sidebar-content>div.sidebar-search .action-content .searchwp-custom-results .searchwp-live-search-results {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important
}

.fixed-sidebar .sidebar-content>div.sidebar-contact .content-box {
    padding: 0 0 0 25px
}

.fixed-sidebar .sidebar-content>div.sidebar-contact h2,
.fixed-sidebar .sidebar-content>div.sidebar-contact p {
    text-align: left
}

.fixed-sidebar .sidebar-content>div.sidebar-contact .contact-img {
    margin-bottom: -16px;
    max-width: 80%
}

.fixed-sidebar .sidebar-content>div.sidebar-contact hr {
    border-top: 1px solid !important
}

.fixed-sidebar .sidebar-content>div.sidebar-contact .email a {
    color: inherit
}

.fixed-sidebar .sidebar-content>div.sidebar-contact .social-media {
    font-size: 30px;
    padding-top: 15px
}

.fixed-sidebar .sidebar-content>div.sidebar-contact .social-media a {
    margin-right: 10px
}

@media (max-width:767.98px) {
    .fixed-sidebar {
        display: block;
        z-index: 1000;
        height: 0
    }

    .fixed-sidebar,
    .fixed-sidebar .sidebar-actions {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0
    }

    .fixed-sidebar .sidebar-actions {
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #26445c;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fixed-sidebar .sidebar-actions .action-btn {
        margin-bottom: 0;
        width: calc(50% - 2px);
        height: 40px
    }

    .fixed-sidebar .sidebar-content {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .fixed-sidebar .sidebar-content>div {
        width: 100%;
        padding: 70px 40px 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .fixed-sidebar .sidebar-content>div.sidebar-search .action-content {
        margin-left: 0
    }

    .fixed-sidebar .sidebar-content>div.sidebar-search .search-form .search-field {
        padding-right: 60px !important
    }

    .fixed-sidebar .sidebar-content>div.sidebar-search .search-form .search-submit {
        margin-top: -13px
    }

    .fixed-sidebar .sidebar-content>div.sidebar-contact .content-box {
        padding-left: 0
    }
}

body.show-sidebar .fixed-sidebar {
    margin-left: -390px
}

body.show-sidebar .fixed-sidebar .sidebar-actions .action-btn.active {
    background-color: #ffc000
}

body.show-sidebar .fixed-sidebar .sidebar-content {
    width: 390px
}


.frame {
    background-color: #ddc;
    border: solid 8px #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%) inset, 0 5px 10px 5px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    position: relative;
    text-align: center;
}

.certificate {
    position: relative;
    overflow: hidden;
}


@media (max-width:767.98px) {

    body.show-sidebar>.wrap,
    body.show-sidebar footer.content-info,
    body.show-sidebar header.banner {
        left: 0
    }

    .box-header-text-with-content .header h1 {
        padding-bottom: 0;
    } 
    .box-header-text-with-content.disable-header-minheight .header {
        min-height: auto;
        padding-bottom: 0 !important;
    }
    .box-header-product-with-content .header .hero{

        background-color: transparent;
    }
    .box-header-product-with-content .header .hero{
        background-color: transparent !important;
        background-image: linear-gradient(45deg, transparent, transparent) !important;
  }
   

    body.show-sidebar .fixed-sidebar {
        height: auto;
        margin-left: 0
    }

    body.show-sidebar .fixed-sidebar .sidebar-actions .action-btn.active {
        background-image: url(/wp-content/themes/ekato/resources/assets/images/ico_close.svg);
        background-repeat: no-repeat;
        background-position: 50%
    }

    body.show-sidebar .fixed-sidebar .sidebar-actions .action-btn.active img,
    body.show-sidebar .fixed-sidebar .sidebar-actions .action-btn.active span {
        opacity: 0
    }

    body.show-sidebar .fixed-sidebar .sidebar-content {
        width: 100%
    }
}

.scroll_top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 69px;
    height: 69px;
    z-index: 200
}

.scroll_top a,
.scroll_top a:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.scroll_top a:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjkiIGhlaWdodD0iNjkiIHZpZXdCb3g9IjAgMCA2OSA2OSI+CiAgPGRlZnM+CiAgICA8ZmlsdGVyIGlkPSJFbGxpcHNlXzE0OCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY5IiBoZWlnaHQ9IjY5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8ZmVPZmZzZXQgZHg9IjEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNCIgcmVzdWx0PSJibHVyIi8+CiAgICAgIDxmZUZsb29kIGZsb29kLWNvbG9yPSIjNjM3ZDk2Ii8+CiAgICAgIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iYmx1ciIvPgogICAgICA8ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KICA8ZyBpZD0iaWNvbl91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMiAtMjQzMikiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMTMyLCAyNDMyKSIgZmlsdGVyPSJ1cmwoI0VsbGlwc2VfMTQ4KSI+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQ4LTIiIGRhdGEtbmFtZT0iRWxsaXBzZSAxNDgiIGN4PSIyMi41IiBjeT0iMjIuNSIgcj0iMjIuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEgMTEpIiBmaWxsPSIjNjM3ZDk2Ii8+CiAgICA8L2c+CiAgICA8cGF0aCBpZD0iUGZhZF8zNjYyIiBkYXRhLW5hbWU9IlBmYWQgMzY2MiIgZD0iTTAsMCw2LDZsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzEuNDYzIDI0NjkuNSkgcm90YXRlKDE4MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=)
}

.scroll_top a:hover:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjkiIGhlaWdodD0iNjkiIHZpZXdCb3g9IjAgMCA2OSA2OSI+CiAgPGRlZnM+CiAgICA8ZmlsdGVyIGlkPSJFbGxpcHNlXzE0OCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY5IiBoZWlnaHQ9IjY5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8ZmVPZmZzZXQgZHg9IjEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNCIgcmVzdWx0PSJibHVyIi8+CiAgICAgIDxmZUZsb29kIGZsb29kLWNvbG9yPSIjNjM3ZDk2Ii8+CiAgICAgIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iYmx1ciIvPgogICAgICA8ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KICA8ZyBpZD0iaWNvbl91cF9hY3RpdmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MTIgLTI0MzIpIj4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIDQxMiwgMjQzMikiIGZpbHRlcj0idXJsKCNFbGxpcHNlXzE0OCkiPgogICAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE0OC0yIiBkYXRhLW5hbWU9IkVsbGlwc2UgMTQ4IiBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIyLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExIDExKSIgZmlsbD0iIzYzN2Q5NiIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IlBmYWRfMzY2MiIgZGF0YS1uYW1lPSJQZmFkIDM2NjIiIGQ9Ik0wLDAsNiw2bDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxLjQ2MyAyNDYyLjUpIHJvdGF0ZSgxODApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K)
}

body.is-touch-device>.wrap {
    margin-top: 80px
}

body.is-touch-device header.banner {
    height: 80px
}

body.is-touch-device header.banner a.brand {
    width: 140px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 25px;
    margin: 0
}

body.is-touch-device header.banner .nav-secondary {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    max-width: 60%
}

body.is-touch-device header.banner .nav-secondary ul.nav>li {
    line-height: 22px
}

body.is-touch-device header.banner .lang-switch {
    display: none;
    right: 15px;
    bottom: 17px;
    top: auto
}

body.is-touch-device header.banner .toggle-primary-nav {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 21px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNi4xNjciIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNi4xNjcgMjIiPgogIDxnIGlkPSJHcnVwcGVfMzAyMCIgZGF0YS1uYW1lPSJHcnVwcGUgMzAyMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyNi4zMzMgLTMwLjUpIj4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDgyIiBkYXRhLW5hbWU9IkxpbmllIDI0ODIiIHgyPSIyNC4xNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNy4zMzMgMzEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDgzIiBkYXRhLW5hbWU9IkxpbmllIDI0ODMiIHgyPSIyNC4xNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNy4zMzMgNDEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDg0IiBkYXRhLW5hbWU9IkxpbmllIDI0ODQiIHgyPSIyNC4xNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNy4zMzMgNTEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

body.is-touch-device header.banner .nav-primary {
    display: none;
    width: 100%;
    position: fixed;
    top: 130px;
    height: calc(100vh - 130px);
    padding-bottom: 200px;
    z-index: 999999;
    overflow-y: scroll
}

body.is-touch-device header.banner .nav-primary ul.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-shadow: 0 14px 15px -10px rgba(96, 113, 133, .8);
    box-shadow: 0 14px 15px -10px rgba(96, 113, 133, .8)
}

body.is-touch-device header.banner .nav-primary ul.nav>li {
    border-bottom: 1px solid rgba(0, 59, 102, .5)
}

body.is-touch-device header.banner .nav-primary ul.nav>li>a {
    padding: 15px;
    margin: 0;
    border: none;
    font-size: 18px
}

body.is-touch-device header.banner .nav-primary ul.nav>li.menu-item-has-children>a {
    position: relative
}

body.is-touch-device header.banner .nav-primary ul.nav>li.menu-item-has-children>a .toggle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-chevron-right fa-w-10' data-prefix='fas' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 24px;
    width: 24px;
    display: block;
    background-position: 50%;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease, -o-transform .15s ease
}

body.is-touch-device header.banner .nav-primary ul.nav>li.menu-item-has-children.open>a .toggle {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body.is-touch-device header.banner .nav-primary ul.nav>li.menu-item-has-children.open>.sub-menu-wrap {
    display: block !important;
    visibility: visible
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap {
    display: none !important;
    position: relative;
    height: auto;
    border: none;
    visibility: visible;
    opacity: 1
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap:after {
    display: none
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container {
    padding: 0;
    max-width: none
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>.additional-info {
    display: none
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu {
    width: 100% !important;
    padding: 0
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu:after {
    display: none
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li {
    padding-left: 0;
    padding-right: 0
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li:last-child>a {
    border-bottom: 0
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>a {
    padding: 15px;
    font-size: 18px
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a {
    position: relative
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a:after {
    display: none
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a .toggle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-chevron-right fa-w-10' data-prefix='fas' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 24px;
    width: 24px;
    display: block;
    background-position: 50%;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease, -o-transform .15s ease
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children.open>a .toggle {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children.open>.sub-menu-wrap {
    display: block !important;
    visibility: visible
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap {
    display: none !important;
    position: relative;
    width: 100%;
    height: auto;
    left: 0
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu {
    padding: 0 0 0 15px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    background-color: #f2f5f7;
    grid-template-rows: unset;
    grid-auto-flow: unset
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu>li>a {
    font-size: 18px
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu>li:first-child>a {
    border-top: none
}

body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu>li:last-child>a {
    border-bottom: none
}

body.is-touch-device header.banner.open-primary-nav {
    height: 130px
}

body.is-touch-device header.banner.open-primary-nav .toggle-primary-nav {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4zMjkiIGhlaWdodD0iMjQuMzI4IiB2aWV3Qm94PSIwIDAgMjQuMzI5IDI0LjMyOCI+CiAgPGcgaWQ9IkdydXBwZV8zMDE3IiBkYXRhLW5hbWU9IkdydXBwZSAzMDE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPgogICAgPGxpbmUgaWQ9IkxpbmllXzI0ODUiIGRhdGEtbmFtZT0iTGluaWUgMjQ4NSIgeDI9IjIxLjUiIHkyPSIyMS41IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0iTGluaWVfMjQ4NiIgZGF0YS1uYW1lPSJMaW5pZSAyNDg2IiB4MT0iMjEuNSIgeTI9IjIxLjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=)
}

body.is-touch-device header.banner.open-primary-nav .lang-switch,
body.is-touch-device header.banner.open-primary-nav .nav-primary,
body.is-touch-device header.banner.open-primary-nav .nav-secondary {
    display: block
}

@media (min-width:1025px) {
    body.is-touch-device header.banner .nav-primary {
        max-width: 600px;
        right: 0
    }

    body.is-touch-device header.banner .nav-primary:before {
        content: "";
        background: rgba(0, 0, 0, .6);
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        z-index: -1
    }

    body.is-touch-device header.banner .nav-primary ul.nav>li,
    body.is-touch-device header.banner .nav-primary ul.nav>li>.sub-menu-wrap {
        width: 100%
    }
}

body.is-touch-device .fixed-sidebar {
    display: block;
    top: unset;
    bottom: 0;
    right: unset;
    width: 100%
}

body.is-touch-device .fixed-sidebar .action-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 47px;
    margin: 0
}

body.is-touch-device .fixed-sidebar .action-btn img {
    margin-right: 10px
}

body.is-touch-device .fixed-sidebar .action-search {
    float: left;
    width: calc(50% - 1px);
    margin-right: 1px
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container .action-content {
    display: block;
    padding: 80px 30px 30px;
    height: 100vh
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container .action-content h2 {
    text-align: left;
    padding: 0 20px;
    margin-left: 0
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container .action-content p {
    text-align: left;
    padding: 0 20px
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container form.search-form {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 20px
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container form.search-form label {
    width: calc(100% - 20px);
    margin-top: 30px;
    display: inline-block
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container form.search-form label input.search-field {
    width: 100%;
    max-width: none
}

body.is-touch-device .fixed-sidebar .action-search .collapse-container form.search-form input.search-submit {
    display: inline-block
}

body.is-touch-device .fixed-sidebar .action-contact {
    float: left;
    width: 50%
}

body.is-touch-device .fixed-sidebar .action-contact .collapse-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

body.is-touch-device .fixed-sidebar .action-contact .collapse-container .action-content {
    height: 100vh;
    padding: 80px 30px 30px
}

body.is-touch-device .fixed-sidebar .action-contact .collapse-container .action-content .content-box {
    padding: 0
}

body.is-touch-device .scroll_top {
    bottom: 60px
}

@media (max-width:1200px) {
    body>.wrap {
        margin-top: 80px
    }

    .lang-switch.lang {
        display: none !important;
    }



    body header.banner {
        height: 80px
    }

    body header.banner a.brand {
        width: 140px;
        height: 30px;
        position: absolute;
        left: 15px;
        top: 25px;
        margin: 0
    }

    body header.banner .nav-secondary {
        display: none;
        position: absolute;
        bottom: 15px;
        left: 15px;
        margin: 0;
        max-width: 60%
    }

    body header.banner .nav-secondary ul.nav>li {
        line-height: 22px
    }

    body header.banner .lang-switch {
        display: none;
        right: 15px;
        bottom: 17px;
        top: auto
    }

    body header.banner .toggle-primary-nav {
        display: block;
        position: absolute;
        top: 30px;
        right: 15px;
        width: 21px;
        height: 21px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNi4xNjciIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNi4xNjcgMjIiPgogIDxnIGlkPSJHcnVwcGVfMzAyMCIgZGF0YS1uYW1lPSJHcnVwcGUgMzAyMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyNi4zMzMgLTMwLjUpIj4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDgyIiBkYXRhLW5hbWU9IkxpbmllIDI0ODIiIHgyPSIyNC4xNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNy4zMzMgMzEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDgzIiBkYXRhLW5hbWU9IkxpbmllIDI0ODMiIHgyPSIyNC4xNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNy4zMzMgNDEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5pZV8yNDg0IiBkYXRhLW5hbWU9IkxpbmllIDI0ODQiIHgyPSIyNC4xNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNy4zMzMgNTEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat
    }

    body header.banner .nav-primary {
        display: none;
        width: 100%;
        position: fixed;
        top: 130px;
        height: calc(100vh - 130px);
        padding-bottom: 200px;
        z-index: 999999;
        overflow-y: scroll
    }

    body header.banner .nav-primary ul.nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-shadow: 0 14px 15px -10px rgba(96, 113, 133, .8);
        box-shadow: 0 14px 15px -10px rgba(96, 113, 133, .8)
    }

    body header.banner .nav-primary ul.nav>li {
        border-bottom: 1px solid rgba(0, 59, 102, .5)
    }

    body header.banner .nav-primary ul.nav>li>a {
        padding: 15px;
        margin: 0;
        border: none;
        font-size: 18px
    }

    body header.banner .nav-primary ul.nav>li.menu-item-has-children>a {
        position: relative
    }

    body header.banner .nav-primary ul.nav>li.menu-item-has-children>a .toggle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-chevron-right fa-w-10' data-prefix='fas' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 17px;
        right: 15px;
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 24px;
        width: 24px;
        display: block;
        background-position: 50%;
        -webkit-transition: -webkit-transform .15s ease;
        transition: -webkit-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease, -o-transform .15s ease
    }

    body header.banner .nav-primary ul.nav>li.menu-item-has-children.open>a .toggle {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    body header.banner .nav-primary ul.nav>li.menu-item-has-children.open>.sub-menu-wrap {
        display: block !important
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap {
        display: none !important;
        position: relative;
        height: auto;
        border: none;
        visibility: visible;
        opacity: 1
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap:after {
        display: none
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container {
        padding: 0;
        max-width: none
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>.additional-info {
        display: none
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu {
        width: 100% !important;
        padding: 0
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu:after {
        display: none
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li {
        padding-left: 0;
        padding-right: 0
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li:last-child>a {
        border-bottom: 0
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li>a {
        padding: 15px;
        font-size: 18px
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a {
        position: relative
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a:after {
        display: none
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children>a .toggle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-chevron-right fa-w-10' data-prefix='fas' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 17px;
        right: 15px;
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 24px;
        width: 24px;
        display: block;
        background-position: 50%;
        -webkit-transition: -webkit-transform .15s ease;
        transition: -webkit-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease, -o-transform .15s ease
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children.open>a .toggle {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li.menu-item-has-children.open>.sub-menu-wrap {
        display: block !important
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap {
        display: none !important;
        position: relative;
        width: 100%;
        height: auto;
        left: 0
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu {
        padding: 0 0 0 15px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        background-color: #f2f5f7;
        grid-template-rows: unset;
        grid-auto-flow: unset
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu>li>a {
        font-size: 18px
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu>li:first-child>a {
        border-top: none
    }

    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap>.container>ul.sub-menu>li .sub-menu-wrap>.container ul.sub-menu>li:last-child>a {
        border-bottom: none
    }

    body header.banner.open-primary-nav {
        height: 130px
    }

    body header.banner.open-primary-nav .toggle-primary-nav {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4zMjkiIGhlaWdodD0iMjQuMzI4IiB2aWV3Qm94PSIwIDAgMjQuMzI5IDI0LjMyOCI+CiAgPGcgaWQ9IkdydXBwZV8zMDE3IiBkYXRhLW5hbWU9IkdydXBwZSAzMDE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPgogICAgPGxpbmUgaWQ9IkxpbmllXzI0ODUiIGRhdGEtbmFtZT0iTGluaWUgMjQ4NSIgeDI9IjIxLjUiIHkyPSIyMS41IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0iTGluaWVfMjQ4NiIgZGF0YS1uYW1lPSJMaW5pZSAyNDg2IiB4MT0iMjEuNSIgeTI9IjIxLjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=)
    }

    body header.banner.open-primary-nav .lang-switch,
    body header.banner.open-primary-nav .nav-primary,
    body header.banner.open-primary-nav .nav-secondary {
        display: block
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    body header.banner .nav-primary {
        max-width: 600px;
        right: 0
    }

    body header.banner .nav-primary:before {
        content: "";
        background: rgba(0, 0, 0, .6);
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        z-index: -1
    }

    body header.banner .nav-primary ul.nav>li,
    body header.banner .nav-primary ul.nav>li>.sub-menu-wrap {
        width: 100%
    }
}

@media (max-width:1200px) {
    body .fixed-sidebar {
        display: block;
        top: unset;
        bottom: 0;
        right: unset;
        width: 100%
    }

    body .fixed-sidebar .action-btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: 47px;
        margin: 0
    }

    body .fixed-sidebar .action-btn img {
        margin-right: 10px
    }

    body .fixed-sidebar .action-search {
        float: left;
        width: calc(50% - 1px);
        margin-right: 1px
    }

    body .fixed-sidebar .action-search .collapse-container .action-content {
        display: block;
        padding: 80px 30px 30px;
        height: 100vh
    }

    body .fixed-sidebar .action-search .collapse-container .action-content h2 {
        text-align: left;
        padding: 0 20px;
        margin-left: 0
    }

    body .fixed-sidebar .action-search .collapse-container .action-content p {
        text-align: left;
        padding: 0 20px
    }

    body .fixed-sidebar .action-search .collapse-container form.search-form {
        width: 100%;
        text-align: left;
        display: block;
        padding: 0 20px
    }

    body .fixed-sidebar .action-search .collapse-container form.search-form label {
        width: calc(100% - 20px);
        margin-top: 30px;
        display: inline-block
    }

    body .fixed-sidebar .action-search .collapse-container form.search-form label input.search-field {
        width: 100%;
        max-width: none
    }

    body .fixed-sidebar .action-search .collapse-container form.search-form input.search-submit {
        display: inline-block
    }

    body .fixed-sidebar .action-contact {
        float: left;
        width: 50%
    }

    body .fixed-sidebar .action-contact .collapse-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%
    }

    body .fixed-sidebar .action-contact .collapse-container .action-content {
        height: 100vh;
        padding: 80px 30px 30px
    }

    body .fixed-sidebar .action-contact .collapse-container .action-content .content-box {
        padding: 0
    }

    body .scroll_top {
        bottom: 60px
    }
}

footer {
    background-color: #3a3d40
}

footer .top-bar {
    padding-top: 67px;
    padding-bottom: 67px
}

footer .top-bar>.container {
    position: relative
}

footer .top-bar .brand {
    display: inline-block;
    width: 157px;
    height: 31px;
    margin-bottom: 65px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;

}

.iso img {
    padding-left: 30px;
    width: 100%;
    max-width: 225px;
}


.social-media {

    float: right;
}

footer .top-bar .social-media a {
    olor: #000;
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

footer .top-bar ul.nav {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

footer .top-bar ul.nav>li {
    padding: 0 20px 0 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

footer .top-bar ul.nav>li:last-child {
    padding-right: 0
}

footer .top-bar ul.nav>li>a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

footer .top-bar ul.nav>li>ul.sub-menu {
    padding: 0;
    margin: 20px 0 0
}

footer .top-bar ul.nav>li>ul.sub-menu>li {
    padding: 0;
    margin: 0 0 15px
}

footer .top-bar ul.nav>li>ul.sub-menu>li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

footer .top-bar ul.nav>li>ul.sub-menu>li>ul.sub-menu {
    display: none
}

footer .bottom-bar {
    background: #fff;
    font-size: 18px;
    padding: 20px 0
}

footer .bottom-bar>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

footer .bottom-bar>.container ul.nav li {
    padding: 0 10px
}

footer .bottom-bar>.container ul.nav li:last-child {
    padding-right: 0
}

footer .bottom-bar>.container ul.nav li a {
    color: #3a3d40
}

@media (max-width:1366.98px) {
    footer .bottom-bar {
        padding-bottom: 80px
    }
}

@media (max-width:1024.98px) {
    footer .top-bar ul.nav>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%
    }

    footer .top-bar ul.nav>li ul.sub-menu {
        margin: 10px 0 40px
    }

    footer .bottom-bar {
        padding-bottom: 80px
    }

    footer .bottom-bar>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .bottom-bar .copy {
        margin-bottom: 20px
    }
}

.box {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767.98px) {
    .box {
        padding-top: 0;
        padding-bottom: 0
    }
}

.box-text {
    background-color: #003b66;
    color: #fff
}

.box-teaser-products {
    position: relative;
    padding: 80px 0 40px;
    background-color: #f6f6f6;
}

.feature-info-style-01 {
    box-shadow: 2px 2px 4px 0px rgb(2 45 98 / 10%);
}



.box-teaser-products .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.box-teaser-products .bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-products.background .item {
    background-color: rgba(242, 245, 247, .8) !important
}

.box-teaser-products.accent .item-shadow:after {
    opacity: 1
}

.box-teaser-products.accent.background .item {
    background-color: #f2f5f7 !important;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-teaser-products .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto;
    width: 100%
}

.box-teaser-products .items .item-wrapper {
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px
}

.box-teaser-products .items .item {
    background-color: #f2f5f7;
    height: 100%;
    -webkit-transition: -webkit-transform .05s ease-in;
    transition: -webkit-transform .05s ease-in;
    -o-transition: -o-transform .05s ease-in;
    transition: transform .05s ease-in;
    transition: transform .05s ease-in, -webkit-transform .05s ease-in, -o-transform .05s ease-in
}

.box-teaser-products .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    background-color: #fff;
    ;
    box-shadow: 2px 2px 4px 0px rgb(2 45 98 / 10%);
    border-radius: 5px;
}

.box-teaser-products .items .item .media .media-image {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 100%;
    background-color: #f1f0ec
}

.box-teaser-products .items .item .media .media-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-products .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1
}

.box-teaser-products .items .item .media .media-body h3 {
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66
}

.box-teaser-products .items .item .media .media-body p {
    height: 150px;
    overflow: hidden;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #3a3d40
}

.box-teaser-products .items .item:hover {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.box-teaser-products .slider h4 {
    margin-bottom: 40px
}

.box-teaser-products .slider.slick-slider {
    margin: 0 -15px
}

.box-teaser-products .items .item-wrapper {
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
}

.box-teaser-products .slider .slick-slide {
    padding: 25px 0 0;
    text-align: left
}

#client .item-wrapper {
    margin-right: 10px;
}


.box-teaser-products .slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.box-teaser-products .slider .slick-arrow {
    color: #003b66;
    font-size: 28px
}

.box-teaser-products .slider .slick-arrow:before {
    content: ""
}

.box-teaser-products .slider .slick-arrow.slick-next {
    right: -30px
}

.box-teaser-products .slider .slick-arrow.slick-prev {
    left: -30px
}

.slider-banner .slick-arrow svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    right: 0;
}

.slider-banner .slick-prev.slick-arrow,
.slider-banner .slick-arrow.slick-next {
    left: 0px;
    right: 0;
    width: 46px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}


.slider-banner .slick-arrow.slick-next {
    right: 0px;
    left: inherit;

}


.slider-banner .slider .slick-arrow:before {
    content: ""
}



@media (max-width:1366.98px) {
    .box-teaser-products .slider .slick-arrow {
        font-size: 22px
    }

    .box-teaser-products .slider .slick-arrow.slick-next {
        right: -12px
    }

    .box-teaser-products .slider .slick-arrow.slick-prev {
        left: -6px
    }
}

.box-teaser-products .slider .slick-arrow svg {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0
}

@media (max-width:1024.98px) {
    .box-teaser-products {
        padding: 80px 0 40px
    }

    .box-teaser-products .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }

    .box-teaser-products .container .items {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%
    }

    .box-teaser-products .container .items .slick-arrow {
        z-index: 10
    }

    .box-teaser-products .container .items .slick-arrow svg {
        top: -80px
    }

    .box-teaser-products .container .items .slick-prev {
        left: 0
    }

    .box-teaser-products .container .items .slick-prev svg {
        right: unset;
        left: 2px
    }

    .box-teaser-products .container .items .slick-next {
        right: 0
    }

    .box-teaser-products .container .items .slick-next svg {
        left: unset;
        right: 0
    }
}

.box-teaser-content {
    position: relative
}

@media (max-width:1366.98px) {
    .box-teaser-content .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }

    body.is-touch-device>.wrap {
        margin-top: 0px;
    }

    .download-padding {
        background-size: contain !important;
    }


    header.banner .lang-switch {
        position: absolute;
        top: 8;
        right: 20px;
    }
}

.box-teaser-content .box-wrap {
    padding: 85px 0 40px
}

.box-teaser-content .light {
    background-color: rgba(230, 245, 240, 0)
}

.box-teaser-content .dark,
.box-teaser-content .light {
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-teaser-content .dark {
    background-color: rgba(0, 59, 102, .8)
}

.box-teaser-content .dark h2,
.box-teaser-content .dark h4 {
    color: #fff
}

.box-teaser-content.accent .light {
    background-color: #e6ebf0 !important
}

.box-teaser-content.accent .dark {
    background-color: #003b66 !important
}

.box-teaser-content.accent .media-image {
    opacity: 1 !important
}

.box-teaser-content .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto
}

.box-teaser-content .items .item-wrapper {
    margin-bottom: 40px
}

@media (max-width:1024.98px) {
    .box-teaser-content .items .item-wrapper:nth-child(odd) {
        padding-left: 0
    }

    body.is-touch-device>.wrap {
        margin-top: 0px;
    }

    section.box.box-download.download-padding {
        padding: 0px 0px;
    }

    .download-padding ul {
        margin: 0 !important;
    }


    .box-teaser-content .items .item-wrapper:nth-child(2n) {
        padding-right: 0
    }

    .download-padding {

        background-image: unset !important;
    }

    h1 {
        font-weight: 600;
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 0;
        margin-bottom: 8px;
        text-align: left;
        color: #003b66;
    }

}

@media (max-width:767.98px) {
    .box-teaser-content .items .item-wrapper {
        padding: 0
    }
}

.box-teaser-content .items .item {
    background-color: transparent;
    height: 100%
}

.box-teaser-content .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.box-teaser-content .items .item .media .media-image {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 100%;
    opacity: .8;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.box-teaser-content .items .item .media .media-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-content .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: center
}

.box-teaser-content .items .item .media .media-body h3 {
    height: 110px;
    overflow: hidden;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66
}

.box-teaser-content .items .item .media .media-body p {
    height: 150px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

.box-teaser-content .dark .items .item {
    background-color: transparent
}

.box-teaser-content .dark .items .item .media-body h3,
.box-teaser-content .dark .items .item .media-body p {
    color: #fff
}

@media (max-width:1024.98px) {

    .box-teaser-content .items .item .media,
    .box-teaser-content h2,
    .box-teaser-content h4 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.box-teaser-seminar {
    position: relative;
    padding: 80px 0
}

.box-teaser-seminar .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.box-teaser-seminar .bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-seminar.accent .item {
    background-color: #fff !important
}

.box-teaser-seminar.accent .item span.date {
    background-color: #f2f5f7 !important
}

.box-teaser-seminar.accent .item-shadow:after {
    opacity: 1
}

.box-teaser-seminar .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    width: calc(100% + 40px)
}

.box-teaser-seminar .items .item-wrapper {
    margin-bottom: 40px
}

.box-teaser-seminar .items .item {
    background-color: hsla(0, 0%, 100%, .4);
    -webkit-transition: background-color .5s ease-in-out, -webkit-transform .05s ease-in;
    transition: background-color .5s ease-in-out, -webkit-transform .05s ease-in;
    -o-transition: background-color .5s ease-in-out, -o-transform .05s ease-in;
    transition: background-color .5s ease-in-out, transform .05s ease-in;
    transition: background-color .5s ease-in-out, transform .05s ease-in, -webkit-transform .05s ease-in, -o-transform .05s ease-in;
    height: 100%
}

.box-teaser-seminar .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.box-teaser-seminar .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1
}

.box-teaser-seminar .items .item .media .media-body .meta {
    margin-top: 4px
}

.box-teaser-seminar .items .item .media .media-body h3 {
    height: 110px;
    overflow: hidden;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66
}

.box-teaser-seminar .items .item .media .media-body p {
    height: 150px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

.box-teaser-seminar .items .item .media .media-body span.date {
    margin-bottom: 20px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #003b66;
    background-color: #f2f5f7;
    padding: 4px 8px;
    border-radius: 2px;
    line-height: 30px;
    background-color: #fff
}

.box-teaser-seminar .items .item .media .media-body span.date,
.box-teaser-seminar .items .item .media .media-body span.icon {
    display: inline-block;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-teaser-seminar .items .item .media .media-body span.icon {
    background-color: #f2f5f7;
    position: relative;
    width: 55px;
    height: 38px;
    vertical-align: top
}

.box-teaser-seminar .items .item .media .media-body span.icon.presence:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NSIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDU1IDM4Ij4KICA8ZyBpZD0iaWNvbl9wcmFlc2VuenZlcmFuc3RhbHR1bmciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTIgLTEyMTgxKSI+CiAgICA8cmVjdCBpZD0iUmVjaHRlY2tfMTY4MSIgZGF0YS1uYW1lPSJSZWNodGVjayAxNjgxIiB3aWR0aD0iNTUiIGhlaWdodD0iMzgiIHJ4PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTIgMTIxODEpIiBmaWxsPSIjZjJmNWY3Ii8+CiAgICA8ZyBpZD0iR3J1cHBlXzMyNzEiIGRhdGEtbmFtZT0iR3J1cHBlIDMyNzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODEzIDEwNjkzKSI+CiAgICAgIDxwYXRoIGlkPSJQZmFkXzk2NzciIGRhdGEtbmFtZT0iUGZhZCA5Njc3IiBkPSJNMjYuODQ5LDMuODc1QTMuMjc0LDMuMjc0LDAsMSwxLDIzLjU3NC42LDMuMjc1LDMuMjc1LDAsMCwxLDI2Ljg0OSwzLjg3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTUyOS44MDEgMTQ5OC45KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgICA8cGF0aCBpZD0iUGZhZF85Njc5IiBkYXRhLW5hbWU9IlBmYWQgOTY3OSIgZD0iTTI2Ljg0OSwzLjg3NUEzLjI3NCwzLjI3NCwwLDEsMSwyMy41NzQuNiwzLjI3NSwzLjI3NSwwLDAsMSwyNi44NDksMy44NzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk1MTYuODAxIDE0OTguOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgICAgPHBhdGggaWQ9IlBmYWRfOTY4MSIgZGF0YS1uYW1lPSJQZmFkIDk2ODEiIGQ9Ik0yNi44NDksMy44NzVBMy4yNzQsMy4yNzQsMCwxLDEsMjMuNTc0LjYsMy4yNzUsMy4yNzUsMCwwLDEsMjYuODQ5LDMuODc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5NTAzLjgwMSAxNDk4LjkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICAgIDxwYXRoIGlkPSJQZmFkXzk2ODAiIGRhdGEtbmFtZT0iUGZhZCA5NjgwIiBkPSJNMTcuNCwxOS41NzFWMTYuMjUyYzAtMS4wNzguNi0xLjk1MiwxLjMzNi0xLjk1Mmg3Ljc1MmMuNzM4LDAsMS4zMzYuODc0LDEuMzM2LDEuOTUydjMuNDE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk1MDIuOSAxNDk0LjM1NykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgICAgPHBhdGggaWQ9IlBmYWRfOTY4NCIgZGF0YS1uYW1lPSJQZmFkIDk2ODQiIGQ9Ik0xNy40LDE5LjU3MVYxNi4yNTJjMC0xLjA3OC42LTEuOTUyLDEuMzM2LTEuOTUyaDcuNzUyYy43MzgsMCwxLjMzNi44NzQsMS4zMzYsMS45NTJ2My40MTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTUxNS45IDE0OTQuMzU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgICA8cGF0aCBpZD0iUGZhZF85Njg1IiBkYXRhLW5hbWU9IlBmYWQgOTY4NSIgZD0iTTE3LjQsMTkuNTcxVjE2LjI1MmMwLTEuMDc4LjYtMS45NTIsMS4zMzYtMS45NTJoNy43NTJjLjczOCwwLDEuMzM2Ljg3NCwxLjMzNiwxLjk1MnYzLjQxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5NTI4LjkgMTQ5NC4zNTcpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 38px
}

.box-teaser-seminar .items .item .media .media-body span.icon.online:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyNC4yODgiIHZpZXdCb3g9IjAgMCAyOSAyNC4yODgiPgogIDxnIGlkPSJHcnVwcGVfMzI3MiIgZGF0YS1uYW1lPSJHcnVwcGUgMzI3MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTk1NTcgLTE0OTUpIj4KICAgIDxnIGlkPSJSZWNodGVja18xNjgyIiBkYXRhLW5hbWU9IlJlY2h0ZWNrIDE2ODIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTU1NyAxNDk1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICA8cmVjdCB3aWR0aD0iMjkiIGhlaWdodD0iMTkiIHJ4PSI0IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjE3IiByeD0iMyIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IlBmYWRfOTY4MiIgZGF0YS1uYW1lPSJQZmFkIDk2ODIiIGQ9Ik0yNi4wNTUsMy40NzhBMi44NzcsMi44NzcsMCwxLDEsMjMuMTc3LjYsMi44NzgsMi44NzgsMCwwLDEsMjYuMDU1LDMuNDc4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5NTY1LjQzOCAxNDk4LjM1NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGlkPSJQZmFkXzk2ODMiIGRhdGEtbmFtZT0iUGZhZCA5NjgzIiBkPSJNMTcuNCwxNy40NzJ2LTJBMS4xNzUsMS4xNzUsMCwwLDEsMTguNTc0LDE0LjNoNi44MTJhMS4xNzUsMS4xNzUsMCwwLDEsMS4xNzQsMS4xNzV2Mi4wNTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTU2NC4yOTUgMTQ5Mi43MDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0iTGluaWVfMjU5MSIgZGF0YS1uYW1lPSJMaW5pZSAyNTkxIiB5Mj0iMy41MTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTU0Mi41IDE1MTQuNzczKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPGxpbmUgaWQ9IkxpbmllXzI1OTIiIGRhdGEtbmFtZT0iTGluaWUgMjU5MiIgeDI9IjE0LjA2MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5NTQ5LjUzMSAxNTE4LjI4OCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwM2I2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 29px;
    height: 24px
}

.box-teaser-seminar .items .item:hover {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.box-teaser-seminar div.more {
    text-align: center;
    padding-top: 20px
}

@media (max-width:1366.98px) {

    .box-teaser-seminar h2,
    .box-teaser-seminar h4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .box-teaser-seminar .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }

    .box-teaser-seminar .items {
        width: 100%;
        -webkit-transform: unset;
        -o-transform: unset;
        transform: unset
    }
}

.box-teaser-exhibitions {
    position: relative;
    padding: 80px 0 0px;
}

.box-teaser-exhibitions .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.box-teaser-exhibitions .bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-exhibitions.accent .item-shadow {
    opacity: 1
}

.box-teaser-exhibitions.accent .item {
    background-color: rgba(242, 245, 247, .8) !important
}

.box-teaser-exhibitions.accent .item .media-image {
    opacity: 1 !important
}

.box-teaser-exhibitions .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    width: calc(100% + 40px)
}

.box-teaser-exhibitions .items .item-wrapper {
    margin-bottom: 40px
}

.box-teaser-exhibitions .items .item {
    background-color: rgba(242, 245, 247, .4);
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    height: 100%
}

.box-teaser-exhibitions .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.box-teaser-exhibitions .items .item .media .media-image {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 100%;
    opacity: .8;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.box-teaser-exhibitions .items .item .media .media-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-exhibitions .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.box-teaser-exhibitions .items .item .media .media-body .meta {
    margin-top: 4px;
    height: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px
}

.box-teaser-exhibitions .items .item .media .media-body h3 {
    height: 110px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    overflow: hidden;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66
}

.box-teaser-exhibitions .items .item .media .media-body h3 small {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

.box-teaser-exhibitions .items .item .media .media-body span.date {
    display: inline-block;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #003b66;
    background-color: #f2f5f7;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #fff
}

.box-teaser-exhibitions .items .item .media .media-body span.location {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    color: #3a3d40
}

.box-teaser-exhibitions .items .item .media .media-body .links {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.box-teaser-exhibitions .items .item .media .media-body .links a {
    margin-bottom: 6px
}

.box-teaser-exhibitions div.more {
    text-align: center;
    padding-top: 20px
}

@media (max-width:1366.98px) {

    .box-teaser-exhibitions h2,
    .box-teaser-exhibitions h4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .box-teaser-exhibitions .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }

    .box-teaser-exhibitions .items {
        width: 100%;
        -webkit-transform: unset;
        -o-transform: unset;
        transform: unset
    }
}

.box-teaser-directlinks {
    position: relative
}

@media (max-width:1366.98px) {
    .box-teaser-directlinks .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

.box-teaser-directlinks .box-wrap {
    position: relative;
    padding: 85px 0 40px;
    background-color: rgba(0, 59, 102, .8);
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-teaser-directlinks .box-wrap .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.box-teaser-directlinks .box-wrap .bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-directlinks h2,
.box-teaser-directlinks h4 {
    color: #fff
}

.box-teaser-directlinks.accent .box-wrap {
    background-color: #003b66
}

.box-teaser-directlinks.accent .box-wrap .bgimg {
    opacity: 1
}

.box-teaser-directlinks .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto
}

.box-teaser-directlinks .items .item-wrapper {
    margin-bottom: 40px
}

.box-teaser-directlinks .items .item {
    background-color: transparent;
    height: 100%
}

.box-teaser-directlinks .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.box-teaser-directlinks .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: left;
    width: 100%
}

.box-teaser-directlinks .items .item .media .media-body h3 {
    height: 110px;
    overflow: hidden;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66
}

.box-teaser-directlinks .items .item .media .media-body p {
    height: 150px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    color: #fff
}

.box-teaser-directlinks .items .item .media .media-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    margin: -17px 0 0;
    padding: 0;
    list-style-type: none
}

.box-teaser-directlinks .items .item .media .media-body ul li {
    display: block;
    border-bottom: 1px solid #fff
}

.box-teaser-directlinks .items .item .media .media-body ul li:before {
    content: unset
}

.box-teaser-directlinks .items .item .media .media-body ul a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .45px;
    color: #003b66;
    color: #fff;
    line-height: 52px;
    letter-spacing: .25px;
    padding: 5px 20px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left
}

.box-teaser-directlinks .items .item .media .media-body ul a .fa-chevron-right {
    float: right;
    margin-top: 0
}

@media (max-width:1024.98px) {
    .box-teaser-directlinks .items {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important
    }

    .box-teaser-directlinks .items .media .media-body p {
        height: auto !important
    }
}

.box-teaser-topics {
    position: relative;
    margin: 0 0 0px
}

@media (max-width:1366.98px) {
    .box-teaser-topics .container {
        max-width: calc(100% - 2px)
    }
}

.box-teaser-topics.accent .media-image {
    opacity: 1 !important
}

.box-teaser-topics .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto;
    width: 100%
}

.box-teaser-topics .items .item-wrapper {
    margin-bottom: 60px
}

@media (max-width:1024.98px) {
    .box-teaser-topics .items .item-wrapper:nth-child(odd) {
        padding-left: 0
    }

    .box-teaser-topics .items .item-wrapper:nth-child(2n) {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .box-teaser-topics .items .item-wrapper {
        padding: 0
    }
}

.box-teaser-topics .items .item {
    background-color: transparent;
    height: 100%
}

.box-teaser-topics .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.box-teaser-topics .items .item .media .media-image {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 100%;
    opacity: .8;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    background-color: #f1f0ec
}

.box-teaser-topics .items .item .media .media-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-teaser-topics .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: center;
    width: 100%
}

.box-teaser-topics .items .item .media .media-body .headline {
    height: 70px;
    position: relative;
    margin-bottom: 20px
}

.box-teaser-topics .items .item .media .media-body .headline h3 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.box-teaser-topics .items .item .media .media-body p {
    height: 140px;
    overflow: hidden;
    margin-bottom: 7px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

@media (max-width:1024.98px) {
    .box-teaser-topics .items .item .media .media-body .headline {
        height: auto !important
    }

    .box-teaser-topics .items .item .media .media-body .headline h3 {
        font-size: 24px !important;
        line-height: 30px !important;
        letter-spacing: .5px !important;
        position: relative !important
    }

    .box-teaser-topics .items .item .media .media-body p {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .2px !important
    }
}

.box-teaser-img {
    position: relative
}

@media (max-width:1366.98px) {
    .box-teaser-img .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

.box-teaser-img.accent .box-wrap {
    background-color: #e6ebf0
}

.box-teaser-img.accent .box-wrap .bgimg {
    opacity: 1
}

.box-teaser-img .box-wrap {
    background-color: #f2f5f7;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    position: relative;

}

.box-teaser-img.accent .box-wrap {
    padding: 73px 0px;
}

.box-teaser-img .box-wrap .bgimg {
    width: 50%;
    opacity: .8
}

.box-teaser-img .box-wrap .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1640px;
    margin: 0 auto
}

.box-teaser-img .box-wrap .row .text h2 {
    margin-bottom: 30px;
    text-align: left
}

.box-teaser-img .box-wrap .row .text p {
    text-align: justify;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

.box-teaser-img .imgleft .bgimg {
    left: 0
}

.box-teaser-img .imgleft .bgimg img {
    /* -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    mask-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    mask-image: linear-gradient(90deg, #000, transparent); */
}

.box-teaser-img .imgleft .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.box-teaser-img .imgleft .row .text {
    padding: 50px 140px 50px 0;
}

.box-teaser-img .imgright .bgimg {
    left: unset !important;
    right: 0
}



.box-teaser-img .imgright .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.box-teaser-img .imgright .row .text {
    padding: 50px 0 50px 140px;
}

@media (max-width:1024.98px) {
    .box-teaser-img {
        padding-bottom: 60px
    }

    .box-teaser-img .container {
        padding-right: 20px;
        padding-left: 20px
    }
    section.box.box-content-text.text-left {
        text-align: justify !important;
    }

    .box-teaser-img .container .box-wrap {
        background-color: #fff !important
    }

    .box-teaser-img .container .box-wrap .bgimg {
        width: 100% !important;
        position: relative !important;
        top: unset !important
    }

    .box-teaser-img .container .box-wrap .bgimg img {
        -webkit-mask-image: unset !important;
        mask-image: unset !important
    }

    .box-teaser-img .container .box-wrap .row .text {
        padding: 40px 0 !important;
        text-align: center !important
    }

    .box-teaser-img .container .box-wrap .row .text h2,
    .box-teaser-img .container .box-wrap .row .text p {
        text-align: justify ;
    }

    .box-teaser-img.accent .box-wrap {
        padding: 0px 0px;
    }
}



.box-header-default-with-icons .bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.box-header-default-with-icons .bgvideo .poster {
    height: 100%;
    width: 100%;
    background-size: cover
}

@media (min-width:1024px) {
    .box-header-default-with-icons .bgvideo video {
        display: block !important
    }
}

.box-header-default-with-icons .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.box-header-default-with-icons .front {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.box-header-default-with-icons .front .hero {
    text-align: left;
    padding: 45px;
    margin-top: 120px;
    background: #fff;
    background: -webkit-linear-gradient(310deg, #fff, hsla(0, 0%, 100%, .549457));
    background: -o-linear-gradient(310deg, #fff 0, hsla(0, 0%, 100%, .549457) 100%);
    background: linear-gradient(140deg, #fff, hsla(0, 0%, 100%, .549457))
}

.box-header-default-with-icons .front .hero .topline {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .4px;
    margin-bottom: 70px;
    text-align: center;
    color: #3a3d40;
    text-transform: uppercase;
    color: #637d96
}

.box-header-default-with-icons .front .hero h1 {
    margin-bottom: 30px
}

.box-header-default-with-icons .front .industry-icons {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 59, 102, .9)), to(#003b66));
    background: -webkit-linear-gradient(top, rgba(0, 59, 102, .9), #003b66);
    background: -o-linear-gradient(top, rgba(0, 59, 102, .9), #003b66);
    background: linear-gradient(180deg, rgba(0, 59, 102, .9), #003b66);
    margin: 0;
    border: none
}

.box-header-default-with-icons .front .industry-icons .separator-opaque {
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    width: 100%
}

.box-header-default-with-icons .front .industry-icons .separator-opaque .separator-left {
    position: relative;
    float: left;
    width: calc(50% - 35px);
    height: 25px;
    background-color: rgba(0, 59, 102, .9)
}

.box-header-default-with-icons .front .industry-icons .separator-opaque .separator-left:after {
    position: absolute;
    top: 0;
    right: -35px;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent rgba(0, 59, 102, .9);
    border-style: solid;
    border-width: 25px 0 0 35px
}

.box-header-default-with-icons .front .industry-icons .separator-opaque .separator-right {
    position: relative;
    float: right;
    width: calc(50% - 35px);
    height: 25px;
    background-color: rgba(0, 59, 102, .9)
}

.box-header-default-with-icons .front .industry-icons .separator-opaque .separator-right:before {
    position: absolute;
    top: 0;
    left: -35px;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent rgba(0, 59, 102, .9);
    border-style: solid;
    border-width: 0 0 25px 35px
}

.box-header-default-with-icons .front .industry-icons svg.separator-bottom {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    margin: 0;
    border: 0
}

.box-header-default-with-icons .front .industry-icons svg.separator-bottom path {
    fill: #003b66
}

.box-header-default-with-icons .front .industry-icons .items {
    max-width: 1840px;
    margin: 25px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-header-default-with-icons .front .industry-icons .items .item {
    max-width: 200px
}

.box-header-default-with-icons .front .industry-icons .items .item .icon {
    width: auto;
    height: 65px;
    margin: 3px;
    -webkit-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: -webkit-transform .08s ease-in-out;
    transition: -webkit-transform .08s ease-in-out;
    -o-transition: -o-transform .08s ease-in-out;
    transition: transform .08s ease-in-out;
    transition: transform .08s ease-in-out, -webkit-transform .08s ease-in-out, -o-transform .08s ease-in-out
}

.box-header-default-with-icons .front .industry-icons .items .item .icon img.style-svg {
    visibility: hidden;
    display: none
}

.box-header-default-with-icons .front .industry-icons .items .item .icon svg {
    color: #fff;
    height: 100%
}

.box-header-default-with-icons .front .industry-icons .items .item .icon svg path {
    fill: #fff !important;
    -webkit-transition: fill .08s ease-in-out;
    -o-transition: fill .08s ease-in-out;
    transition: fill .08s ease-in-out
}

.box-header-default-with-icons .front .industry-icons .items .item a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center
}

.box-header-default-with-icons .front .industry-icons .items .item a .icon-label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .45px;
    color: #003b66;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    -webkit-transition: color .08s ease-in-out;
    -o-transition: color .08s ease-in-out;
    transition: color .08s ease-in-out
}

.box-header-default-with-icons .front .industry-icons .items .item a:hover {
    text-decoration: none
}

.box-header-default-with-icons .front .industry-icons .items .item a:hover .icon-label {
    color: var(--indigo);
}

.box-header-default-with-icons .front .industry-icons .items .item a:hover .icon {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.box-header-default-with-icons .front .industry-icons .items .item a:hover .icon svg path {
    fill: #ffc000 !important
}

@media (max-width:1366.98px) {
    .box-header-default-with-icons {
        margin-bottom: 55px !important
    }

    .box-header-default-with-icons .industry-icons {
        bottom: -55px !important
    }

    .box-header-default-with-icons .industry-icons .item .icon {
        height: 60px !important;
        margin: 0 20px !important
    }
}

@media (max-width:1024.98px) {
    .box-header-default-with-icons {
        margin-bottom: 50px !important
    }

    .box-header-default-with-icons .industry-icons {
        padding: 0 !important;
        bottom: -50px !important
    }

    .box-header-default-with-icons .industry-icons .items {
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important
    }
}

@media (max-width:996px) {
    .box-header-default-with-icons {
        margin-bottom: 55px !important
    }

    .box-header-default-with-icons .hero {
        margin-top: 50px !important;
        padding: 20px !important
    }

    .box-header-default-with-icons .industry-icons {
        bottom: -55px !important
    }
}

@media (max-width:767px) {

    .box-header-default-with-icons .industry-icons {
        bottom: 0px !important;
    }

    .separator-opaque {
        display: none !important;
    }

    footer .bottom-bar {
        padding-bottom: 15px;
    }

    footer .bottom-bar {
        padding-bottom: 15px;
    }

    .big-taxt {
        font-size: 74px !important;
        top: -158% !important;
    }

    .box-header-default-with-icons .bgvideo {
        position: relative;
        height: 300px
    }

    .box-header-default-with-icons .front {
        position: relative
    }

    .box-header-default-with-icons .front .container {
        width: 100%;
        padding: 0
    }

    .box-header-default-with-icons .front .container .hero {
        margin-top: 0;
        padding: 20px
    }

    .box-header-default-with-icons .front .container .box-wrap {
        padding: 20px
    }

    .box-header-default-with-icons .front .container .industry-icons {
        display: block;
        position: relative;
        bottom: unset;
        margin-top: 0px;
        padding: 0 0 20px !important
    }

    .box-header-default-with-icons .front .container .industry-icons .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .box-header-default-with-icons .front .container .industry-icons .items .item .icon {
        height: 60px;
        margin: 10px
    }

    .box-header-default-with-icons .front .container .industry-icons .items .item .icon-label {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: .25px
    }

    .box-header-default-with-icons .front .container .industry-icons svg.separator-bottom {
        bottom: -20px;
        height: 20px
    }

    .box-header-default-with-icons .front .container .industry-icons .separator-opaque {
        top: -20px
    }

    .box-header-default-with-icons .front .container .industry-icons .separator-opaque .separator-left {
        height: 20px
    }

    .box-header-default-with-icons .front .container .industry-icons .separator-opaque .separator-left:after {
        border-width: 20px 0 0 35px
    }

    .box-header-default-with-icons .front .container .industry-icons .separator-opaque .separator-right {
        height: 20px
    }

    .box-header-default-with-icons .front .container .industry-icons .separator-opaque .separator-right:before {
        border-width: 0 0 20px 35px
    }
}

.box-header-default-with-content {
    position: relative
}

.box-header-default-with-content .header {
    position: relative;
    min-height: 700px
}

.box-header-default-with-content .header .bgimg .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(310deg, rgba(0, 59, 102, .65), rgba(99, 125, 150, .63));
    background: -o-linear-gradient(310deg, rgba(0, 59, 102, .65) 0, rgba(99, 125, 150, .63) 100%);
    background: linear-gradient(140deg, rgba(0, 59, 102, .65), rgba(99, 125, 150, .63))
}

@media (max-width:575.98px) {
    .box-header-default-with-content .header {
        min-height: unset
    }
    .product-gallery i{
        display: none;
    }
    .slick-next:before, .slick-prev:before{
        color: #000;
    }



    .social-media {
        float: left;
        padding: 24px 0px;
    }
    .iso img {
        padding-left: 0px;
    }


footer .top-bar .brand {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom:20px;
}

.box-teaser-img .box-wrap .row .text h2 {
    margin-bottom: 15px;
    font-size: 25px;
}

    .big-taxt {
        font-size: 78px !important;
        top: -63% !important;
    }

    .section-subtitle {
        font-size: 27px;
    }

    .box-header-default-with-content .header .hero {
        padding: 25px !important;
        margin-top: 0 !important
    }
}

.box-header-default-with-content .header .hero {
    text-align: left;
    padding: 45px;
    margin-top: 120px;
    background: #fff;
    background: -webkit-linear-gradient(310deg, #fff, hsla(0, 0%, 100%, .549457));
    background: -o-linear-gradient(310deg, #fff 0, hsla(0, 0%, 100%, .549457) 100%);
    background: linear-gradient(140deg, #fff, hsla(0, 0%, 100%, .549457))
}

.box-header-default-with-content .header .hero .topline {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .4px;
    margin-bottom: 70px;
    text-align: center;
    color: #3a3d40;
    text-transform: uppercase;
    color: #637d96
}

.box-header-default-with-content .header .hero h1 {
    max-height: 165px
}

.box-header-default-with-content .header_content {
    position: relative;
    width: 100%;
    margin: -60px auto 50px
}

.box-header-default-with-content .header_content .row .item-shadow {
    background-color: #fff
}

.box-header-default-with-content .header_content .row .item-shadow:after {
    opacity: 1
}

.box-header-default-with-content .header_content .content {
    min-height: 400px;
    padding-bottom: 80px
}

@media (max-width:1024.98px) {
    .box-header-default-with-content .header_content {
        margin: 0 auto 50px
    }

    .box-header-default-with-content .header_content .container {
        padding-left: 0;
        padding-right: 0
    }

    .box-header-default-with-content .header_content .container .row .item-shadow {
        padding: 0 20px
    }
}

.box-header-product-with-content {
    position: relative
}

.box-header-product-with-content .header {
    position: relative;
    min-height: 478px
}

.box-header-product-with-content .header .bgimg img {
    width: 66%;
    height: 95%;
    float: right;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center right;
    object-position: center right
}

@media (max-width:575.98px) {
    .box-header-product-with-content .header .bgimg img {
        width: 100%;
        float: none;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.box-header-product-with-content .header .hero {
    text-align: left;
    padding: 45px;
    margin-top: 120px;
    background: #fff;
    background: -webkit-linear-gradient(310deg, #fff, hsla(0, 0%, 100%, .549457));
    background: -o-linear-gradient(310deg, #fff 0, hsla(0, 0%, 100%, .549457) 100%);
    background: linear-gradient(140deg, #fff, hsla(0, 0%, 100%, .549457))
}

.box-header-product-with-content .header .hero .topline {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .4px;
    margin-bottom: 70px;
    text-align: center;
    color: #3a3d40;
    text-transform: uppercase;
    color: #637d96
}

.box-header-product-with-content .header .hero h1 {
    max-height: 165px
}

.box-header-product-with-content .header_content {
    position: relative;
    width: 100%;
    margin: -60px auto 50px
}

.box-header-product-with-content .header_content .row .item-shadow {
    background-color: #fff
}

.box-header-product-with-content .header_content .row .item-shadow:after {
    opacity: 1
}

.box-header-product-with-content .header_content .content {
    min-height: 400px;
    padding: 42px 40px 0px;
}

.product-gallery .item {
    margin: 0 5px;
}
/* 
.product-gallery i {
    color: #161010;
    font-size: 19px;
    background-color: #eef2f5;
    padding: 8px 15px;
    z-index: 99999;
} */
.pb-60 {
    padding-bottom: 60px;
}
.header h1 {
    text-transform: capitalize;
}
.box-wrap ul {
    margin-bottom: 20px !important;
}

.product-gallery .slick-prev{

    left: 15px;
}

.product-gallery .slick-next{
  right: 15px;
}

@media (max-width:1024.98px) {
    .box-header-product-with-content {
        opacity: 1
    }

    .box-header-product-with-content .bgimg.vertical-gradient {
        position: absolute;
        width: 100%;
        height: 300px
    }

    .box-header-product-with-content .header {
        min-height: 400px;
        padding-top: 30px
    }

    .box-header-product-with-content .header .hero {
        margin-top: 10px;
        padding: 20px
    }

    .box-header-product-with-content .header_content .container {
        padding-right: 0;
        padding-left: 0
    }

    .box-header-product-with-content .header_content .container .item-shadow {
        padding-left: 20px;
        padding-right: 20px
    }
}

.box-header-text-with-content {
    position: relative
}

.box-header-text-with-content .header {
    position: relative;
    min-height: 700px
}

.box-header-text-with-content .header h1 {
    padding-bottom: 65px
}

.box-header-text-with-content .header .text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .56px;
    color: #3a3d40;
    color: rgba(58, 61, 64, .65)
}

.box-header-text-with-content .header_content {
    position: relative;
    width: 100%;
    margin: -60px auto 50px
}

.box-header-text-with-content .header_content .row .item-shadow {
    background-color: #fff
}

.box-header-text-with-content .header_content .content {
    padding-bottom: 80px
}

.box-header-text-with-content.center-headline .header h1 {
    text-align: center
}

.box-header-text-with-content.disable-header-minheight .header {
    min-height: auto;
    padding-bottom: 65px
}

.box-header-text-with-content.disable-header-minheight .header_content {
    margin-top: 0
}

@media (max-width:1024.98px) {
    .box-header-text-with-content .header .text {
        margin-bottom: 60px
    }

    .box-header-text-with-content .bgimg {
        position: absolute;
        top: 0
    }

    .slick-next {
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .slick-prev {
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }




}

.box-content-event-note {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #ffc000
}

.box-content-event-note h3 {
    text-align: left;
    margin: 0 0 10px
}

.box-content-event-note h3 small {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: normal;
    color: #003b66
}

.box-content-event-note h4 {
    text-align: left;
    margin: 0 0 10px
}

@media (max-width:1024.98px) {
    .box-content-event-note {
        -webkit-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
        width: calc(100% + 40px);
        padding: 20px
    }
}

.box-content-headline-subline {
    position: relative
}

.box-content-headline-subline>.container {
    position: relative;
    z-index: 2
}

.box-content-headline-subline.layout-left * {
    text-align: left
}

.box-content-headline-subline.layout-right * {
    text-align: right
}

.box-content-headline-subline.has-image {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.box-content-headline-subline.has-image h4 {
    margin-bottom: 0
}

.box-content-headline-subline.has-gradient * {
    color: #fff
}

.box-content-headline-subline .gradient {
    background: -webkit-linear-gradient(325deg, #003b66, #637d96);
    background: -o-linear-gradient(325deg, #003b66, #637d96);
    background: linear-gradient(125deg, #003b66, #637d96);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.box-content-headline-text {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px
}

.box-content-headline-text h2 {
    text-align: left;
    margin: 0 0 40px
}

.box-content-headline-text .text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .56px;
    color: #3a3d40;
    color: rgba(58, 61, 64, .65)
}

.box-content-industryicons {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px
}

.box-content-industryicons .items {
    border-bottom: 1px solid #cbd7e0;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.box-content-industryicons .items .item {
    margin-right: 20px
}

.box-content-industryicons .items .item .icon {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.box-content-industryicons .items .item .icon img {
    max-height: 100%
}

.box-content-industryicons .items .item .icon svg {
    height: 100%
}

.box-content-industryicons .items .item .icon svg path {
    fill: #003b66;
    height: 100%;
    width: auto
}

.box-content-index {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px
}

.box-content-index span.index-headline {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
    color: #707070;
    display: block;
    margin-bottom: 5px
}

.box-content-index .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.box-content-index ul {
    list-style: none
}

.box-content-index ul li {
    padding: 0
}

.box-content-index ul li:before {
    content: unset
}

.box-content-index ul li a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .4px;
    text-align: center;
    color: #3a3d40;
    margin-bottom: 0;
    padding: 5px 55px 5px 0;
    color: rgba(58, 61, 64, .65);
    text-align: left
}

.box-content-index ul li a .fa-chevron-down {
    top: 14px
}

.box-content-index ul li a:hover .fa-chevron-down {
    top: 19px
}

.box-content-subline {
    padding-top: 0
}

.box-content-subline h3 {
    text-align: left;
    margin: 0 0 15px
}

.box-content-subline h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3px;
    max-width: unset
}

.box-content-text {
    padding-bottom: 0
}

.box-content-text,
.box-content-text .text p {
    margin-bottom: 40px
}

.box-content-text .text p:last-child {
    margin-bottom: 0
}

.box-content-text-image {
    padding-bottom: 0;
    margin-bottom: 40px
}

.box-content-text-image .position-top figure {
    margin-top: 0 !important
}

.box-content-text-image .position-middle .positioner {
    float: right
}

.box-content-text-image .position-middle .positioner.big {
    height: calc(50% - 235px)
}

.box-content-text-image .position-middle .positioner.small {
    height: calc(50% - 170px)
}

.box-content-text-image .position-bottom .positioner {
    float: right
}

.box-content-text-image .position-bottom .positioner.big {
    height: calc(100% - 395px)
}

.box-content-text-image .position-bottom .positioner.small {
    height: calc(100% - 355px)
}

.box-content-text-image .position-bottom figure {
    margin-bottom: 0 !important
}

.box-content-text-image figure {
    clear: both
}

.box-content-text-image figure.big .image-wrap {
    width: 380px
}

.box-content-text-image figure.small .image-wrap {
    width: 320px
}

.box-content-text-image figure.float-right {
    margin: 50px 0 50px 50px
}

.box-content-text-image figure.float-right .image-wrap {
    margin-right: -140px
}

.box-content-text-image figure.float-left {
    margin: 50px 50px 50px 0
}

.box-content-text-image figure.float-left .image-wrap {
    margin-left: -140px
}

.box-content-text-image figure .img-thumbnail {
    width: 100%;
    border: none;
    border-radius: 0
}

.box-content-text-image figure figcaption {
    padding: 5px 3px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .16px;
    color: #3a3d40
}

@media (max-width:1024.98px) {
    .box-content-text-image .image-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important
    }





}

@media (max-width:767.98px) {
    .box-content-text-image .image-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .box-header-product-with-content .header {
        min-height: 310px;
        padding-top: 30px;
    }



    section.contact-section h3 {
        color: #fff;
        font-weight: 600;
        font-size: 25px !important;
        text-transform: uppercase;
    }

    .box-content-text-image figure.float-left,
    .box-content-text-image figure.float-right {
        margin: 0 0 20px !important
    }
}

.box-content-text-citation {
    padding-bottom: 0;
    margin-bottom: 40px
}

.box-content-text-citation .position-top .citation {
    margin-top: 0 !important
}

.box-content-text-citation .position-middle .positioner {
    float: right;
    height: calc(50% - 185px)
}

.box-content-text-citation .position-bottom .positioner {
    float: right;
    height: calc(100% - 185px)
}

.box-content-text-citation .position-bottom .citation {
    margin-bottom: 0 !important
}

.box-content-text-citation .citation {
    position: relative;
    clear: both
}

.box-content-text-citation .citation.float-right {
    margin: 50px 0 50px 50px
}

.box-content-text-citation .citation.float-right:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDMuNDgiIGhlaWdodD0iMTU3LjYyIiB2aWV3Qm94PSIwIDAgMTQzLjQ4IDE1Ny42MiI+CiAgPHBhdGggaWQ9IlBmYWRfOTY3MSIgZD0iTTQ0LjA0NC0yLjYyYTEyNS41NDQsMTI1LjU0NCwwLDAsMSwxNS40OSw0MC43NjQsMTIzLjYyMywxMjMuNjIzLDAsMCwxLC44MTUsNDIuMzk0LDEyNS43NzcsMTI1Ljc3NywwLDAsMS0xMy41ODgsNDAuMjJBMTIxLjA0OCwxMjEuMDQ4LDAsMCwxLDE5LjMxNCwxNTVMNC42MzksMTQ1LjQ4OFEuNTYzLDE0My4wNDMuOTcxLDEzOS4xYTExLjA0MSwxMS4wNDEsMCwwLDEsMi41ODItNi4zODYsODIuMzM2LDgyLjMzNiwwLDAsMCwxMi4wOTMtMjEuMDYxLDk3LjIzOSw5Ny4yMzksMCwwLDAsNi41MjItMjYuNjMyLDEwMS44MTUsMTAxLjgxNSwwLDAsMC0xLjM1OS0yOS40ODZBODkuMSw4OS4xLDAsMCwwLDkuNTMxLDI2LjE4NlE2LDIwLjQ3OSw3LjQ5MywxNnQ2LjY1OC02LjY1OFptODIuNjE1LDBhMTI1LjU0NCwxMjUuNTQ0LDAsMCwxLDE1LjQ5LDQwLjc2NCwxMjMuNjIzLDEyMy42MjMsMCwwLDEsLjgxNSw0Mi4zOTQsMTI1Ljc3NywxMjUuNzc3LDAsMCwxLTEzLjU4OCw0MC4yMkExMjEuMDQ4LDEyMS4wNDgsMCwwLDEsMTAxLjkyOSwxNTVsLTE0LjY3NS05LjUxMnEtNC4wNzYtMi40NDYtMy42NjktNi4zODZhMTEuMDQxLDExLjA0MSwwLDAsMSwyLjU4Mi02LjM4NkE4Mi4zMzYsODIuMzM2LDAsMCwwLDk4LjI2LDExMS42NTRhOTcuMjM5LDk3LjIzOSwwLDAsMCw2LjUyMi0yNi42MzIsMTAxLjgxNSwxMDEuODE1LDAsMCwwLTEuMzU5LTI5LjQ4Niw4OS4xLDg5LjEsMCwwLDAtMTEuMjc4LTI5LjM1UTg4LjYxMywyMC40NzksOTAuMTA4LDE2dDYuNjU4LTYuNjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuOTM0IDIuNjIpIiBmaWxsPSIjZjJmNWY3Ii8+Cjwvc3ZnPgo=);
    position: absolute;
    top: -20px;
    right: -110px
}

.box-content-text-citation .citation.float-right .citation-wrap {
    width: 300px;
    margin-right: -100px
}

.box-content-text-citation .citation.float-left {
    margin: 50px 50px 50px 0
}

.box-content-text-citation .citation.float-left:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDMuNDgiIGhlaWdodD0iMTU3LjYyIiB2aWV3Qm94PSIwIDAgMTQzLjQ4IDE1Ny42MiI+CiAgPHBhdGggaWQ9IlBmYWRfOTY3MSIgZD0iTTQ0LjA0NC0yLjYyYTEyNS41NDQsMTI1LjU0NCwwLDAsMSwxNS40OSw0MC43NjQsMTIzLjYyMywxMjMuNjIzLDAsMCwxLC44MTUsNDIuMzk0LDEyNS43NzcsMTI1Ljc3NywwLDAsMS0xMy41ODgsNDAuMjJBMTIxLjA0OCwxMjEuMDQ4LDAsMCwxLDE5LjMxNCwxNTVMNC42MzksMTQ1LjQ4OFEuNTYzLDE0My4wNDMuOTcxLDEzOS4xYTExLjA0MSwxMS4wNDEsMCwwLDEsMi41ODItNi4zODYsODIuMzM2LDgyLjMzNiwwLDAsMCwxMi4wOTMtMjEuMDYxLDk3LjIzOSw5Ny4yMzksMCwwLDAsNi41MjItMjYuNjMyLDEwMS44MTUsMTAxLjgxNSwwLDAsMC0xLjM1OS0yOS40ODZBODkuMSw4OS4xLDAsMCwwLDkuNTMxLDI2LjE4NlE2LDIwLjQ3OSw3LjQ5MywxNnQ2LjY1OC02LjY1OFptODIuNjE1LDBhMTI1LjU0NCwxMjUuNTQ0LDAsMCwxLDE1LjQ5LDQwLjc2NCwxMjMuNjIzLDEyMy42MjMsMCwwLDEsLjgxNSw0Mi4zOTQsMTI1Ljc3NywxMjUuNzc3LDAsMCwxLTEzLjU4OCw0MC4yMkExMjEuMDQ4LDEyMS4wNDgsMCwwLDEsMTAxLjkyOSwxNTVsLTE0LjY3NS05LjUxMnEtNC4wNzYtMi40NDYtMy42NjktNi4zODZhMTEuMDQxLDExLjA0MSwwLDAsMSwyLjU4Mi02LjM4NkE4Mi4zMzYsODIuMzM2LDAsMCwwLDk4LjI2LDExMS42NTRhOTcuMjM5LDk3LjIzOSwwLDAsMCw2LjUyMi0yNi42MzIsMTAxLjgxNSwxMDEuODE1LDAsMCwwLTEuMzU5LTI5LjQ4Niw4OS4xLDg5LjEsMCwwLDAtMTEuMjc4LTI5LjM1UTg4LjYxMywyMC40NzksOTAuMTA4LDE2dDYuNjU4LTYuNjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuOTM0IDIuNjIpIiBmaWxsPSIjZjJmNWY3Ii8+Cjwvc3ZnPgo=);
    position: absolute;
    top: -20px;
    left: -140px
}

.box-content-text-citation .citation.float-left .citation-wrap {
    width: 300px;
    margin-left: -100px
}

.box-content-text-citation .citation figure {
    position: relative;
    width: 100%
}

.box-content-text-citation .citation figure blockquote {
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .56px;
    color: #3a3d40;
    color: rgba(58, 61, 64, .65)
}

.box-content-text-citation .citation figure figcaption {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .16px;
    color: #3a3d40;
    color: rgba(58, 61, 64, .75)
}

@media (max-width:1024.98px) {

    .box-content-text-citation .position-bottom .positioner,
    .box-content-text-citation .position-middle .positioner {
        float: none;
        height: unset
    }

    nav.nav-secondary {
        display: none !important;
    }


    .box-content-text-citation .citation:before {
        top: -20px;
        left: 15px
    }

    .box-content-text-citation .citation .citation-wrap {
        width: 100% !important;
        margin-left: 0 !important
    }
}

.box-content-text-info {
    padding-bottom: 0;
    margin-bottom: 40px
}

.box-content-text-info .position-top .infobox {
    margin-top: 0 !important
}

.box-content-text-info .position-middle .positioner {
    float: right;
    height: calc(50% - 260px)
}

.box-content-text-info .position-bottom .positioner {
    float: right;
    height: calc(100% - 520px)
}

.box-content-text-info .position-bottom .infobox {
    margin-bottom: 0 !important
}

.box-content-text-info .infobox {
    clear: both
}

.box-content-text-info .infobox .infobox-wrap {
    width: 380px;
    padding: 40px;
    background-color: #f2f5f7
}

.box-content-text-info .infobox .infobox-wrap h3 {
    margin-bottom: 10px
}

.box-content-text-info .infobox .infobox-wrap ul {
    margin-bottom: 0
}

.box-content-text-info .infobox.float-right {
    margin: 50px 0 50px 50px
}

.box-content-text-info .infobox.float-right .infobox-wrap {
    margin-right: -140px
}

.box-content-text-info .infobox.float-left {
    margin: 50px 50px 50px 0
}

.box-content-text-info .infobox.float-left .infobox-wrap {
    margin-left: -140px
}

@media (max-width:1024.98px) {
    .box-content-text-info .infobox-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media (max-width:767.98px) {

    .box-content-text-info .position-bottom .positioner,
    .box-content-text-info .position-middle .positioner {
        float: none;
        height: unset
    }

    .box-content-text-info .infobox-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .box-content-text-info .infobox.float-left,
    .box-content-text-info .infobox.float-right {
        float: none !important;
        margin: 0 0 20px !important
    }
}

.box-content-list h4 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 3px
}

.box-content-list p {
    margin-bottom: 3px
}

.box-content-list figure.float-right {
    margin: 0 0 50px 50px
}

.box-content-list figure.float-right .image-wrap {
    width: 320px;
    margin-right: -140px
}

.box-content-list figure img {
    width: 100%
}

@media (max-width:1024.98px) {
    .box-content-list .image-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media (max-width:767.98px) {
    .box-content-list .image-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .box-content-list figure.float-left,
    .box-content-list figure.float-right {
        float: none !important;
        margin: 0 0 20px !important
    }
}



.box-content-table table {
    border-collapse: separate;
    border-spacing: 20px 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
    table-layout: fixed;


 border-collapse: collapse;
  width: 100%;


}



.box-content-table table{
border-collapse: collapse;
  width: 100%;

}

.tech-detail tr, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px 15px;
}

.box-content-table table th {
    background-color: #141313;
    color: #fff;
    padding: 10px 1px;
}

table tr:hover {
    background-color: #f5f5f5 !important;
}


@media (max-width:1024.98px) {
    .box-content-table table {
        display: block;
        overflow-y: scroll
    }
}

.box-content-image {
    padding-top: 20px;
    padding-bottom: 60px
}

.box-content-image figure {
    width: 100%
}

.box-content-image figure img {
    width: 100%;
    height: 100%
}

.box-content-image figure figcaption {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
    color: #707070;
    padding: 10px 0
}

.box-content-image-gallery {
    padding-top: 20px;
    padding-bottom: 60px
}

.box-content-image-gallery .gallery.slick-slider {
    margin: 0 -15px
}

.box-content-image-gallery .gallery .slick-slide {
    padding: 0;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px
}

.box-content-image-gallery .gallery .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.box-content-image-gallery .gallery .slick-arrow {
    color: #003b66;
    font-size: 28px
}

.box-content-image-gallery .gallery .slick-arrow:before {
    content: ""
}

.box-content-image-gallery .gallery .slick-arrow.slick-next {
    right: -20px
}

@media (max-width:1366.98px) {
    .box-content-image-gallery .gallery .slick-arrow {
        font-size: 22px
    }

    .box-content-image-gallery .gallery .slick-arrow.slick-next {
        right: -12px
    }

    .box-content-image-gallery .gallery .slick-arrow.slick-prev {
        left: -6px
    }
}

.box-content-image-gallery .gallery .slick-arrow svg {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0
}

.box-content-image-gallery .gallery figure {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.box-content-image-gallery .gallery figure .magnify {
    position: absolute;
    top: 0;
    left: 0
}

.box-content-image-gallery .gallery figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-content-image-gallery .gallery figure img.img-thumbnail {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.box-content-image-gallery .gallery figure figcaption {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f2f5f7;
    padding: 17px 27px 20px;
    text-align: left
}

.box-accordion {
    padding-top: 0;
    margin-bottom: 40px
}

.box-accordion .card,
.box-accordion .card-body,
.box-accordion .card-header {
    border: none
}

.box-accordion .accordion {
    border-bottom: 1px solid #999
}

.box-accordion .card-header {
    background-color: transparent;
    border: none;
    border-top: 1px solid #999;
    padding: .75rem 0
}

.box-accordion .card-header h3 {
    position: relative;
    cursor: pointer;
    font-size: 21px
}

.box-accordion .card-header h3 svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px
}

.box-accordion .card-body {
    padding: 1.25rem 0
}

.box-accordion .card-body img.alignleft {
    margin-right: 20px
}

.box-accordion .card-body img.alignright {
    margin-left: 20px
}

.box-company {
    position: relative
}

@media (max-width:1366.98px) {
    .box-company .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

.box-company .box-wrap {
    padding: 85px 0 40px
}

.box-company .light {
    background-color: #f2f5f7;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    color: #003b66
}

.box-company .light p,
.box-company .light span.number {
    color: #003b66 !important
}

.box-company .light svg path,
.box-company .light svg polygon {
    fill: #003b66 !important;
    stroke: none !important
}

.box-company .dark {
    background-color: #003b66;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-company .dark h2,
.box-company .dark h4 {
    color: #fff
}

.box-company .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto
}

.box-company .items .item-wrapper {
    margin-bottom: 20px
}

@media (max-width:1024.98px) {
    .box-company .items .item-wrapper:nth-child(odd) {
        padding-left: 0
    }

    .box-company .items .item-wrapper:nth-child(2n) {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .box-company .items .item-wrapper {
        padding: 0
    }
}

.box-company .items .item {
    background-color: transparent;
    height: 100%
}

.box-company .items .item a:hover {
    text-decoration: none
}

.box-company .items .item .media {
    height: 100%
}

.box-company .items .item .media svg {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.box-company .items .item .media .media-body {
    padding: 21px 27px;
    margin-top: -10px
}

.box-company .items .item .media .media-body span.number {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff
}

.box-company .items .item .media .media-body p {
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40
}

.box-company .dark .items .item {
    background-color: transparent
}

.box-company .dark .items .item .media svg path,
.box-company .dark .items .item .media svg polygon {
    fill: #fff
}

.box-company .dark .items .item .media-body h3,
.box-company .dark .items .item .media-body p {
    color: #fff
}

@media (max-width:1024.98px) {
    .box-company .items {
        padding: 0 20px
    }
}

.box-industries .box-wrap {
    padding: 60px 0
}

.box-industries .box-wrap .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto
}

.box-industries .box-wrap .items .item {
    max-width: 200px
}

.box-industries .box-wrap .items .item a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block
}

.box-industries .box-wrap .items .item a .icon {
    width: auto;
    height: 80px;
    margin: 20px
}

.box-industries .box-wrap .items .item a .icon img {
    color: #003b66;
    height: 100%
}

.box-industries .box-wrap .items .item a .icon svg {
    height: 100%;
    width: auto
}

.box-industries .box-wrap .items .item a .icon svg path {
    fill: #003b66
}

.box-industries .box-wrap .items .item a .icon-label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .45px;
    color: #003b66;
    padding: 0 20px;
    display: inline-block
}

.box-industries .dark {
    background-color: #003b66;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-industries .dark h2,
.box-industries .dark h4 {
    color: #fff
}

.box-industries .dark .item a .icon svg path {
    fill: #fff !important
}

.box-industries .dark .item a .icon-label {
    color: #fff !important
}

@media (max-width:1024.98px) {
    .box-industries .items {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
        flex-flow: row wrap !important
    }
}

.box-social-media {
    position: relative
}

.box-social-media h2 {
    color: #fff
}

.box-social-media h4 {
    color: #fff;
    margin-bottom: 40px
}

@media (max-width:1366.98px) {
    .box-social-media .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

.box-social-media .box-wrap {
    padding: 220px 0
}

.box-social-media .box-wrap .col {
    padding: 60px;
    background-color: rgba(0, 59, 102, .75)
}

.box-social-media svg {
    font-size: 40px;
    color: #fff;
    margin: 0 20px
}

.box-separator {
    position: relative
}

@media (max-width:1366.98px) {
    .box-separator .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

.box-separator .box-wrap {
    padding: 85px 0
}

.box-separator .box-wrap hr {
    border: none;
    border-top: 1px solid #003b66
}

.box-download {
    position: relative;
    padding: 20px 0 60px
}

@media (max-width:1366.98px) {
    .box-download .container {
        padding: 0 20px !important;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

.box-download .box-wrap .col {
    padding: 60px 120px;
    background-color: #f2f5f7
}

.box-download .box-wrap .col .bgimg img {
    height: unset;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 0
}

.box-download .box-wrap .col .text {
    position: relative
}

.box-download .box-wrap .col .text ul {
    list-style-type: none;
    max-width: 420px
}

.box-download .box-wrap .col .text ul li:before {
    content: ""
}

.box-download .box-wrap .col .text h3 {
    margin-bottom: 5px
}

.box-download .box-wrap .col .text h4 {
    max-width: 400px;
    margin: 0 0 40px;
    text-align: left
}

@media (max-width:1366.98px) {
    .box-download .box-wrap .col {
        padding: 20px
    }

    .box-download .box-wrap .col .bgimg {
        display: none;
        position: absolute;
        top: 0
    }

    .box-download .box-wrap .col .text ul {
        max-width: 100%
    }
}

.box-info {
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative
}

.box-info .box-wrap {
    padding: 0
}

.box-info .box-wrap .col {
    padding: 60px 120px;
    background-color: #f2f5f7
}

.box-info .box-wrap .col .text {
    position: relative
}

.box-info .box-wrap .col .text h3 {
    margin-bottom: 5px
}

.box-info .box-wrap .col .text h4 {
    max-width: 600px;
    margin: 0 0 40px;
    text-align: left
}

@media (max-width:1366.98px) {
    .box-info .container {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 2px)
    }
}

@media (max-width:1024.98px) {
    .box-info .box-wrap .col {
        padding: 20px
    }

    .flex-row-reverse-about {
        display: flex;
        flex-direction: column-reverse;
    }

    .pt-big-title {
        top: 0px;
        left: 0;
    }

    .pt-big-title .pt-big-title1 {
        color: #f5f5f5;
        font-size: 4em;
    }


}

.box-news h3 {
    margin-bottom: 6px
}

.box-news span.date {
    display: inline-block;
    margin-bottom: 20px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #003b66;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #f2f5f7;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.box-news.type-press h3 {
    max-width: none
}

.box-video {
    padding-top: 20px;
    margin-bottom: 60px
}

.box-video .video-description {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    background-color: #f2f5f7;
    padding: 17px 27px 20px;
    text-align: left
}

.box-video-galery {
    padding-top: 20px;
    margin-bottom: 60px
}

.box-video-galery .filter {
    text-align: center;
    margin-bottom: 70px
}

.box-video-galery .filter a {
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 40px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .25px;
    color: #003b66
}

.box-video-galery .filter a:last-child {
    margin-right: 0
}

.box-video-galery .filter a.active,
.box-video-galery .filter a:hover {
    border-bottom: 6px solid #003b66
}

.box-video-galery .items {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.box-video-galery .items,
.box-video-galery .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.box-video-galery .items .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.box-video-galery .items .item .video-description {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
    background-color: #f2f5f7;
    padding: 17px 27px 20px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.box-downloads {
    padding-top: 0;
    margin-bottom: 60px
}

.box-downloads .reverse-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box-downloads .filter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 70px
}

.box-downloads .filter a {
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 40px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .25px;
    color: #003b66
}

.box-downloads .filter a:last-child {
    margin-right: 0
}

.box-downloads .filter a.active,
.box-downloads .filter a:hover {
    border-bottom: 6px solid #003b66
}

.box-downloads .items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.box-downloads .items .item {
    background-color: rgba(203, 215, 224, .4);
    padding: 21px 27px;
    margin-bottom: 36px
}

.box-downloads .items .item .download_category {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #003b66;
    background-color: #f2f5f7;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #fff
}

.box-downloads .items .item h3 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66;
    height: 110px;
    margin: 10px 0 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.box-downloads .items .item a.download {
    margin-left: 25px
}

.box-jobs {
    padding-top: 60px;
    margin-bottom: 60px
}

.box-jobs .headline {
    text-align: left;
    margin: 0 0 30px
}

.box-jobs .items .item {
    background-color: rgba(203, 215, 224, .4);
    padding: 21px 27px;
    margin-bottom: 36px
}

.box-jobs .items .item .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-right: 30px
}

.box-jobs .items .item .meta .branch {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #003b66;
    background-color: #f2f5f7;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #fff
}

.box-jobs .items .item .meta .location {
    margin-left: 10px
}

.box-jobs .items .item .meta .availability {
    background: #ffc000;
    border-radius: 999px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 40px;
    cursor: help
}

.box-jobs .items .item h3 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #003b66;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    height: 110px;
    margin: 10px 0 20px
}

.box-jobs .items .item.not-available {
    opacity: .4
}

.box-jobs .items .item.not-available .meta .availability {
    background: #003b66
}

.box-contactform {
    padding-top: 0;
    margin-bottom: 40px
}

.box-locations {
    padding-top: 85px;
    padding-bottom: 85px
}

.box-locations .worldmap {
    position: relative;
    width: 100%
}

.box-locations .worldmap .continents-areas {
    padding-top: 48.75%
}

.box-locations .worldmap .continents-areas>img {
    position: absolute;
    -webkit-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
    opacity: .35;
    cursor: pointer
}

.box-locations .worldmap .continents-areas>img.active,
.box-locations .worldmap .continents-areas>img:hover {
    opacity: 1
}

.box-locations .worldmap .continents-areas .map_nordamerika {
    height: 53%;
    top: 0;
    left: 0
}

.box-locations .worldmap .continents-areas .map_suedamerika {
    height: 49.8%;
    top: 50%;
    left: 17.5%
}

.box-locations .worldmap .continents-areas .map_europa-russland {
    height: 30%;
    top: 3.2%;
    left: 38.866%
}

.box-locations .worldmap .continents-areas .map_afrika {
    height: 53%;
    top: 31.1%;
    left: 37.88%
}

.box-locations .worldmap .continents-areas .map_asien {
    height: 47.85%;
    top: 18.97%;
    left: 52.0021%
}

.box-locations .worldmap .continents-areas .map_australien {
    height: 33.2%;
    top: 60.89%;
    left: 80.6%
}

.box-locations .continents-list {
    width: 800px;
    max-width: 100%;
    margin: 0 auto
}

.box-locations .continents-list .continent {
    display: none
}

.box-locations .continents-list .continent h2 {
    margin-bottom: 30px
}

.box-locations .continents-list .continent ul.countries {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.box-locations .continents-list .continent ul.countries li:before {
    display: none
}

.box-locations .continents-list .continent ul.countries li .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #003b66;
    border-bottom: 1px solid rgba(99, 125, 150, .5)
}

.box-locations .continents-list .continent ul.countries li .name:hover {
    color: #333
}

.box-locations .continents-list .continent ul.countries li .name:hover svg {
    position: relative;
    right: -3px
}

.box-locations .continents-list .continent ul.countries li .country-popup {
    display: none
}

@media (max-width:1024.98px) {
    .box-locations .continents-list .continent ul.countries {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (max-width:1366.98px) {
    .box-locations .worldmap {
        margin-bottom: 60px
    }
}

.featherlight.locations .featherlight-content .country-popup .tab-pane {
    width: 100%
}

@media (max-width:1366.98px) {
    .featherlight.locations {
        bottom: 0
    }

    .featherlight.locations .featherlight-content {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        margin-top: 0 !important;
        background-color: #fff;
        overflow-y: auto
    }

    .featherlight.locations .featherlight-content .country-popup {
        width: 100%;
        padding: 60px 20px 20px;
        max-height: unset;
        overflow: hidden
    }

    .featherlight.locations .featherlight-content .country-popup .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        margin-right: 15px
    }

    .featherlight.locations .featherlight-content .country-popup .nav-tabs .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .featherlight.locations .featherlight-content .country-popup .location .actions {
        position: relative !important;
        margin-top: 10px;
        right: unset;
        bottom: unset;
        text-align: left
    }
}

.box-content-search {
    padding-bottom: 85px
}

.box-content-search .filter {
    text-align: center;
    margin-bottom: 70px
}

.box-content-search .filter a {
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 40px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .25px;
    color: #003b66
}

.box-content-search .filter a:last-child {
    margin-right: 0
}

.box-content-search .filter a.active,
.box-content-search .filter a:hover {
    border-bottom: 6px solid #003b66
}

.box-content-search .items .item {
    padding: 1rem 0;
    border-bottom: 1px solid #f2f5f7
}

.box-content-search .items .item h4 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #003b66;
    margin: 0 0 1rem
}

.box-content-search .items .item a.download {
    margin-left: 20px
}

.box-content-search .items .item .teaser-text {
    margin-bottom: 1rem
}

.box-content-search .items .item .link {
    font-size: 14px;
    color: #637d96
}

.box-content-search .items .item img {
    max-width: 100%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 60, 100, .15), 0 0 18px 0 rgba(0, 60, 100, .2);
    box-shadow: 0 0 2px 0 rgba(0, 60, 100, .15), 0 0 18px 0 rgba(0, 60, 100, .2)
}

.box-searchform {
    padding-top: 0;
    padding-bottom: 0
}

.box-searchform .search-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-searchform .search-form .search-field {
    color: #003b66;
    border-color: #003b66
}

.box-searchform .search-form .search-submit {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC41OTgiIGhlaWdodD0iMzQuNTk4IiB2aWV3Qm94PSIwIDAgMzQuNTk4IDM0LjU5OCI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1zZWFyY2giIGRhdGEtbmFtZT0iSWNvbiBmZWF0aGVyLXNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuNSAtMy41KSI+CiAgICA8cGF0aCBpZD0iUGZhZF8yODAyIiBkYXRhLW5hbWU9IlBmYWQgMjgwMiIgZD0iTTMzLjEwOCwxOC44QTE0LjMsMTQuMywwLDEsMSwxOC44LDQuNWExNC4zLDE0LjMsMCwwLDEsMTQuMywxNC4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzYjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9IlBmYWRfMjgwMyIgZGF0YS1uYW1lPSJQZmFkIDI4MDMiIGQ9Ik0zMi43NTMsMzIuNzUzbC03Ljc3OC03Ljc3OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy45MzEgMy45MzEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNiNjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K)
}

.box-html-canvas {
    padding-top: 60px;
    margin-bottom: 60px
}

.box-html-canvas .row {
    margin: 0 auto
}

.box-html-canvas .row .html-canvas {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden
}

.box-html-canvas .row .html-canvas .embed-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media (max-width:1024.98px) {
    .box-html-canvas {
        padding-top: 0;
        margin-bottom: 0
    }

    .box-html-canvas .container {
        padding: 0
    }
}

.box-password-protected-form {
    padding-top: 65px;
    padding-bottom: 65px;
    min-height: 60vh
}

.box-password-protected-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px;
    max-width: 100%;
    margin: 10vh auto
}

.box-teaser-contact {
    padding-top: 120px;
    margin-bottom: 0
}

.box-teaser-contact .inner {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#eee));
    background: -webkit-linear-gradient(bottom, #f7f7f7, #eee);
    background: -o-linear-gradient(bottom, #f7f7f7, #eee);
    background: linear-gradient(0deg, #f7f7f7, #eee);
    padding-left: 140px;
    padding-right: 140px
}

.box-teaser-contact .wrap-right {
    padding-top: 140px;
    padding-bottom: 110px;
    text-align: right
}

.box-teaser-contact .wrap-right h2 {
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: right
}

.box-teaser-contact .wrap-right .text {
    font-size: 20px
}

.box-teaser-contact .wrap-right .btn,
.box-teaser-contact .wrap-right .comment-form input[type=submit],
.box-teaser-contact .wrap-right .nf-form-cont form .nf-form-content .submit-container input[type=button],
.comment-form .box-teaser-contact .wrap-right input[type=submit],
.nf-form-cont form .nf-form-content .submit-container .box-teaser-contact .wrap-right input[type=button] {
    margin-top: 30px;
    margin-bottom: 0
}

.box-teaser-contact .wrap-left {
    position: relative;
    height: 100%
}

.box-teaser-contact .wrap-left .image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    right: 0
}

.box-teaser-contact .wrap-left .info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: hsla(0, 0%, 100%, .85);
    text-align: left;
    width: 80%;
    left: 10%;
    padding: 20px 35px;
    font-size: 20px
}

.box-teaser-contact .wrap-left .info .name {
    font-weight: 700
}

.box-teaser-contact .wrap-left .info .phone {
    margin-top: 15px
}

.box-teaser-contact .wrap-left .info .email,
.box-teaser-contact .wrap-left .info .phone {
    font-weight: 700;
    font-size: 28px;
    color: #003b66
}

@media (max-width:1366.98px) {
    .box-teaser-contact .wrap-left .image img {
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 50%;
        max-width: 120%
    }

    .box-teaser-contact .wrap-left .info .email,
    .box-teaser-contact .wrap-left .info .phone {
        font-size: 20px
    }
}

@media (max-width:1024.98px) {
    .box-teaser-contact .inner {
        padding-left: 0;
        padding-right: 0
    }

    .box-teaser-contact .wrap-right {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .box-teaser-contact .wrap-right h2 {
        font-size: 55px
    }

    .box-teaser-contact .wrap-right .text {
        font-size: 18px
    }

    .box-teaser-contact .wrap-left .info {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .box-teaser-contact {
        padding-top: 0
    }

    .box-wrap p.text-left {
        text-align: justify !important;
    }

    .text.text-left.accessories-sec h3 p {
        text-align: left ;
    }

    .box-header-default-with-icons {
        padding-top: 10%;
    }

    .box-header-default-with-icons .front .industry-icons .items {
        max-width: 1840px;
        margin: 0px 0px 0px;
    }


    .box-teaser-contact .wrap-right {
        margin-right: 0;
        padding-bottom: 60px;
        text-align: left
    }

    .box-teaser-contact .wrap-right h2 {
        font-size: 40px;
        text-align: left
    }

    .box-teaser-contact .wrap-right .text {
        font-size: 16px
    }

    .box-teaser-contact .wrap-left .image {
        position: relative
    }

    .box-teaser-contact .wrap-left .info .company,
    .box-teaser-contact .wrap-left .info .email,
    .box-teaser-contact .wrap-left .info .name,
    .box-teaser-contact .wrap-left .info .phone,
    .box-teaser-contact .wrap-left .info .role {
        font-size: 16px
    }
}

body#tinymce {
    margin: 12px !important
}

.box-teaser-products .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
}

.box-header-default-with-icons .icon img {
    width: 100%;
    max-width: 58px;
}

header.banner .lang-switch select.goog-te-combo {
    margin: 0 !important;
    border: 1px solid #dbdbdb;
    padding: 10px;
    font-size: 16px !important;
    font-weight: normal;
}

.about-section {
    padding: 80px 0px 40px;
    position: relative;
    overflow: hidden;
}

.patten {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    top: 0;
}

section.box.box-teaser-img.about-section.about-index {
    padding: 0 0px;
    background-color: #fff;
}

.box-wrap.imgleft.waypoint.white {
    background-color: #fff;
}



.conent p {
    text-align: justify;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}


.title-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.big-taxt {
    font-size: 150px;
    font-weight: 800;
    color: transparent;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: normal;
    position: absolute;
    top: -258%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
    color: #f5f5f5;
}

.title-wrapper span {
    color: #ed6117;
}

.section-subtitle {
    display: inline-block;
    font-size: 35px;
    text-transform: capitalize;
    color: #2b2a29;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    position: relative;
}

.section-about-title {
    font-size: 25px;
    line-height: 40px;
    color: #222;
    letter-spacing: 0;
    font-weight: 800;
    margin: 20px 0px 0px;
}

ul.sub-menu {
    list-style: none;
}

ul.sub-menu li a {
    text-decoration: none;
}

ul.footerul.sub-menu li {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.pt-client-grid {
    position: relative;
    margin: 0px 0 20px;
}

.pt-client-grid img {
    border: 1px solid #ededed;
    box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
}

.box.consultant-sec .slick-slide {
    margin: 0 4px;
}

.product-lending .btn.btn-primary {
    display: block;
    width: max-content;
}

.box-teaser-exhibitions .media img {
    border: 1px solid #cbc9c9;
    box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
}

.title-head {
    padding: 50px 0px;
}

.box-wrap {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.box-wrap .pt-section-sub-title {
    border-left: 2px solid #ff631b;
    line-height: 1;
    padding: 0 0 0 10px;
    color: #ff631b;
    font-weight: 600;
    display: inline-block;
}

section.contact-section {
    background-color: #091426;
    padding: 50px 0;
    position: relative;
    color: #fff;
}


section.contact-section h5 {
    color: #ef6b23;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.contact-section h3 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

.wpb_wrapper h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
}

a.contact-btn.style-1 {
    background-color: #e86520;
    padding: 12px 16px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    width: 100%;
    max-width: 215px;
    justify-content: space-around;
    align-items: center;
}

a.contact-btn.style-1 img {
    width: 100%;
    max-width: 30px;
}

.row.align-itmes-center {
    display: flex;
    align-items: center;
}


@media (max-width:576px) {

    section.contact-section h3 {
        font-size: 18px !important;
    }

    .box-header-default-with-icons {
        padding-top: 13%;
    }

    .box-teaser-topics .items .item .media .media-body .headline h3 {
        font-size: 20px !important;

    }


    .header .box-wrap {
        display: none;
    }

    .about-elevator::before {
        content: "";
        display: none;
    }

    .pt-section-title-box h2 {

        font-size: 21px;
    }

    .product-link1 {

        padding: 10px 15px !important;
    }

    .breadcrum-text h1 {

        font-size: 20px !important;
        margin: 0 !important;
    }

    .box-content-subline h3 {
        font-weight: normal;
        font-size: 20px;
    }

    .box-header-product-with-content .header_content .content {
        min-height: 400px;
        padding: 0px 15px 0px;
    }

    .mb-sm-5 {
        margin-bottom: 32px;
    }

    section.contact-section h5 {

        font-size: 24px;
        font-weight: 400;
        margin-bottom: 21px;
    }

    .about-section {
        padding: 10px 0px 10px;
    }

    .section-subtitle {
        display: inline-block;
        font-size: 24px;
    }

    .big-taxt {
        font-size: 52px !important;
        top: -74% !important;
    }

    .pt-big-title .pt-big-title1 {
        color: #f5f5f5;
        font-size: 3em;
    }

}

@media (max-width:450px) {
    .box-header-default-with-icons {
        padding-top: 19%;
    }

}

.product-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e86520;
    padding: 0px 15px;
    border-radius: 50px;
    color: #fff;
    width: 57%;
    font-size: 16px;
}

.product-link .icon img {
    width: 100%;
    max-width: 35px;
}

/*----------------custom-css----*/
section.breadcrum {
    position: relative;
    overflow: hidden;
}

.breadcrum-text h1 {
    color: #fff;
    margin-bottom: 13px;
    font-size: 30px;
}

.breadcrum-text .breadcrumb li:not(:first-child) {
    position: relative;
    padding-left: 20px;
}

.breadcrum-text .breadcrumb li a {
    color: #fff;
    text-transform: capitalize;
}

.breadcrum-text .breadcrumb li+li::before {
    position: absolute;
    top: 0;
    padding: 0 5px;
    content: "/";
    color: #fff;
    display: block;
    left: 0;
    font-size: 15px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

section.breadcrum img {
    width: 100%;
}

.breadcrum-text {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;

}

.breadcrum-text>.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.banner.prduct {
    position: relative;
}

.contact_box2_l_title {
    font-size: 18px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 10px 20px;
    border-bottom: 1px solid #f3eded;
    font-weight: 700;
}

.contact_box2_l_list {
    padding: 20px;
}

.title-contact {
    font-size: 23px;
    margin: 25px 0px;
    font-weight: 600;
}

.contact.space-section .box {

    box-shadow: 0 0 30px 0 rgb(0 33 85 / 10%);
    background-color: #fff;
    height: 100%;
}

.contact_box2_l_list_item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 2px 0;
}

.contact_box2_l_list_item .icon {
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: var(--indigo);

}

.contact_box2_l_list_item .con {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    padding-top: 5px;
}

.contact_box2_l_list_item .con .tt {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 11px;
    display: inline-block;
}

.contact_box2_l_list_item .con a {
    color: #333;
}

.contact_box2_l_list_item .con a {
    text-decoration: none;
}

.space-section {
    padding: 60px 0px;
}

.list-product .figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.list-product a {
    text-decoration: none;
}


.list-product figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.list-product figure img {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    padding: 0px;
    opacity: 1;
    position: relative;
    z-index: 0;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.list-product figcaption {
    width: 80%;
    margin-top: -20px;
    position: relative;
    z-index: 99;
}

.list-product figcaption h3 {
    padding: 10px;
    font-size: 18px !important;
    font-weight: normal;
    color: #fff;
    background: #fd8241;
    margin-left: 0px;
    text-align: left;
    margin-left: 0px;
}


.list-product figure:hover img {
    opacity: .75;
    transform: scale(1.1);
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.list-product figure:before,
.list-product figure:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.list-product figure:before {
    bottom: 5%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.list-product figure:after {
    top: 5%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.list-product figure:hover:before,
.list-product figure:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.list-product {
    margin-bottom: 20px;
}


span.pt-section-sub-title {

    border-left: 4px solid var(--indigo);
    padding: 0px 0px 0px 10px;
    color: var(--indigo);
    font-weight: 600;
    z-index: 9;
    position: relative;
}

.pt-section-title-box h2 {
    z-index: 999;
    position: relative;
}

.pt-section-title-box {
    position: relative;
}

.about-elevator {
    position: relative;
}

.desp.about p {
    line-height: 25px;
    text-align: justify;
}


.about-elevator::before {
    content: "";
    background-color: #dfd8d8;
    height: 100%;
    width: 500px;
    position: absolute;
    top: 0;
    z-index: -1;
    margin: 30px;
}

.about-elevator.mission img {
    width: 100%;

}

.about-elevator.vision img {
    width: 100%;

}

section.box.box-download.download-padding {
    padding: 20px 0px;
}

section.box.box-download.download-padding .box-wrap {
    padding: 40px 0px;
}

.download-padding ul {
    column-count: 2;
}


#tabs-nav {
    list-style: none !important;
    text-align: left;
}

#tabs-nav li {
    display: inline-block;
    text-align: left;
    margin-right: 19px;
}

.tab-content h2 {
    text-align: left;
}

ul#tabs-nav li::before {
    display: none;
}

ul#tabs-nav li a {
    text-decoration: none;
    font-size: 20px;
}

.gallery-box h5 {
    padding: 13px 10px;

}

.gallery-box {
    padding: 8px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}

.accessories-sec p {
    margin-bottom: 10px !important;
}

/*product landing page css start*/
.product-link1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e86520;
    padding: 10px 50px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    margin: 0px auto;
}

.product-link1 .icon img {
    width: 100%;
    max-width: 35px;
}

a .product-link1:hover {
    text-decoration: none !important;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

@media (max-width:767.98px) {
    .box {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.box-teaser-topics {
    position: relative;
}

@media (max-width:1366.98px) {
    .box-teaser-topics .container {
        max-width: calc(100% - 2px);
    }
}

.box-teaser-topics.accent .media-image {
    opacity: 1 !important;
}

.box-teaser-topics .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1640px;
    margin: 0 auto;
    width: 100%;
}

.box-teaser-topics .items .item-wrapper {
    margin-bottom: 60px;
}

@media (max-width:1024.98px) {
    .box-teaser-topics .items .item-wrapper:nth-child(odd) {
        padding-left: 0;
    }

    .box-teaser-topics .items .item-wrapper:nth-child(2n) {
        padding-right: 0;
    }
}

@media (max-width:767.98px) {
    .box-teaser-topics .items .item-wrapper {
        padding: 0;
    }

    .box-header-product-with-content .header {
        min-height: 250px !important;
        padding-top: 30px;
    }



    .cmn-sz-Head {
        font-size: 7.531vw !important;
    }
    .imgCont-wrapper.z-ind-1 {
        justify-content: center;
        display: flex;
    }

    .abtWrapper .imgCont-wrapper .overlayBox{
        max-width: 30% !important;
    }
    .text-color-1 {
        
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .abtWrapper .imgCont-wrapper {
        margin-bottom: 20px !important;
    }

    .sec-info-contWrap .text-color-2 {
        font-weight: 500;
        text-align: center !important;
    }

}


@media (max-width:576px) {

    .cmn-sz-Head {
        font-size: 6.531vw !important;
    }

    .abtWrapper .imgCont-wrapper .overlayBox {
        max-width: 40% !important;
    }

    .abtWrapper .imgCont-wrapper .overlayBox{
        padding: 10px 10px!important;
    }

}

@media (max-width:480px) {

    h2.head.cmn-sz-Head {
        display: none;
    }

    .abtWrapper .imgCont-wrapper .overlayBox{
        display: none;
    }
}




.box-teaser-topics .items .item {
    background-color: transparent;
    height: 100%;
}

.box-teaser-topics .items .item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}

.box-teaser-topics .items .item .media .media-image {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 100%;
    opacity: .8;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    background-color: #f1f0ec;
}

.box-teaser-topics .items .item .media .media-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-teaser-topics .items .item .media .media-body {
    padding: 21px 27px;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: center;
    width: 100%;
}

.box-teaser-topics .items .item .media .media-body .headline {
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.box-teaser-topics .items .item .media .media-body .headline h3 {
    font-style: normal;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight:800;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .56px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.box-teaser-topics .items .item .media .media-body p {
    height: 140px;
    overflow: hidden;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #3a3d40;
}

@media (max-width:1024.98px) {
    .box-teaser-topics .items .item .media .media-body .headline {
        height: auto !important;
    }

    .imgCont-wrapper.z-ind-1 {
        justify-content: center;
        display: flex;
    }



    .box-teaser-topics .items .item .media .media-body .headline h3 {
        font-size: 24px;
        line-height: 30px !important;
        letter-spacing: .5px !important;
        position: relative !important;
    }

    .box-teaser-topics .items .item .media .media-body p {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .2px !important;
    }
}

.pt-section-sub-title {
    border-left: 2px solid #ff631b;
    line-height: 1;
    padding: 0 0 0 10px;
    color: #ff631b;
    font-weight: 600;
    display: inline-block;
}

/*product landing page css end*/

.bg-gray {
    background-color: #f7f9fb;
}

.contact-info ul li {
    border: 1px solid #E5E5E5;
    padding: 25px 0px 25px 30px;
    margin-bottom: 30px;
}

.contact-info ul li .icon-box,
.contact-info ul li .text-box {
    display: table-cell;
    vertical-align: middle;
}

.contact-info ul li .icon-box i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f87504;
    color: #f87504;
    text-align: center;
    line-height: 48px;
}

.contact-info ul li .icon-box i.fa-map-marker {
    font-size: 30px;
}

.contact-info ul li .text-box {
    padding-left: 30px;
}

ul.career li::before {

    display: none !important;
}

form.form-horizontal.career {
    padding: 20px;
}

.levv_inn.career-page-custom {
    padding: 0px;
    border: 0px;
}

label.custom-file-upload {
    height: 50px;
    line-height: 35px;
    font-size: 14px;
    color: #6e6763;
    cursor: pointer;
}

.iclass {
    margin-right: 10px;
}

input[type="file"] {
    display: none !important;
}

.custom-file-upload {
    width: 100%;

}

form.form-horizontal.career input.form-control {
    font-size: 16px;
}

.form-control {
    border-radius: 0;
    background: #f2eeeb;
    border: 1px solid #e8e8e8;
}

.contact-us.space-section h3 {
    font-size: 21px;
    left: initial;
    padding: 20px;
}

input.submit.class-submit.dark-submit {
    background: #e86520;
    border: 0;
    padding: 10px !important;
    color: #fff;
    width: 100%;
}

.client-list {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 7px 1px #e5e5e5;
}

.product-gallery .slick-track {
    text-align: left;
    margin-left: initial;
}

/* .tooltip > .tooltip-inner {background-color:#e86520;} */

.consultant-item .slick-next,
.consultant-item .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 11;

}

.consultant-item .slick-next {
    right: 15px;
}

.consultant-item .slick-prev {
    left: 15px;
}

.consultant-item .slick-next:before,
.consultant-item .slick-prev:before {
    color: #000;
}
.abtWrapper .imgCont-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.abtWrapper .imgCont-wrapper .head {
    top: 3.646vw;
    left: 0;
    z-index: 1;
    position: absolute;
}
.abtWrapper .imgWrp {
    margin-left: 14.979vw;
    width:auto;
}

.head.cmn-sz-Head .hd-sub-clr {
    color: #fff;
}



.slide-overlay-wrap {
    position: relative;
    overflow: hidden;
}


.text-color-1 {
    color: #E86520;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;

}
.abtWrapper .imgCont-wrapper .overlayBox {
    background-color: #fff;
    max-width: 17.969vw;
    width: 100%;
    padding: 26px 15px;
    font-size: 1.354vw;
    line-height: 1.2;
    position: absolute;
    bottom: 4.167vw;
    left: 0;
}
.imgCont-wrapper.z-ind-1 img {
    width: auto;
}
.cmn-sz-Head {
    font-size: 4.531vw;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: -0.260vw;
    color: #E86520;
}
.sec-info-contWrap .text-color-2 {
    font-weight: 500;
}
.sec-info-contWrap p {
    font-size: 17px;
    color: #000;
}

section.mission-vision-style2-area {
    padding: 40px 0px;
}



.contact-page-section {
    position: relative;
    padding: 100px 0px 0px;
}
.head-md-cmn {
    font-weight: bold;
    line-height: 1;
    font-size:35px;
    margin-bottom: 1.563vw;
}

.mission-vision-style2_single_box {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 85px;
    overflow: hidden;
}
.mission-vision-style2_single_box .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.mission-vision-style2_single_box .inner_box {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 117px 0 0px;
}
.mission-vision-style2_single_box:hover .inner_box .text h3 {
    color: #ffffff;
}
.mission-vision-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.mission-vision-style2_single_box:hover .inner_box .text p {
    color: #ffffff;
}


.abouticon {
    margin: 0px auto;
    margin-top: 20%;
}

.mission-vision-style2_single_box .icon::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #e7e9f2;
    border-radius: 50%;
    z-index: -1;
}
.mission-vision-style2_single_box_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62,0.21,0.45,1.52);
}

.mission-vision-style2_single_box_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
}
.mission-vision-style2_single_box .inner_box .text {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mission-vision-style2_single_box .inner_box .text h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 17px;
    transition: all 0.7s cubic-bezier(0.62,0.21,0.45,1.52);
}

.mission-vision-style2_single_box .inner_box .text p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    transition: all 0.7s cubic-bezier(0.62,0.21,0.45,1.52);
}
.mission-vision-style2_single_box .inner_box .text .button_box {
    position: relative;
    display: block;
    padding-top: 42px;
}
.mission-vision-style2_single_box:hover .mission-vision-style2_single_box_bg {
    transform: perspective(400px) scaleY(1.0);
}


.tech-detail{
    text-align: left;
    border-collapse: collapse;
    width: 100%;
  
}

.product-lending p {
    text-align: justify !important;
}

.box-teaser-img .imgright .bgimg img {
    /* -webkit-mask-image: -webkit-gradient(linear,right top,left top,from(#000),to(transparent));
    -webkit-mask-image: -webkit-linear-gradient(right,#000,transparent);
    mask-image: -webkit-gradient(linear,right top,left top,from(#000),to(transparent));
    mask-image: linear-gradient(270deg,#000,transparent); */
}

  
.header_content.accessories-img-show .bgimg.mask img {
    -webkit-mask-image: unset;
}


@media (max-width:1024px){
   
 
    .box-content-text, .box-content-text .text p {
        text-align: justify;
    }

    .contact-page-section {
        padding: 30px 0px 0px;
    }

}






@media (min-width: 992px){
    .lg-container {
        max-width: 90%;
    }

}
.slider__flex {
    display: flex;
    align-items: center;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
  }
 
  .slider__col {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-right: 15px;
    overflow: hidden;
  }
  .slider__prev,
  .slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f6f7f9 !important;
    position: relative;
    z-index: 11;
  }
  .slider__prev:focus,
  .slider__next:focus {
    outline: none;
  }
  .slider__thumbs {
    height: calc(500px - 96px);
  }
  .slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .slider__thumbs .slider__image:hover {
    opacity: 1;
  }
  .slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
  }
  .slider__images {
    height: 500px;
    width: 100%;
    overflow: hidden;
  }
  .slider__images .slider__image img {
    transition: 3s;
  }
  .slider__images .slider__image:hover img {
    transform: scale(1.1);
  }
  .slider__image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

.infrastructure {
    padding: 100px 0px 60px;
    position: relative;
}
.item.me-1 {
    margin-right: 15px;
}



.slider__thumbs {
    height: calc(500px - 96px);
}




  @media (max-width: 767.98px) {
    .slider__flex {
      flex-direction: column-reverse;
    }
    .slider__col {
      flex-direction: row;
      align-items: center;
      margin-right: 0;
      margin-top: 24px;
      width: 100%;
    }
    .slider__images {
      width: 100%;
    }
    .slider__thumbs {
      height: 100px;
      width: calc(100% - 96px);
      margin: 0 16px;
    }
    .slider__prev,
    .slider__next {
      height: auto;
      width: 32px;
    }
  }


  .section-title__tagline {
    position: relative;
    display: inline-block;
    color: #e86520;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.section-title__title {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 1px;
}
.contact-page__left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.section-title__line {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 69px;
}
.section-title__line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: #df4a00;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    background-color: #e86520;
    color:#ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    border:0;
    z-index: 1;
}

.section-title__line:after {
    position: absolute;
    bottom: 0;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: var(--ambed-black, #3c3531);
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] {
    padding: 25px 15px;
    width: 100%;
    border: none;
   
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color:  #8b827d;
    display: block;
}


.ms-3 {
    margin-right: 8px;
    outline: none;
    font-size: 14px;
}



input[type=text]:focus{
    background-color:#fff;
  }

 

.contact-page__form .comment-form__input-box textarea {
    height: 155px;
}
.comment-form__input-box textarea {
    font-size: 14px;
  
    width: 100%;
   
    padding: 18px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
}

.contact-page__right {
    position: relative;
    display: block;
}
.contact-page__details {
    position: relative;
    display: block;
    
    padding-top: 132px;
    padding-left: 25px;
    padding-right: 25px;
   
}
.contact-page__details-list li span {
    font-size: 18px;
    font-weight: 700;
}
.contact-page__details-list li::before {
    display: none !important;
}

.contact-page__details-list li {
    position: relative;
    padding-left: 30px;
}

.contact-page__details-list i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 21px;
}


@media (max-width:1440px) {

    .abtWrapper .imgWrp {
        margin-left: 3.979vw;
        width: 45.823vw;
    }
    .head-md-cmn {
      
        font-size: 25px;
    }

    .abtWrapper .imgCont-wrapper {
        position: relative;
        margin-bottom: 0px;
    }

    .abtWrapper .imgCont-wrapper .overlayBox {
        background-color: #fff;
        max-width: 21.969vw;
        width: 100%;
        padding: 15px 0px;
        font-size: 1.354vw;
       
    }
}
