/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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 {
    box-sizing: border-box
}

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

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

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

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;
    font-weight: 300;
    line-height: 1.2
}

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

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

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

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

.small,small {
    font-size: .875em;
    font-weight: 400
}

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

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

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

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

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

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

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

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

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: 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,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

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

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

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

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

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

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    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 {
    border: 1px solid #dee2e6
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

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

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

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

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

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

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

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

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

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

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

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

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

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

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

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

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #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: rgba(255,255,255,.05)
}

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 1199.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
}

.form-control {
    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;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

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

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

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

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

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

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

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

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.was-validated select.form-control:valid,select.form-control.is-valid {
    padding-right: 3rem!important;
    background-position: right 1.5rem center
}

.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(.75em + 2.3125rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

.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:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

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

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.was-validated select.form-control:invalid,select.form-control.is-invalid {
    padding-right: 3rem!important;
    background-position: right 1.5rem center
}

.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(.75em + 2.3125rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

.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:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

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

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

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

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

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

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

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

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

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

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

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

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

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

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

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

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

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

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

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

.btn-secondary.focus,.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

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

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

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

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

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

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

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

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

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

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

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

.btn-warning.focus,.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

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

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

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

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

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

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

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

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

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

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

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

.btn-light.focus,.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

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

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

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

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

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

.btn-dark.focus,.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link.focus,.btn-link:focus {
    text-decoration: underline
}

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        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: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 1200px) {
    .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: ""
}

.dropleft .dropdown-toggle::after {
    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: #e9ecef
}

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

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

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

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

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

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

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

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

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

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.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-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

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

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

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

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

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

.custom-control-input:disabled~.custom-control-label::before,.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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

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

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

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

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

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

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

.custom-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;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-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
}

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

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

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.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 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

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

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

.custom-file-input:disabled~.custom-file-label,.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    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: 0
}

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

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

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

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-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-appearance: none;
    appearance: none
}

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

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

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-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;
    -moz-appearance: none;
    appearance: none
}

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

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

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none
}

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

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

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

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

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

.custom-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 {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

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

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

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

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    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 {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

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

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

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

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

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

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

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

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

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

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

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

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

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

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

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

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

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

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

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

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

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

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

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

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

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

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

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

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

@media (min-width: 576px) {
    .card-group {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

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

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

    .card-group>.card: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 {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

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

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

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

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

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

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

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

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

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

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.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;
    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;
    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;
    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;
    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;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

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

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

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.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 {
    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;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

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

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

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

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

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

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

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

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

.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;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.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: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

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

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

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

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

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

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

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction:row;
        flex-direction: row
    }

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

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

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction:row;
        flex-direction: row
    }

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

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

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.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 {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

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

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

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

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .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 .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;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        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%);
    transform: translateX(100%)
}

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-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;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        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: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' 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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -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;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        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(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.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;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-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: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: 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: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-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: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-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: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    word-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;
        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
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

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

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-font-smoothing: none
}

.icon-search {
    width: 1.05em
}

.icon-left-arrow {
    width: 0.5361328125em
}

.icon-right-arrow {
    width: 0.5361328125em
}

.icon-facebook,.icon-instagram,.icon-linkedin,.icon-share,.icon-twitter,.icon-youtube {
    width: 1.05em;
    height: 1.05em
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto
}

.white-popup h2 {
    color: #ca1700
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 8px;
    background: #fff;
    border: 1px solid #ced1d8;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background: #ca1700;
    border: #ca1700
}

.fixed-supported .fixedsticky-off,.fixedsticky-withoutfixedfixed .fixedsticky-off {
    position: static
}

.fixed-supported .fixedsticky-on,.fixedsticky-withoutfixedfixed .fixedsticky-on {
    position: fixed
}

.fixedsticky-dummy {
    display: none
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block
}

@-webkit-keyframes slideUp {
    from {
        bottom: -100%;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideUp {
    from {
        bottom: -100%;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes slideDown {
    from {
        top: -100%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes slideDown {
    from {
        top: -100%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-4px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(4px,0,0)
    }
}

@keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(2px,0,0);
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-4px,0,0);
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7,0.7,0.7);
        -ms-transform: scale3d(0.7,0.7,0.7);
        transform: scale3d(0.7,0.7,0.7)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7,0.7,0.7);
        -ms-transform: scale3d(0.7,0.7,0.7);
        transform: scale3d(0.7,0.7,0.7)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes kenburns {
    0% {
        width: 100vw;
        height: 100vh;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    50% {
        width: 120vw;
        height: 120vh;
        -webkit-transform: translate(-52%,-52%);
        -ms-transform: translate(-52%,-52%);
        transform: translate(-52%,-52%)
    }

    100% {
        width: 100vw;
        height: 100vh;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@keyframes kenburns {
    0% {
        width: 100vw;
        height: 100vh;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    50% {
        width: 120vw;
        height: 120vh;
        -webkit-transform: translate(-52%,-52%);
        -ms-transform: translate(-52%,-52%);
        transform: translate(-52%,-52%)
    }

    100% {
        width: 100vw;
        height: 100vh;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #dcdfe5;
    font-family: Helvetica,sans,sans-serif;
    z-index: 1
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center
}

.smartbanner__exit::after,.smartbanner__exit::before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #4e5156;
    content: " "
}

.smartbanner__exit::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.smartbanner__exit::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.smartbanner__info__title {
    font-size: 14px
}

.smartbanner__info__author,.smartbanner__info__price {
    font-size: 12px
}

.smartbanner__button {
    position: absolute;
    top: 32px;
    right: 15px;
    display: block;
    padding: 5px 10px;
    min-width: 10%;
    border-radius: 3px;
    background: #dcdfe5;
    color: #ca1700;
    border: 1px solid #ca1700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center
}

.smartbanner.smartbanner--android {
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    -webkit-box-shadow: inset 0 4px 0 #ca1700;
    box-shadow: inset 0 4px 0 #ca1700
}

.smartbanner.smartbanner--android .smartbanner__exit {
    left: 6px;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    border-radius: 14px;
    background: #1c1e21;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);
    color: #b1b1b3;
    font-family: ArialRoundedMTBold,Arial;
    font-size: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 17px;
    text-shadow: 0 1px 1px #000
}

.smartbanner.smartbanner--android .smartbanner__exit::after,.smartbanner.smartbanner--android .smartbanner__exit::before {
    top: 3px;
    left: 8px;
    width: 2px;
    height: 11px;
    background: #b1b1b3
}

.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover {
    color: #eee
}

.smartbanner.smartbanner--android .smartbanner__icon {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.smartbanner.smartbanner--android .smartbanner__info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #fff;
    font-weight: 700
}

.smartbanner.smartbanner--android .smartbanner__button {
    top: 30px;
    right: 20px;
    padding: 0;
    min-width: 12%;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: 0 0 0 1px #333,0 0 0 2px #dddcdc;
    box-shadow: 0 0 0 1px #333,0 0 0 2px #dddcdc;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 700
}

.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover {
    background: 0 0
}

.smartbanner.smartbanner--android .smartbanner__button__label {
    display: block;
    padding: 0 10px;
    background: #ca1700;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
    text-transform: none
}

.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover {
    background: #ca1700
}

.ui-keyboard {
    text-align: left;
    padding: 0.3em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16000;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.ui-keyboard-has-focus {
    z-index: 16001
}

.ui-keyboard div {
    font-size: 1.1em
}

.ui-keyboard[contenteditable] {
    white-space: pre
}

.ui-keyboard-button {
    height: 2em;
    min-width: 2em;
    margin: 0.1em;
    cursor: pointer;
    overflow: hidden;
    line-height: 2em;
    -moz-user-focus: ignore
}

.ui-keyboard-button span {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    display: inline-block
}

.ui-keyboard-button-endrow {
    clear: left
}

.ui-keyboard-space {
    width: 15em
}

.ui-keyboard-empty span,.ui-keyboard-space span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

.ui-keyboard-preview-wrapper {
    text-align: center;
    position: relative;
    overflow: hidden
}

.ui-keyboard-preview {
    text-align: left;
    margin: 0 0 3px;
    display: inline;
    width: 99%
}

.ui-keyboard-keyset {
    text-align: center;
    white-space: nowrap
}

.ui-keyboard-input {
    text-align: left
}

.ui-keyboard-input-current {
    -webkit-box-shadow: 0 0 5px #4d90fe;
    box-shadow: 0 0 5px #4d90fe
}

.ui-keyboard-placeholder {
    color: #888
}

.ui-keyboard-nokeyboard {
    color: #888;
    border-color: #888
}

.ui-keyboard-spacer {
    display: inline-block;
    width: 1px;
    height: 0;
    cursor: default
}

.ui-keyboard-LRM span,.ui-keyboard-NBSP span,.ui-keyboard-RLM span,.ui-keyboard-ZWJ span,.ui-keyboard-ZWNJ span,.ui-keyboard-ZWSP span {
    font-size: 0.5em;
    line-height: 1.5em;
    white-space: normal
}

.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
    border-color: #ffaf0f
}

button.ui-keyboard-accept.ui-keyboard-valid-input {
    border-color: #0c0;
    background: #080;
    color: #fff
}

button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
    background: #0a0
}

button.ui-keyboard-accept.ui-keyboard-invalid-input {
    border-color: #c00;
    background: #800;
    color: #fff;
    opacity: 0.5
}

button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
    background: #a00
}

.ui-keyboard-caret {
    background: #c00;
    width: 1px;
    margin-top: 3px
}

div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn {
    padding: 0.5em 1em;
    border-color: transparent
}

.ui-body .ui-keyboard-button {
    width: 3em;
    height: 3em;
    display: inline-block
}

.ui-body .ui-keyboard-widekey {
    width: 5.5em
}

.ui-body .ui-keyboard-space {
    width: 15em
}

.ui-body .ui-keyboard-space span {
    visibility: hidden
}

.ui-body .ui-keyboard-keyset {
    line-height: 0.5em
}

.ui-body input.ui-input-text,.ui-body textarea.ui-input-text {
    width: 95%
}

.ui-body .ui-btn-inner {
    height: 2em;
    padding: 0.2em 0;
    margin: 0
}

.ui-body .ui-btn {
    margin: 0;
    font-size: 13px
}

button.ui-keyboard-button.btn {
    padding: 1px 6px
}

body {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #797984
}

a {
    color: #003f7e;
    -webkit-transition: color 0.3s,background-color 0.3s;
    -o-transition: color 0.3s,background-color 0.3s;
    transition: color 0.3s,background-color 0.3s
}

a:hover {
    color: #0a56af
}

h1,h2,h3,h4,h5 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h2 {
    font-size: 1.5rem;
    font-weight: 600
}

h3 {
    font-size: 1.25rem;
    font-weight: 600
}

th {
    font-weight: 600
}

.container {
    max-width: 100%
}

.square-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0
}

.square-list>li {
    list-style: none;
    padding: 1px 0 0 18px
}

.square-list>li:before {
    content: "";
    color: red;
    float: left;
    width: 6px;
    height: 6px;
    background: #ca1700;
    margin: 0.55rem -1.1rem
}

.btn {
    cursor: pointer;
    font-weight: 600;
    border-radius: 0.1875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.3s,background-color 0.3s;
    -o-transition: color 0.3s,background-color 0.3s;
    transition: color 0.3s,background-color 0.3s
}

.btn.focus,.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-more {
    font-size: 0.875rem;
    color: #003f7e;
    border-radius: 0;
    padding: 8px 0
}

.btn-more .icon {
    font-size: 0.815rem;
    color: #ca1700;
    margin-left: 8px;
    position: relative;
    top: 2px
}

.btn-back {
    font-size: 0.875rem;
    color: #003f7e;
    border-radius: 0;
    padding: 8px 0
}

.btn-back .icon {
    font-size: 0.815rem;
    color: #ca1700;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.btn-outline-more {
    border-color: #dcdfe5;
    color: #003f7e;
    padding: 0.3125rem 0.75rem
}

.btn-outline-more .icon {
    font-size: 0.815rem;
    color: #ca1700;
    margin-left: 8px;
    position: relative;
    top: 2px
}

.btn-outline-more:hover {
    background: #dcdfe5
}

.btn-primary {
    border: none;
    background: #0954ab;
    background: -webkit-linear-gradient(#0954ab 0,#003f7e 100%);
    background: -o-linear-gradient(#0954ab 0,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#0954ab),to(#003f7e));
    background: linear-gradient(#0954ab 0,#003f7e 100%);
    color: #fff
}

.btn-primary:hover {
    color: #fff;
    background: #003f7e;
    background: -webkit-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -o-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#003f7e),to(#003f7e));
    background: linear-gradient(#003f7e 0,#003f7e 100%)
}

.btn-outline-primary {
    border-color: #ca1700;
    color: #ca1700;
    padding: 0.3125rem 0.75rem
}

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

.btn-toggler {
    border-color: #dcdfe5;
    color: #797984;
    padding: 0.3125rem 0.65rem
}

.btn-toggler:hover {
    background: #e6e9ed
}

.btn-toggler .icon-bar {
    display: block;
    height: 4px;
    width: 4px;
    background-color: #4e5156;
    border-radius: 100%;
    margin-top: 3px
}

.btn-toggler .icon-bar + .icon-bar {
    margin-top: 4px
}

.btn-calendar,.btn-download {
    padding-left: 24px;
    position: relative;
    font-size: 0.875rem;
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-calendar .icon,.btn-download .icon {
    color: #ca1700;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 1rem
}

.btn-direction {
    padding-left: 24px;
    position: relative;
    font-size: 0.875rem;
    text-align: left
}

.btn-direction .icon-img {
    width: 18px;
    height: auto;
    color: #ca1700;
    position: absolute;
    left: 0;
    top: 9px
}

button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color
}

.section-wrapper {
    padding: 30px 0
}

.loader {
    width: 100px;
    text-align: center;
    padding: 5px
}

.loader span {
    font-size: 0.875rem;
    display: block
}

.alert {
    display: none;
    border-radius: 0;
    position: relative;
    padding-left: 60px;
    background: #fff
}

.alert.show {
    display: block
}

.alert .alert-icon {
    position: absolute;
    font-size: 1.375rem;
    padding: 5px;
    left: 0;
    top: 0;
    width: 50px;
    bottom: 0
}

.alert .alert-icon .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.alert-close {
    border-radius: 0;
    padding: 0;
    background: 0 0;
    outline: 0;
    border: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.alert-close .icon-bar {
    display: block;
    height: 2px;
    width: 16px;
    background-color: #797984
}

.alert-close .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%
}

.alert-close .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 40% 75%;
    -ms-transform-origin: 40% 75%;
    transform-origin: 40% 75%
}

.alert-success {
    border-color: #75aa29;
    background: #fff
}

.alert-success .alert-icon {
    color: #fff;
    border-right: 1px solid #75aa29;
    background: #75aa29
}

.alert-danger {
    border-color: #ca1700;
    background: #fff
}

.alert-danger .alert-icon {
    color: #fff;
    border-right: 1px solid #ca1700;
    background: #ca1700
}

.pt0 {
    padding-top: 0!important
}

.no-break {
    white-space: nowrap
}

.no-section-heading {
    border-top: 0;
    padding-top: 0
}

.no-section-heading h2 {
    display: none
}

.dummy-text {
    background: #ffffe0
}

.table {
    color: #797984
}

.table th {
    color: #4e5156;
    padding: 0.5rem;
    font-size: 0.9375rem
}

.table td {
    padding: 0.5rem;
    font-size: 0.9375rem
}

.table td .btn-calendar,.table td .btn-download {
    padding-top: 0
}

.table td .btn-calendar .icon,.table td .btn-download .icon {
    top: 3px
}

.table .thead-light th {
    color: #4e5156
}

.hidden {
    display: none
}

.m-center {
    margin: 0 auto
}

.rtl {
    direction: rtl;
    display: inline-block
}

.ltr {
    direction: ltr;
    display: inline-block
}

.maintenance {
    background: #edeff2
}

.maintenance h1 {
    color: #ca1700;
    font-size: 1.5rem;
    font-weight: 600
}

.maintenance strong {
    font-weight: 600
}

.maintenance ul>li {
    margin-bottom: 7px
}

.maintenance ul>li p {
    margin-bottom: 7px
}

.maintenance ul>li p:last-child {
    margin-bottom: 0
}

.maintenance .btn-wrapper ul {
    padding: 0;
    border-top: 1px solid #dcdfe5;
    margin-bottom: 0
}

.maintenance .btn-wrapper ul li {
    margin-bottom: 0;
    padding: 4px 0;
    border-bottom: 1px solid #dcdfe5
}

.maintenance .error-block {
    max-width: 600px;
    margin: 0 auto 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    padding: 20px
}

.maintenance .arb-block,.maintenance .eng-block {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 10px
}

.maintenance .arb-block {
    font-family: Arial,sans-serif;
    direction: rtl;
    text-align: right;
    margin-top: 30px
}

.maintenance .arb-block h1 {
    font-weight: 700
}

.maintenance .arb-block .btn-more .icon {
    margin-left: 0;
    margin-right: 8px
}

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

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-control {
    border-color: #dcdfe5
}

.form-control:focus {
    color: #4e5156;
    background-color: inherit;
    border-color: #dcdfe5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);
    box-shadow: 0 0 0 0 rgba(0,123,255,0)
}

.custom-select {
    background: #fff url(https://teamz.mykuwaitnet.net/static/en/images/select-arrow.svg?01e0d2cc4b8f) no-repeat right 0.75rem center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-control-input:disabled ~ .custom-control-label {
    opacity: 0.4;
    color: inherit
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background: 0 0
}

.form-group {
    background-color: #edeff2;
    padding: 10px 10px 5px;
    position: relative
}

.form-group label {
    display: block;
    color: #797984;
    font-size: 1rem;
    margin-bottom: 0
}

.form-group label.error {
    font-size: 0.75rem;
    color: #797984;
    display: block;
    padding: 0 15px;
    margin: 0 -10px -5px;
    background-color: #dcdfe5
}

.form-group.field-error {
    border: 1px solid red
}

.form-group .captcha-input input {
    border: 1px solid #dcdfe5;
    padding: 11px
}

.form-group .captcha-input label.error {
    margin: 0 0 -5px
}

.form-group .captcha-input.field-error input {
    border: 1px solid red
}

.form-group .form-control {
    background-color: #edeff2;
    padding: 5px 0;
    border: none;
    font-weight: 600;
    color: #4e5156;
    border-radius: 0
}

.form-group .form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group .form-control::-webkit-input-placeholder {
    opacity: 0.6
}

.form-group .form-control::-moz-placeholder {
    opacity: 0.6
}

.form-group .form-control:-ms-input-placeholder {
    opacity: 0.6
}

.form-group .form-control:-moz-placeholder {
    opacity: 0.6
}

.form-group .custom-control-label {
    padding: 5px 0;
    color: #4e5156
}

.form-group .custom-control-label:before {
    top: 0.65rem;
    border: 1px solid #ced1d8;
    background: #fff
}

.form-group .custom-control-label:after {
    top: 0.65rem;
    color: #fff
}

.form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,.form-group .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    border: 1px solid #797984;
    background: #797984
}

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

.form-group .custom-file label.error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.form-group .custom-file.with-add-btn {
    padding-right: 38px
}

.form-group .custom-file.added-field {
    position: relative;
    margin-top: 4px
}

.form-group .custom-file.added-field:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    height: 1px;
    background: #ced1d8
}

.form-group .custom-file .btn-add-field,.form-group .custom-file .btn-remove-field {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0 0.5rem;
    height: 27px;
    line-height: 25px;
    color: #fff;
    font-size: 0.675rem;
    color: #797984;
    border: 1px solid #797984;
    margin: 0;
    border-radius: 0.1875rem
}

.form-group .custom-file .btn-add-field .icon,.form-group .custom-file .btn-remove-field .icon {
    position: relative;
    top: 1px
}

.form-group .custom-file-label {
    padding: 5px 0;
    line-height: 1.5;
    font-weight: 600;
    color: #797984;
    background-color: #edeff2;
    border: none;
    padding-right: 72px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-radius: 0
}

.form-group .custom-file-label span {
    font-weight: 400;
    font-weight: 0.875rem
}

.form-group .custom-file-label:after {
    top: 5px;
    content: attr(data-content)!important;
    padding: 0 0.5rem;
    height: 27px;
    line-height: 25px;
    color: #fff;
    font-size: 0.875rem;
    color: #797984;
    border: 1px solid #797984;
    border-radius: 0.1875rem
}

.form-group .with-add-btn .custom-file-label {
    right: 38px
}

.form-group .datepicker-icon,.form-group .keyboard-icon {
    position: absolute;
    right: 10px;
    top: 37px;
    font-size: 24px
}

.form-group .keyboard-icon {
    font-size: 20px;
    cursor: pointer
}

.required-fields {
    position: relative;
    font-size: 12px;
    padding-left: 10px;
    line-height: 2;
    margin-bottom: 15px
}

.mandatory {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #ca1700 transparent transparent
}

.captcha-img {
    max-width: 270px;
    padding-top: 10px;
    padding-bottom: 10px
}

.captcha-img div {
    border: 1px solid #dcdfe5
}

.captcha-input {
    padding-top: 10px;
    padding-bottom: 10px
}

.reload-captcha {
    color: #797984;
    font-size: 1.25rem;
    padding: 5px;
    width: 38px;
    text-align: center;
    line-height: 38px
}

.form-tags {
    width: 100%
}

.tag-list {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%
}

.tag-item {
    float: left;
    padding: 0 5px;
    font-size: 0.75rem;
    color: #4e5156;
    font-weight: 600
}

.tag-item .custom-checkbox {
    padding: 5px 5px 5px 25px;
    border-radius: 0.1875rem;
    border: 1px solid #dcdfe5;
    background: #dcdfe5;
    margin-bottom: 8px
}

.tag-item .custom-checkbox.unchecked {
    background: 0 0
}

.tag-item .custom-control-label:before {
    left: 5px;
    top: 5px;
    border-radius: 100%;
    background: 0 0;
    border: 1px solid #dcdfe5
}

.tag-item .custom-control-label:after {
    left: 5px;
    top: 5px;
    border-radius: 100%
}

option.disabled {
    display: none
}

.form-overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9
}

form.disabled {
    position: relative
}

form.disabled .form-overlay {
    display: block
}

.selectric-wrapper {
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding: 4px 1.75rem 5px 0;
    background: #edeff2;
    color: #4e5156;
    font-size: 1rem
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0;
    height: 28px;
    line-height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    line-height: 368px;
    text-align: center;
    font: 0/0 a
}

.selectric .button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    margin: -5px 0 0;
    width: 16px;
    height: 16px;
    background: url(https://teamz.mykuwaitnet.net/static/en/images/select-arrow.svg?01e0d2cc4b8f) no-repeat 0 0
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #dcdfe5
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #fff
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: 0!important;
    border: none!important;
    background: 0 0!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #dcdfe5;
    z-index: 9;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5)
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px
}

.selectric-items li {
    padding: 0.5rem 0.75rem;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #003f7e;
    border-top: 1px solid #dcdfe5
}

.article-wrapper .selectric-items ul>li {
    margin-bottom: 0
}

.selectric-items li.selected {
    background: rgba(237,239,242,0.6)
}

.selectric-items li.highlighted {
    background: rgba(237,239,242,0.6)
}

.selectric-items li:hover {
    background: #edeff2;
    color: #0a56af
}

.selectric-items .disabled {
    opacity: 0.5;
    cursor: default!important;
    background: 0 0!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    padding-left: 0.75rem;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #4e5156
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.form-group .selectric-items {
    width: 100%!important;
    right: 0
}

.blue-hero .selectric-wrapper {
    position: relative
}

.blue-hero .selectric {
    background: #fff;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem
}

.blue-hero .selectric .label {
    height: 36px;
    line-height: 36px
}

.blue-hero .selectric .button:after {
    left: 5px
}

.modal-box-body .selectric {
    background: #fff
}

.credit-cell {
    position: relative;
    width: 60px;
    font-size: 1rem;
    line-height: 1.5;
    color: #4e5156;
    outline: 0;
    letter-spacing: 3px;
    background-color: #edeff2;
    padding: 5px 0;
    border: none;
    font-weight: 600;
    border-radius: 0
}

.credit-input {
    display: block;
    width: 100%
}

.text-group {
    border: 1px solid #e6e9ed;
    padding: 10px 10px 5px;
    position: relative;
    margin-bottom: 1rem
}

.text-group .lbl {
    display: block;
    color: #797984;
    font-size: 1rem;
    margin-bottom: 0
}

.text-group .val {
    display: block;
    padding: 5px 0;
    border: none;
    font-weight: 600
}

.field-hidden {
    display: none
}

.field-hidden.show {
    display: block
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #ced1d8
}

.ui-widget-content {
    border: 1px solid #ced1d8;
    background: #fff;
    color: #4e5156
}

.ui-widget-content a {
    color: #4e5156
}

.ui-widget-header {
    border: 1px solid #ced1d8;
    background: #e6e9ed;
    color: #4e5156;
    font-weight: 700
}

.ui-widget-header a {
    color: #4e5156
}

.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover {
    border: 1px solid #ced1d8;
    background: #edeff2;
    font-weight: 400;
    color: #4e5156
}

.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button {
    color: #4e5156;
    text-decoration: none
}

.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
    border: 1px solid #ced1d8;
    background: #edeff2;
    font-weight: 400;
    color: #0a56af
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover {
    color: #0a56af;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active {
    border: 1px solid #4e5156;
    background: #797984;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #4e5156;
    background-color: #fff
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #797984;
    background: #dcdfe5;
    color: #000
}

.ui-state-checked {
    border: 1px solid #797984;
    background: #dcdfe5
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #000
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.form-group label.label-right {
    font-family: Tajawal,Helvetica,sans-serif;
    text-align: right;
    direction: rtl;
    position: absolute;
    right: 15px;
    top: 10px
}

.nav-mobile {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 0!important
}

.nav-mobile body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-mobile .smartbanner {
    display: none
}

.nav-link:focus {
    outline: 0
}

.gb-header {
    position: relative;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: margin-bottom 0.4s,-webkit-transform 0.3s;
    -o-transition: margin-bottom 0.4s,-o-transform 0.3s;
    transition: margin-bottom 0.4s,-webkit-transform 0.3s;
    -o-transition: margin-bottom 0.4s,transform 0.3s;
    transition: margin-bottom 0.4s,transform 0.3s;
    transition: margin-bottom 0.4s,transform 0.3s,-webkit-transform 0.3s
}

.gb-header:before {
    display: none;
    content: "mobile"
}

.gb-header.login-active {
    z-index: 4
}

.nav-mobile .gb-header {
    margin-top: 35px;
    -webkit-box-shadow: -5px 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: -5px 0 20px 0 rgba(0,0,0,0.3);
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
    z-index: 2
}

.gb-page {
    border-top: 1px solid #dcdfe5;
    background: #fff;
    position: relative;
    z-index: 2;
    min-height: 100vh;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s
}

.nav-mobile .gb-page {
    z-index: 3
}

.filtersOpen {
    height: 100%;
    overflow: hidden
}

.filtersOpen body {
    height: 100%;
    overflow: hidden
}

.filtersOpen .gb-page {
    position: static
}

.nav-mobile .gb-page {
    -webkit-box-shadow: -5px 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: -5px 0 20px 0 rgba(0,0,0,0.3);
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px)
}

.top-nav {
    position: relative;
    z-index: 4;
    background: #e6e9ed;
    font-size: 0.8125rem
}

.top-nav .nav-link {
    color: #4e5156;
    padding: 8px 12px;
    border-right: 1px solid #ced1d8
}

.top-nav .nav-link:hover {
    color: #0a56af
}

.top-nav .nav-link.active {
    color: #ca1700
}

.top-nav .nav-search .nav-link {
    font-size: 1.25rem;
    padding: 9px 10px 5px
}

.top-nav .nav-search .nav-link.active {
    background: #ced1d8
}

.nav-global-sub {
    position: relative
}

.nav-global-sub .dropdown-toggle:after {
    display: none
}

.nav-global-sub .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: 1px solid #ced1d8;
    -webkit-box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5)
}

.nav-global-sub .dropdown-item {
    font-size: 0.875rem;
    color: #4e5156;
    padding: 0.5rem 0.75rem;
    background: #e6e9ed;
    border-bottom: 1px solid #dcdfe5;
    white-space: normal
}

.nav-global-sub .dropdown-item:last-child {
    border-bottom: none
}

.nav-global-sub .dropdown-item:hover {
    background: #dcdfe5;
    color: #0a56af
}

.nav-global-sub .dropdown-item.active {
    color: #ca1700
}

.nav-global-sub.show .dropdown-toggle {
    background: #ced1d8;
    color: #003f7e
}

.nav-mobile .top-nav {
    position: fixed;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0
}

.global-nav-toggle:after {
    display: none
}

.nav-global li .nav-link {
    padding: 8px
}

.nav-global li .nav-link .icon {
    font-size: 0.6875rem;
    margin-left: 4px;
    position: relative;
    top: 2px
}

.nav-global li:first-child .nav-link {
    padding-left: 0
}

.top-nav .nav-corporate {
    display: none
}

.top-nav .nav-listen-link {
    padding: 5px 0;
    border-right: none;
    margin-left: auto
}

.top-nav .nav-listen-link span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ced1d8;
    color: #4e5156;
    border-radius: 100%
}

.top-nav .nav-listen-link.playing span {
    background: #ced1d8;
    color: #ca1700
}

.top-nav .nav-lang-link {
    font-family: Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    border-right: none;
    margin-right: -7px;
    margin-left: 5px;
    padding: 5px 0
}

.top-nav .nav-lang-link span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #ced1d8;
    color: #4e5156;
    border-radius: 100%
}

.top-nav .nav-lang {
    font-size: 1.125rem;
    line-height: 1.4
}

.top-nav .nav-lang .nav-lang-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400
}

.home .top-nav .nav-listen-link {
    display: none
}

.home .top-nav .nav-lang-link {
    margin-left: auto
}

.show-rs .top-nav .nav-listen-link span {
    background: #ced1d8;
    color: #ca1700
}

.navbar-gb {
    background: #fff
}

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

.brand-wrapper {
    margin: 0 auto
}

.navbar-brand {
    display: block;
    width: 133px;
    height: 34px;
    margin-left: 0;
    margin-right: 0
}

.navbar-brand img {
    display: block;
    width: 133px;
    height: 24px
}

.navbar-left {
    position: absolute;
    left: 5px;
    z-index: 2;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.navbar-left .nav-search-link {
    padding: 8px;
    line-height: 1
}

.navbar-left .nav-search-link .icon-search {
    font-size: 1.35rem;
    color: #4e5156
}

.navbar-left .nav-search-link.active .icon-search {
    color: #ca1700
}

.navbar-right {
    position: absolute;
    right: 15px;
    z-index: 1
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    top: 39px;
    padding: 0;
    margin: 0;
    max-width: 280px;
    border-radius: 0;
    border: 1px solid #ced1d8;
    bottom: none;
    background: #e6e9ed;
    -webkit-box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5)
}

.navbar-right .dropdown-item {
    background: #e6e9ed;
    border-bottom: 1px solid #dcdfe5;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    position: relative;
    font-size: 0.875rem
}

.navbar-right .dropdown-item .icon {
    font-size: 0.815rem;
    color: #ca1700;
    position: absolute;
    right: 10px;
    top: 13px
}

.navbar-right .dropdown-item:hover {
    background: #dcdfe5;
    color: #0a56af
}

.navbar-toggler {
    padding: 8px;
    cursor: pointer
}

.navbar-toggler .icon-bar {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #4e5156;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 5px
}

.navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.navbar-toggler .middle-bar {
    opacity: 0
}

.navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.btn-login {
    margin-top: auto;
    color: #fff;
    border: none;
    position: relative;
    padding: 0.4rem 0.5rem;
    font-size: 0.875rem;
    background: #0954ab;
    background: -webkit-linear-gradient(#0954ab 0,#003f7e 100%);
    background: -o-linear-gradient(#0954ab 0,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#0954ab),to(#003f7e));
    background: linear-gradient(#0954ab 0,#003f7e 100%);
    border-radius: 4px;
    min-width: auto
}

.btn-login .icon {
    display: none;
    position: absolute;
    right: 8px;
    font-size: 1.5rem;
    color: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.btn-login:hover {
    color: #fff;
    background: #003f7e;
    background: -webkit-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -o-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#003f7e),to(#003f7e));
    background: linear-gradient(#003f7e 0,#003f7e 100%)
}

.login-active .btn-login {
    background: #003f7e;
    background: -webkit-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -o-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#003f7e),to(#003f7e));
    background: linear-gradient(#003f7e 0,#003f7e 100%)
}

.btn-login:not(:disabled):not(.disabled).active,.btn-login:not(:disabled):not(.disabled):active {
    background: #003f7e;
    background: -webkit-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -o-linear-gradient(#003f7e 0,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#003f7e),to(#003f7e));
    background: linear-gradient(#003f7e 0,#003f7e 100%)
}

.search-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1009;
    border-top: 1px solid #e6e9ed
}

.search-box .container {
    background: #fff;
    background: rgba(255,255,255,0.95);
    padding: 10px 15px
}

.search-form {
    background: #fff;
    height: 43px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-form .form-control {
    border-radius: 0;
    height: 43px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 72%;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    font-size: 1.15rem
}

.search-form .btn-search {
    background: #dcdfe5;
    border-radius: 0;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    font-size: 1.125rem;
    cursor: pointer
}

.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 260px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    background: #757981;
    -webkit-transition: visibility 0 0.3s,opacity 0 0.3s;
    -o-transition: visibility 0 0.3s,opacity 0 0.3s;
    transition: visibility 0 0.3s,opacity 0 0.3s;
    padding-top: 37px;
    padding-bottom: 90px
}

.navbar-collapse .nav-corporate {
    display: block
}

.navbar-collapse .nav-corporate li {
    display: block
}

.navbar-collapse .nav-corporate li .nav-link {
    padding: 12px 15px;
    background: #757981;
    border-bottom: 1px solid #6a6e76;
    color: #fff;
    font-size: 0.9375rem;
    position: relative
}

.navbar-collapse .nav-corporate li .nav-link .icon {
    color: rgba(78,81,86,0.95);
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 1;
    font-size: 0.875rem
}

.nav-mobile .navbar-collapse {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0 0s,opacity 0 0;
    -o-transition: visibility 0 0s,opacity 0 0;
    transition: visibility 0 0s,opacity 0 0
}

.navbar-nav {
    justify-content: flex-start;
    border-bottom: 15px solid rgba(78,81,86,0.4)
}

.navbar-nav .dropdown {
    position: static
}

.navbar-nav .nav-link {
    padding: 15px 30px 15px 15px;
    background: #757981;
    border-bottom: 1px solid rgba(78,81,86,0.4);
    color: #fff;
    font-size: 1.125rem;
    position: relative
}

.navbar-nav .nav-link .icon {
    color: rgba(78,81,86,0.95);
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 1;
    font-size: 0.875rem
}

.navbar-nav .nav-link:hover {
    background: rgba(78,81,86,0.15)
}

.navbar-gb {
    padding: 5px 0
}

.navbar-gb .navbar-nav {
    border-bottom: none
}

.megamenu .dropdown-menu {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
    border: none;
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background: #757981;
    display: block;
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
    padding-top: 33px;
    padding-bottom: 90px
}

.megamenu .dropdown-menu .container {
    padding-left: 15px;
    padding-right: 15px
}

.megamenu .dropdown-menu.open {
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.dropdown-title {
    padding: 0 15px 0 35px;
    display: block;
    font-size: 1.125rem;
    position: relative;
    background: rgba(78,81,86,0.6);
    margin-left: -15px;
    margin-right: -15px;
    height: 52px;
    line-height: 52px
}

.dropdown-title h3 {
    margin-bottom: 0;
    font-size: 1.125rem
}

.dropdown-title h3 a {
    display: block;
    color: #fff;
    height: 52px;
    line-height: 52px
}

.dropdown-title h3 a:hover {
    text-decoration: none
}

.dropdown-title h3 a .icon {
    display: none
}

.dropdown-title .menu-back {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 0.875rem;
    width: 30px;
    height: 52px;
    color: #ced1d8;
    text-align: center
}

.dropdown-title .menu-back:hover {
    color: #797984
}

.sub-menu ul {
    padding: 0
}

.sub-menu ul li {
    width: 100%;
    display: block
}

.sub-menu ul li a {
    display: block;
    padding: 15px 15px 15px 50px;
    color: #fff;
    font-size: 0.9375rem;
    border-top: 1px solid rgba(78,81,86,0.2);
    position: relative
}

.sub-menu ul li a:hover {
    text-decoration: none;
    color: #4e5156
}

.sub-menu ul li a .icon {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5)
}

.sub-menu ul li.menu-title>a {
    display: block;
    border-top: 1px solid rgba(78,81,86,0.4);
    font-size: 1rem;
    padding: 10px 15px 10px 35px;
    background: rgba(78,81,86,0.2)
}

.menu-promo {
    display: none
}

.nav-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: -44px;
    right: 0;
    bottom: 0;
    background: 0 0;
    opacity: 0;
    z-index: 9999
}

.nav-mobile .nav-overlay {
    display: block
}

.gb-corporate .nav-corporate>li>.nav-link {
    font-size: 1.125rem;
    padding: 15px 30px 15px 15px
}

.gb-corporate .nav-corporate>li>.nav-link .icon {
    top: 24px
}

.menu-corporate {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
    border: none;
    width: 260px;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background: #757981;
    display: block;
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
    padding-top: 37px
}

.menu-corporate.open {
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-corporate>.dropdown-title {
    margin: 0
}

.menu-corporate .navbar-nav>li>.nav-link {
    display: block;
    border-top: 1px solid rgba(78,81,86,0.4);
    font-size: 1rem;
    padding: 10px 15px 10px 35px;
    background: rgba(78,81,86,0.2)
}

.menu-corporate .navbar-nav>li>.nav-link .icon {
    top: 17px
}

.menu-corporate .sub-menu {
    border-bottom: 15px solid rgba(78,81,86,0.4)
}

.section-hero {
    display: none
}

.section-hero.show {
    display: block
}

.site-guide__image {
    width: 40px!important;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: 13px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease-in-out
}

.guide-message {
    display: none;
    padding: 8px 0 5px;
    border-bottom: 1px solid #dcdfe5;
    font-size: 0.875rem
}

.guide-message .btn {
    padding-top: 6px
}

.guide-message.show {
    display: block
}

.section-guide {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    height: calc(100vh - 79px)
}

.section-guide.show {
    display: block
}

.smartOn .section-guide {
    height: calc(100vh - 163px)
}

.guide-video {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #797984;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: calc(100vh - 79px)
}

.guide-video.ready {
    opacity: 1
}

.smartOn .guide-video {
    height: calc(100vh - 163px)
}

.guide-bg {
    display: none
}

.guide-bg img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.guide-video.hide {
    display: none
}

.guide-bg.kenburns {
    display: block
}

.guide-bg.kenburns img {
    animation: kenburns 35s 2s infinite;
    -webkit-animation: kenburns 35s 2s infinite;
    -ms-animation: kenburns 35s 2s infinite;
    -o-animation: kenburns 35s 2s infinite;
    -moz-animation: kenburns 35s 2s infinite
}

.guide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.65);
    opacity: 0
}

.guide-content {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center
}

.guide-content .container {
    padding: 0;
    position: relative;
    height: 100%
}

.guide-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.guide-main p {
    visibility: hidden;
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
    padding: 0 10px
}

.guide-main h2 {
    visibility: hidden;
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 10px
}

.guide-main.title-blue h2,.guide-main.title-blue p {
    color: #003f7e
}

.guide-main.title-red h2,.guide-main.title-red p {
    color: #ca1700
}

.guide-main.title-grey h2,.guide-main.title-grey p {
    color: #797984
}

.guide-main.init p {
    visibility: visible;
    -webkit-animation: fadeInDown 0.6s;
    animation: fadeInDown 0.6s;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.guide-main.init h2 {
    visibility: visible;
    -webkit-animation: fadeInRight 0.6s;
    animation: fadeInRight 0.6s;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.guide-carousel {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center
}

.guide-carousel .guide-item {
    opacity: 0;
    padding: 10px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.guide-carousel .guide-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 10px 10px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(206,209,216,0.65);
    border-top: 2px solid #ca1700
}

.guide-carousel .guide-item a .icon {
    position: absolute;
    left: 50%;
    top: 10px;
    color: #fff;
    font-size: 2.25rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.guide-carousel .guide-item a span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.775rem;
    line-height: 1.35rem;
    height: 2.5rem;
    overflow: hidden
}

.guide-carousel .guide-item a span i {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.guide-carousel .owl-stage {
    margin: auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.guide-carousel .owl-stage .owl-item {
    float: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0
}

.guide-carousel.owl-loaded .guide-item {
    opacity: 1;
    padding: 10px;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.guide-carousel.owl-loaded .owl-item {
    -webkit-animation: zoomIn 0.3s;
    animation: zoomIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.guide-carousel.owl-loaded .owl-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.guide-carousel.owl-loaded .owl-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.guide-carousel.owl-loaded .owl-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.guide-carousel.owl-loaded .owl-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.guide-carousel.owl-loaded .owl-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.guide-carousel.owl-loaded .owl-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.guide-carousel.owl-loaded .owl-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.guide-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 0
}

.guide-switcher {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center
}

.guide-switcher .guide-item {
    opacity: 0;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px
}

.guide-switcher .guide-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 60px;
    background: rgba(0,0,0,0.35);
    text-align: left;
    border: 1px solid rgba(206,209,216,0.65);
    border-left: 2px solid #ca1700
}

.guide-switcher .guide-item a .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 2.25rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.guide-switcher .guide-item a span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.775rem;
    line-height: 1.35rem;
    height: 2.5rem;
    overflow: hidden
}

.guide-switcher .guide-item a span i {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.init .guide-switcher .guide-item {
    -webkit-animation: zoomIn 0.3s;
    animation: zoomIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.init .guide-switcher .guide-item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.init .guide-switcher .guide-item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.init p {
    visibility: visible;
    -webkit-animation: fadeInDown 0.6s;
    animation: fadeInDown 0.6s
}

.init h2 {
    visibility: visible;
    -webkit-animation: fadeInRight 0.6s;
    animation: fadeInRight 0.6s
}

.guide-sub {
    position: relative;
    opacity: 0
}

.guide-sub.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.guide-sub.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.guide-sub-title {
    display: block;
    position: absolute;
    z-index: 11;
    left: 50%;
    top: -52px;
    padding: 10px;
    background: #ca1700;
    border: 1px solid #ca1700;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(33.33% - 20px)
}

.guide-sub-title .icon {
    color: #000;
    font-size: 2.25rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.guide-sub-title span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.35rem;
    height: 2.5rem;
    overflow: hidden
}

.guide-sub-title span i {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.guide-sub-content {
    background: rgba(0,0,0,0.35);
    border-top: 1px solid rgba(206,209,216,0.65);
    border-bottom: 1px solid rgba(206,209,216,0.65);
    display: none;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
}

.guide-sub-content .guide-back {
    background: #fff;
    padding: 0.3125rem 0.5rem;
    position: absolute;
    left: 50%;
    bottom: -16px;
    border-radius: 0.1875rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.guide-sub-content .guide-back .icon {
    font-size: 0.815rem;
    color: #ca1700;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.guide-sub-content .guide-carousel .guide-item a {
    background: 0 0;
    border: none;
    position: relative;
    padding: 50px 10px 0
}

.guide-sub-content .guide-carousel .guide-item a:hover {
    background: 0 0;
    border: none
}

.guide-sub-content .guide-carousel .owl-stage .owl-item.active .guide-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid rgba(206,209,216,0.65)
}

.guide-sub-content .guide-carousel .owl-stage .owl-item.active:first-child .guide-item:after {
    display: none
}

.guide-scroll {
    position: absolute;
    padding-bottom: 5px;
    left: 50%;
    bottom: 0;
    z-index: 3;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #fff;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.guide-scroll span {
    display: block;
    letter-spacing: 1px;
    -webkit-transition: letter-spacing 0.3s;
    -o-transition: letter-spacing 0.3s;
    transition: letter-spacing 0.3s
}

.guide-scroll .icon {
    font-size: 1.25rem
}

.guide-scroll:hover {
    color: #fff;
    text-decoration: none
}

.guide-scroll:hover span {
    letter-spacing: 2px
}

.guide-control {
    opacity: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 4;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.guide-close {
    position: relative;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #fff;
    color: #003f7e;
    font-size: 0.75rem;
    width: 74px;
    text-align: end;
    height: 35px;
    line-height: 35px;
    font-size: 1rem
}

.guide-close .icon-bar {
    display: block;
    height: 2px;
    width: 16px;
    background-color: #ca1700;
    position: absolute;
    left: 5px;
    top: 18px
}

.guide-close .top-bar {
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg);
    -webkit-transform-origin: 53% 72%;
    -ms-transform-origin: 53% 72%;
    transform-origin: 53% 72%
}

.guide-close .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 48% 97%;
    -ms-transform-origin: 48% 97%;
    transform-origin: 48% 97%;
    top: 18px
}

.guide-close:hover {
    color: #0a56af;
    background: #fff
}

.guide-close:hover .icon-bar {
    background-color: #0a56af
}

.index-h1 {
    font-size: 10px;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.carousel-inner {
    z-index: 1
}

.hero-carousel .carousel-item {
    height: 12.5rem;
    background-color: #dcdfe5
}

.hero-carousel .carousel-item>a>img,.hero-carousel .carousel-item>a>picture>img,.hero-carousel .carousel-item>img,.hero-carousel .carousel-item>picture>img {
    position: relative;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.hero-carousel .carousel-item>a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%
}

.carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #000;
    background: rgba(0,0,0,0.55)
}

.carousel-caption .caption {
    font-size: 1.2rem;
    line-height: 1.25;
    color: #fff;
    margin: 0
}

.carousel-caption .caption span,.carousel-caption .caption strong {
    font-weight: 700
}

.carousel-caption .caption a {
    color: #fff
}

.carousel-caption .caption a:hover {
    text-decoration: none
}

.carousel-caption .caption a .icon {
    color: #ca1700;
    font-size: 0.915rem;
    position: relative;
    top: 1px;
    margin-left: 2px
}

.carousel-caption p {
    margin: 0
}

.carousel-caption .btn-more {
    color: #fff
}

.carousel-caption .btn-more:hover {
    color: #dcdfe5
}

.carousel-controls {
    display: none
}

.carousel-controls .container {
    position: relative
}

.carousel-btn-next,.carousel-btn-prev {
    position: absolute;
    right: 30px;
    bottom: 26px;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    background: rgba(255,255,255,0);
    -webkit-transition: border 0.3s,background-color 0.3s;
    -o-transition: border 0.3s,background-color 0.3s;
    transition: border 0.3s,background-color 0.3s
}

.carousel-btn-next .icon,.carousel-btn-prev .icon {
    font-size: 0.85rem;
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.carousel-btn-next .icon-left-arrow,.carousel-btn-prev .icon-left-arrow {
    position: relative;
    right: 1px
}

.carousel-btn-next .icon-right-arrow,.carousel-btn-prev .icon-right-arrow {
    position: relative;
    left: 1px
}

.carousel-btn-next:hover,.carousel-btn-prev:hover {
    background: #fff;
    border: 2px solid #fff
}

.carousel-btn-next:hover .icon,.carousel-btn-prev:hover .icon {
    color: #ca1700
}

.carousel-btn-prev {
    right: 68px
}

.carousel-caption .container {
    opacity: 0;
    -webkit-transition: opacity 1s ease!important;
    -o-transition: opacity 1s ease!important;
    transition: opacity 1s ease!important
}

.carousel-inner .active.carousel-item-left .carousel-caption .container,.carousel-inner .active.carousel-item-right .carousel-caption .container,.carousel-inner .carousel-item .carousel-caption .container {
    opacity: 0
}

.carousel-inner .active .carousel-caption .container,.carousel-inner .carousel-item-next.carousel-item-left .carousel-caption .container,.carousel-inner .carousel-item-prev.carousel-item-right .carousel-caption .container {
    opacity: 1
}

.compilation {
    background: #edeff2
}

.comp-wrapper {
    position: relative;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    box-shadow: 0 1px 10px rgba(0,0,0,0.05)
}

.comp-tabs {
    height: 53px;
    margin-bottom: 20px
}

.comp-tabs .comp-tab {
    display: none
}

.comp-tabs.owl-loaded,.comp-tabs.slick-initialized {
    display: block
}

.comp-tabs.owl-loaded .comp-tab,.comp-tabs.slick-initialized .comp-tab {
    display: block
}

.comp-tab a {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    height: 53px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: bottom;
    padding: 0 1rem 2px 0.9375rem;
    color: rgba(121,121,132,0.75);
    position: relative;
    overflow: hidden;
    outline: 0
}

.comp-tab a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 0;
    width: 1px;
    background: #ced1d8;
    height: 53px
}

.comp-tab a:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 1px;
    top: -54px;
    width: 1px;
    background: #ca1700;
    height: 53px;
    -o-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    transition: top 0.3s
}

.comp-tab a:hover {
    color: #0a56af;
    text-decoration: none
}

.comp-tab a:hover:after {
    top: 0
}

.current .comp-tab a,.slick-current .comp-tab a {
    color: #4e5156;
    text-decoration: none
}

.current .comp-tab a:after,.slick-current .comp-tab a:after {
    top: 0
}

.comp-contents.slick-initialized {
    overflow: visible
}

.comp-contents .slick-list {
    height: 100%
}

.comp-contents .slick-track {
    height: 100%
}

.comp-contents .slick-slide>div {
    height: 100%
}

.comp-controls {
    display: none
}

.comp-left {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.875rem;
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    text-align: center;
    border-radius: 100%;
    left: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.comp-left .icon {
    position: relative;
    right: 1px
}

.comp-left:hover {
    color: #ca1700;
    border-color: #ced1d8;
    background: #ced1d8
}

.comp-left.disabled {
    opacity: 0.35;
    cursor: default
}

.comp-left.disabled:hover {
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    background: 0 0
}

.comp-right {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.875rem;
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    text-align: center;
    border-radius: 100%;
    right: 0;
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.comp-right .icon {
    position: relative;
    left: 1px
}

.comp-right:hover {
    border-color: #ced1d8;
    color: #ca1700;
    background: #ced1d8
}

.comp-right.disabled {
    opacity: 0.35;
    cursor: default
}

.comp-right.disabled:hover {
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    background: 0 0
}

.comp-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.comp-content {
    background: #fff;
    min-height: 100%
}

.comp-content .container {
    padding: 0
}

.comp-body {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.comp-body.comp-body-fill {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.comp-media a {
    background: #dcdfe5;
    display: block;
    text-align: center;
    color: #dcdfe5
}

.comp-media a img {
    width: 100%;
    height: auto
}

.comp-contents .comp-media img {
    width: 100%;
    height: auto
}

.comp-main {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px
}

.comp-main h2 {
    color: #ca1700
}

.comp-main h2 a {
    color: #ca1700
}

.comp-main h2 a:hover {
    text-decoration: none
}

.comp-main .btn-wrapper {
    margin-bottom: 1rem
}

.comp-main .btn-wrapper .btn {
    margin-right: 15px
}

.comp-body-fill {
    padding-right: 15px
}

.comp-side {
    padding: 0 15px;
    border-top: 1px solid #dcdfe5;
    width: 100%
}

.comp-side h3 {
    line-height: 1.1;
    color: #ca1700
}

.comp-side h3 a {
    color: #ca1700
}

.comp-side h3 a:hover {
    text-decoration: none
}

.comp-side p {
    margin-bottom: 8px
}

.comp-side img {
    display: inline-block
}

.comp-side-full {
    padding: 15px
}

.comp-side-half {
    padding: 15px
}

.comp-side-half h3 {
    height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.comp-side-half:first-child {
    border-bottom: 1px solid #dcdfe5
}

.comp-links {
    font-size: 0.875rem;
    font-weight: 600
}

.comp-contents .comp-side img {
    width: auto;
    height: auto
}

.comp-reward {
    text-align: center;
    margin: 5px 0
}

.comp-reward h4 {
    font-size: 1.125rem;
    color: #ca1700;
    margin: 0
}

.comp-reward h4 a {
    color: #ca1700
}

.comp-reward h4 a:hover {
    text-decoration: none
}

.owl-carousel .owl-item img.gulf-img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 15px
}

.teasers .container {
    padding: 0
}

.teaser-carousel {
    margin: 0
}

.teaser-block {
    border-top: 3px solid #ca1700;
    margin-bottom: 0.625rem
}

.teaser-media a {
    background: #dcdfe5;
    display: block;
    padding-top: 56.25%;
    position: relative;
    height: 0;
    text-align: center;
    color: #dcdfe5;
    overflow: hidden
}

.teaser-media a img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.6s all cubic-bezier(0.19,1,0.22,1);
    -o-transition: 0.6s all cubic-bezier(0.19,1,0.22,1);
    transition: 0.6s all cubic-bezier(0.19,1,0.22,1)
}

.row-full .teaser-media a img {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: auto;
    height: 100%
}

.teaser-content {
    margin-top: 1px;
    padding: 15px;
    background: #eff1f3;
    background: -webkit-linear-gradient(top,#eff1f3 0,#fff 92%);
    background: -webkit-gradient(linear,left top,left bottom,from(#eff1f3),color-stop(92%,#fff));
    background: -o-linear-gradient(top,#eff1f3 0,#fff 92%);
    background: linear-gradient(to bottom,#eff1f3 0,#fff 92%)
}

.teaser-content h2 {
    color: #ca1700;
    line-height: 1.35
}

.teaser-content h2 a {
    color: inherit;
    display: block
}

.teaser-content h2 a:hover {
    color: #0a56af;
    text-decoration: none
}

.teaser-content h3 {
    color: #ca1700
}

.teaser-content h3 a {
    color: inherit
}

.teaser-content h3 a:hover {
    color: #0a56af;
    text-decoration: none
}

.teaser-content p {
    margin-bottom: 8px
}

.add-to-compare {
    font-size: 0.75rem;
    line-height: 2
}

.add-to-compare .custom-control-label:before {
    background: #fff;
    border: 1px solid #ced1d8;
    border-radius: 100%
}

.add-to-compare .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dcdfe5
}

.teaser-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.teaser-carousel .owl-item {
    float: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto!important
}

.teaser-hover .shine {
    position: absolute;
    left: 0;
    top: -3px;
    right: 0;
    width: 100%;
    height: 3px;
    z-index: 9;
    overflow: hidden
}

.teaser-hover .shine:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    width: 50%;
    height: 3px;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.8)),color-stop(99%,rgba(128,186,232,0)),to(rgba(125,185,232,0)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    z-index: 10
}

.teaser-hover:hover .shine:before {
    -webkit-transition: 1.5s all cubic-bezier(0.19,1,0.22,1);
    -o-transition: 1.5s all cubic-bezier(0.19,1,0.22,1);
    transition: 1.5s all cubic-bezier(0.19,1,0.22,1);
    left: 100%
}

.teaser-hover:hover .teaser-media a img {
    -webkit-transform: scale(1.09) translateY(-47%);
    -ms-transform: scale(1.09) translateY(-47%);
    transform: scale(1.09) translateY(-47%)
}

.card {
    padding-bottom: 15px
}

.card-block {
    position: relative;
    border: 1px solid #dcdfe5;
    border-top: 3px solid #ca1700;
    padding: 15px;
    height: 100%
}

.card-block.card-view-all {
    padding-bottom: 54px;
    position: relative
}

.card-block.card-view-all .btn-more {
    position: absolute;
    left: 15px;
    bottom: 10px
}

.card-title {
    color: #ca1700;
    margin-bottom: 15px;
    line-height: 1.35;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card-title a {
    color: inherit
}

.card-title a:hover {
    color: #0a56af;
    text-decoration: none
}

.card-body {
    margin-left: -10px;
    margin-right: -10px
}

.card-body .col {
    padding: 0 10px
}

.card-image {
    max-width: 50%
}

.card-image a {
    display: block;
    text-align: left
}

.card-image a img {
    display: block;
    max-width: 100%;
    height: auto
}

.card-image .btn-download {
    padding-right: 0;
    white-space: normal
}

.card-text {
    max-width: 50%
}

.card-text .btn-calendar,.card-text .btn-download {
    display: block
}

.card-logo {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dcdfe5
}

.card-logo a {
    padding: 15px 10px;
    display: block;
    text-align: center;
    height: 92px
}

.card-logo a img {
    max-height: 62px
}

.card-logo .status {
    display: inline-block;
    padding: 1px 5px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    text-align: center;
    font-size: 0.75rem;
    color: #ca1700;
    border: 1px solid #dcdfe5;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.card-logo-big {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dcdfe5
}

.card-logo-big a {
    padding: 15px 10px;
    display: block;
    text-align: center;
    height: 154px
}

.card-logo-big a img {
    max-height: 124px
}

.card-logo-big .status {
    display: inline-block;
    padding: 1px 5px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    text-align: center;
    font-size: 0.75rem;
    color: #ca1700;
    border: 1px solid #dcdfe5;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.card-media {
    position: relative
}

.card-media a {
    background: #dcdfe5;
    display: block;
    padding-top: 56.25%;
    position: relative;
    height: 0;
    text-align: center;
    color: #dcdfe5;
    overflow: hidden
}

.card-media a img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto
}

.card-media .status {
    display: inline-block;
    padding: 1px 5px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    text-align: center;
    font-size: 0.75rem;
    color: #ca1700;
    border: 1px solid #dcdfe5;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.card-content {
    margin-top: 1px;
    padding: 15px 15px 50px
}

.card-content h3 {
    color: #ca1700;
    margin-bottom: 3px
}

.card-content h3 a {
    color: inherit
}

.card-content h3 a:hover {
    color: #0a56af;
    text-decoration: none
}

.card-content p {
    margin-bottom: 8px
}

.card-content p.reward-off {
    margin-bottom: 0;
    color: #4e5156
}

.card-content p.reward-eligible {
    font-size: 0.875rem
}

.card-content p a {
    color: #797984;
    text-decoration: none
}

.card-content>.btn {
    margin-right: 5px;
    position: absolute;
    left: 15px;
    bottom: 12px
}

.card-content .btn-wrapper ul {
    margin-bottom: 0
}

.card-content .btn-wrapper ul .btn {
    margin-right: 0
}

.card-calendar .card-date {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 76px;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    max-width: 76px;
    border-right: 1px solid #dcdfe5;
    padding-right: 10px
}

.card-calendar .card-date span {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase
}

.card-calendar .card-date .month {
    font-size: 0.75rem
}

.card-calendar .card-date .date {
    font-size: 3rem;
    font-weight: 600;
    color: #ca1700
}

.card-calendar .card-date .year {
    font-size: 1rem;
    letter-spacing: 3.5px
}

.card-calendar .card-text {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 calc(100% - 76px);
    -ms-flex: 0 0 calc(100% - 76px);
    flex: 0 0 calc(100% - 76px);
    max-width: calc(100% - 76px);
    padding-left: 10px
}

.landing-cards .card-calendar {
    margin: 0
}

.landing-cards .card-calendar .calendar-item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #dcdfe5;
    color: #797984
}

.landing-cards .card-calendar .calendar-item:first-child {
    padding-top: 0
}

.landing-cards .card-calendar .card-date {
    padding-left: 0
}

.landing-cards .card-calendar .card-text {
    padding-right: 0
}

.card-downloads {
    padding: 0 10px
}

.card-downloads .btn-download {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    display: block;
    text-align: left;
    font-size: 1rem;
    border-bottom: 1px solid #dcdfe5;
    padding-right: 0;
    white-space: normal
}

.card-downloads .btn-download .icon {
    top: 14px
}

.card-downloads ul li:first-child .btn-download:first-child {
    padding-top: 0
}

.card-downloads ul li:first-child .btn-download:first-child .icon {
    top: 5px
}

.card-news {
    padding: 0 10px
}

.card-news .news-item {
    display: block;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #dcdfe5;
    color: #797984
}

.card-news .news-item:first-child {
    padding-top: 0
}

.card-news .news-item .more {
    color: #003f7e;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 12px
}

.card-news .news-item .more .icon {
    position: absolute;
    right: 0;
    top: 6px;
    color: #ca1700;
    font-size: 0.6875rem
}

.card-news .news-item:hover {
    color: #4e5156;
    text-decoration: none
}

.card-news .news-item:hover .more {
    color: #0a56af
}

.card-news .disc-item {
    padding-top: 0.65rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #dcdfe5
}

.card-news .disc-item:first-child {
    padding-top: 0
}

.card-news .disc-item .btn-wrapper ul {
    margin: 0
}

.card-disclosure {
    padding: 15px
}

.card-faqs {
    padding: 0 10px
}

.card-faqs .faqs-item {
    display: block;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #dcdfe5;
    color: #797984;
    padding-left: 30px;
    position: relative
}

.card-faqs .faqs-item .icon-question {
    position: absolute;
    left: 0;
    top: 0.7rem;
    font-size: 1.25rem;
    color: rgba(121,121,132,0.8)
}

.card-faqs .faqs-item:first-child {
    padding-top: 0
}

.card-faqs .faqs-item:first-child .icon-question {
    top: 3px
}

.card-faqs .faqs-item .more {
    color: #003f7e;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 12px
}

.card-faqs .faqs-item .more .icon {
    position: absolute;
    right: 0;
    top: 6px;
    color: #ca1700;
    font-size: 0.6875rem
}

.card-faqs .faqs-item:hover {
    text-decoration: none
}

.card-faqs .faqs-item:hover .more {
    color: #0a56af
}

.card-person .card-block {
    padding: 0
}

.award-home>.row {
    margin: 0;
    display: block
}

.recent-awards {
    border-top: 1px solid #dcdfe5;
    position: relative;
    overflow: hidden;
    display: none
}

.recent-awards h3 {
    color: #ca1700
}

.recent-awards .gray-scale {
    position: absolute;
    left: -200%;
    top: -200%
}

.award-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.award-list li {
    padding: 10px 10px 0
}

.award-list li.d-none {
    display: none!important
}

.award-list li a {
    text-align: center;
    height: 70px;
    display: block
}

.award-list li a img {
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.recent-awards .award-list li a img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: url(main.css);
    filter: url(main.css);
    -webkit-filter: gray;
    filter: gray
}

.recent-awards .award-list li a:hover img {
    webkit-filter: grayscale(0);
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.card-awards {
    padding: 0 10px
}

.card-awards .award-list li {
    padding: 0 10px;
    text-align: center;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px
}

.accordion {
    margin: 20px 0;
    border-top: thin solid #dcdfe5
}

.accordion:first-child {
    margin-top: 0
}

.accd-item {
    border-bottom: thin solid #dcdfe5
}

.accd-header h3 {
    margin: 0!important
}

.accd-header h3 .btn {
    font-size: 1.25rem;
    line-height: 1.25
}

.accd-header h4 {
    margin: 0!important
}

.accd-header h4 .btn {
    font-size: 1.125rem
}

.accd-header .btn {
    outline: 0;
    color: #ca1700;
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px 25px 10px 0;
    position: relative;
    white-space: normal;
    background: 0 0
}

.accd-header .btn:focus {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

.accd-header .btn .icon-plus {
    display: none
}

.accd-header .btn .icon-minus {
    display: block
}

.accd-header .btn span {
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #003f7e
}

.accd-header .btn.collapsed {
    color: #797984
}

.accd-header .btn.collapsed:hover {
    color: #0a56af
}

.accd-header .btn.collapsed .icon-plus {
    display: block
}

.accd-header .btn.collapsed .icon-minus {
    display: none
}

.accd-body {
    color: #4e5156;
    padding: 0 10px 5px
}

.accd-body .box-list {
    margin: 10px 0
}

.section-announcement {
    padding: 15px 0;
    position: relative;
    background: #797984;
    border-top: 5px solid #ca1700;
    color: #fff
}

.section-announcement h2 {
    display: block;
    padding: 0 30px 0 0;
    position: relative;
    margin: 0;
    font-size: 1.35rem
}

.section-announcement h2.with-icon {
    padding: 0 30px 0 36px
}

.section-announcement h2 .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #dcdfe5
}

.section-announcement h2 .icon-announcement {
    font-size: 2rem
}

.section-announcement p {
    margin: 10px 0 0
}

.section-announcement p strong {
    font-weight: 600
}

.section-announcement .btn-wrapper ul {
    margin: 5px 0 0
}

.section-announcement .btn-wrapper ul li {
    display: inline-block;
    margin-right: 1rem
}

.section-announcement .btn-wrapper ul li:last-child {
    margin-right: 0
}

.section-announcement .btn-more {
    color: #fff
}

.section-announcement .btn-more:hover {
    color: #e6e9ed
}

.section-announcement .owl-nav.disabled + .owl-dots {
    margin-top: 0
}

.announcement-close {
    border-radius: 0;
    padding: 0;
    background: 0 0;
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9
}

.announcement-close .icon-bar {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff
}

.announcement-close .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%
}

.announcement-close .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 40% 75%;
    -ms-transform-origin: 40% 75%;
    transform-origin: 40% 75%
}

.announcement-slider:after {
    display: block;
    clear: both;
    content: ""
}

.announcement-slider.owl-carousel {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    overflow: hidden;
    padding-bottom: 32px
}

.announcement-slider .announcement-item {
    min-width: 100%
}

.announcement-slider.owl-loaded {
    display: block;
    padding-bottom: 0
}

.page-hero {
    height: 12.5rem;
    background-color: #dcdfe5;
    position: relative;
    overflow: hidden
}

.page-hero .carousel-item {
    height: 12.5rem;
    background-color: #dcdfe5;
    overflow: hidden
}

.page-hero .carousel-item>a>img,.page-hero .carousel-item>a>picture>img,.page-hero .carousel-item>img,.page-hero .carousel-item>picture>img {
    position: relative;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover
}

.page-hero.video-hero {
    height: auto;
    padding-top: 12.5rem;
    position: relative
}

.page-hero.video-hero video {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.page-hero>a>img,.page-hero>a>picture>img,.page-hero>img,.page-hero>picture>img {
    position: relative;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play-video {
    position: absolute;
    width: 64px;
    height: 64px;
    background: rgba(0,63,126,0.85);
    left: 50%;
    top: 50%;
    padding: 16px;
    font-size: 2rem;
    color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.play-video .icon {
    display: block
}

.play-video:hover {
    background: #003f7e;
    width: 58px;
    height: 58px;
    padding: 10px;
    font-size: 2.375rem
}

.video-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    width: 100%;
    height: 100%
}

.yt-video-close {
    background: rgba(0,63,126,0.85);
    padding: 10px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    outline: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block
}

.yt-video-close .icon-bar {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff
}

.yt-video-close .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%
}

.yt-video-close .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 40% 75%;
    -ms-transform-origin: 40% 75%;
    transform-origin: 40% 75%
}

.hero-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #000;
    background: rgba(0,0,0,0.55)
}

.hero-caption .caption {
    font-size: 1.2rem;
    line-height: 1.25;
    color: #fff;
    margin: 0
}

.hero-caption .caption span,.hero-caption .caption strong {
    font-weight: 700
}

.hero-caption .caption a {
    color: #fff
}

.hero-caption .caption a:hover {
    text-decoration: none
}

.hero-caption .caption a .icon {
    color: #ca1700;
    font-size: 0.915rem;
    position: relative;
    top: 1px;
    margin-left: 2px
}

.hero-caption p {
    margin: 0
}

.hero-caption .btn-more {
    color: #fff;
    padding-bottom: 3px
}

.hero-caption .btn-more:hover {
    color: #dcdfe5
}

.blue-hero {
    background: #003f7e;
    color: #fff;
    padding: 15px 0
}

.blue-hero h1 {
    font-size: 1.375rem;
    font-weight: 600
}

.blue-hero .blue-hero-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0.5rem
}

.blue-lookup {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blue-lookup .btn-filters {
    display: block;
    border: 1px solid #fff;
    border-radius: 0;
    height: 48px;
    line-height: 46px;
    position: relative;
    width: 48px;
    font-size: 1.25rem;
    padding: 4px 0 0;
    text-align: center
}

.blue-lookup .btn-filters span {
    display: none
}

.blue-lookup .btn-filters .icon-down-arrow {
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s;
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 0.925rem
}

.blue-lookup .btn-filters .icon-filter {
    display: inline-block
}

.blue-lookup .btn-filters.active .icon-down-arrow {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blue-lookup .custom-control-label:before {
    top: 15px;
    left: 15px;
    border-radius: 100%;
    background: 0 0;
    border: 1px solid #fff
}

.blue-lookup .custom-control-label:after {
    top: 15px;
    left: 15px;
    border-radius: 100%
}

.blue-lookup-center {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-filters {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1010;
    background: #003f7e;
    padding-bottom: 150px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5)
}

.search-filters .col-checkbox {
    border-top: 1px solid rgba(255,255,255,0.15)
}

.search-filters .custom-checkbox {
    margin: 10px 0
}

.search-filters .custom-control-label:before {
    border-radius: 100%;
    background: 0 0;
    border: 1px solid #fff
}

.search-filters .custom-control-label:after {
    border-radius: 100%
}

.search-filters .btn-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    padding: 30px 0 15px;
    background: #003f7e
}

.search-filters .btn {
    margin-left: 15px;
    margin-right: 15px
}

.search-filters .btn-primary {
    font-size: 1.125rem;
    background: #fff;
    color: #003f7e;
    padding: 0.75rem
}

.search-filters .btn-outline-secondary {
    font-size: 1.125rem;
    border-color: #fff;
    color: #fff;
    padding: 0.75rem
}

.search-filters .filter-results {
    font-size: 0.875rem;
    padding: 45px 15px 15px;
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0;
    bottom: 70px;
    background: -webkit-linear-gradient(top,rgba(0,63,126,0) 0,rgba(0,63,126,0.75) 48%,#003f7e 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,63,126,0)),color-stop(48%,rgba(0,63,126,0.75)),to(#003f7e));
    background: -o-linear-gradient(top,rgba(0,63,126,0) 0,rgba(0,63,126,0.75) 48%,#003f7e 100%);
    background: linear-gradient(to bottom,rgba(0,63,126,0) 0,rgba(0,63,126,0.75) 48%,#003f7e 100%)
}

.section-wrapper.page-header {
    padding-bottom: 0
}

.page-title {
    position: relative
}

.breadcrumb {
    display: block;
    padding: 0;
    margin-bottom: 0;
    background: 0 0;
    border-radius: 0;
    font-size: 0.75rem
}

.breadcrumb a {
    color: #797984
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #0a56af
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item.active {
    clear: both;
    float: none
}

.breadcrumb-item.active:before {
    display: none
}

.breadcrumb-item h1 {
    color: #ca1700;
    font-size: 1.875rem;
    font-weight: 600;
    padding-right: 80px;
    margin-bottom: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 5px;
    padding-right: 5px
}

.print-share {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -5px 0 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.print-share li {
    position: relative
}

.print-share li .btn {
    padding: 0;
    display: block;
    color: #797984;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 2px solid #dcdfe5;
    border-radius: 100%;
    margin-left: 10px;
    background: #fff;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.print-share li .btn:active,.print-share li .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.print-share li .btn.playing {
    background: #dcdfe5;
    color: #ca1700
}

.print-share li .btn:hover {
    text-decoration: none;
    background: #dcdfe5;
    color: #0a56af
}

.print-share li.show .btn {
    background: #dcdfe5;
    color: #ca1700
}

.print-share li.btn-listen {
    display: none
}

.print-share li.btn-rs {
    display: none;
    position: absolute;
    left: -33px;
    bottom: 36px
}

.print-share .dropdown-menu {
    margin: 5px 0 0;
    border-radius: 0;
    background: #e6e9ed;
    border: 2px solid #dcdfe5;
    padding: 0;
    position: relative;
    outline: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    z-index: 998
}

.print-share .dropdown-menu:before {
    content: "";
    position: absolute;
    right: 7px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #dcdfe5
}

.print-share .dropdown-menu[x-placement="top-end"] {
    margin: 0 0 5px;
    -webkit-box-shadow: 0 -2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 -2px 5px 0 rgba(121,121,132,0.5)
}

.print-share .dropdown-menu[x-placement="top-end"]:before {
    top: auto;
    bottom: -8px;
    border-bottom: none;
    border-top: 6px solid #dcdfe5
}

.print-share .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    padding: 10px 10px 10px 40px;
    color: #4e5156;
    position: relative;
    border-top: 1px solid #dcdfe5
}

.print-share .dropdown-menu .dropdown-item:first-child {
    border-top: none
}

.print-share .dropdown-menu .dropdown-item .icon {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 24px;
    color: #797984
}

.print-share .dropdown-menu .dropdown-item:active,.print-share .dropdown-menu .dropdown-item:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.print-share .dropdown-menu .dropdown-item:hover {
    background: #dcdfe5;
    color: #0a56af
}

.print-share .rsfloating.rsexpanded {
    position: absolute;
    right: 42px;
    top: 0;
    width: 258px!important
}

.show-rs .print-share li.btn-listen .btn {
    background: #dcdfe5;
    color: #ca1700
}

.show-rs .print-share li.btn-rs {
    display: block
}

.page-promo {
    padding: 0
}

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

.nav-line {
    position: relative;
    border-top: 1px solid #dcdfe5;
    border-bottom: 1px solid #dcdfe5
}

.left-paddle {
    display: none;
    font-size: 0.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 56px;
    line-height: 58px;
    text-align: left;
    background: -webkit-linear-gradient(left,#fff 0,#fff 50%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(white),color-stop(50%,#fff),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left,#fff 0,#fff 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#fff 0,#fff 50%,rgba(255,255,255,0) 100%)
}

.right-paddle {
    display: none;
    font-size: 0.9375rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 56px;
    line-height: 58px;
    text-align: right;
    z-index: 2;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,#fff),to(white));
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 50%,#fff 100%)
}

.right-paddle .icon {
    position: relative;
    right: 2px
}

.action-btns {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 8px 10px 8px 0;
    background: #fff;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s
}

.action-btns .btn-wrapper {
    position: relative;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s
}

.action-btns .btn-wrapper .compare-count {
    font-style: normal
}

.action-btns ul {
    margin: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.action-btns ul li {
    margin-left: 8px
}

.action-btns ul li:first-child {
    margin-left: 0
}

.action-btns ul li .btn {
    padding: 0.425rem 0.5rem;
    font-size: 0.875rem;
    display: block
}

.action-btns ul li .btn span {
    display: none
}

.action-btns .btn-toggler {
    margin-left: 8px
}

.action-btns .btn-toggler.active {
    background: #e6e9ed
}

.multi-btns .btn-wrapper {
    overflow: hidden;
    width: 92px
}

.show-btns .multi-btns .btn-wrapper {
    width: 100%
}

.only-btns .action-btns {
    position: static
}

.only-btns .action-btns .btn-wrapper {
    width: 100%
}

.only-btns .action-btns ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.only-btns .action-btns .btn-toggler {
    display: none
}

.page-nav {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.page-nav .container {
    padding: 0;
    position: relative
}

.page-nav .container:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1px;
    bottom: 1px;
    width: 15px;
    background: #fff;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 51%,#fff 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(51%,rgba(255,255,255,0.8)),to(white));
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 51%,#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 51%,#fff 100%)
}

.page-nav .container:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 15px;
    background: #fff;
    background: -webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0.8) 51%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(white),color-stop(51%,rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left,#fff 0,rgba(255,255,255,0.8) 51%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0.8) 51%,rgba(255,255,255,0) 100%)
}

.page-nav .nav {
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: -moz-hidden-unscrollable;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    position: relative
}

.page-nav .nav::-webkit-scrollbar {
    display: none
}

.page-nav .nav li {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.page-nav .nav .nav-link {
    display: block;
    padding: 1rem 0.5rem;
    color: #4e5156;
    font-weight: 600;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    white-space: nowrap
}

.page-nav .nav .nav-link.active {
    color: #797984
}

.page-nav .nav .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: 0;
    right: 0.5rem;
    height: 2px;
    background: #ca1700
}

.page-nav .nav .nav-link:hover {
    color: #0a56af;
    text-decoration: none
}

.page-nav .nav li:first-child .nav-link {
    padding-left: 1rem
}

.page-nav .nav li:first-child .nav-link.active:after {
    left: 1rem
}

.page-nav .nav li:last-child .nav-link {
    padding-right: 1rem
}

.page-nav .nav li:last-child .nav-link.active:after {
    right: 1rem
}

.page-nav.with-btns .container:after {
    right: 124px
}

.page-nav.with-btns .nav-line {
    padding-right: 124px
}

.page-nav.with-btns.show-btns .container:after {
    width: 100%;
    right: 20%
}

.page-nav.fixedsticky-on {
    margin-top: 0;
    background: #edeff2;
    border-top: none;
    border-bottom: 1px solid #dcdfe5
}

.page-nav.fixedsticky-on>* {
    -webkit-transform: translateZ(0)
}

.page-nav.fixedsticky-on .container:after {
    background: #edeff2;
    background: -webkit-linear-gradient(left,rgba(237,239,242,0) 0,rgba(237,239,242,0.8) 49%,#edeff2 100%);
    background: -o-linear-gradient(left,rgba(237,239,242,0) 0,rgba(237,239,242,0.8) 49%,#edeff2 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(237,239,242,0)),color-stop(49%,rgba(237,239,242,0.8)),to(#edeff2));
    background: linear-gradient(to right,rgba(237,239,242,0) 0,rgba(237,239,242,0.8) 49%,#edeff2 100%)
}

.page-nav.fixedsticky-on .container:before {
    background: #edeff2;
    background: -webkit-linear-gradient(left,#edeff2 0,rgba(237,239,242,0.8) 51%,rgba(237,239,242,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(#edeff2),color-stop(51%,rgba(237,239,242,0.8)),to(rgba(237,239,242,0)));
    background: -o-linear-gradient(left,#edeff2 0,rgba(237,239,242,0.8) 51%,rgba(237,239,242,0) 100%);
    background: linear-gradient(to right,#edeff2 0,rgba(237,239,242,0.8) 51%,rgba(237,239,242,0) 100%)
}

.page-nav.fixedsticky-on .nav-line {
    border-bottom: none
}

.page-nav.fixedsticky-on .action-btns {
    background: #edeff2
}

.page-nav.fixedsticky-on .left-paddle {
    background: -webkit-linear-gradient(left,#edeff2 0,#edeff2 50%,rgba(237,239,242,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(#edeff2),color-stop(50%,#edeff2),to(rgba(237,239,242,0)));
    background: -o-linear-gradient(left,#edeff2 0,#edeff2 50%,rgba(237,239,242,0) 100%);
    background: linear-gradient(to right,#edeff2 0,#edeff2 50%,rgba(237,239,242,0) 100%)
}

.page-nav.fixedsticky-on .right-paddle {
    background: -webkit-linear-gradient(left,rgba(237,239,242,0) 0,#edeff2 50%,#edeff2 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(237,239,242,0)),color-stop(50%,#edeff2),to(#edeff2));
    background: -o-linear-gradient(left,rgba(237,239,242,0) 0,#edeff2 50%,#edeff2 100%);
    background: linear-gradient(to right,rgba(237,239,242,0) 0,#edeff2 50%,#edeff2 100%)
}

.page-nav.fixedsticky-off .nav-line>ul li:first-child a:after {
    content: "";
    position: absolute;
    left: 1rem;
    bottom: 0;
    right: 0.5rem;
    height: 2px;
    background: #ca1700
}

.page-widget {
    background: #edeff2
}

.page-widget.border-top {
    border-top: 1px solid #dcdfe5
}

.page-widget h3 {
    color: #ca1700
}

.widget-header .btn-more {
    margin-bottom: 15px
}

.widget-faqs .question {
    border-top: 1px solid #ced1d8;
    margin: 0
}

.widget-faqs .question a {
    position: relative;
    padding: 15px 0 15px 30px;
    display: block;
    color: #797984;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4
}

.widget-faqs .question a .icon {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 1.25rem;
    color: rgba(121,121,132,0.8)
}

.widget-faqs .question a:hover {
    color: #0a56af;
    text-decoration: none
}

.widget-faqs .question a:hover .icon {
    color: #ca1700
}

.widget-tools {
    margin-top: 15px
}

.widget-tools .tool-link {
    position: relative;
    padding: 15px 10px 15px 42px;
    display: block;
    color: #797984;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.4;
    border-top: 1px solid #ced1d8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget-tools .tool-link .icon {
    text-align: left;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 2.25rem;
    color: rgba(121,121,132,0.8)
}

.widget-tools .tool-link .icon-loan {
    font-size: 2.125rem
}

.widget-tools .tool-link:hover {
    color: #0a56af;
    text-decoration: none
}

.widget-tools .tool-link:hover .icon {
    color: #ca1700
}

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

.widget-tools .col-widget:last-child a:after {
    display: none
}

.widget-trigger {
    display: none;
    bottom: 0;
    z-index: 910
}

.widget-trigger.sticky {
    display: block;
    position: -webkit-sticky;
    position: sticky
}

.widget-trigger a {
    border: 0 solid #000;
    background-color: #ca1700;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
    border-radius: 0.1875rem 0.1875rem 0 0;
    -moz-border-radius: 0.1875rem 0.1875rem 0 0;
    -webkit-border-radius: 0.1875rem 0.1875rem 0 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25)
}

.widget-trigger a:hover {
    color: #fff;
    text-decoration: none
}

.widget-trigger.chances {
    width: 170px;
    left: calc(50% - 85px)
}

.widget-trigger.converter {
    width: 170px;
    left: calc(50% - 85px)
}

.widget-trigger.loan {
    width: 170px;
    left: calc(50% - 85px)
}

.widget-trigger.deposit {
    width: 170px;
    left: calc(50% - 85px)
}

.modal .widget-trigger.sticky {
    display: none
}

.page-featured {
    padding: 15px 0
}

.featured-box {
    background: #edeff2
}

.featured-text {
    padding: 15px 30px 10px
}

.featured-text p {
    font-size: 1.125rem;
    margin: 0
}

.featured-content {
    padding: 15px 30px 10px
}

.featured-content h2 {
    color: #ca1700
}

.featured-content p {
    font-size: 1.125rem;
    margin: 0
}

.featured-img {
    padding: 0 15px
}

.featured-img .img-wrapper img {
    width: 100%;
    height: auto
}

.featured-promo {
    text-align: center;
    position: relative;
    padding: 0 30px 15px
}

.featured-promo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto
}

.home-featured .featured-box {
    background: #fff
}

.home-featured .featured-content {
    padding: 15px 15px 0
}

.home-featured .featured-content p {
    font-size: 1rem;
    margin: 0 0 10px
}

.home-featured .featured-img {
    padding: 0 15px
}

.home-featured .featured-img .img-wrapper img {
    width: 100%;
    height: auto
}

.page-landing {
    border-top: 5px solid #e6e9ed;
    padding: 30px 0 20px
}

.page-landing:first-child {
    border-top: none
}

.landing-header h2 {
    color: #ca1700
}

.landing-header .landing-links {
    display: none
}

.landing-teasers {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.75rem
}

.landing-teasers .teaser-carousel {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-teasers .teaser-carousel.owl-loaded {
    display: block
}

.landing-teasers .teaser-carousel .owl-stage-outer {
    overflow-x: hidden;
    overflow-y: auto
}

.landing-teasers .teaser-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-teasers .teaser-carousel .owl-item {
    float: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.landing-teasers .teaser-carousel .owl-item .card,.landing-teasers .teaser-carousel .owl-item .teaser {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0
}

.landing-teasers .teaser {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.landing-teasers .owl-nav.disabled + .owl-dots {
    margin-top: 0
}

.landing-teasers.row-full .row {
    margin-left: 0;
    margin-right: 0
}

.landing-cards {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.925rem
}

.landing-cards .owl-nav.disabled + .owl-dots {
    margin-top: 0
}

.landing-cards .cards-carousel {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-cards .cards-carousel.owl-loaded {
    display: block
}

.landing-cards .cards-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-cards .cards-carousel .owl-item {
    float: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.landing-cards .cards-carousel .owl-item .card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0
}

.landing-cards .card {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.m-landing-btns {
    margin-bottom: 15px
}

.pagination .page-item .page-link {
    border-radius: 0;
    text-decoration: none;
    border-color: #dcdfe5;
    color: #003f7e;
    padding: 0.5rem
}

.pagination .page-item .page-link:hover {
    color: #0a56af;
    background-color: #e6e9ed
}

.pagination .page-item.active .page-link {
    background: 0 0;
    color: #ca1700
}

.pagination .page-item.disabled .page-link {
    color: #797984
}

.pagination .page-item.disabled.active .page-link {
    color: #ca1700
}

.dropdown-download .dropdown-menu {
    margin: 0;
    border-radius: 0;
    background: #e6e9ed;
    border: 2px solid #dcdfe5;
    padding: 0;
    position: relative;
    outline: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    z-index: 998
}

.dropdown-download .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 1px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #dcdfe5
}

.dropdown-download .dropdown-menu[x-placement="top-start"] {
    margin: 0 0 5px;
    -webkit-box-shadow: 0 -2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 -2px 5px 0 rgba(121,121,132,0.5)
}

.dropdown-download .dropdown-menu[x-placement="top-start"]:before {
    top: auto;
    bottom: -8px;
    border-bottom: none;
    border-top: 6px solid #dcdfe5
}

.dropdown-download .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    padding: 10px 10px 10px 40px;
    color: #4e5156;
    position: relative;
    border-top: 1px solid #dcdfe5;
    text-decoration: none
}

.dropdown-download .dropdown-menu .dropdown-item:first-child {
    border-top: none
}

.dropdown-download .dropdown-menu .dropdown-item .icon {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 24px;
    color: #797984
}

.dropdown-download .dropdown-menu .dropdown-item:active,.dropdown-download .dropdown-menu .dropdown-item:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-download .dropdown-menu .dropdown-item:hover {
    background: #dcdfe5;
    color: #0a56af
}

.page-article {
    border-top: 5px solid #e6e9ed;
    padding: 30px 0 15px
}

.page-article.no-top-border,.page-article:first-child {
    border-top: none
}

.page-article.only-header {
    min-height: 0
}

.page-article h2 {
    color: #ca1700
}

.page-article>.btn-wrapper {
    margin-bottom: 1rem
}

.page-article .page-nav {
    margin-top: 0
}

.article-wrapper {
    max-width: 960px;
    margin: 0 auto
}

.article-wrapper h2 {
    line-height: 1.3;
    margin-bottom: 10px
}

.article-wrapper h3 {
    color: #ca1700;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.article-wrapper h4 {
    color: #003f7e;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.article-wrapper h5 {
    color: #4e5156;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.article-wrapper strong {
    font-weight: 600
}

.article-wrapper .image-col-6 {
    text-align: center;
    max-width: 350px;
    margin: 0 auto
}

.article-wrapper .image-col-6 img {
    display: block;
    max-width: 350px;
    margin: 0 auto 1rem;
    width: 100%;
    height: auto
}

.article-wrapper .image-col-6.with-border {
    border-top: 3px solid #ca1700
}

.article-wrapper .square-list>li {
    margin-bottom: 7px
}

.article-wrapper .square-list>li:before {
    color: #797984;
    background: #797984
}

.article-wrapper .square-list>li p {
    margin-bottom: 7px
}

.article-wrapper .square-list>li p:last-child {
    margin-bottom: 0
}

.article-wrapper ol:last-child,.article-wrapper ul:last-child {
    margin-bottom: 0
}

.article-wrapper ol>li,.article-wrapper ul>li {
    margin-bottom: 7px
}

.article-wrapper ol>li p,.article-wrapper ul>li p {
    margin-bottom: 7px
}

.article-wrapper ol>li p:last-child,.article-wrapper ul>li p:last-child {
    margin-bottom: 0
}

.article-wrapper>ol {
    padding: 1px 0 0 24px
}

.article-wrapper>ol li {
    list-style: none;
    counter-increment: step-counter
}

.article-wrapper>ol li:before {
    content: counter(step-counter) ".";
    margin: 0 -1.5rem;
    float: left;
    width: 24px
}

.article-wrapper .check-list {
    margin-bottom: 10px
}

.article-wrapper .btn-wrapper ul li {
    margin: 0
}

.article-wrapper a {
    text-decoration: underline
}

.article-wrapper a.btn {
    text-decoration: none;
    margin-right: 10px
}

.page-content .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid .page-article {
    border-top: none
}

.container-fluid .article-wrapper {
    max-width: 930px
}

.container-fluid .article-wrapper.full-width {
    margin: 0 -15px;
    max-width: none
}

.check-list p {
    font-size: 1rem;
    color: #4e5156
}

.check-list>li {
    position: relative;
    padding-left: 45px;
    font-size: 1.125rem
}

.check-list>li p {
    font-size: 1.125rem
}

.check-list>li>.icon {
    position: absolute;
    left: 15px;
    top: 3px;
    font-size: 1.25rem;
    color: #003f7e
}

.check-list .thumb img {
    max-width: 100%
}

.check-list .square-list {
    margin-bottom: 1rem;
    font-size: 1rem
}

.box-list {
    margin-bottom: 1rem
}

.box-item {
    border: 1px solid #dcdfe5;
    padding: 2px 15px;
    height: calc(100% - 15px);
    margin-bottom: 15px
}

.box-item h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

.box-item .data,.box-item .data-lg {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #4e5156
}

.box-item .data span,.box-item .data-lg span {
    display: block;
    font-size: 1rem;
    margin-top: 3px;
    color: #797984
}

.box-item .data span a[href^="fax:"],.box-item .data span a[href^="mailto:"],.box-item .data span a[href^="tel:"],.box-item .data-lg span a[href^="fax:"],.box-item .data-lg span a[href^="mailto:"],.box-item .data-lg span a[href^="tel:"] {
    color: #003f7e
}

.box-item .data span a[href^="fax:"]:hover,.box-item .data span a[href^="mailto:"]:hover,.box-item .data span a[href^="tel:"]:hover,.box-item .data-lg span a[href^="fax:"]:hover,.box-item .data-lg span a[href^="mailto:"]:hover,.box-item .data-lg span a[href^="tel:"]:hover {
    color: #0a56af
}

.box-item .data .btn,.box-item .data-lg .btn {
    display: block
}

.box-item .btn-wrapper {
    margin-top: -10px
}

.box-item .data-lg {
    font-size: 1.375rem;
    font-weight: 400
}

.box-item .data-lg span {
    margin-top: 0
}

.box-item.special {
    background: #edeff2
}

.box-item.special h4 {
    color: #ca1700
}

.box-item.with-link {
    position: relative;
    padding: 2px 120px 2px 15px
}

.box-item.with-link .btn-more {
    position: absolute;
    right: 15px;
    bottom: 3px;
    text-decoration: none
}

.box-item.box-winner h4 {
    font-size: 1.375rem
}

.box-item.box-winner .data-lg {
    font-size: 1rem;
    font-weight: 400
}

.prize-list {
    margin: 0 -1rem;
    margin-top: 1rem
}

.prize-list .col-prize {
    padding: 0 0.5rem;
    height: 100%
}

.prize-list>.row {
    margin: 0
}

.prize-list .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.prize-item {
    border: 1px solid #dcdfe5;
    padding: 0;
    height: calc(100% - 15px)
}

.prize-item h3 {
    margin-bottom: 0
}

.prize-item h3 span {
    display: block;
    font-size: 0.875rem;
    color: #797984;
    font-weight: 400
}

.prize-item .data {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #4e5156
}

.prize-item .data span {
    display: block;
    font-size: 0.875rem;
    color: #797984
}

.prize-item .data span a[href^="fax:"],.prize-item .data span a[href^="mailto:"],.prize-item .data span a[href^="tel:"] {
    color: #003f7e
}

.prize-item .data span a[href^="fax:"]:hover,.prize-item .data span a[href^="mailto:"]:hover,.prize-item .data span a[href^="tel:"]:hover {
    color: #0a56af
}

.prize-item.special {
    border: none;
    background: #ca1700
}

.prize-item.special .prize-item-header {
    border-bottom: 1px solid rgba(255,255,255,0.3)
}

.prize-item.special h3 {
    color: #fff
}

.prize-item.special h3 span {
    color: #fff
}

.prize-item.special .data {
    color: #fff;
    font-weight: 600
}

.prize-item.special .data span {
    color: #fff;
    font-weight: 400
}

.prize-item-header {
    border-bottom: 1px solid #dcdfe5;
    padding: 10px 15px
}

.prize-item-content {
    padding: 10px 15px
}

.section-no-heading {
    margin-top: -10px;
    padding: 0 0 30px;
    border-top: none
}

.figure-left {
    display: inline-block;
    margin: 0 0 1rem
}

.figure-right {
    display: inline-block;
    margin: 0 0 1rem
}

.figure-img {
    margin-bottom: 0
}

.figure,.figure-left,.figure-right {
    position: relative
}

.figure .figure-caption,.figure-left .figure-caption,.figure-right .figure-caption {
    font-size: 0.75rem;
    padding: 3px 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    color: #fff
}

.lead {
    font-size: 1.125rem;
    color: #4e5156
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-wrapper embed,.video-wrapper iframe,.video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login-frame,.loginFrame {
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    padding: 15px 0;
    height: 420px;
    margin-bottom: 10px
}

.col-flag {
    display: none;
    width: 40px
}

.flag-icon {
    display: block;
    width: 28px;
    height: 20px;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    background-position: 0 -4px
}

.gb-map {
    position: relative;
    overflow: hidden
}

.branch-search {
    padding: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative
}

.branch-search .address-input {
    background: #fff;
    font-size: 1rem;
    float: left;
    border: none;
    border-radius: 0;
    height: 48px;
    border-right: 1px solid #dcdfe5;
    width: calc(100% - 42px);
    padding-left: 0.5rem;
    padding-right: 0
}

.branch-search .btn-search {
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid #dcdfe5;
    float: left;
    width: 42px;
    height: 48px;
    font-size: 1.375rem;
    line-height: 42px;
    background: #fff;
    color: #4e5156;
    padding: 0.375rem 0.5rem
}

.suggestions-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -48px;
    right: 0;
    background: #fff;
    border-top: 1px solid #dcdfe5;
    z-index: 1010;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5)
}

.suggestions-list h4 {
    margin: 0;
    font-size: 0.875rem;
    color: #797984;
    background: #e6e9ed;
    padding: 0.3rem 0.75rem
}

.suggestions-list ul {
    margin: 0
}

.suggestions-list ul li {
    border-top: 1px solid #dcdfe5
}

.suggestions-list ul li a {
    display: block;
    padding: 0.5rem 0.75rem
}

.search-settings {
    display: none;
    position: absolute;
    top: 100%;
    left: -48px;
    right: 0;
    background: #fff;
    border-top: 1px solid #dcdfe5;
    z-index: 1010;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5)
}

.search-settings ul {
    margin: 0
}

.search-settings ul li {
    float: left;
    width: 50%;
    border-left: 1px solid #dcdfe5
}

.search-settings ul li a {
    font-size: 0.8rem;
    display: block;
    padding: 0.5rem 0.25rem 0.5rem 2rem;
    position: relative
}

.search-settings ul li a span {
    display: none
}

.search-settings ul li a:hover {
    text-decoration: none
}

.search-settings ul li a:before {
    content: "";
    top: 0.65rem;
    left: 0.675rem;
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%;
    background: 0 0;
    border: 1px solid #ced1d8
}

.search-settings ul li a.active {
    cursor: default;
    color: #797984
}

.search-settings ul li a.active:before {
    background: #ced1d8
}

.search-settings ul li a.active:after {
    position: absolute;
    top: 0.65rem;
    left: 0.675rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23003F7E' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    border-radius: 100%
}

.search-settings ul li:first-child {
    border-left: none
}

.map-toggle {
    background: #fff;
    color: #ca1700;
    width: 42px;
    height: 48px;
    font-size: 1.625rem;
    text-align: center;
    padding-top: 7px;
    border-right: 1px solid #dcdfe5;
    margin-left: 15px
}
.map-toggle{
    display: none;
}
@media (max-width: 992px) {
    .map-toggle{
        display: flex;
    }
}
.map-toggle:hover {
    color: #ca1700
}

.map-toggle .icon-locations {
    display: none
}

.map-toggle.active .icon-locations {
    display: inline-block
}

.map-toggle.active .icon-list {
    display: none
}

.branch-toggle {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px
}

.branch-toggle .custom-checkbox {
    display: none
}

.branch-types {
    border-top: 1px solid rgba(255,255,255,0.3);
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.branch-types .custom-checkbox {
    margin: 15px 0;
    margin-left: 15px;
    display: block;
    border: 1px solid #fff;
    height: 42px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 15px
}

.branch-types .custom-control-label:before {
    top: 12px;
    left: 15px;
    border-radius: 100%;
    background: 0 0;
    border: 1px solid #fff
}

.branch-types .custom-control-label:after {
    top: 12px;
    left: 15px;
    border-radius: 100%
}

.filters-header {
    padding: 15px;
    margin: 0 -15px;
    background: rgba(0,0,0,0.15);
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.filters-header h3 {
    font-size: 1.5rem;
    padding-left: 30px;
    position: relative;
    margin: 0
}

.filters-header h3 .icon {
    position: absolute;
    left: 0;
    top: 2px
}

.filters-header .close-filters {
    margin-left: auto;
    padding: 5px
}

.filters-header .close-filters .icon-bar {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.filters-header .close-filters .icon-bar + .icon-bar {
    margin-top: 13px
}

.filters-header .close-filters .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.filters-header .close-filters .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.col-filters h3 {
    margin: 0 -15px;
    padding: 10px 15px;
    border-top: 1px solid rgba(255,255,255,0.4)
}

.col-filters.disabled h3 {
    opacity: 0.4
}

.branches {
    height: calc(100vh - 199px);
    margin: 0;
    position: relative
}

.branches-map {
    background: #dcdfe5;
    padding: 0
}

.branch-list {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none
}

.branch-list .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.show-list .branches-map {
    display: none
}

.show-list .branch-list {
    display: block
}

.branch-list-wrapper {
    padding-bottom: 30px
}

.branch-list-header {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background: #e6e9ed
}

.branch-list-header h3 {
    margin: 0;
    font-size: 1.125rem;
    color: #ca1700
}

.branch-list-header p {
    margin: 0;
    margin-left: auto;
    color: #797984
}

.branch-item {
    padding: 20px 15px;
    border-bottom: 1px solid #e6e9ed;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.branch-item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.branch-item a .icon {
    color: #ca1700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s
}

.branch-item a:hover .icon {
    right: 25px
}

.branch-item h4 {
    margin: 0;
    font-size: 1.25rem;
    color: #4e5156;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.branch-item p {
    margin: 0
}

.branch-item p.time {
    font-size: 0.875rem
}

.branch-item p.time span {
    font-weight: 600;
    color: #4e5156
}

.branch-item.hover {
    background: rgba(230,233,237,0.5)
}

.branch-item.hover h4 {
    color: #ca1700
}

.branch-item .branch-brief {
    display: block;
    padding: 0 15px
}

.branch-item .branch-icon {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2
}

.branch-item .branch-icon span {
    display: block;
    font-size: 0.8125rem
}

.branch-details {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    background: #fff;
    z-index: 1011;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -moz-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s
}

.branch-details.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.branch-header-wrapper {
    position: relative;
    z-index: 2
}

.branch-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background: #e6e9ed
}

.branch-header .close-branch {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 600
}

.branch-header .close-branch .icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ca1700
}

.branch-header .close-branch:hover {
    color: #ca1700;
    text-decoration: none
}

.branch-header .get-direction {
    display: block;
    margin-left: auto;
    position: relative;
    padding-left: 32px;
    font-weight: 600
}

.branch-header .get-direction img {
    position: absolute;
    left: 0;
    top: -4px
}

.branch-header .get-direction:hover {
    color: #ca1700;
    text-decoration: none
}

.branch-body-wrapper {
    padding-top: 54px;
    z-index: 1
}

.branch-body-wrapper>.row {
    margin: 0;
    display: block
}

.branch-body-wrapper .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.branch-body {
    padding: 15px 15px 30px
}

.branch-title {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    min-height: 50px
}

.branch-title .branch-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2
}

.branch-title .branch-icon span {
    font-size: 0.8125rem;
    display: block
}

.branch-title .branch-brief h3 {
    font-size: 1.5rem;
    color: #ca1700;
    margin: 0
}

.branch-title .branch-brief p {
    margin: 0;
    font-size: 1.125rem
}

.branch-section {
    margin-top: 15px
}

.branch-section h4 {
    font-size: 1.125rem;
    color: #ca1700;
    font-weight: 600
}

.branch-box {
    border: 1px solid #dcdfe5;
    padding: 12px 15px;
    height: calc(100% - 15px);
    margin-bottom: 15px
}

.branch-box .lbl {
    color: #003f7e;
    margin-bottom: 6px;
    font-weight: 600
}

.branch-box .val {
    margin: 0
}

.branch-box .val a[href^="fax:"],.branch-box .val a[href^="tel:"] {
    text-decoration: underline;
    color: #003f7e
}

.branch-box .val a[href^="fax:"]:hover,.branch-box .val a[href^="tel:"]:hover {
    color: #0a56af
}

.branch-box .checklist {
    margin: 0;
    position: relative;
    padding-left: 27px
}

.branch-box .checklist .icon {
    color: #003f7e;
    font-size: 1.25rem;
    position: absolute;
    left: 0;
    top: 2px
}

.reset-srch {
    margin-left: 5px;
    padding: 5px
}

.reset-srch .icon-bar {
    display: block;
    height: 2px;
    width: 16px;
    background-color: #003f7e;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.reset-srch .icon-bar + .icon-bar {
    margin-top: 9px
}

.reset-srch .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.reset-srch .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.rewards-cat {
    width: calc(100% - 63px)
}

.rewards-cat .select-cat {
    display: inline-block;
    font-size: 1.125rem;
    border: none;
    border-radius: 0;
    height: 48px;
    margin-bottom: 15px
}

.rewards-search {
    padding: 0 10px 0 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.rewards-search .rewards-input {
    background: #fff;
    width: calc(100% - 48px);
    float: left;
    font-size: 1.125rem;
    border: none;
    border-radius: 0;
    height: 48px;
    border-right: 1px solid #dcdfe5
}

.rewards-search .btn-search {
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid #dcdfe5;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 1.375rem;
    line-height: 36px;
    background: #fff;
    color: #4e5156
}

.rewards-toggle {
    padding: 0 15px 0 10px
}

.dining-merchants,.dining-offers,.gulf-dining,.gulf-promotions,.rewards {
    padding: 30px 0
}

.reward-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    width: 100%
}

.reward-card {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.reward-card .card-block {
    padding: 0
}

.reward-footer {
    text-align: center;
    margin-bottom: 1rem;
    width: 100%
}

.reward-header {
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.reward-header .reward-logo {
    padding: 15px;
    width: 240px;
    text-align: center;
    border: 1px solid #dcdfe5;
    border-top: 3px solid #ca1700;
    margin-right: 20px
}

.reward-header .reward-brief h2 {
    color: #ca1700;
    margin-bottom: 3px
}

.reward-header .reward-brief p {
    margin-bottom: 3px
}

.reward-header .reward-brief p.reward-cat {
    color: #4e5156;
    font-size: 1.125rem
}

.reward-header .reward-brief p.reward-note {
    font-size: 0.875rem
}

.eligible-cards {
    display: block;
    font-size: 1rem;
    color: #797984
}

.reports {
    padding: 30px 0
}

.report-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    width: 100%
}

.report-card {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px
}

.report-card .card-block {
    padding: 0
}

.report-card .card-media {
    position: relative;
    background: #dcdfe5;
    padding-top: 146.14%;
    height: 0;
    text-align: center;
    color: #dcdfe5;
    overflow: hidden
}

.report-card .card-media img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto
}

.report-card .card-media .status {
    display: inline-block;
    padding: 1px 5px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    text-align: center;
    font-size: 0.75rem;
    color: #ca1700;
    border: 1px solid #dcdfe5;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.report-card .card-media a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    height: 100%
}

.report-card .card-content {
    border-top: 1px solid #dcdfe5;
    padding: 5px 10px
}

.report-card .card-content h3 {
    color: #ca1700;
    margin-top: 10px;
    margin-bottom: 3px
}

.report-card .card-content h3 a {
    color: inherit
}

.report-card .card-content h3 a:hover {
    color: #0a56af;
    text-decoration: none
}

.report-card .card-content p {
    margin-bottom: 8px
}

.report-card .card-content p.reward-off {
    margin-bottom: 0;
    color: #4e5156
}

.report-card .card-content p.reward-eligible {
    font-size: 0.875rem
}

.report-card .card-content>.btn {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.report-card .card-content .btn-wrapper ul {
    margin-bottom: 0
}

.report-card .card-content .btn-wrapper ul .btn {
    margin-right: 0
}

.reward-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem
}

.reward-header {
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.reward-header .reward-logo {
    padding: 15px;
    width: 240px;
    text-align: center;
    border: 1px solid #dcdfe5;
    border-top: 3px solid #ca1700;
    margin-right: 20px
}

.reward-header .reward-brief h2 {
    color: #ca1700;
    margin-bottom: 3px
}

.reward-header .reward-brief p {
    margin-bottom: 3px
}

.reward-header .reward-brief p.reward-cat {
    color: #4e5156;
    font-size: 1.125rem
}

.reward-header .reward-brief p.reward-note {
    font-size: 0.875rem
}

.eligible-cards {
    display: block;
    font-size: 1rem;
    color: #797984
}

.downloads {
    padding: 30px 0
}

.download-list {
    margin-bottom: 15px;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.download-item {
    padding: 15px 0;
    border-bottom: 1px solid #e6e9ed;
    position: relative;
    width: 100%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.download-item:first-child {
    border-top: 1px solid #e6e9ed
}

.download-item h3 {
    margin: 0 0 5px;
    font-size: 1.25rem;
    padding-right: 120px;
    color: #ca1700;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative
}

.download-item h3 .date {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #797984;
    font-size: 0.875rem
}

.download-links {
    margin-bottom: 0
}

.download-links li {
    padding: 0 15px
}

.news-search {
    width: 100%
}

.news-search .news-input {
    background: #fff;
    font-size: 1.125rem;
    float: left;
    border: none;
    border-radius: 0;
    height: 48px;
    border-right: 1px solid #dcdfe5;
    width: calc(100% - 48px)
}

.news-search .btn-search {
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid #dcdfe5;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 1.375rem;
    background: #fff;
    color: #4e5156
}

.news-years {
    width: 100%;
    margin-top: 15px
}

.news-years .select-years {
    display: block;
    font-size: 1.125rem;
    border: none;
    border-radius: 0;
    height: 48px
}

.all-general-meetings,.annual-general-meetings,.annual-reports,.awards,.awards-ratings,.csr,.csr-booklets,.disclosures,.faq-search,.interim-results,.investors-calls,.investors-news,.investors-presentations,.news,.press-releases,.tools {
    padding: 30px 0
}

.all-general-meetings .total-results,.annual-general-meetings .total-results,.annual-reports .total-results,.awards .total-results,.awards-ratings .total-results,.csr .total-results,.csr-booklets .total-results,.disclosures .total-results,.faq-search .total-results,.interim-results .total-results,.investors-calls .total-results,.investors-news .total-results,.investors-presentations .total-results,.news .total-results,.press-releases .total-results,.tools .total-results {
    margin: 0 15px;
    padding: 0 0 15px;
    border-top: none
}

.all-general-meetings .total-results:before,.annual-general-meetings .total-results:before,.annual-reports .total-results:before,.awards .total-results:before,.awards-ratings .total-results:before,.csr .total-results:before,.csr-booklets .total-results:before,.disclosures .total-results:before,.faq-search .total-results:before,.interim-results .total-results:before,.investors-calls .total-results:before,.investors-news .total-results:before,.investors-presentations .total-results:before,.news .total-results:before,.press-releases .total-results:before,.tools .total-results:before {
    display: none
}

.news-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.news-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.news-card .card-block {
    padding: 0
}

.news-card .card-media {
    border-bottom: 1px solid #dcdfe5
}

.news-card .date {
    color: #ca1700;
    font-size: 1rem;
    font-weight: 600
}

.news-card .date a {
    color: #ca1700;
    text-decoration: none
}

.news-nav {
    width: 100%;
    padding: 10px 15px
}

.news-header {
    border-top: 1px solid #dcdfe5;
    border-bottom: 1px solid #dcdfe5;
    margin-bottom: 1rem
}

.news-header .date {
    color: #4e5156;
    margin: 1rem 0 0.5rem
}

.news-header h2 {
    margin-bottom: 1rem
}

.events-search {
    width: 100%
}

.events-search .events-input {
    background: #fff;
    font-size: 1.125rem;
    float: left;
    border: none;
    border-radius: 0;
    height: 48px;
    border-right: 1px solid #dcdfe5;
    width: calc(100% - 48px)
}

.events-search .btn-search {
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid #dcdfe5;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 1.375rem;
    line-height: 36px;
    background: #fff;
    color: #4e5156
}

.events-years {
    width: 100%;
    margin-top: 15px
}

.events-years .select-years {
    display: block;
    font-size: 1.125rem;
    border: none;
    border-radius: 0;
    height: 48px
}

.all-investors-events,.events {
    padding: 30px 0
}

.events-list {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.events-list:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: 1px solid #e6e9ed
}

.events-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e6e9ed;
    position: relative;
    margin: 0;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.events-item h4 {
    margin: 0;
    font-size: 1.25rem;
    color: #ca1700;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.events-item h4 a {
    color: #ca1700;
    text-decoration: none
}

.events-item h4 a:hover {
    color: #0a56af
}

.events-item p {
    margin: 5px 0 0
}

.events-item p .keyword {
    background: #e6e9ed
}

.event-date {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 61px;
    -ms-flex: 0 0 61px;
    flex: 0 0 61px;
    max-width: 61px;
    border-right: 1px solid #dcdfe5;
    padding-right: 10px;
    padding-left: 0
}

.event-date span {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 5px
}

.event-date .month {
    font-size: 0.65rem
}

.event-date .date {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ca1700
}

.event-date .year {
    font-size: 0.875rem;
    letter-spacing: 3.5px
}

.event-details {
    padding-right: 0
}

.event-details p {
    margin-bottom: 0
}

.event-details .lbl {
    color: #4e5156;
    font-size: 0.875rem
}

.event-details .val {
    margin-top: 0;
    font-size: 0.875rem
}

.members {
    padding: 30px 0
}

.members>.container {
    padding: 0
}

.members-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    width: 100%
}

.card-person-big {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.card-person-big .card-block {
    padding: 0;
    position: relative;
    overflow: hidden
}

.card-person-big .card-media {
    border-bottom: 1px solid #dcdfe5
}

.card-person-big .member-bio {
    position: absolute;
    left: -300%;
    top: -300%
}

.card-person-big.selected {
    position: relative
}

.card-person-big.selected:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #edeff2;
    border-width: 15px;
    left: 50%;
    margin: -30px 0 0 -15px
}

.card-person-big.unfocus {
    opacity: 0.35
}

.card-person {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.card-person .card-block {
    padding: 0;
    position: relative;
    overflow: hidden
}

.card-person .card-media {
    border-bottom: 1px solid #dcdfe5
}

.card-person .member-bio {
    position: absolute;
    left: -300%;
    top: -300%
}

.card-person.selected {
    position: relative
}

.card-person.selected:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #edeff2;
    border-width: 15px;
    left: 50%;
    margin: -30px 0 0 -15px
}

.card-person.unfocus {
    opacity: 0.35
}

.bio-wrapper {
    padding: 0 10px 15px;
    display: none
}

.bio-content {
    background: rgba(237,239,242,0.9);
    padding: 20px 15px 15px;
    position: relative
}

.bio-content h3 {
    color: #ca1700;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.bio-content h4 {
    color: #003f7e;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.bio-content h5 {
    color: #4e5156;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.bio-content strong {
    font-weight: 600
}

.bio-content a {
    text-decoration: underline
}

.bio-content a.btn {
    text-decoration: none;
    margin-right: 10px
}

.bio-close {
    border-radius: 0;
    padding: 0;
    background: 0 0;
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.bio-close .icon-bar {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #003f7e
}

.bio-close .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%
}

.bio-close .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 40% 75%;
    -ms-transform-origin: 40% 75%;
    transform-origin: 40% 75%
}

.fund-item {
    padding: 15px 20px 48px 0;
    border-top: 1px solid #e6e9ed;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%
}

.fund-item.last {
    border-bottom: 1px solid #e6e9ed
}

.fund-item h3 {
    margin: 0 0 5px;
    font-size: 1.25rem;
    color: #ca1700;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.fund-item h3 .keyword {
    background: #e6e9ed
}

.fund-item .col-fund {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.fund-item .col-fund .lbl {
    display: block;
    font-size: 0.875rem
}

.fund-item .col-fund .val {
    display: block;
    color: #4e5156
}

.fund-item .fund-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.fund-item .fund-link .icon {
    color: #ca1700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    z-index: 1;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s
}

.fund-item .fund-link:hover .icon {
    right: 15px
}

.fund-item .btn-wrapper {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 3
}

.fund-item .btn-wrapper ul {
    margin: 0
}

.fund-item .btn-wrapper ul li {
    margin-bottom: 0;
    display: inline-block
}

.fund-item.hover {
    background: rgba(230,233,237,0.5)
}

.fund-overview {
    padding: 15px
}

.fund-overview>.row {
    margin: 0
}

.fund-overview .col-fund {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.fund-overview .col-fund:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid #ced1d8
}

.fund-overview .col-fund .lbl {
    display: block;
    font-size: 0.875rem
}

.fund-overview .col-fund .val {
    display: block;
    color: #4e5156
}

.fund-overview .col-fund .val .btn-calendar,.fund-overview .col-fund .val .btn-download {
    padding-top: 0
}

.fund-overview .col-fund .val .btn-calendar .icon,.fund-overview .col-fund .val .btn-download .icon {
    top: 3px
}

.fund-overview .btn-wrapper ul {
    margin: 0
}

.faqs-search {
    background: #fff;
    width: 100%;
    position: relative
}

.faqs-search .faqs-input {
    font-size: 1rem;
    border: none;
    border-radius: 0;
    height: 48px;
    width: 100%;
    padding-right: 48px
}

.faqs-search .btn-search {
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #dcdfe5;
    border-radius: 0;
    width: 48px;
    height: 48px;
    font-size: 1.375rem;
    line-height: 36px;
    color: #4e5156;
    background: #fff
}

.faqs-popular {
    padding: 15px 0 0
}

.faqs-popular h2 {
    color: #ca1700;
    font-size: 1.25rem;
    margin-bottom: 0.75rem
}

.faqs-carousel {
    width: auto
}

.faqs-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.faqs-carousel .owl-item {
    float: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.faqs-carousel .faqs-item {
    display: block;
    border: 1px solid #dcdfe5;
    padding: 15px 15px 45px 45px;
    position: relative;
    height: 100%;
    color: #797984
}

.faqs-carousel .faqs-item .icon-question {
    position: absolute;
    left: 15px;
    top: 18px;
    color: rgba(121,121,132,0.8);
    font-size: 1.25rem
}

.faqs-carousel .faqs-item .faq-cat {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 45px;
    bottom: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4e5156
}

.faqs-carousel .faqs-item .more {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #003f7e;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block
}

.faqs-carousel .faqs-item .more .icon {
    position: relative;
    top: 1px;
    margin-left: 5px;
    color: #ca1700;
    font-size: 0.6875rem
}

.faqs-carousel .faqs-item:hover {
    border: 1px solid #ca1700;
    text-decoration: none
}

.faqs-carousel .faqs-item:hover .more {
    color: #0a56af
}

.faq-results {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px
}

.faq-results .total-results {
    margin: 0;
    padding: 0;
    border-top: none
}

.faq-results .total-results:before {
    display: none
}

.faqs-accordion .accd-header .btn {
    padding: 10px 25px 10px 40px;
    background: #edeff2
}

.faqs-accordion .accd-header .btn .icon-question {
    font-size: 1.25rem;
    position: absolute;
    top: 14px;
    left: 10px;
    color: #ca1700
}

.faqs-accordion .accd-header .btn.collapsed {
    background: #fff
}

.faqs-accordion .accd-header .btn.collapsed .icon-question {
    color: rgba(121,121,132,0.8)
}

.faqs-accordion .accd-header .btn.collapsed:hover .icon-question {
    color: #ca1700
}

.faqs-accordion .accd-body {
    padding: 0 10px 5px 40px;
    background: #edeff2
}

#ajaxSearchList {
    width: 100%
}

.search-wrapper {
    padding: 30px 0
}

.sitesearch-search {
    width: 100%
}

.sitesearch-search .search-page-input {
    background: #fff;
    font-size: 1.125rem;
    float: left;
    border: none;
    border-radius: 0;
    height: 48px;
    border-right: 1px solid #dcdfe5;
    width: calc(100% - 48px)
}

.sitesearch-search .btn-search {
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid #dcdfe5;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 1.375rem;
    line-height: 36px;
    background: #fff;
    color: #4e5156
}

.sitesearch-cat {
    width: 100%;
    margin-top: 15px
}

.sitesearch-cat .select-cat {
    display: block;
    font-size: 1.125rem;
    border: none;
    border-radius: 0;
    height: 48px
}

.search-results,.sitesearch {
    padding: 30px 0
}

.search-results form,.sitesearch form {
    width: 100%
}

.search-list {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-item {
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #e6e9ed;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%
}

.search-item:first-child {
    border-top: 1px solid #e6e9ed
}

.search-item .search-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.search-item .search-link .icon {
    color: #ca1700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    z-index: 1;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s
}

.search-item .search-link:hover .icon {
    right: 15px
}

.search-item h4 {
    margin: 0;
    font-size: 1.25rem;
    color: #ca1700;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.search-item h4 .keyword {
    background: #e6e9ed
}

.search-item p {
    margin: 5px 0 0
}

.search-item p .keyword {
    background: #e6e9ed
}

.search-item.hover {
    background: rgba(230,233,237,0.5)
}

.search-item.hover p .keyword {
    background: 0 0
}

.search-item.with-download {
    padding: 15px 30px 48px 0
}

.search-item.with-download .btn-wrapper {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 3
}

.search-item.with-download .btn-wrapper ul {
    margin: 0
}

.search-item.with-download .btn-wrapper ul li {
    display: inline-block
}

.search-path {
    font-size: 0.75rem;
    margin: 8px 0 0;
    color: #4e5156
}

.search-path li {
    float: left
}

.search-path li + li::before {
    content: "/";
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.search-nav {
    padding: 30px 0 10px;
    width: 100%
}

.total-results {
    width: calc(100% - 15px);
    margin: 0 0 0 15px;
    padding: 15px 0;
    font-size: 0.875rem;
    color: #797984;
    position: relative
}

.total-results:before {
    content: "";
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    border-top: 1px solid #e6e9ed
}

#mainAjaxContainer {
    position: relative
}

.loading-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.75);
    z-index: 100
}

.loading-wrapper .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 101;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.compare {
    padding: 30px 0
}

.compare>.container {
    padding: 0
}

.cards>.container {
    padding: 0
}

.compare-table {
    margin-bottom: 10px;
    position: relative
}

.compare-table .compare-row {
    margin: 0;
    overflow: hidden
}

.compare-table .col-head {
    width: 100%;
    padding: 10px 15px;
    background: #edeff2;
    text-align: center;
    border-bottom: 1px solid #dcdfe5
}

.compare-table .col-head h4 {
    color: #003f7e;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3
}

.compare-table .col-body {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: none;
    flex-wrap: nowrap
}

.compare-table .col-cell {
    padding: 15px;
    border-bottom: 1px solid #dcdfe5;
    border-left: 1px solid #dcdfe5;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.compare-table .col-cell h5 {
    color: #4e5156;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

.compare-table .col-cell h5:last-child {
    margin-bottom: 0
}

.compare-table .col-cell p:last-child {
    margin-bottom: 0
}

.compare-table .col-cell strong {
    font-weight: 600
}

.compare-table .col-cell .square-list>li {
    margin-bottom: 7px
}

.compare-table .col-cell .square-list>li:before {
    color: #797984;
    background: #797984
}

.compare-table .col-cell .square-list>li p {
    margin-bottom: 7px
}

.compare-table .col-cell .square-list>li p:last-child {
    margin-bottom: 0
}

.compare-table .col-cell ol:last-child,.compare-table .col-cell ul:last-child {
    margin-bottom: 0
}

.compare-table .col-cell ol>li,.compare-table .col-cell ul>li {
    margin-bottom: 7px
}

.compare-table .col-cell ol>li p,.compare-table .col-cell ul>li p {
    margin-bottom: 7px
}

.compare-table .col-cell ol>li p:last-child,.compare-table .col-cell ul>li p:last-child {
    margin-bottom: 0
}

.compare-table .col-cell .btn-wrapper {
    text-align: center;
    margin-top: 10px
}

.compare-table .col-main .col-cell {
    border-top: 3px solid #ca1700;
    position: relative
}

.compare-table .col-main .col-cell h3 {
    color: #ca1700
}

.compare-table .col-main .col-cell h3 a {
    color: #ca1700
}

.compare-table .col-main .col-cell h3 a:hover {
    text-decoration: none
}

.compare-table .owl-stage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.compare-table .owl-item {
    float: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.compare-table .owl-item .col-cell {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.compare-meta {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    -moz-justify-content: between;
    justify-content: between
}

.compare-meta .card-count {
    position: relative;
    padding: 0 0 0 45px;
    font-size: 0.875rem;
    line-height: 2.4;
    text-align: left
}

.compare-meta .card-count i {
    font-style: normal
}

.compare-meta .card-count .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem
}

.compare-meta .btn {
    margin-left: auto
}

.add-card {
    margin: 15px 0;
    border: 1px solid #dcdfe5;
    background: #e6e9ed;
    display: block;
    padding-top: 62.6112759643%;
    position: relative;
    height: 0;
    text-align: center;
    color: #dcdfe5;
    border-radius: 5px
}

.add-card .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkittransform: translate(-50%,-50%);
    -ms-transform: translateY(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #797984
}

.add-card:hover .icon {
    color: #0a56af
}

.compare-img {
    display: block;
    padding-top: 62.6112759643%;
    position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #dcdfe5;
    overflow: hidden
}

.compare-img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto
}

.compare-remove {
    border-radius: 0;
    border-radius: 100%;
    padding: 4px;
    background: rgba(255,255,255,0.65);
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 11
}

.compare-remove .icon-bar {
    display: block;
    height: 2px;
    width: 16px;
    background-color: #4e5156
}

.compare-remove .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%
}

.compare-remove .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 40% 75%;
    -ms-transform-origin: 40% 75%;
    transform-origin: 40% 75%
}

.compare-controls {
    display: none;
    padding: 15px
}

.compare-controls .compare-left {
    margin: 0 5px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 28px;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    max-width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.875rem;
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    text-align: center;
    border-radius: 100%
}

.compare-controls .compare-left .icon {
    position: relative;
    right: 1px
}

.compare-controls .compare-left:hover {
    color: #ca1700;
    border-color: #ced1d8;
    background: #ced1d8
}

.compare-controls .compare-left.disabled {
    opacity: 0.3;
    cursor: default
}

.compare-controls .compare-left.disabled:hover {
    border-color: rgba(121,121,132,0.5);
    color: #797984;
    background: 0 0
}

.compare-controls .compare-right {
    margin: 0 5px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 28px;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    max-width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.875rem;
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    text-align: center;
    border-radius: 100%;
    right: 0
}

.compare-controls .compare-right .icon {
    position: relative;
    left: 1px
}

.compare-controls .compare-right:hover {
    border-color: #ced1d8;
    color: #ca1700;
    background: #ced1d8
}

.compare-controls .compare-right.disabled {
    opacity: 0.3;
    cursor: default
}

.compare-controls .compare-right.disabled:hover {
    border-color: rgba(121,121,132,0.5);
    color: #797984;
    background: 0 0
}

.compare-filters {
    padding: 0 0 90px
}

.compare-filters .col-checkbox {
    border-top: 1px solid rgba(255,255,255,0.15)
}

.compare-filters .custom-checkbox {
    margin: 10px 0
}

.compare-filters .custom-control-label {
    display: block
}

.compare-filters .custom-control-label:before {
    border-radius: 100%;
    background: 0 0;
    border: 1px solid #fff
}

.compare-filters .custom-control-label:after {
    border-radius: 100%
}

.compare-filters .custom-control-label img {
    margin-top: 5px;
    display: block
}

.compare-filters .btn-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    padding: 30px 0 15px;
    background: #797984
}

.compare-filters .btn {
    margin-left: 15px;
    margin-right: 15px
}

.compare-filters .filter-selected {
    font-size: 0.875rem;
    padding: 45px 15px 15px;
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0;
    bottom: 70px;
    background: -webkit-linear-gradient(top,rgba(121,121,132,0) 0,rgba(121,121,132,0.75) 48%,#797984 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(121,121,132,0)),color-stop(48%,rgba(121,121,132,0.75)),to(#797984));
    background: -o-linear-gradient(top,rgba(121,121,132,0) 0,rgba(121,121,132,0.75) 48%,#797984 100%);
    background: linear-gradient(to bottom,rgba(121,121,132,0) 0,rgba(121,121,132,0.75) 48%,#797984 100%)
}

.compare-filters .compare-count {
    font-style: normal
}

.form-container {
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    padding: 15px 0;
    margin-bottom: 10px
}

.form-center {
    max-width: 546px;
    margin: 0 auto
}

.form-center .btn-cancel {
    margin-right: 15px
}

.form-note {
    font-size: 14px
}

.pin-keyboard {
    position: absolute;
    left: 0;
    top: 100%
}

.blue-panel {
    margin-top: 30px;
    background: #003f7e;
    color: #fff;
    padding: 15px 0
}

.blue-panel-content {
    position: relative;
    padding: 0 100px 0 0
}

.blue-panel-content .btns {
    position: absolute;
    width: 64px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blue-panel-content .btn-back {
    background: #fff;
    padding: 0.25rem 0.5rem;
    color: #003f7e;
    font-size: 0.875rem;
    margin-bottom: 10px;
    border-radius: 0.1875rem
}

.blue-panel-content .btn-back .icon {
    font-size: 0.875rem
}

.blue-panel-content .btn-back:hover {
    color: #ca1700
}

.blue-panel-content .btn-logout {
    border-color: #fff;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem
}

.blue-panel-content .btn-logout:hover {
    background-color: rgba(0,0,0,0.1)
}

.blue-panel-title {
    color: #fff;
    padding: 10px 0
}

.blue-panel-title p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.875rem
}

.blue-panel-title h2 {
    font-size: 1.5rem;
    margin: 0
}

.input-prepaid-card .prepaid-prefix {
    position: absolute;
    left: 0;
    top: 8px;
    width: 92px
}

.col-prepaid-prefix {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    min-width: 135px
}

.col-prepaid-suffix {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px
}

.prepaid-cards {
    padding: 30px 0
}

.dashboard-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    width: 100%
}

.dashboard-card {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.dashboard-card .card-block {
    min-height: 100px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.dashboard-card .card-content {
    padding: 0
}

.dashboard-card .card-content .lbl {
    display: block;
    font-size: 0.875rem
}

.dashboard-card .card-content .val {
    display: block;
    font-size: 1.3rem;
    color: #ca1700;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dashboard-card .card-content .val-link {
    display: block;
    font-size: 1.3rem;
    color: #003f7e;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dashboard-card .card-content .val-link .icon {
    color: #ca1700;
    font-size: 1rem;
    margin-left: 0.5rem
}

.dashboard-card .card-content .val-link:hover {
    color: #ca1700;
    text-decoration: none
}

.form-group .col-prepaid-suffix input {
    border: 1px solid #dcdfe5;
    padding-left: 10px;
    padding-right: 10px
}

.form-group .col-prepaid-suffix label.error {
    margin: 0 0 -5px
}

.form-group .col-prepaid-suffix.field-error input {
    border: 1px solid red
}

.campaign-panel {
    position: relative
}

.sel-season {
    width: 160px;
    position: absolute;
    right: 0;
    top: -2px;
    margin-bottom: 15px
}

.sel-season .custom-select {
    border-radius: 0
}

.sel-season .selectric {
    font-size: 1rem;
    background: 0 0;
    border: 1px solid #dcdfe5;
    padding: 3px 1.75rem 3px 10px
}

.sel-season .selectric .label {
    height: 20px;
    line-height: 20px
}

.campaign-profiles {
    padding-top: 0;
    padding-bottom: 0;
    background: #4e5156;
    background: -webkit-linear-gradient(-45deg,#4e5156 0,#ced1d8 100%);
    background: -webkit-linear-gradient(315deg,#4e5156 0,#ced1d8 100%);
    background: -o-linear-gradient(315deg,#4e5156 0,#ced1d8 100%);
    background: linear-gradient(135deg,#4e5156 0,#ced1d8 100%)
}

.campaign-profiles.ramadan-profiles {
    background: 0 0
}

.campaign-profiles.ramadan-profiles .container-fluid {
    max-width: 960px
}

.campaign-profile {
    padding-left: 0;
    padding-right: 0
}

.campaign-profile .profile-media {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.campaign-profile .profile-media img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto
}

.campaign-profile .profile-media h2 {
    margin-bottom: 0
}

.campaign-profile .profile-media h2 span {
    z-index: 2;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #ca1700;
    display: inline-block;
    padding: 5px 15px;
    -webkit-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%)
}

.campaign-profile .profile-media h2 span.name {
    z-index: 3;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.campaign-profile .profile-media h2.ptop span {
    bottom: auto;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.campaign-profile .profile-media h2.ptop span.name {
    -webkit-transform: translateY(99%);
    -ms-transform: translateY(99%);
    transform: translateY(99%)
}

.campaign-profile .profile-content {
    padding: 20px 15px;
    color: #fff
}

.campaign-profile .profile-content h3 {
    text-transform: uppercase;
    margin-bottom: 10px
}

.campaign-profile .profile-content p {
    margin-bottom: 10px
}

.ramadan-profiles h2,.ramadan-profiles h3 {
    text-transform: uppercase;
    color: #ca1700;
    margin-bottom: 15px
}

.ramadan-profiles .campaign-profile {
    padding: 15px;
    background: #4e5156;
    background: -webkit-linear-gradient(-45deg,#4e5156 0,#ced1d8 100%);
    background: -webkit-linear-gradient(315deg,#4e5156 0,#ced1d8 100%);
    background: -o-linear-gradient(315deg,#4e5156 0,#ced1d8 100%);
    background: linear-gradient(135deg,#4e5156 0,#ced1d8 100%)
}

.ramadan-profiles .campaign-profile .profile-media h2.ptop span {
    padding-left: 15px
}

.ramadan-profiles .campaign-profile .profile-media .cast-vote {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3
}

.ramadan-profiles .campaign-profile .profile-media .cast-vote .btn {
    background: rgba(202,23,0,0.95);
    position: absolute;
    left: 50%;
    bottom: 15px;
    border-radius: 0.1875rem;
    padding: 0.4rem 0.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ramadan-profiles .campaign-profile .profile-media .cast-vote:hover .btn {
    background: #ca1700;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5)
}

.ramadan-profiles .campaign-profile .profile-media .cast-vote.disabled {
    pointer-events: none
}

.ramadan-profiles .campaign-profile .profile-media .cast-vote.disabled .btn {
    opacity: 0.8;
    background: #797984;
    color: #4e5156
}

.ramadan-profiles .campaign-profile .profile-content {
    padding-left: 0;
    padding-right: 0
}

.campaign-gallery {
    padding-left: 15px;
    padding-right: 15px
}

.campaign-thumbs {
    margin-left: -5px;
    margin-right: -5px;
    display: none
}

.campaign-thumbs.show {
    display: block
}

.campaign-thumbs h3 {
    text-transform: uppercase;
    color: #ca1700;
    padding: 0 5px;
    margin-bottom: 15px
}

.campaign-thumbs .thumb-item {
    padding: 0 5px
}

.campaign-thumbs .thumb-item a {
    display: block;
    color: #003f7e
}

.campaign-thumbs .thumb-item a:hover {
    color: #0a56af;
    text-decoration: none
}

.campaign-thumbs .thumb-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.campaign-thumbs .thumb-image img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.campaign-thumbs .thumb-image .play-video {
    width: 48px;
    height: 48px;
    padding: 10px;
    z-index: 2;
    font-size: 1.75rem
}

.campaign-thumbs .thumb-image .play-video:hover {
    width: 44px;
    height: 44px;
    padding: 6px;
    font-size: 2rem
}

.campaign-thumbs .thumb-image .coming-soon {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background: rgba(78,81,86,0.75)
}

.campaign-thumbs .thumb-image .coming-soon .coming-data {
    position: relative;
    top: 50%;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.campaign-thumbs .thumb-image .coming-soon .date {
    font-size: 0.875rem;
    font-weight: 400;
    display: block
}

.mulitple-season .campaign-thumbs h3 {
    padding: 0 180px 0 5px
}

.campaign-sliders {
    padding: 20px 0
}

.campaign-sliders .container {
    padding: 0
}

.campaign-slider {
    position: relative;
    display: none
}

.campaign-slider.show {
    display: block
}

.campaign-slider .slider-item {
    padding: 0
}

.campaign-slider .image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 64%
}

.campaign-slider .image-wrapper img {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.campaign-slider .image-wrapper .coming-soon {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 2rem;
    z-index: 3;
    background: rgba(78,81,86,0.75)
}

.campaign-slider .image-wrapper .coming-soon .coming-data {
    position: relative;
    top: 50%;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.campaign-slider .image-wrapper .coming-soon .date {
    font-size: 1.75rem;
    font-weight: 400;
    display: block
}

.ramadan-sliders .campaign-slider .slider-item {
    padding: 0
}

.campaign-controls .campaign-left {
    position: absolute;
    left: -12px;
    top: 50%;
    z-index: 11;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.875rem;
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    background: #fff;
    text-align: center;
    border-radius: 100%
}

.campaign-controls .campaign-left .icon {
    position: relative;
    right: 1px
}

.campaign-controls .campaign-left:hover {
    color: #ca1700;
    border-color: #ced1d8;
    background: #ced1d8
}

.campaign-controls .campaign-left.disabled {
    opacity: 0.3;
    cursor: default
}

.campaign-controls .campaign-left.disabled:hover {
    border-color: rgba(121,121,132,0.5);
    color: #797984;
    background: 0 0
}

.campaign-controls .campaign-right {
    position: absolute;
    right: -12px;
    top: 50%;
    z-index: 12;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.875rem;
    color: #797984;
    border: 2px solid rgba(121,121,132,0.5);
    background: #fff;
    text-align: center;
    z-index: 12;
    border-radius: 100%
}

.campaign-controls .campaign-right .icon {
    position: relative;
    left: 1px
}

.campaign-controls .campaign-right:hover {
    border-color: #ced1d8;
    color: #ca1700;
    background: #ced1d8
}

.campaign-controls .campaign-right.disabled {
    opacity: 0.3;
    cursor: default
}

.campaign-controls .campaign-right.disabled:hover {
    border-color: rgba(121,121,132,0.5);
    color: #797984;
    background: 0 0
}

#campaignThumbsRamadan .play-video {
    background: rgba(202,23,0,0.85)
}

.ministry-filters {
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.ministry-filters .selectric {
    padding-left: 0.375rem;
    background: 0 0;
    border: 1px solid #ced1d8
}

.ministry-filters .select-ministry {
    display: block;
    font-size: 1.125rem;
    border: none;
    border-radius: 0;
    border: 1px solid #ced1d8;
    height: 40px
}

.heart-toggle {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 1
}

.heart-toggle input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.heart-toggle .state svg {
    fill: #ced1d8;
    position: absolute;
    font-size: 1rem;
    width: calc(1rem + 2px);
    height: calc(1rem + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent
}

.heart-toggle .state .heart {
    color: #000;
    background-color: #000
}

.heart-toggle .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.heart-toggle:hover .state svg {
    fill: #797984
}

.heart-toggle.active .state svg {
    fill: #ca1700
}

.wise-header h2 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #ca1700
}

.col-wise-logo {
    text-align: center
}

.col-wise-heading {
    text-align: center;
    margin-top: 10px
}

.col-wise-heading.portfolio-heading h2 {
    font-size: 1.3rem;
    color: #4e5156
}

.why-cards {
    margin-top: 30px
}

.why-cards.custom-why-cards,.why-cards.with-carousel {
    margin: 0 -0.5rem
}

.col-why {
    margin-bottom: 15px
}

.why-card {
    background: #edeff2;
    height: 100%;
    padding: 20px 15px 10px;
    text-align: center;
    position: relative
}

.why-card.border-only {
    border: 1px solid #edeff2;
    background: 0 0
}

.why-card:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ca1700;
    left: 50%;
    top: 25px;
    margin-left: -20px
}

.why-icon {
    padding: 20px 0 0
}

.why-icon img {
    max-width: 100%;
    width: 120px;
    height: auto
}

.why-content {
    padding: 20px 0 0;
    color: #4e5156
}

.why-content h3 {
    color: #003f7e;
    margin-bottom: 10px;
    font-size: 1.2rem
}

:is(.custom-why-cards,.why-carousel) {
    padding-top: 15px;
    margin: 0
}

:is(.custom-why-cards,.why-carousel) .col-why {
    padding: 0 0.5rem
}

:is(.custom-why-cards,.why-carousel) .owl-stage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

:is(.custom-why-cards,.why-carousel) .owl-item img {
    display: inline;
    width: auto
}

:is(.custom-why-cards,.why-carousel) .owl-item .why-icon img {
    max-width: 100%;
    width: 120px;
    height: auto
}

:is(.custom-why-cards,.why-carousel) .col-why {
    margin: 0;
    height: 100%
}

.how-works-list {
    counter-reset: number;
    padding: 0 15px
}

.how-works-wrapper {
    text-align: center
}

.how-works-icon {
    margin: 0 auto 10px;
    width: 180px;
    height: 180px;
    border: 1px solid #e6e9ed;
    background: #fff;
    text-align: center;
    border-radius: 50%
}

.how-works-icon img {
    position: relative;
    top: 50%;
    width: 100px;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-works-content h3 {
    color: #003f7e;
    font-size: 1.2rem;
    margin-bottom: 10px
}

.how-works-content p {
    margin-bottom: 0
}

.how-works-item {
    padding-top: 30px;
    margin: 30px 0 45px;
    border-top: 1px solid #e6e9ed;
    position: relative;
    counter-increment: number
}

.how-works-item:last-child {
    margin: 30px 0 15px
}

.how-works-item:before {
    content: counter(number);
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 1rem;
    color: #fff;
    background: #ca1700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: -15px 0 0 -15px
}

.how-works-item:nth-child(-n + 9):before {
    content: "0" counter(number)
}

.how-works-item:nth-child(even) .how-works-wrapper {
    margin: 0 0 0 auto
}

.how-works-item:nth-child(even) .how-works-icon {
    right: auto;
    left: -120px
}

.feature-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2
}

.feature-img {
    padding: 15px;
    background: #e6e9ed;
    margin-bottom: 15px
}

.feature-img img {
    max-width: 100%
}

.feature-content h3 {
    color: #003f7e;
    font-size: 1.2rem;
    margin-bottom: 10px
}

.feature-data-list {
    color: #4e5156;
    border-top: 1px solid #e6e9ed
}

.feature-data-item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e6e9ed
}

.feature-data-item .lbl {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.feature-data-item .val {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right
}

.feature-item {
    position: relative;
    margin: 30px 0;
    font-size: 0.875rem
}

.feature-item:nth-child(even):after {
    right: auto;
    left: 0
}

.feature-item:nth-child(even) .feature-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.feature-item:nth-child(even) .feature-img {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.feature-item:nth-child(even) .feature-img a {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.feature-item.odd:after {
    right: auto;
    left: 0
}

.feature-item.odd .feature-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.feature-item.odd .feature-img {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.feature-item.odd .feature-img a {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.try-bg {
    background-color: #003f7e;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 0!important
}

.section-try {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px
}

.section-try h2 {
    color: #ca1700;
    line-height: 1.3;
    margin-bottom: 10px
}

.section-try .article-wrapper {
    text-align: center;
    max-width: 930px
}

.section-try .article-wrapper h2 {
    color: #fff
}

.section-try .article-wrapper p {
    color: #fff
}

.section-try .article-wrapper .note {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.5)
}

.try-wrapper {
    margin-top: 30px
}

.try-wrapper .nav-tabs {
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    -ms-flex-wrap: none;
    flex-wrap: nowrap
}

.try-wrapper .nav-tabs .nav-link {
    margin: 0 1rem;
    border-radius: 0;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    padding: 0.5rem;
    border: none
}

.try-wrapper .nav-tabs .nav-link:hover {
    border: none
}

.try-wrapper .nav-tabs .nav-item.show .nav-link,.try-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background: 0 0;
    border-color: transparent;
    position: relative;
    border: none
}

.try-wrapper .nav-tabs .nav-item.show .nav-link:after,.try-wrapper .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #ca1700
}

.try-wrapper .tab-pane {
    padding: 30px 15px
}

.try-wrapper .tab-content {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 15px
}

.try-icon-wrapper {
    width: 180px;
    height: 180px;
    margin: 0 auto 15px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%
}

.try-icon {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%
}

.try-icon img {
    width: 100px;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.try-slider {
    padding: 40px 0 15px;
    margin-bottom: 15px
}

.try-content {
    text-align: center;
    color: #fff
}

.try-content h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.15
}

.try-content .btn-primary {
    background: #fff;
    color: #003f7e;
    margin-right: 0;
    min-width: 100px
}

.form-porfolio {
    color: #fff;
    max-width: 680px;
    margin: 0 auto;
    padding: 10px 0
}

.form-porfolio .lbl {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.2rem;
    margin-bottom: 10px
}

.form-porfolio .slider {
    padding-top: 20px;
    padding-bottom: 10px
}

.portfolio-returns {
    text-align: center
}

.portfolio-returns h2 {
    color: #4e5156
}

.portfolio-returns h2 span {
    display: block;
    color: #ca1700;
    font-size: 1.2em
}

.porfolio-distribution {
    padding: 40px 0 0
}

.porfolio-distribution h3 {
    margin: 0
}

.porfolio-distribution p {
    font-size: 0.875rem
}

.porfolio-distribution .btn-wrapper {
    text-align: center
}

.porfolio-distribution .card-body {
    margin: 0;
    position: relative
}

#portDonut,#portMap,.port-donut,.port-map {
    height: 260px;
    width: 100%;
    overflow: hidden
}

.port-line-chart {
    height: 400px;
    width: 100%
}

.portfolio-donut-text {
    position: absolute;
    z-index: 1000;
    width: 30%;
    height: 40%;
    top: 25%;
    left: 50%;
    margin: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #797984;
    font-size: 0.875rem;
    line-height: 1.5
}

.portfolio-donut-text .val {
    display: block;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    color: #003f7e
}

.portfolio-donut-text hr {
    margin: 5px 0
}

.footer-top {
    background: #ca1700;
    padding: 20px 0
}

.footer-top>.container {
    padding-left: 15px;
    padding-right: 15px
}

.footer-widget {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0;
    padding-bottom: 20px
}

.footer-widget:first-child {
    padding-left: 15px
}

.fw-content {
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 10px;
    color: #fff;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.fw-content:hover {
    text-decoration: none;
    color: #fff
}

.fw-text {
    display: block;
    padding: 0 10px 0 0
}

.fw-text .lbl,.fw-text p {
    display: block;
    font-size: 0.675rem;
    margin: 3px 0 0
}

.fw-text .val,.fw-text h3 {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 3px 0
}

.fw-text a {
    color: #fff
}

.fw-text a:hover {
    text-decoration: none
}

.fw-icon {
    padding: 5px 0 0;
    font-size: 1.75rem
}

.fw-icon .icon-locations {
    font-size: 1.85rem
}

.fw-icon a {
    color: #fff
}

.fw-icon a:hover {
    text-decoration: none
}

.footer-widget.footer-social {
    border-top: 1px solid rgba(255,255,255,0.3);
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 15px 4px 0 15px
}

.footer-widget.footer-social .fw-text {
    padding: 0
}

.footer-widget.footer-share {
    padding-top: 15px;
    padding-bottom: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.footer-widget.footer-share .fw-text {
    padding: 0
}

.social-list {
    margin: 3px 0 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.social-list li {
    padding-right: 5px
}

.social-list li a {
    padding: 2px;
    display: flex;
    vertical-align: top;
    font-size: 1.75rem;
    height: 50px;
    width: 50px;
    color: #fff;
    -webkit-transition: color 0.3s,background-color 0;
    -o-transition: color 0.3s,background-color 0;
    transition: color 0.3s,background-color 0
}

.social-list li a:hover {
    color: rgba(0,0,0,0.75)
}

.social-list li .icon-whatsapp {
    width: 1.05em;
    height: 1.05em
}

.share-list {
    margin: 3px 0 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.share-list li a {
    padding: 2px;
    display: block;
    vertical-align: top;
    font-size: 1.75rem;
    height: 2.2rem;
    color: #fff;
    -webkit-transition: color 0.3s,background-color 0;
    -o-transition: color 0.3s,background-color 0;
    transition: color 0.3s,background-color 0
}

.share-list li a:hover {
    color: rgba(0,0,0,0.75)
}

.share-list li.show a.share {
    position: relative;
    z-index: 1001;
    color: rgba(0,0,0,0.75)
}

.share-list .dropdown-menu {
    margin: 0 0 5px;
    border-radius: 0;
    background: #e6e9ed;
    border: 2px solid #dcdfe5;
    padding: 0;
    position: relative;
    outline: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5);
    box-shadow: 0 2px 5px 0 rgba(121,121,132,0.5)
}

.share-list .dropdown-menu:before {
    content: "";
    position: absolute;
    right: 9px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff
}

.share-list .dropdown-menu[x-placement="bottom-end"] {
    margin: 5px 10px 0 0
}

.share-list .dropdown-menu[x-placement="bottom-end"]:before {
    bottom: auto;
    top: -8px;
    border-top: none;
    border-bottom: 6px solid #dcdfe5
}

.share-list .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    padding: 10px 10px 10px 40px;
    color: #4e5156;
    position: relative;
    border-top: 1px solid #dcdfe5
}

.share-list .dropdown-menu .dropdown-item:first-child {
    border-top: none
}

.share-list .dropdown-menu .dropdown-item .icon {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 24px;
    color: #797984
}

.share-list .dropdown-menu .dropdown-item:active,.share-list .dropdown-menu .dropdown-item:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.share-list .dropdown-menu .dropdown-item:hover {
    background: #e6e9ed;
    color: #0a56af
}

.footer-bottom {
    padding: 10px 0 15px
}

.footer-bottom>.container {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.footer-links {
    border-bottom: 1px solid #dcdfe5;
    padding-bottom: 10px
}

.footer-links ul {
    margin: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-links ul li {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%
}

.footer-links ul li a {
    display: block;
    padding: 5px 0;
    font-size: 0.8125rem;
    color: #797984
}

.footer-links ul li a:hover {
    color: #0a56af;
    text-decoration: none
}

.footer-content {
    padding-top: 15px
}

.footer-content .row {
    margin: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.footer-legal {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.footer-logo {
    margin-right: 10px;
    width: 45px
}

.footer-logo img {
    width: 100%;
    height: auto
}

.footer-copyright {
    font-size: 0.8125rem;
    color: #797984
}

.footer-copyright span {
    display: block
}

.footer-back {
    padding: 5px 0 0
}

.footer-back a {
    font-size: 0.8125rem;
    color: #797984;
    display: block;
    position: relative;
    padding-right: 2.5rem;
    height: 2rem;
    line-height: 2rem
}

.footer-back a .back-icon {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #e6e9ed;
    color: #4e5156
}

.footer-back a:hover {
    color: #0a56af;
    text-decoration: none
}

.footer-back a:hover .back-icon {
    background: #dcdfe5
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255,255,255,0)
}

.modal-box.show {
    display: block
}

.modal-box-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #797984;
    border-bottom: 5px solid #ca1700;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(121,121,132,0.6);
    box-shadow: 0 5px 15px 0 rgba(121,121,132,0.6);
    -webkit-animation-name: slideDown;
    -webkit-animation-duration: 0.4s;
    animation-name: slideDown;
    animation-duration: 0.4s
}

.modal-box-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #797984;
    border-top: 5px solid #ca1700;
    color: #fff;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(121,121,132,0.6);
    box-shadow: 0 -5px 15px 0 rgba(121,121,132,0.6);
    -webkit-animation-name: slideUp;
    -webkit-animation-duration: 0.4s;
    animation-name: slideUp;
    animation-duration: 0.4s
}

.modal-box-header {
    margin-bottom: 15px
}

.modal-box-header h2 {
    display: block;
    padding: 0 30px 0 0;
    position: relative;
    margin: 0;
    font-size: 1.35rem
}

.modal-box-header h2.with-icon {
    padding: 0 30px 0 36px
}

.modal-box-header h2 .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #dcdfe5
}

.modal-box-header h2 .icon-chances,.modal-box-header h2 .icon-converter {
    font-size: 1.875rem
}

.modal-box-header h2 .icon-deposit,.modal-box-header h2 .icon-loan {
    font-size: 1.75rem
}

.modal-box-content {
    position: relative;
    padding: 30px 0
}

.modal-box-content .btn-primary {
    width: 100%;
    padding: 0.75rem
}

.modal-box-content .form-overlay {
    background: rgba(121,121,132,0.7)
}

.modal-box-body .form-group {
}

.modal-box-body .form-group .form-control {
}

.modal-box-body .form-group label.error {
    background-color: #e6e9ed
}

.modal-box-body .form-group.answer-group {
    background-color: #dcdfe5
}

.modal-box-body .form-group.answer-group .form-control {
    background-color: #dcdfe5;
    color: #003f7e
}

.modal-box-body .form-group.answer-group .form-control.shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-name: shake;
    animation-duration: 0.5s;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.modal-box-body .form-group.answer-group label {
    line-height: 1.5rem
}

.modal-box-body .form-group.with-btn .btn-group {
    margin: 0.5rem 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.modal-box-body .form-group.with-btn .btn-reset {
    width: 3rem;
    height: 3rem;
    padding: 0.75rem 0;
    background: #dcdfe5;
    margin-right: 0.5rem;
    text-align: center;
    flex: initial
}

.modal-box-body .form-group.with-btn .btn-reset:disabled {
    color: #000;
    cursor: no-drop;
    opacity: 0.4
}

.modal-box-body .form-group .custom-control-label:before {
    background: #e6e9ed
}

.modal-box-body .form-note {
    font-size: 0.8125rem;
    color: #e6e9ed;
    margin-bottom: 0.5rem
}

.modal-box-body .btn-wrapper ul {
    margin: 0
}

.modal-box-body .btn-wrapper ul li {
    display: inline-block;
    margin-right: 1rem
}

.modal-box-body .btn-wrapper ul li:last-child {
    margin-right: 0
}

.modal-box-body .btn-more {
    color: #fff
}

.modal-box-body .btn-more:hover {
    color: #e6e9ed
}

.modal-box-body .answer-list {
    margin-bottom: 1rem
}

.modal-box-body .answer-item {
    padding-bottom: 4px
}

.modal-box-body .answer-item .answer-group {
    height: 100%;
    margin-bottom: 0
}

.modal-box-close {
    border-radius: 0;
    padding: 0;
    background: 0 0;
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.modal-box-close .icon-bar {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff
}

.modal-box-close .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%
}

.modal-box-close .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 40% 75%;
    -ms-transform-origin: 40% 75%;
    transform-origin: 40% 75%
}

.modal {
    overflow: hidden
}

.modal .top-nav {
    position: static
}

.modal .gb-header {
    position: static
}

.modal .section-hero {
    position: relative;
    z-index: 10
}

.modal .carousel-inner {
    overflow: hidden
}

.modal .carousel-item-next,.modal .carousel-item-prev {
    position: static
}

.modal .video-playing {
    -webkit-perspective: none;
    perspective: none;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal .carousel-controls {
    display: none
}

.modal.touch .carousel-inner {
    position: static
}

.kenburns .guide-bg img {
    animation: none 0 0;
    -webkit-animation: none 0 0;
    -ms-animation: none 0 0;
    -o-animation: none 0 0;
    -moz-animation: none 0 0
}

.guide-carousel.owl-loaded .owl-item {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.guide-carousel.owl-loaded .owl-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.guide-carousel.owl-loaded .owl-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.guide-carousel.owl-loaded .owl-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.guide-carousel.owl-loaded .owl-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.guide-carousel.owl-loaded .owl-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.guide-carousel.owl-loaded .owl-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.guide-carousel.owl-loaded .owl-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.init .guide-switcher .guide-item {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.init .guide-switcher .guide-item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.init .guide-switcher .guide-item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

@media (min-width: 350px) {
    .nav-global li .nav-link {
        padding:8px 10px
    }

    .top-nav .nav-lang-link {
        margin-right: 0;
        margin-left: 10px
    }

    .hero-carousel .carousel-item {
        height: 13.5rem
    }

    .page-hero {
        height: 13.5rem
    }

    .page-hero .carousel-item {
        height: 13.5rem
    }

    .page-hero.video-hero {
        padding-top: 13.5rem
    }
}

@media (max-width: 359.98px) {
    .section-guide {
        height:650px
    }

    .guide-video {
    }
}

@media (min-width: 360px) {
    .navbar-brand {
        width:166px;
        height: 40px
    }

    .navbar-brand img {
        width: 166px;
        height: 30px
    }

    .navbar-right .dropdown-menu {
        top: 43px
    }

    .btn-login {
        font-size: 1rem;
        padding: 0.4rem 0.75rem
    }

    .nav-overlay {
        top: -50px
    }

    .section-guide {
        height: 650px
    }

    .smartOn .section-guide {
        height: calc(100vh - 169px)
    }

    .guide-video {
    }

    .smartOn .guide-video {
        height: calc(100vh - 169px)
    }

    .pagination .page-item .page-link {
        padding: 0.5rem 0.75rem
    }

    .search-settings ul li a {
        padding: 0.5rem 0.75rem 0.5rem 2rem;
        font-size: 0.875rem
    }

    .reward-card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .report-card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .fw-content {
        padding-left: 15px
    }

    .footer-widget.footer-social {
        padding-right: 15px
    }

    .social-list li {
        padding-right: 8px
    }
}

@media (min-width: 361px) {
    .guide-carousel .guide-item a span {
        font-size:0.875rem
    }

    .guide-switcher .guide-item a span {
        font-size: 0.875rem
    }

    .branch-search .address-input {
        font-size: 1.125rem;
        width: calc(100% - 48px);
        padding-left: 0.75rem;
        padding-right: 0.75rem
    }

    .branch-search .btn-search {
        width: 48px;
        padding: 0.375rem 0.75rem
    }

    .map-toggle {
        width: 48px
    }
}

@media (min-width: 375px) {
    .hero-carousel .carousel-item {
        height:14.5rem
    }

    .carousel-caption .caption {
        font-size: 1.25rem;
        line-height: 1.3
    }

    .page-hero {
        height: auto
    }

    .page-hero .carousel-item {
        height: 10rem
    }

    .page-hero.video-hero {
        padding-top: 14.5rem
    }

    .hero-caption .caption {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

@media (min-width: 380px) {
    .widget-tools .tool-link {
        font-size:1rem;
        padding: 15px 30px 15px 42px
    }
}

@media (min-width: 0px) {
    .hero-carousel .carousel-item {
        height:auto
    }

    .hero-carousel .carousel-item>a>img,.hero-carousel .carousel-item>a>picture>img,.hero-carousel .carousel-item>img,.hero-carousel .carousel-item>picture>img {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@media (min-width: 420px) {
    .card-person {
        -webkit-box-flex:0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 440px) {
    .widget-tools .tool-link {
        padding:15px 40% 15px 42px
    }
}

@media (min-width: 480px) {
    .teaser-block {
        position:relative;
        height: 100%
    }

    .teaser-content {
        padding: 15px 15px 50px
    }

    .teaser-content .btn {
        position: absolute;
        left: 15px;
        bottom: 25px
    }

    .teaser-content.with-compare {
        padding: 15px 15px 85px
    }

    .teaser-content.with-compare .btn {
        bottom: 60px
    }

    .add-to-compare {
        position: absolute;
        left: 15px;
        bottom: 30px
    }

    .landing-teasers .teaser {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px
    }

    .landing-cards .card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .figure-left {
        display: block;
        float: left;
        margin: 0 1rem 1rem 0
    }

    .figure-right {
        display: block;
        float: right;
        margin: 0 0 1rem 1rem
    }

    .news-card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 576px) {
    h3 {
        font-size:1.3rem
    }

    .section-wrapper {
        padding: 40px 0
    }

    .rsexpanded {
        width: 350px
    }

    .maintenance h1 {
        font-size: 1.875rem
    }

    .form-group .datepicker-icon,.form-group .keyboard-icon {
        right: 15px
    }

    .required-fields {
        margin-bottom: 0
    }

    .nav-mobile .gb-header {
        margin-top: 42px
    }

    .top-nav {
        font-size: 0.9375rem
    }

    .top-nav .nav-link {
        border-right: none;
        padding: 10px
    }

    .nav-global-sub .dropdown-item {
        font-size: 1rem;
        padding: 0.5rem 1rem
    }

    .global-nav-toggle {
        display: none
    }

    .nav-global li .nav-link {
        padding: 10px
    }

    .top-nav .nav-listen-link {
        display: none
    }

    .top-nav .nav-lang-link {
        padding: 8px 12px;
        margin-left: auto;
        margin-right: -10px;
        font-size: 0.825rem;
        line-height: 1.4
    }

    .top-nav .nav-lang-link span {
        display: inline;
        width: auto;
        height: auto;
        line-height: 1.4;
        text-align: left;
        border: none;
        border-radius: 0
    }

    .navbar-brand {
        width: 199px;
        height: 46px
    }

    .navbar-brand img {
        width: 199px;
        height: 36px
    }

    .navbar-left .nav-search-link {
        padding: 8px 10px
    }

    .navbar-right .dropdown-menu {
        top: 53px
    }

    .navbar-right .dropdown-item {
        font-size: 1rem
    }

    .navbar-toggler {
        padding: 8px 10px
    }

    .btn-login {
        padding: 0.5rem 2rem 0.5rem 0.75rem
    }

    .btn-login .icon {
        display: block
    }

    .search-form .form-control {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 82%;
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%
    }

    .search-form .btn-search {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%
    }

    .navbar-collapse {
        padding-top: 43px
    }

    .navbar-gb {
        padding: 10px 0
    }

    .megamenu .dropdown-menu {
        padding-top: 40px
    }

    .dropdown-title {
        height: 64px;
        line-height: 64px
    }

    .dropdown-title h3 a {
        height: 64px;
        line-height: 64px
    }

    .dropdown-title .menu-back {
        height: 64px;
        font-size: 1rem;
        width: 42px
    }

    .nav-overlay {
        top: -66px
    }

    .menu-corporate {
        padding-top: 42px
    }

    .guide-message {
        font-size: 1rem
    }

    .section-guide {
        height: calc(100vh - 108px)
    }

    .smartOn .section-guide {
        height: calc(100vh - 192px)
    }

    .guide-video {
        height: calc(100vh - 108px)
    }

    .smartOn .guide-video {
        height: calc(100vh - 192px)
    }

    .guide-carousel .guide-item a {
        padding: 62px 15px 15px
    }

    .guide-carousel .guide-item a .icon {
        font-size: 2.375rem;
        top: 15px
    }

    .guide-carousel .guide-item a span {
        font-size: 1rem;
        height: 2.75rem
    }

    .guide-switcher .guide-item {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
        padding: 10px
    }

    .guide-switcher .guide-item a .icon {
        left: 15px;
        top: 15px;
        font-size: 2.375rem
    }

    .guide-switcher .guide-item a span {
        font-size: 1rem;
        height: 2.75rem
    }

    .guide-sub-title .icon {
        font-size: 2.375rem
    }

    .guide-sub-title span {
        font-size: 1rem;
        height: 2.75rem
    }

    .guide-sub-content .guide-carousel .guide-item a {
        padding: 62px 15px 0
    }

    .carousel-caption {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .carousel-caption .caption {
        font-size: 1.5rem
    }

    .carousel-caption .caption a .icon {
        font-size: 1rem
    }

    .carousel-btn-next,.carousel-btn-prev {
        bottom: 21px
    }

    .card-logo a {
        padding: 20px 15px;
        height: 102px
    }

    .card-logo-big a {
        padding: 20px 15px;
        height: 164px
    }

    .card-content {
        padding: 20px 15px 55px
    }

    .card-disclosure {
        padding: 20px 15px
    }

    .accd-header h3 .btn {
        font-size: 1.3rem
    }

    .accd-header .btn {
        padding: 15px 30px 15px 0
    }

    .accd-header .btn span {
        right: 15px;
        top: 22px
    }

    .accd-body {
        padding: 0 15px 5px
    }

    .section-announcement h2 {
        font-size: 1.5rem
    }

    .hero-caption {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .hero-caption .caption {
        font-size: 1.5rem
    }

    .hero-caption .caption a .icon {
        font-size: 1rem
    }

    .blue-hero h1 {
        font-size: 1.5rem
    }

    .blue-hero .blue-hero-title {
        font-size: 1.5rem
    }

    .breadcrumb-item h1 {
        padding-right: 120px;
        font-size: 2rem
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

    .print-share li.btn-listen {
        display: block
    }

    .print-share li.btn-rs {
        position: static;
        left: 0;
        bottom: 0
    }

    .page-promo {
        padding: 10px 0
    }

    .page-nav .nav .nav-link {
        font-size: 1rem
    }

    .featured-content {
        padding: 15px 30px 15px 15px
    }

    .featured-img {
        padding: 15px 0 0 30px
    }

    .featured-img .img-wrapper {
        overflow: hidden;
        position: relative;
        height: 100%
    }

    .featured-img .img-wrapper img {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    .home-featured .featured-box {
        margin-bottom: 10px
    }

    .home-featured .featured-content {
        padding: 0 15px
    }

    .home-featured .featured-img {
        padding: 0 15px
    }

    .home-featured .featured-img .img-wrapper {
        overflow: visible;
        position: static;
        height: auto
    }

    .home-featured .featured-img .img-wrapper img {
        position: static;
        left: 0;
        top: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .page-landing {
        padding: 40px 0 20px;
        min-height: 200px
    }

    .page-article {
        padding: 40px 0 25px;
        min-height: 200px
    }

    .section-no-heading {
        padding: 0 0 40px
    }

    .col-flag {
        display: table-cell
    }

    .branches {
        height: calc(100vh - 223px);
        min-height: 300px
    }

    .rewards-cat {
        width: calc(50% - 40px)
    }

    .rewards-cat .select-cat {
        margin-bottom: 0
    }

    .rewards-search {
        padding: 0 15px
    }

    .rewards-toggle {
        padding: 0 15px
    }

    .dining-merchants,.dining-offers,.gulf-dining,.gulf-promotions,.rewards {
        padding: 40px 0
    }

    .reward-list {
        padding: 0
    }

    .reward-card {
        padding-left: 15px;
        padding-right: 15px
    }

    .reports {
        padding: 40px 0
    }

    .report-list {
        padding: 0
    }

    .report-card {
        padding-left: 15px;
        padding-right: 15px
    }

    .report-card .card-content {
        padding: 5px 15px
    }

    .downloads {
        padding: 40px 0
    }

    .download-item {
        padding: 20px 0
    }

    .all-general-meetings,.annual-general-meetings,.annual-reports,.awards,.awards-ratings,.csr,.csr-booklets,.disclosures,.faq-search,.interim-results,.investors-calls,.investors-news,.investors-presentations,.news,.press-releases,.tools {
        padding: 40px 0
    }

    .news-card {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px
    }

    .all-investors-events,.events {
        padding: 40px 0
    }

    .event-date {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        padding-left: 15px;
        padding-right: 20px
    }

    .event-date .month {
        font-size: 0.75rem
    }

    .event-date .date {
        font-size: 3rem
    }

    .event-date .year {
        font-size: 1rem
    }

    .event-details {
        padding-right: 15px
    }

    .members {
        padding: 40px 0
    }

    .members-list {
        padding: 0
    }

    .card-person-big {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .card-person {
        padding-left: 15px;
        padding-right: 15px
    }

    .bio-wrapper {
        padding: 0 15px 30px
    }

    .fund-item {
        padding: 20px 30px 53px 0
    }

    .fund-item .col-fund {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .fund-item .col-fund .val {
        font-size: 1.125rem
    }

    .fund-item .fund-link .icon {
        right: 15px
    }

    .fund-item .fund-link:hover .icon {
        right: 25px
    }

    .fund-item .btn-wrapper {
        bottom: 20px
    }

    .fund-overview .col-fund {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .fund-overview .col-fund .val {
        font-size: 1.25rem
    }

    .faqs-popular h2 {
        font-size: 1.3rem
    }

    .faqs-accordion .accd-header .btn {
        padding: 15px 30px 15px 45px
    }

    .faqs-accordion .accd-header .btn .icon-question {
        top: 19px;
        left: 15px
    }

    .faqs-accordion .accd-body {
        padding: 0 30px 5px 45px
    }

    .search-wrapper {
        padding: 40px 0
    }

    .search-results,.sitesearch {
        padding: 40px 0
    }

    .search-item {
        padding: 20px 40px 20px 0
    }

    .search-item .search-link .icon {
        right: 15px
    }

    .search-item .search-link:hover .icon {
        right: 25px
    }

    .search-item.with-download {
        padding: 20px 40px 53px 0
    }

    .search-item.with-download .btn-wrapper {
        bottom: 20px
    }

    .compare {
        padding: 40px 0
    }

    .blue-panel {
        padding: 30px 0
    }

    .blue-panel-content {
        padding: 0 100px
    }

    .blue-panel-content .btns {
        width: auto;
        position: static;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .blue-panel-content .btn-back {
        position: absolute;
        left: 0;
        top: 50%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .blue-panel-content .btn-logout {
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .blue-panel-title {
        padding: 0;
        text-align: center
    }

    .blue-panel-title p {
        font-size: 1rem
    }

    .blue-panel-title h2 {
        font-size: 1.875rem
    }

    .prepaid-cards {
        padding: 40px 0
    }

    .dashboard-list {
        padding: 0
    }

    .dashboard-card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .dashboard-card .card-block {
        min-height: 120px
    }

    .campaign-profiles {
        padding-top: 0;
        padding-bottom: 0
    }

    .campaign-sliders .container {
        padding: 0 15px
    }

    .campaign-slider .slider-item {
        padding: 0 40px
    }

    .campaign-slider .image-wrapper {
        padding-top: 56.25%
    }

    .campaign-slider .image-wrapper img {
        width: 100%;
        height: auto
    }

    .ramadan-sliders .campaign-slider .slider-item {
        padding: 0
    }

    .campaign-controls .campaign-left {
        background: 0 0
    }

    .campaign-controls .campaign-right {
        background: 0 0
    }

    .ministry-filters {
        max-width: 360px
    }

    .wise-header-row {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center
    }

    .col-wise-logo {
        text-align: left;
        padding: 0 15px
    }

    .col-wise-logo img {
        width: auto
    }

    .col-wise-heading {
        margin-top: 0;
        text-align: left;
        border-left: 1px solid #e6e9ed;
        padding: 0 15px
    }

    .col-wise-heading.portfolio-heading {
        min-height: 72px;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center
    }

    .col-wise-heading.portfolio-heading h2 {
        margin: 0;
        font-size: 1.35rem
    }

    .why-card:before {
        top: 30px;
        width: 60px;
        margin-left: -30px
    }

    .why-icon img {
        width: auto
    }

    :is(.custom-why-cards,.why-carousel) .owl-item .why-icon img {
        width: auto
    }

    .section-try {
        padding-left: 15px;
        padding-right: 15px
    }

    .try-wrapper .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fw-text .lbl,.fw-text p {
        font-size: 0.725rem
    }

    .fw-text .val,.fw-text h3 {
        font-size: 1.3rem
    }

    .fw-icon {
        font-size: 2rem
    }

    .fw-icon .icon-locations {
        font-size: 2.25rem
    }

    .footer-widget.footer-social {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .footer-widget.footer-social .fw-text {
        padding: 0 0 0 5px
    }

    .footer-widget.footer-share {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .footer-widget.footer-share .fw-text {
        padding: 0 0 0 5px
    }

    .footer-bottom {
        padding: 15px 0 20px
    }

    .footer-links {
        padding-bottom: 15px
    }

    .footer-links ul li {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 32%
    }

    .footer-content {
        padding-top: 20px
    }

    .footer-logo {
        width: auto;
        margin-right: 15px
    }

    .footer-logo img {
        width: auto
    }

    .modal-box-header h2 {
        font-size: 1.5rem
    }

    .modal-box-content .btn-primary {
        width: auto;
        padding: 0.5rem 0.75rem
    }

    .modal-box-body .form-group.with-btn .btn-group {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 18px
    }

    .modal-box-body .form-group.with-btn .btn-reset {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.65rem 0
    }

    .modal-box-body .form-note {
        margin-bottom: 1rem
    }

    .modal-box-body .answer-list {
        margin: 0 -2px 1rem;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal-box-body .answer-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 33.33%;
        padding: 0 2px
    }
}

@media (min-width: 576px) and (min-height:600px) {
    .modal-box {
        z-index:980
    }

    .modal-box-top {
        padding: 56px 0 0;
        z-index: 990;
        height: auto
    }

    .modal-box-bottom {
        height: auto
    }
}

@media (min-width: 600px) {
    .page-hero {
        height:auto
    }

    .page-hero .carousel-item {
        height: auto
    }

    .page-hero .carousel-item>a>img,.page-hero .carousel-item>a>picture>img,.page-hero .carousel-item>img,.page-hero .carousel-item>picture>img {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .page-hero>a>img,.page-hero>a>picture>img,.page-hero>img,.page-hero>picture>img {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@media (min-width: 640px) {
    .guide-carousel .guide-item {
        padding:10px;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .guide-carousel.owl-loaded .guide-item {
        padding: 10px
    }

    .guide-sub-title {
        width: calc(25% - 30px)
    }
}

@media (min-width: 650px) {
    .widget-tools .tool-link {
        padding:15px 50% 15px 42px
    }
}

@media (min-width: 720px) {
    .reward-card {
        -webkit-box-flex:0;
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-bottom: 30px
    }

    .report-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-bottom: 30px
    }

    .card-person-big {
        padding-bottom: 30px
    }

    .card-person {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-bottom: 30px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px
    }

    .maintenance .error-block {
        margin: 0 auto 15px;
        padding: 30px
    }

    .maintenance .arb-block,.maintenance .eng-block {
        padding: 30px;
        height: 100%
    }

    .maintenance .arb-block {
        margin-top: 0
    }

    .form-group {
        padding: 10px 15px 5px
    }

    .form-group label.error {
        margin: 0 -15px -5px
    }

    .form-group .captcha-input label.error {
        margin: 0 0 -5px
    }

    .form-group .form-control {
        font-size: 1.125rem
    }

    .form-group .custom-control-label {
        font-size: 1.125rem
    }

    .form-group .custom-file-label {
        font-size: 1.125rem
    }

    .form-group .custom-file-label span {
        font-size: 1rem
    }

    .selectric {
        font-size: 1.125rem
    }

    .credit-cell {
        font-size: 1.125rem
    }

    .text-group {
        padding: 10px 15px 5px
    }

    .text-group .val {
        font-size: 1.125rem
    }

    .nav-mobile .gb-header {
        -webkit-transform: translateX(290px);
        -ms-transform: translateX(290px);
        transform: translateX(290px)
    }

    .nav-mobile .gb-page {
        -webkit-transform: translateX(290px);
        -ms-transform: translateX(290px);
        transform: translateX(290px)
    }

    .nav-global li .nav-link .icon {
        font-size: 0.75rem
    }

    .top-nav .nav-lang-link span {
        line-height: 21px
    }

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

    .navbar-left {
        left: 20px
    }

    .navbar-right {
        right: 30px
    }

    .navbar-toggler {
        left: 20px
    }

    .search-box .container {
        padding: 10px 30px
    }

    .navbar-collapse {
        width: 290px
    }

    .navbar-collapse .nav-corporate li .nav-link {
        padding: 15px 30px
    }

    .navbar-collapse .nav-corporate li .nav-link .icon {
        top: 21px;
        right: 35px
    }

    .navbar-nav .nav-link {
        padding: 15px 45px 15px 30px
    }

    .navbar-nav .nav-link .icon {
        right: 35px
    }

    .megamenu .dropdown-menu {
        width: 290px;
        -webkit-transform: translateX(290px);
        -ms-transform: translateX(290px);
        transform: translateX(290px)
    }

    .megamenu .dropdown-menu .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .dropdown-title {
        padding: 0 30px 0 50px
    }

    .sub-menu ul li a {
        padding: 15px 30px 15px 65px
    }

    .sub-menu ul li a .icon {
        right: 45px
    }

    .sub-menu ul li.menu-title>a {
        padding: 10px 30px 10px 50px
    }

    .gb-corporate .nav-corporate>li>.nav-link {
        padding: 15px 45px 15px 30px
    }

    .gb-corporate .nav-corporate>li>.nav-link .icon {
        right: 35px
    }

    .menu-corporate {
        width: 290px;
        -webkit-transform: translateX(290px);
        -ms-transform: translateX(290px);
        transform: translateX(290px)
    }

    .menu-corporate .navbar-nav>li>.nav-link {
        padding: 10px 50px 10px 30px
    }

    .guide-main p {
        margin-bottom: 0;
        font-size: 1.5rem
    }

    .guide-main h2 {
        font-size: 2.125rem
    }

    .guide-carousel .guide-item a .icon {
        font-size: 2.5rem
    }

    .guide-switcher .guide-item a {
        padding: 15px 15px 15px 66px
    }

    .guide-sub-title .icon {
        font-size: 2.5rem
    }

    .guide-sub-content {
        padding-top: 60px
    }

    .guide-scroll {
        bottom: 10px
    }

    .guide-control {
        right: 20px;
        bottom: 20px
    }

    .carousel-caption .container {
        padding-right: 90px
    }

    .carousel-caption .caption {
        font-size: 1.75rem
    }

    .carousel-caption .caption a .icon {
        font-size: 1.125rem;
        top: -1px
    }

    .carousel-controls {
        display: block;
        position: relative;
        z-index: 2
    }

    .comp-tab a {
        font-size: 1.125rem;
        line-height: 1.25
    }

    .comp-body {
        width: auto;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .comp-media {
        padding: 15px;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .comp-media a {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 100%;
        min-height: 275px
    }

    .comp-media a img {
        width: auto;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .comp-main {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .comp-body-fill .comp-media {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .comp-body-fill .comp-main {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .comp-side {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .comp-side-half {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .comp-side-half:first-child {
        border-bottom: none;
        border-right: 1px solid #dcdfe5
    }

    .comp-reward h4 {
        font-size: 1rem
    }

    .teasers .container {
        padding: 0 15px
    }

    .row-full .teaser-media a {
        padding-top: 40%
    }

    .row-full .teaser-media a img {
        left: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 100%;
        height: auto
    }

    .teaser-content {
        padding: 20px 15px 55px
    }

    .teaser-content .btn {
        bottom: 30px
    }

    .teaser-content.with-compare {
        padding: 20px 15px 90px
    }

    .teaser-content.with-compare .btn {
        bottom: 65px
    }

    .add-to-compare {
        bottom: 35px
    }

    .card-block {
        padding: 20px 15px
    }

    .card-content>.btn {
        bottom: 17px
    }

    .card-calendar .card-date {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        padding-right: 20px
    }

    .card-calendar .card-text {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 calc(100% - 90px);
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        max-width: calc(100% - 90px);
        padding-left: 20px
    }

    .landing-cards .card-calendar .card-date {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        padding-right: 10px
    }

    .landing-cards .card-calendar .card-text {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 calc(100% - 80px);
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px)
    }

    .recent-awards {
        display: block
    }

    .award-list li {
        max-width: 16.66%
    }

    .section-announcement {
        padding: 30px 0
    }

    .announcement-close {
        right: 30px;
        top: 30px
    }

    .yt-video-close {
        right: 30px;
        top: 30px
    }

    .hero-caption .container {
        padding-right: 90px
    }

    .hero-caption .caption {
        font-size: 1.75rem
    }

    .hero-caption .caption a .icon {
        font-size: 1.125rem;
        top: -1px
    }

    .blue-hero {
        padding: 20px 0
    }

    .search-filters .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .search-filters .col-checkbox {
        padding-left: 30px;
        padding-right: 30px
    }

    .search-filters .btn {
        margin-left: 30px;
        margin-right: 0
    }

    .search-filters .btn-primary:hover {
        color: #ca1700
    }

    .search-filters .btn-outline-secondary:hover {
        background: rgba(0,0,0,0.1);
        color: #fff
    }

    .search-filters .filter-results {
        padding: 45px 30px 15px
    }

    .nav-line {
        border-top: none
    }

    .nav-line.border-top {
        border-top: 1px solid #dcdfe5
    }

    .action-btns {
        padding: 10px 30px 10px 0
    }

    .action-btns ul li .btn {
        font-size: 1rem;
        padding: 0.3125rem 0.5rem
    }

    .action-btns ul li .btn span {
        display: inline
    }

    .multi-btns .btn-wrapper {
        width: 112px
    }

    .multi-btns .btn-wrapper ul li {
        min-width: 102px
    }

    .multi-btns .btn-wrapper ul li:first-child a {
        width: 102px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .page-nav .nav {
        background: #fff
    }

    .page-nav .nav li:first-child .nav-link {
        padding-left: 30px
    }

    .page-nav .nav li:first-child .nav-link.active:after {
        left: 30px
    }

    .page-nav .nav li:last-child .nav-link {
        padding-right: 30px
    }

    .page-nav .nav li:last-child .nav-link.active:after {
        right: 30px
    }

    .page-nav.with-btns .container:after {
        right: 170px
    }

    .page-nav.with-btns .nav-line {
        padding-right: 170px
    }

    .page-nav.with-btns.show-btns .container:after {
        width: 90%
    }

    .page-nav.fixedsticky-on .nav {
        background: #edeff2
    }

    .page-nav.fixedsticky-on .nav-line.border-top {
        border-top: none
    }

    .page-nav.fixedsticky-off .nav-line>ul li:first-child a:after {
        left: 30px
    }

    .widget-header .btn-more {
        margin-bottom: 0
    }

    .widget-tools {
        margin-top: 0;
        margin-bottom: 10px
    }

    .widget-tools .tool-link {
        padding: 15px 30% 15px 42px
    }

    .page-featured {
        padding: 20px 0
    }

    .featured-text {
        padding: 15px 15px 15px 30px
    }

    .featured-text p {
        font-size: 1.25rem
    }

    .featured-content p {
        font-size: 1.25rem
    }

    .featured-promo {
        border-left: 1px solid #fff;
        padding: 15px 30px 15px 15px
    }

    .home-featured .featured-content p {
        font-size: 1rem
    }

    .login-frame,.loginFrame {
        padding: 30px 0;
        height: 360px
    }

    .col-flag {
        width: 48px
    }

    .flag-icon {
        width: 32px;
        height: 22px;
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
        background-position: 0 -5px
    }

    .branch-search {
        padding-left: 15px
    }

    .suggestions-list {
        left: 15px
    }

    .search-settings {
        left: 15px
    }

    .search-settings ul li a span {
        display: inline
    }

    .branch-types {
        padding: 0 15px
    }

    .filters-header {
        padding: 15px 30px
    }

    .col-filters h3 {
        padding: 10px 30px
    }

    .branches {
        height: calc(100vh - 233px)
    }

    .branch-list-header {
        padding: 15px 30px
    }

    .branch-item {
        padding: 30px
    }

    .branch-item a .icon {
        right: 30px
    }

    .branch-header {
        padding: 15px 30px
    }

    .branch-body {
        padding: 30px
    }

    .reward-header {
        padding: 20px 0;
        padding: 20px 0
    }

    .download-links li {
        width: 33.33%
    }

    .news-search {
        width: 50%;
        padding: 0 15px
    }

    .news-years {
        margin-top: 0;
        width: 50%;
        padding: 0 15px
    }

    .events-search {
        width: 50%;
        padding: 0 15px
    }

    .events-years {
        margin-top: 0;
        width: 50%;
        padding: 0 15px
    }

    .events-item {
        padding: 20px 15px 20px 0
    }

    .bio-close {
        right: 20px;
        top: 20px
    }

    .fund-item .col-fund {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .faqs-popular {
        padding: 20px 0 5px
    }

    .sitesearch-search {
        width: 50%;
        padding: 0 15px
    }

    .sitesearch-cat {
        margin-top: 0;
        width: 50%;
        padding: 0 15px
    }

    .compare-table .col-head.col-main {
        border-top: 3px solid #dcdfe5
    }

    .compare-table .col-head h4 {
        font-size: 1.125rem
    }

    .compare-table .col-body {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .compare-table .col-cell {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .compare-table .owl-item .col-cell {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .compare-filters .col-checkbox {
        padding-left: 30px;
        padding-right: 30px
    }

    .compare-filters .btn {
        margin-left: 30px;
        margin-right: 0
    }

    .compare-filters .filter-selected {
        padding: 45px 30px 15px
    }

    .form-container {
        padding: 30px 0
    }

    .form-group .col-prepaid-suffix label.error {
        margin: 0 0 -5px
    }

    .campaign-profiles {
        padding-top: 0;
        padding-bottom: 0
    }

    .campaign-profile .profile-media h2 span {
        padding: 5px 15px 5px 30px
    }

    .campaign-profile .profile-content {
        padding: 30px 30px 20px
    }

    .ramadan-profiles .campaign-profile .profile-media .cast-vote .btn {
        padding: 0.4rem 0.75rem
    }

    .campaign-gallery {
        padding-left: 30px;
        padding-right: 30px
    }

    .campaign-sliders {
        padding: 30px 0
    }

    .campaign-slider .slider-item {
        padding: 0 160px
    }

    .ramadan-sliders .campaign-slider .slider-item {
        padding: 0
    }

    .campaign-controls .campaign-left {
        left: 15px
    }

    .campaign-controls .campaign-right {
        right: 15px
    }

    .ministry-filters {
        width: calc(33.33%)
    }

    .wise-header {
        padding: 0 80px
    }

    .wise-header h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
        line-height: 1.3
    }

    .why-cards {
        margin-top: 15px
    }

    .col-why {
        margin-top: 15px
    }

    .why-card {
        padding: 30px 15px
    }

    .how-works-list {
        padding: 0
    }

    .how-works-wrapper {
        position: relative;
        height: 210px;
        z-index: 3;
        text-align: left;
        width: 82%
    }

    .how-works-icon {
        margin: 0;
        position: absolute;
        top: 50%;
        right: -120px;
        width: 240px;
        height: 240px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .how-works-icon img {
        width: auto;
        height: auto
    }

    .how-works-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 210px;
        overflow: hidden;
        padding: 10px 130px 10px 70px
    }

    .how-works-item {
        padding-top: 0;
        margin: 30px 0 60px;
        border-bottom: 1px solid #e6e9ed
    }

    .how-works-item:last-child {
        margin: 30px 0
    }

    .how-works-item:before {
        left: 20px;
        top: 50%;
        z-index: 2;
        font-size: 1.25rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 40px;
        margin: -20px 0 0 -20px
    }

    .how-works-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        bottom: -1px;
        background: #fff;
        border-right: 1px solid #e6e9ed;
        width: 40px;
        z-index: 1
    }

    .how-works-item:nth-child(even):before {
        left: auto;
        right: 40px;
        margin: -20px -20px 0 0
    }

    .how-works-item:nth-child(even):after {
        left: auto;
        right: 0;
        border-right: none;
        border-left: 1px solid #e6e9ed
    }

    .how-works-item:nth-child(even) .how-works-content {
        padding: 10px 70px 10px 130px
    }

    .feature-wrapper {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .feature-img {
        background: 0 0;
        margin-bottom: 0;
        padding: 30px 0;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .feature-content {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .feature-item:after {
        content: "";
        position: absolute;
        width: 40%;
        right: 0;
        top: 0;
        bottom: 0;
        background: #edeff2;
        z-index: 1
    }

    .feature-item:nth-child(even) .feature-content {
        padding-right: 0;
        padding-left: 15px
    }

    .feature-item.odd .feature-content {
        padding-right: 0;
        padding-left: 15px
    }

    .try-wrapper .tab-pane {
        padding: 30px 80px
    }

    .try-icon-wrapper {
        width: 210px;
        height: 210px;
        margin: 0 auto;
        padding: 20px
    }

    .try-icon {
        width: 170px;
        height: 170px
    }

    .try-icon img {
        width: auto
    }

    .try-content {
        text-align: left
    }

    .try-content h3 {
        font-size: 2.25rem
    }

    .form-porfolio .lbl {
        margin-bottom: 0
    }

    .form-porfolio .slider {
        padding-top: 10px;
        padding-bottom: 0
    }

    .footer-top>.container {
        padding-left: 45px;
        padding-right: 45px
    }

    .footer-widget:first-child {
        padding-left: 0
    }

    .fw-text {
        padding: 0 20px 0 5px
    }

    .fw-text .lbl,.fw-text p {
        font-size: 0.875rem
    }

    .fw-text .val,.fw-text h3 {
        font-size: 1.5rem
    }

    .fw-icon {
        font-size: 2.225rem
    }

    .fw-icon .icon-locations {
        font-size: 2.375rem
    }

    .footer-widget.footer-social {
        padding-left: 0
    }

    .social-list li {
        padding-right: 6px
    }

    .social-list li a {
        height: 2.25rem
    }

    .share-list li a {
        height: 2.25rem
    }

    .footer-bottom>.container {
        padding-left: 45px;
        padding-right: 45px
    }

    .footer-links ul li {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .modal-box-top {
        overflow: visible
    }

    .modal-box-bottom {
        overflow: visible
    }

    .modal-box-header {
        margin-bottom: 20px
    }

    .modal-box-content {
        padding: 40px 0
    }

    .modal-box-body .answer-item .answer-group label {
        font-size: 0.925rem;
        line-height: 1.1
    }

    .modal-box-close {
        right: 30px;
        top: 30px
    }
}

@media (min-width: 800px) {
    .guide-carousel .guide-item {
        -webkit-box-flex:0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .guide-sub-title {
        width: calc(20% - 30px)
    }

    .footer-widget:first-child {
        padding-left: 15px
    }

    .footer-widget {
        -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
        max-width: 27%;
        border-left: 1px solid rgba(255,255,255,0.3);
        padding-bottom: 0;
        padding-left: 15px
    }

    .fw-content {
        border-left: none;
        padding-left: 0
    }

    .footer-widget.footer-social {
        padding-left: 15px;
        padding-top: 0;
        border-top: none;
        -ms-flex-preferred-size: calc(46% - 78px);
        flex-basis: calc(46% - 78px);
        max-width: calc(46% - 78px)
    }

    .footer-widget.footer-share {
        -ms-flex-preferred-size: 78px;
        flex-basis: 78px;
        max-width: 78px;
        padding-top: 0;
        border-top: none
    }
}

@media (min-width: 840px) {
    .widget-tools .tool-link {
        padding:15px 35% 15px 42px
    }
}

@media (min-width: 900px) {
    .widget-tools .tool-link {
        padding:15px 45% 15px 42px
    }
}

@media (min-width: 960px) {
    .campaign-profiles.ramadan-profiles {
        padding-bottom:30px
    }

    .campaign-profiles.ramadan-profiles .container-fluid .row {
        margin: 0
    }
}

@media (min-width: 992px) {
    h2 {
        font-size:1.75rem
    }

    h3 {
        font-size: 1.375rem
    }

    .section-wrapper {
        padding: 40px 0 30px
    }

    .table th {
        font-size: 1rem;
        padding: 0.75rem
    }

    .table td {
        font-size: 1rem;
        padding: 0.75rem
    }

    .maintenance h1 {
        font-size: 2rem
    }

    .gb-header {
        z-index: 2
    }

    .gb-header:before {
        content: "desktop"
    }

    .gb-page {
        z-index: 3
    }

    .filtersOpen {
        height: auto;
        overflow: auto
    }

    .filtersOpen body {
        height: auto;
        overflow: auto
    }

    .filtersOpen .gb-page {
        position: relative
    }

    .top-nav {
        font-size: 1rem
    }

    .top-nav .nav-search .nav-link .icon {
        display: inline-block
    }

    .top-nav .nav-corporate .nav-search .nav-link .icon {
        display: inline-block
    }

    .nav-global li .nav-link .icon {
        font-size: 0.8125rem
    }

    .top-nav .nav-corporate {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .top-nav .nav-corporate .nav-link .icon {
        display: none
    }

    .top-nav .nav-lang-link {
        padding: 10px
    }

    .navbar-expand-lg>.container {
        position: relative
    }

    .brand-wrapper {
        margin: 0;
        margin-right: 0
    }

    .navbar-brand {
        margin-right: 1rem;
        width: 238px;
        height: 53px
    }

    .navbar-brand img {
        width: 238px;
        height: 43px
    }

    .navbar-left {
        display: none
    }

    .navbar-right {
        padding-top: 15px;
        position: relative;
        right: 0;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-right:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 62px;
        left: -14px;
        top: 0;
        z-index: 1;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,#fff),to(white));
        background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 50%,#fff 100%)
    }

    .navbar-right .dropdown-menu {
        top: 50px
    }

    .navbar-toggler {
        position: static
    }

    .search-box {
        border-top: none;
        top: 2px
    }

    .search-box .container {
        padding: 0 30px;
        background: 0 0;
        padding-left: 284px
    }

    .search-form {
        height: 53px
    }

    .search-form .form-control {
        height: 53px;
        font-size: 1.25rem
    }

    .navbar-collapse {
        position: static;
        width: auto;
        height: auto;
        visibility: visible;
        opacity: 1;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 0
    }

    .navbar-gb .navbar-nav {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        -moz-justify-content: space-evenly;
        justify-content: space-evenly;
        margin: 0 15px 0 0
    }

    .navbar-gb .navbar-nav .nav-link {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        height: 53px;
        font-size: 1.063rem;
        font-weight: 600;
        line-height: 1.3;
        vertical-align: bottom;
        position: relative;
        overflow: hidden;
        max-width: 180px;
        background: 0 0;
        border-bottom: none;
        color: #003f7e;
        padding: 0 15px 2px
    }

    .navbar-gb .navbar-nav .nav-link:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 1px;
        top: 0;
        width: 1px;
        background: #dcdfe5;
        height: 53px
    }

    .navbar-gb .navbar-nav .nav-link:after {
        content: "";
        position: absolute;
        z-index: 2;
        left: 1px;
        top: -54px;
        width: 1px;
        background: #ca1700;
        height: 53px;
        -webkit-transition: top 0.3s;
        -o-transition: top 0.3s;
        transition: top 0.3s
    }

    .navbar-gb .navbar-nav .nav-link.active {
        color: #ca1700
    }

    .navbar-gb .navbar-nav .nav-link:hover {
        color: #0a56af;
        text-decoration: none
    }

    .navbar-gb .navbar-nav .nav-link:hover:after {
        top: 0
    }

    .navbar-gb .navbar-nav .nav-link .icon {
        display: none
    }

    .navbar-gb .navbar-nav.narrow {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start
    }

    .megamenu {
        position: static
    }

    .megamenu .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 2;
        background: 0 0;
        padding: 10px 0 30px;
        margin: 0;
        width: 100%;
        top: 74px;
        left: 0;
        right: 0;
        height: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .megamenu .dropdown-menu .container {
        max-width: 960px
    }

    .megamenu .dropdown-menu.show {
        display: block
    }

    .megamenu.show .nav-link {
        color: #797984;
        text-decoration: none
    }

    .megamenu.show .nav-link:after {
        top: 0
    }

    .megamenu.show .nav-link.active {
        color: #797984
    }

    .dropdown-title {
        background: 0 0;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        line-height: 1;
        padding: 0
    }

    .dropdown-title h3 {
        font-size: 1.375rem;
        margin-bottom: 0.5rem;
        color: #ca1700;
        font-size: 1.375rem;
        line-height: 1.3;
        font-weight: 600
    }

    .dropdown-title h3 a {
        height: auto;
        line-height: 1.3;
        display: inline-block;
        color: #ca1700
    }

    .dropdown-title h3 a .icon {
        display: inline-block;
        margin-left: 0.5rem;
        font-size: 1rem
    }

    .dropdown-title .menu-back {
        display: none
    }

    .sub-menu ul {
        padding: 15px 15px 0;
        border-bottom: none
    }

    .sub-menu ul li {
        padding: 2px 0;
        border-left: 1px solid #e6e9ed
    }

    .sub-menu ul li a {
        color: #003f7e;
        font-size: 1rem;
        border-top: none;
        padding: 2px 0 2px 15px;
        position: static
    }

    .sub-menu ul li a:hover {
        color: #ca1700
    }

    .sub-menu ul li a .icon {
        display: none
    }

    .sub-menu ul li.menu-title>a {
        border-top: none;
        padding: 2px 0 2px 15px;
        background: 0 0;
        font-size: 1.125rem;
        font-weight: 600;
        color: #4e5156;
        position: relative
    }

    .sub-menu ul li.menu-title>a:hover {
        color: #0a56af
    }

    .sub-menu ul li.menu-title>a:before {
        content: "";
        position: absolute;
        left: -2px;
        top: 1px;
        bottom: 1px;
        width: 2px;
        background: #ca1700
    }

    .sub-menu ul ul {
        padding: 0
    }

    .sub-menu ul ul li {
        border-left: none
    }

    .menu-promo {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px
    }

    .menu-promo img {
        width: 100%;
        height: auto
    }

    .nav-overlay {
        top: 0
    }

    .menu-corporate {
        display: none
    }

    .section-guide {
        height: calc(100vh - 119px)
    }

    .smartOn .section-guide {
        height: calc(100vh - 203px)
    }

    .guide-video {
        height: calc(100vh - 119px)
    }

    .smartOn .guide-video {
        height: calc(100vh - 203px)
    }

    .guide-main p {
        font-size: 1.75rem
    }

    .guide-main h2 {
        font-size: 2.5rem
    }

    .guide-carousel .guide-item {
        padding: 15px;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.6666666667%
    }

    .guide-carousel .guide-item a:hover {
        border-color: #ca1700;
        background: #ca1700;
        text-decoration: none
    }

    .guide-carousel .guide-item a:hover .icon {
        color: #000;
        font-size: 3rem;
        top: 13px
    }

    .guide-carousel .guide-item a:hover .site-guide__image {
        font-size: 3rem;
        width: 50px!important;
        height: 50px
    }

    .guide-carousel.owl-loaded .guide-item {
        padding: 15px
    }

    .guide-switcher .guide-item {
        padding: 15px
    }

    .guide-switcher .guide-item a {
        padding: 15px 15px 15px 76px
    }

    .guide-switcher .guide-item a:hover {
        border-color: #ca1700;
        background: #ca1700;
        text-decoration: none
    }

    .guide-switcher .guide-item a:hover .icon {
        color: #000;
        font-size: 2.75rem;
        top: 13px;
        left: 13px
    }

    .guide-sub-title {
        top: -62px;
        padding: 15px;
        width: 130px;
        height: 124px
    }

    .guide-sub-content .guide-carousel .guide-item a:hover .icon {
        color: #ca1700
    }

    .guide-sub-content .guide-carousel .owl-stage .owl-item.active .guide-item:after {
        top: 15px;
        bottom: 15px
    }

    .hero-carousel .carousel-item {
        height: 30rem
    }

    .hero-carousel .carousel-item>a>img,.hero-carousel .carousel-item>a>picture>img,.hero-carousel .carousel-item>img,.hero-carousel .carousel-item>picture>img {
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .carousel-caption .caption {
        font-size: 2rem
    }

    .carousel-caption .caption a .icon {
        font-size: 1.25rem
    }

    .compilation {
        padding-top: 40px
    }

    .card {
        padding-bottom: 30px
    }

    .card-block {
        padding: 20px
    }

    .card-block.card-view-all .btn-more {
        left: 20px
    }

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

    .card-awards {
        padding: 0 5px
    }

    .section-announcement h2 {
        font-size: 1.75rem
    }

    .page-hero {
        height: 20rem
    }

    .page-hero .carousel-item {
        height: 20rem
    }

    .page-hero .carousel-item>a>img,.page-hero .carousel-item>a>picture>img,.page-hero .carousel-item>img,.page-hero .carousel-item>picture>img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .page-hero.video-hero {
        padding-top: 20rem
    }

    .page-hero>a>img,.page-hero>a>picture>img,.page-hero>img,.page-hero>picture>img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .hero-caption .caption {
        font-size: 2rem
    }

    .hero-caption .caption a .icon {
        font-size: 1.25rem
    }

    .blue-hero {
        position: relative
    }

    .blue-hero h1 {
        font-size: 1.75rem
    }

    .blue-hero .blue-hero-title {
        font-size: 1.75rem
    }

    .blue-lookup .btn-filters {
        padding: 0 40px 0 15px;
        font-size: 1rem;
        width: auto
    }

    .blue-lookup .btn-filters span {
        display: block
    }

    .blue-lookup .btn-filters .icon-filter {
        display: none
    }

    .search-filters {
        padding-bottom: 40px;
        overflow: auto;
        position: absolute;
        top: 99%;
        bottom: auto;
        z-index: 102
    }

    .search-filters .col-checkbox {
        padding-left: 15px;
        padding-right: 15px;
        border-top: none
    }

    .search-filters .custom-checkbox {
        margin: 0.5rem 0
    }

    .search-filters .btn-wrapper {
        position: static;
        padding: 20px 0 0;
        background: 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end
    }

    .search-filters .filter-results {
        position: static;
        background: 0 0;
        padding: 20px 0 0;
        height: 72px;
        line-height: 52px
    }

    .breadcrumb-item h1 {
        font-size: 2.25rem
    }

    .page-promo {
        padding: 15px 0
    }

    .left-paddle {
        display: inline
    }

    .left-paddle.hidden {
        display: none
    }

    .right-paddle {
        display: inline
    }

    .right-paddle.hidden {
        display: none
    }

    .action-btns {
        padding: 10px 0
    }

    .page-nav .container {
        padding: 0 30px
    }

    .page-nav .nav {
        background: 0 0
    }

    .page-nav .nav .nav-link {
        padding: 1rem
    }

    .page-nav .nav .nav-link.active:after {
        left: 1rem;
        right: 1rem
    }

    .page-nav .nav li:first-child .nav-link {
        padding-left: 0
    }

    .page-nav .nav li:first-child .nav-link.active:after {
        left: 0
    }

    .page-nav .nav li:last-child .nav-link {
        padding-right: 0
    }

    .page-nav .nav li:last-child .nav-link.active:after {
        right: 0
    }

    .page-nav.with-btns .container:after {
        right: 140px
    }

    .page-nav.with-btns .nav-line {
        padding-right: 140px
    }

    .page-nav.with-btns .right-paddle {
        right: 140px
    }

    .page-nav.fixedsticky-on .nav {
        background: 0 0
    }

    .page-nav.fixedsticky-off .nav-line>ul li:first-child a:after {
        left: 0
    }

    .widget-trigger {
        --widtha: calc(100% - 930px);
        --widthb: calc(var(--widthA) / 2)
    }

    .widget-trigger.chances {
        --widthc: calc(var(--widthB) + 170px);
        left: calc(100% - var(--widthC))
    }

    .widget-trigger.converter {
        --widthc: calc(var(--widthB) + 170px);
        left: calc(100% - var(--widthC))
    }

    .widget-trigger.loan {
        --widthc: calc(var(--widthB) + 170px);
        left: calc(100% - var(--widthC))
    }

    .widget-trigger.deposit {
        --widthc: calc(var(--widthB) + 170px);
        left: calc(100% - var(--widthC))
    }

    .page-featured {
        padding: 30px 0
    }

    .featured-img {
        padding: 0 0 0 15px
    }

    .featured-img .img-wrapper img {
        min-width: 100%;
        min-height: 100%;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .home-featured .featured-img {
        padding: 0 15px
    }

    .home-featured .featured-img .img-wrapper img {
        min-width: none;
        min-height: none;
        top: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .page-landing {
        padding: 40px 0 20px
    }

    .landing-header .landing-links {
        display: block
    }

    .landing-teasers {
        margin-top: 0
    }

    .landing-teasers .teaser-carousel .owl-stage-outer {
        overflow: hidden
    }

    .landing-teasers.row-full .teaser {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .landing-cards {
        margin-top: 0
    }

    .m-landing-btns {
        display: none
    }

    .page-article {
        padding: 40px 0 30px
    }

    .article-wrapper h2 {
        margin-bottom: 15px
    }

    .section-no-heading {
        margin-top: -20px;
        padding: 0 0 30px
    }

    .login-frame,.loginFrame {
        padding: 50px 0;
        height: 400px
    }

    .col-flag {
        width: 56px
    }

    .suggestions-list {
        right: 15px
    }

    .search-settings {
        right: 15px
    }

    .map-toggle {
        display: none
    }

    .branch-toggle {
        width: 434px
    }

    .branch-toggle .custom-checkbox {
        display: block;
        border: 1px solid #fff;
        height: 48px;
        line-height: 46px;
        padding-left: 40px;
        padding-right: 15px;
        margin-left: 15px
    }

    .branch-toggle .custom-checkbox:first-child {
        margin-left: 0
    }

    .branch-toggle .btn-filters {
        margin-left: 15px
    }

    .branch-types {
        padding: 0;
        display: none
    }

    .filters-header {
        padding: 15px;
        display: none
    }

    .col-filters {
        padding-left: 30px;
        position: relative
    }

    .col-filters:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        border-left: 1px solid rgba(255,255,255,0.15)
    }

    .col-filters h3 {
        border-top: 1px solid rgba(255,255,255,0.15);
        border-top: none;
        padding: 2px 0;
        margin: 0 0 10px;
        position: relative
    }

    .col-filters h3:after {
        content: "";
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        border-left: 2px solid #ca1700
    }

    .branches {
        height: calc(100vh - 205px);
        min-height: 450px
    }

    .branch-list {
        position: relative;
        display: block;
        width: auto
    }

    .branch-list-wrapper {
        padding-bottom: 0
    }

    .branch-item h4 {
        font-size: 1.375rem
    }

    .branch-details {
        z-index: 101;
        left: 50%;
        top: 129px
    }

    .branch-body-wrapper {
        height: calc(100vh - 205px);
        min-height: 450px;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .branch-body {
        padding: 30px 80px
    }

    .branch-title {
        padding-left: 0;
        min-height: 40px
    }

    .branch-title .branch-icon {
        left: -45px
    }

    .branch-title .branch-brief h3 {
        font-size: 1.75rem
    }

    .branch-section h4 {
        font-size: 1.25rem
    }

    .rewards-cat {
        width: calc(50% - 99px)
    }

    .dining-merchants,.dining-offers,.gulf-dining,.gulf-promotions,.rewards {
        padding: 40px 0 30px
    }

    .reward-header {
        padding: 30px 0
    }

    .reports {
        padding: 40px 0 30px
    }

    .report-card .card-content {
        padding: 10px 15px
    }

    .reward-header {
        padding: 30px 0
    }

    .downloads {
        padding: 40px 0 30px
    }

    .downloads>.container {
        max-width: 960px
    }

    .download-item h3 {
        font-size: 1.375rem
    }

    .news-search {
        width: 33.33%
    }

    .news-years {
        width: calc(33.33%)
    }

    .all-general-meetings,.annual-general-meetings,.annual-reports,.awards,.awards-ratings,.csr,.csr-booklets,.disclosures,.faq-search,.interim-results,.investors-calls,.investors-news,.investors-presentations,.news,.press-releases,.tools {
        padding: 40px 0 30px
    }

    .news-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .events-search {
        width: 33.33%
    }

    .events-years {
        width: calc(33.33%)
    }

    .all-investors-events,.events {
        padding: 40px 0 30px
    }

    .all-investors-events>.container,.events>.container {
        max-width: 960px
    }

    .events-item h4 {
        font-size: 1.375rem
    }

    .members {
        padding: 40px 0 30px
    }

    .fund-item h3 {
        font-size: 1.375rem
    }

    .fund-overview {
        padding: 20px
    }

    .fund-overview .col-fund {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 16.66%;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%
    }

    .faqs-search {
        width: 620px
    }

    .faqs-search .faqs-input {
        font-size: 1.125rem
    }

    .faqs-popular h2 {
        font-size: 1.375rem
    }

    .search-wrapper {
        padding: 40px 0 30px
    }

    .sitesearch-search {
        width: 33.33%
    }

    .sitesearch-cat {
        width: calc(33.33%)
    }

    .search-results,.sitesearch {
        padding: 40px 0 30px
    }

    .search-results>.container,.sitesearch>.container {
        max-width: 960px
    }

    .search-item h4 {
        font-size: 1.375rem
    }

    .compare {
        padding: 40px 0 30px
    }

    .cards>.container {
        padding: 0 15px
    }

    .compare-table .compare-row {
        border-left: 1px solid #dcdfe5;
        border-right: 1px solid #dcdfe5;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .compare-table .col-head {
        padding: 15px;
        text-align: left;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .compare-table .col-body {
        overflow: hidden;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .compare-table .col-cell {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.3333333333%
    }

    .compare-table .owl-item .col-cell {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .compare-meta {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center
    }

    .compare-meta .card-count {
        line-height: 1.2;
        margin: 0 auto 15px;
        width: 150px
    }

    .compare-meta .btn {
        margin-left: 0
    }

    .compare-controls.show {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center
    }

    .compare-filters {
        padding: 0
    }

    .compare-filters .col-checkbox {
        padding-left: 15px;
        padding-right: 15px;
        border-top: none
    }

    .compare-filters .custom-checkbox {
        margin: 0.5rem 0
    }

    .compare-filters .custom-control-label {
        display: inline-block
    }

    .compare-filters .btn-wrapper {
        position: static;
        padding: 20px 0 0;
        background: 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end
    }

    .compare-filters .filter-selected {
        position: static;
        background: 0 0;
        padding: 20px 0 0;
        height: 72px;
        line-height: 52px
    }

    .form-container {
        padding: 50px 0
    }

    .prepaid-cards {
        padding: 40px 0 30px
    }

    .dashboard-card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-bottom: 30px
    }

    .campaign-profiles {
        padding-top: 0;
        padding-bottom: 0
    }

    .campaign-profiles.ramadan-profiles {
        padding-bottom: 40px
    }

    .campaign-gallery {
        padding-left: 30px;
        padding-right: 30px
    }

    .ministry-filters {
        width: calc(33.33%)
    }

    .wise-header h2 {
        font-size: 1.75rem;
        margin-bottom: 0
    }

    .why-content h3 {
        font-size: 1.3rem
    }

    .how-works-wrapper {
        margin: 0 auto;
        width: 720px
    }

    .how-works-content {
        padding: 10px 140px
    }

    .how-works-content h3 {
        font-size: 1.3rem
    }

    .how-works-item:before {
        left: calc((100% - 720px) / 2)
    }

    .how-works-item:after {
        width: calc((100% - 720px) / 2)
    }

    .how-works-item:nth-child(even):before {
        right: calc((100% - 720px) / 2)
    }

    .how-works-item:nth-child(even) .how-works-wrapper {
        margin: 0 auto
    }

    .how-works-item:nth-child(even) .how-works-content {
        padding: 10px 140px
    }

    .feature-img {
        padding: 40px 0;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .feature-content {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .feature-content h3 {
        font-size: 1.3rem
    }

    .feature-item {
        margin: 40px 0
    }

    .feature-item:after {
        width: 50%
    }

    .section-try {
        padding-left: 0;
        padding-right: 0
    }

    .section-try h2 {
        margin-bottom: 15px
    }

    .try-wrapper .tab-pane {
        padding: 30px 120px
    }

    .footer-top {
        padding: 30px 0
    }

    .footer-widget {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
        max-width: 28%
    }

    .fw-text {
        padding: 0 25px 0 5px
    }

    .fw-text .val,.fw-text h3 {
        font-size: 1.75rem
    }

    .fw-icon {
        font-size: 2.5rem
    }

    .fw-icon .icon-locations {
        font-size: 2.75rem
    }

    .footer-widget.footer-social {
        -ms-flex-preferred-size: calc(44% - 78px);
        flex-basis: calc(44% - 78px);
        max-width: calc(44% - 78px)
    }

    .footer-widget.footer-social .fw-text {
        padding: 0 15px 0 5px
    }

    .footer-widget.footer-share .fw-text {
        padding: 0 0 0 5px
    }

    .social-list li {
        padding-right: 10px
    }

    .modal-box-header h2 {
        font-size: 1.75rem
    }

    .modal-box-header h2 .icon-deposit,.modal-box-header h2 .icon-loan {
        font-size: 2rem
    }

    .navbar-gb .navbar-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
}

@media screen and (-ms-high-contrast:active) and (min-width: 992px),screen and (-ms-high-contrast:none) and (min-width:992px) {
    .navbar-gb .navbar-nav {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:960px;
        padding-left: 15px;
        padding-right: 15px
    }

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

    .search-box .container {
        padding: 0 15px;
        padding-left: 284px
    }

    .carousel-btn-next,.carousel-btn-prev {
        right: 15px
    }

    .carousel-btn-prev {
        right: 53px
    }

    .comp-controls {
        display: block
    }

    .comp-left {
        left: -38px
    }

    .comp-right {
        display: block;
        right: -38px
    }

    .teasers .container {
        padding: 0
    }

    .award-list li {
        max-width: 12.5%
    }

    .award-list li.d-none.d-lg-block {
        display: block!important
    }

    .page-nav .container {
        padding: 0 15px
    }

    .footer-top>.container {
        padding-left: 30px;
        padding-right: 30px
    }

    .footer-bottom {
        padding: 20px 0
    }

    .footer-bottom>.container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1024px) and (min-height:780px) {
    .hero-carousel .carousel-item {
        height:32rem
    }
}

@media (min-width: 1024px) and (min-height:1000px) {
    .hero-carousel .carousel-item {
        height:34rem
    }
}

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

    .section-wrapper {
        padding: 50px 0 40px
    }

    .top-nav .nav-link {
        padding: 12px 14px
    }

    .top-nav .nav-search .nav-link {
        padding: 11px 10px 7px
    }

    .nav-global li .nav-link {
        padding: 12px 14px
    }

    .top-nav .nav-lang-link {
        padding: 12px 14px
    }

    .navbar-right .dropdown-menu {
        top: 60px
    }

    .search-box {
        top: 2px
    }

    .search-box .container {
        padding-left: 312px
    }

    .navbar-gb {
        padding: 20px 0
    }

    .navbar-gb .navbar-nav {
        margin: 0 30px
    }

    .navbar-gb .navbar-nav .nav-link {
        font-size: 1.188rem;
        line-height: 1.325
    }

    .megamenu .dropdown-menu .container {
        max-width: 1140px
    }

    .section-guide {
        height: calc(100vh - 143px)
    }

    .smartOn .section-guide {
        height: calc(100vh - 227px)
    }

    .guide-video {
        height: calc(100vh - 143px)
    }

    .smartOn .guide-video {
        height: calc(100vh - 227px)
    }

    .guide-sub-title {
        width: 160px
    }

    .guide-scroll {
        bottom: 15px
    }

    .guide-control {
        right: 30px;
        bottom: 30px
    }

    .carousel-caption {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .carousel-btn-next,.carousel-btn-prev {
        bottom: 23px
    }

    .compilation {
        padding-top: 40px
    }

    .comp-contents {
        height: 350px;
        overflow: hidden
    }

    .comp-left {
        left: -42px
    }

    .comp-right {
        right: -42px
    }

    .comp-body {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 72%;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%
    }

    .comp-body.comp-body-fill {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .comp-media {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        padding: 0
    }

    .comp-media a {
        height: 350px
    }

    .comp-contents .comp-media img {
        width: auto;
        min-width: 100%;
        min-height: 100%
    }

    .comp-main {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 56%;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        max-width: 56%;
        padding: 20px 30px
    }

    .comp-body-fill .comp-media {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 31.11111%;
        -ms-flex: 0 0 31.11111%;
        flex: 0 0 31.11111%;
        max-width: 31.11111%
    }

    .comp-body-fill .comp-main {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 68.88889%;
        -ms-flex: 0 0 68.88889%;
        flex: 0 0 68.88889%;
        max-width: 68.88889%
    }

    .comp-side {
        padding: 0 15px 0 0;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 28%;
        border-top: none;
        border-left: 1px solid #dcdfe5
    }

    .comp-side-full {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 31px 20px 30px
    }

    .comp-side-half {
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        padding: 20px 30px
    }

    .comp-side-half:first-child {
        border-right: none;
        border-bottom: 1px solid #dcdfe5
    }

    .page-hero {
        height: 24rem
    }

    .page-hero .carousel-item {
        height: 24rem
    }

    .page-hero.video-hero {
        padding-top: 24rem
    }

    .hero-caption {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .blue-hero {
        position: relative;
        padding: 20px 0 30px
    }

    .widget-tools .row {
        margin-left: -6px;
        margin-right: -6px
    }

    .widget-tools .tool-link {
        font-size: 0.875rem;
        border-top: none;
        padding: 0 6px 0 40px
    }

    .widget-tools .tool-link .icon {
        top: 50%;
        transform: translateY(-50%)
    }

    .widget-tools .tool-link:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ced1d8
    }

    .widget-tools .col-widget {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 0 0 6px
    }

    .widget-trigger {
        --widtha: calc(100% - 1110px);
        --widthb: calc(var(--widthA) / 2)
    }

    .featured-text {
        padding: 20px 20px 20px 35px
    }

    .featured-content {
        padding: 20px 35px 20px 20px
    }

    .featured-promo {
        padding: 20px 35px 20px 20px
    }

    .home-featured .featured-content {
        padding: 0 15px
    }

    .page-landing {
        padding: 50px 0 30px
    }

    .page-article {
        padding: 50px 0 40px
    }

    .article-wrapper h2 {
        margin-bottom: 20px
    }

    .page-content .container-fluid {
        max-width: 100%
    }

    .container-fluid .article-wrapper {
        max-width: 1110px
    }

    .section-no-heading {
        margin-top: -30px;
        padding: 0 0 40px
    }

    .branch-search {
        padding: 0 15px
    }

    .branch-toggle {
        padding: 0 15px;
        width: 464px
    }

    .branch-toggle .custom-checkbox {
        margin-left: 30px
    }

    .branch-toggle .custom-checkbox:first-child {
        margin-left: 0
    }

    .branch-toggle .btn-filters {
        margin-left: 30px
    }

    .branches {
        height: calc(100vh - 235px)
    }

    .branch-details {
        top: 139px
    }

    .branch-body-wrapper {
        height: calc(100vh - 235px)
    }

    .rewards-cat {
        width: calc(50% - 114px)
    }

    .dining-merchants,.dining-offers,.gulf-dining,.gulf-promotions,.rewards {
        padding: 50px 0 40px
    }

    .reward-card {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .reports {
        padding: 50px 0 40px
    }

    .report-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .downloads {
        padding: 50px 0 40px
    }

    .all-general-meetings,.annual-general-meetings,.annual-reports,.awards,.awards-ratings,.csr,.csr-booklets,.disclosures,.faq-search,.interim-results,.investors-calls,.investors-news,.investors-presentations,.news,.press-releases,.tools {
        padding: 50px 0 40px
    }

    .all-investors-events,.events {
        padding: 50px 0 40px
    }

    .members {
        padding: 50px 0 40px
    }

    .card-person {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .search-wrapper {
        padding: 50px 0 40px
    }

    .search-results,.sitesearch {
        padding: 50px 0 40px
    }

    .compare {
        padding: 50px 0 40px
    }

    .prepaid-cards {
        padding: 50px 0 40px
    }

    .campaign-profiles {
        padding-top: 0;
        padding-bottom: 0
    }

    .campaign-gallery {
        padding-left: 30px;
        padding-right: 30px
    }

    .ramadan-sliders .campaign-slider .slider-item {
        padding: 0 80px
    }

    .wise-header h2 {
        margin-bottom: 0
    }

    .why-cards {
        margin-top: 25px
    }

    .how-works-wrapper {
        width: 768px
    }

    .how-works-content {
        padding: 10px 160px
    }

    .how-works-item:before {
        left: calc((100% - 768px) / 2)
    }

    .how-works-item:after {
        width: calc((100% - 768px) / 2)
    }

    .how-works-item:nth-child(even):before {
        right: calc((100% - 768px) / 2)
    }

    .how-works-item:nth-child(even) .how-works-content {
        padding: 10px 160px
    }

    .feature-img {
        padding: 60px 0;
        -webkit-box-flex: 0;
        -moz-flex: 0 0 63%;
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%
    }

    .feature-content {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%
    }

    .feature-item {
        font-size: 1rem;
        margin: 60px 0
    }

    .section-try h2 {
        margin-bottom: 20px
    }

    .section-try .article-wrapper {
        max-width: 930px
    }

    .try-content h3 {
        font-size: 2.5rem
    }

    .social-list {
        margin: 5px 0 0
    }

    .social-list li {
        padding-right: 15px
    }

    .social-list li a {
        font-size: 2rem;
        height: 2.4rem
    }

    .share-list {
        margin: 5px 0 0
    }

    .share-list li a {
        font-size: 2rem;
        height: 2.4rem
    }

    .share-list .dropdown-menu {
        margin: 0 0 3px
    }

    .footer-links ul li {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 19%
    }

    .modal-box-content {
        padding: 50px 0
    }

    .modal-box-body .answer-item .answer-group label {
        line-height: 1.5rem
    }
}

@media screen and (-ms-high-contrast:active) and (min-width: 1200px),screen and (-ms-high-contrast:none) and (min-width:1200px) {
    .navbar-expand-lg .navbar-collapse {
        padding:0 30px
    }

    .navbar-gb .navbar-nav {
        margin: 0
    }
}

@media (min-width: 1400px) {
    .branches-map {
        max-width:calc(100% - 700px)
    }

    .branch-list {
        max-width: 700px
    }

    .branch-details {
        left: calc(100% - 700px)
    }
}

@media (min-width: 1500px) {
    .page-hero {
        height:26.25rem
    }

    .page-hero .carousel-item {
        height: 26.25rem
    }

    .page-hero.video-hero {
        padding-top: 26.25rem
    }
}

@media (min-width: 1600px) {
    .page-hero {
        height:28rem
    }

    .page-hero .carousel-item {
        height: 28rem
    }

    .page-hero.video-hero {
        padding-top: 28rem
    }
}

@media (min-width: 1601px) {
    .hero-carousel .carousel-item {
        height:36rem
    }
}

@media (min-width: 1800px) {
    .page-hero {
        position:relative;
        height: auto;
        padding-top: 28%
    }

    .page-hero .carousel-inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .page-hero .carousel-item {
        height: 100%
    }

    .page-hero .carousel-item>a>img,.page-hero .carousel-item>a>picture>img,.page-hero .carousel-item>img,.page-hero .carousel-item>picture>img {
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .page-hero.video-hero {
        height: auto;
        padding-top: 28%
    }

    .page-hero>a>img,.page-hero>a>picture>img,.page-hero>img,.page-hero>picture>img {
        position: absolute
    }
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media only screen and (device-width: 1366px) and (device-height:1024px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {
    .section-guide {
        height:816px
    }

    .smartOn .section-guide {
        height: 732px
    }

    .guide-video {
        height: 816px
    }

    .smartOn .guide-video {
        height: 732px
    }
}

@media only screen and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {
    .section-guide {
        height:584px
    }

    .smartOn .section-guide {
        height: 500px
    }

    .guide-video {
        height: 584px
    }

    .smartOn .guide-video {
        height: 500px
    }
}

@media only screen and (device-width: 1024px) and (device-height:1366px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .section-guide {
        height:1182px
    }

    .smartOn .section-guide {
        height: 1098px
    }

    .guide-video {
        height: 1182px
    }

    .smartOn .guide-video {
        height: 1098px
    }
}

@media only screen and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .section-guide {
        height:851px
    }

    .smartOn .section-guide {
        height: 767px
    }

    .guide-video {
        height: 851px
    }

    .smartOn .guide-video {
        height: 767px
    }
}

@media only screen and (device-width: 414px) and (device-height:736px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .section-guide {
        height:543px
    }

    .smartOn .section-guide {
        height: 459px
    }

    .guide-video {
        height: 543px
    }

    .smartOn .guide-video {
        height: 459px
    }
}

@media only screen and (device-width: 375px) and (device-height:812px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .section-guide {
        height:548px
    }

    .smartOn .section-guide {
        height: 464px
    }

    .guide-video {
        height: 548px
    }

    .smartOn .guide-video {
        height: 464px
    }
}

@media only screen and (device-width: 375px) and (device-height:667px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .section-guide {
        height:474px
    }

    .smartOn .section-guide {
        height: 390px
    }

    .guide-video {
        height: 474px
    }

    .smartOn .guide-video {
        height: 390px
    }
}

@media screen and (device-width: 360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
    .section-guide {
        height:475px
    }

    .smartOn .section-guide {
        height: 391px
    }

    .guide-video {
        height: 475px
    }

    .smartOn .guide-video {
        height: 391px
    }
}

@media screen and (device-width: 360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait) {
    .section-guide {
        height:475px
    }

    .smartOn .section-guide {
        height: 391px
    }

    .guide-video {
        height: 475px
    }

    .smartOn .guide-video {
        height: 391px
    }
}

@media screen and (device-width: 320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait) {
    .section-guide {
        height:475px
    }

    .smartOn .section-guide {
        height: 391px
    }

    .guide-video {
        height: 475px
    }

    .smartOn .guide-video {
        height: 391px
    }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    .guide-bg img {
        top:40%
    }
}

@media (min-height: 1000px) {
    .carousel-caption {
        padding-top:20px;
        padding-bottom: 20px
    }

    .carousel-btn-next,.carousel-btn-prev {
        bottom: 26px
    }

    .hero-caption {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-height: 960px) {
    .page-landing {
        min-height:25vh
    }

    .page-landing:last-child {
        margin-bottom: 15vh
    }

    .page-article {
        min-height: 25vh
    }

    .page-article:last-child {
        margin-bottom: 15vh
    }

    .page-article.only-header {
        min-height: 0
    }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .navbar-expand-lg .navbar-collapse {
        overflow: hidden
    }

    .guide-video {
        -webkit-background-size: auto auto;
        background-size: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .kenburns .guide-bg img {
        animation: none 0 0;
        -webkit-animation: none 0 0;
        -ms-animation: none 0 0;
        -o-animation: none 0 0;
        -moz-animation: none 0 0
    }

    .guide-carousel.owl-loaded .owl-item {
        -webkit-animation: fadeIn 0.3s;
        animation: fadeIn 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s
    }

    .guide-carousel.owl-loaded .owl-item:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s
    }

    .init .guide-switcher .guide-item {
        -webkit-animation: fadeIn 0.3s;
        animation: fadeIn 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .init .guide-switcher .guide-item:nth-child(1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

    .init .guide-switcher .guide-item:nth-child(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s
    }
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #999;
        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: auto;
        margin-top: 10mm;
        margin-bottom: 10mm
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }

    .navbar-left,.navbar-nav,.navbar-right,.section-hero,.top-nav {
        display: none
    }

    .page-nav,.print-share {
        display: none
    }

    .footer-back,.footer-links,.footer-logo,.footer-top,.page-widget {
        display: none
    }

    .blue-hero {
        display: none
    }

    .footer-content {
        padding-top: 0
    }

    .footer-bottom {
        border-top: 1px solid #dcdfe5
    }

    .footer-copyright span {
        display: inline
    }

    .collapse {
        display: block!important;
        height: auto!important
    }

    .accd-header .btn.collapsed .icon-plus {
        display: none
    }

    .owl-carousel {
        display: block
    }

    .card-person-big .member-bio {
        padding: 0 15px 10px;
        display: block;
        position: static
    }

    .card-person .member-bio {
        padding: 0 15px 10px;
        display: block;
        position: static
    }

    .card-content>.btn {
        display: none
    }
}

@media (max-width: 575.98px) {
    .article-wrapper .table td {
        max-width:150px
    }
}

.site-guide__image {
    margin-top: 0!important
}

.guide-center.guide-sub.fadeIn .guide-sub-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content
}

.guide-center.guide-sub.fadeIn .guide-sub-title .site-guide__image {
    position: relative;
    top: 0;
    transform: unset;
    text-align: center;
    left: unset;
    right: unset;
    transform: unset;
    margin: 0
}

.guide-center.guide-sub.fadeIn .guide-sub-title span i {
    position: relative;
    top: 0;
    transform: unset
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/icon.png?01e0d2cc4b8f)
}

.no-img .comp-media.rs_skip,html[lang="ar"] .no-img .comp-media.rs_skip {
    display: none
}

.comp-body.comp-body-fill.no-img,.comp-body.comp-body-fill.no-img .comp-main,html[lang="ar"] .comp-body.comp-body-fill.no-img,html[lang="ar"] .comp-body.comp-body-fill.no-img .comp-main {
    max-width: 100%!important;
    flex-basis: 100%!important
}

.comp-body.comp-body-fill .comp-main .row,html[lang="ar"] .comp-body.comp-body-fill .comp-main .row {
    flex-direction: column
}

@media (min-width: 768px) {
    .comp-body.comp-body-fill.no-img .comp-main .row .col-md-6,html[lang="ar"] .comp-body.comp-body-fill.no-img .comp-main .row .col-md-6 {
        flex:0 0 58%!important;
        max-width: 51%!important
    }
}

.comp-wrapper,html[lang="ar"] .comp-wrapper {
    background-color: #fff
}

.modal-box-body .form-group,.modal-box-body .form-group .form-control,html[lang="ar"] .modal-box-body .form-group,html[lang="ar"] .modal-box-body .form-group .form-control {
    background-color: #dcdfe5
}

@media (min-width: 1200px) {
    .widget-tools .tool-link .icon {
        top:50%;
        transform: translateY(-50%)
    }
}

.footer-back a .back-icon,.print-share li .btn {
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-global li .nav-link .icon {
    top: 0
}

.btn-more .icon {
    top: 0
}

@media (min-width: 768px) {
    .widget-tools {
        margin-bottom:0px
    }
}

.container-btn-banner {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    left: 50%;
    translate: -50% 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.btn-banner {
    padding: 0.35rem 0.75rem 0.275rem;
    border-color: #ca1700;
    background: #ca1700;
    color: #fff
}

.btn-banner:hover {
    color: #ca1700;
    background: white
}

.interest-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

.interest-table,.interest-table th,.interest-table td {
    border: 1px solid #ddd
}

.interest-table th,.interest-table td {
    padding: 8px;
    text-align: center
}

.interest-table th {
    background-color: #f2f2f2
}

.add-row,.add-column {
    cursor: pointer;
    color: blue;
    text-decoration: underline
}

.remove-row,.remove-column {
    cursor: pointer;
    color: red;
    text-decoration: underline
}

.widget-tools .row {
    gap: 32px 0
}

.widget-tools>.row {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

@media (max-width: 1200px) {
    .widget-tools .row {
        gap:16px 0
    }

    .widget-tools>.row {
        grid-template-columns: repeat(2,1fr)
    }

    .widget-tools>.row>.col {
        max-width: 100%
    }
}

.ug-gallery-wrapper,.ug-gallery-wrapper * {
    transition: all!important;
    -o-transition: all!important;
    -webkit-transition: all;
    -moz-transition: all!important;
    -ms-transition: all!important;
    max-width: none
}

.ug-gallery-wrapper {
    z-index: 0
}

.ug-item-wrapper img {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0
}

.ug-videoplayer-wrapper video {
    height: 100%;
    width: 100%;
    visibility: visible!important
}

.ug-rtl {
    direction: rtl
}

.ug-gallery-wrapper {
    overflow: hidden;
    position: relative;
    font-family: Arial,Helvetica,sans-serif
}

.ug-error-message {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #F30D0D
}

.ug-error-message-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #000
}

.ug-gallery-wrapper .ug-canvas-pie {
    position: absolute;
    z-index: 4
}

.ug-gallery-wrapper .ug-progress-bar {
    position: absolute;
    overflow: hidden;
    z-index: 4
}

.ug-gallery-wrapper .ug-progress-bar-inner {
    xposition: absolute
}

.ug-gallery-wrapper.ug-fullscreen {
    height: 100%!important;
    width: 100%!important;
    max-width: none!important;
    max-height: none!important
}

.ug-gallery-wrapper.ug-fake-fullscreen {
    position: fixed!important;
    height: auto!important;
    width: auto!important;
    max-width: none!important;
    max-height: none!important;
    margin: 0!important;
    padding: 0!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    z-index: 999999!important
}

.ug-body-fullscreen {
    overflow: hidden!important;
    height: 100%!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important
}

.ug-gallery-wrapper .ug-preloader-trans {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/gb-loader.gif?01e0d2cc4b8f);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%
}

.ug-gallery-wrapper .ug-slider-wrapper {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background-color: #000
}

.ug-slider-wrapper .ug-slide-wrapper {
    position: absolute
}

.ug-slide-wrapper.ug-slide-clickable {
    cursor: pointer
}

.ug-slider-wrapper .ug-slider-inner {
    position: absolute;
    z-index: 0
}

.ug-slider-wrapper .ug-item-wrapper {
    position: absolute;
    overflow: hidden
}

.ug-slider-wrapper,.ug-item-wrapper img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    max-width: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ug-slider-wrapper .ug-slider-preloader {
    position: absolute;
    z-index: 1;
    border-radius: 3px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat
}

.ug-slider-preloader.ug-loader1 {
    width: 48px;
    height: 48px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/gb-loader.gif?01e0d2cc4b8f);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%
}

.ug-slider-wrapper .ug-button-videoplay {
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
    width: 86px;
    height: 66px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/play-button-square.png?01e0d2cc4b8f);
    background-position: 0 -66px
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover {
    background-position: 0 0
}

.ug-gallery-wrapper .ug-videoplayer {
    position: absolute;
    z-index: 100;
    background-color: #000;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/gb-loader.gif?01e0d2cc4b8f);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.ug-videoplayer .ug-videoplayer-wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/gb-loader.gif?01e0d2cc4b8f);
    background-repeat: no-repeat;
    background-position: center center
}

.ug-videoplayer .ug-videoplayer-button-close {
    position: absolute;
    height: 52px;
    width: 52px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/button-close.png?01e0d2cc4b8f);
    background-repeat: no-repeat;
    background-position: 0 3px;
    cursor: pointer;
    z-index: 1000
}

.ug-videoplayer .ug-videoplayer-button-close:hover {
    background-position: 0 -45px
}

.ug-gallery-wrapper .ug-thumbs-strip,.ug-gallery-wrapper .ug-thumbs-grid {
    position: absolute;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    xbackground-color: green;
    z-index: 10
}

.ug-thumbs-strip.ug-dragging {
    xcursor: -webkit-grab;
    xcursor: -moz-grab
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,.ug-gallery-wrapper .ug-thumbs-grid-inner {
    position: absolute
}

.ug-thumb-wrapper.ug-thumb-generated {
    position: absolute;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-style: solid
}

.ug-thumb-wrapper .ug-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/not_loaded.png)
}

.ug-thumb-wrapper.ug-thumb-generated img {
    position: absolute;
    z-index: 1;
    max-width: none!important
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay {
    position: absolute;
    z-index: 2;
    max-width: none!important
}

.ug-gallery-wrapper .ug-textpanel {
    position: absolute;
    overflow: hidden
}

.ug-slider-wrapper .ug-textpanel {
    z-index: 2
}

.ug-gallery-wrapper .ug-textpanel-bg,.ug-gallery-wrapper .ug-textpanel-title,.ug-gallery-wrapper .ug-textpanel-description {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0
}

.ug-gallery-wrapper .ug-textpanel-bg {
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 1
}

.ug-textpanel-textwrapper {
    overflow: hidden
}

.ug-gallery-wrapper .ug-textpanel-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    z-index: 2
}

.ug-gallery-wrapper .ug-textpanel-description {
    font-size: 14px;
    color: #fff;
    text-align: left;
    z-index: 3
}

.ug-slider-wrapper .ug-zoompanel {
    position: absolute;
    top: 200px;
    left: 100px
}

.ug-zoompanel .ug-zoompanel-button {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block
}

.ug-gallery-wrapper .ug-arrow-left {
    position: absolute;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer
}

.ug-gallery-wrapper .ug-arrow-right {
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer
}

.ug-gallery-wrapper .ug-strip-panel {
    position: absolute;
    background-color: #000;
    z-index: 2
}

.ug-strip-panel .ug-strip-arrow {
    position: absolute;
    cursor: pointer
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled {
    cursor: default
}

.ug-strip-panel .ug-strip-arrow-tip {
    position: absolute
}

.ug-tile .ug-textpanel {
    z-index: 5;
    cursor: default
}

.ug-tile.ug-tile-clickable .ug-textpanel {
    cursor: pointer
}

.ug-tile .ug-textpanel-title {
    font-size: 14px;
    font-weight: 700
}

.ug-arrow-left.ug-skin-default,.ug-arrow-right.ug-skin-default {
    width: 15px;
    height: 30px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/slider_arrow_left.png?01e0d2cc4b8f);
    background-position: 0 0
}

.ug-arrow-right.ug-skin-default {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/slider_arrow_right.png?01e0d2cc4b8f)
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,.ug-arrow-right.ug-skin-default.ug-arrow-hover {
    background-position: 0 -30px
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,.ug-arrow-right.ug-skin-default.ug-arrow-disabled {
    background-position: 0 -60px
}

.ug-bullets.ug-skin-default .ug-bullet {
    width: 15px;
    height: 15px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/slider_bullets.png);
    background-position: top left;
    margin-left: 5px
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
    background-position: bottom left
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_bullets_gray.png)
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_bullets_blue.png)
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_bullets_brown.png)
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_bullets_green.png)
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_bullets_red.png)
}

.ug-button-tile-navigation {
    width: 36px;
    height: 36px;
    background-position: top left;
    cursor: pointer;
    float: left
}

.ug-button-tile-navigation.ug-button-tile-left {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_button_left.png)
}

.ug-button-tile-navigation.ug-button-tile-right {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_button_right.png)
}

.ug-button-tile-navigation:hover {
    background-position: bottom left
}

.ug-button-tile-navigation.ug-button-disabled {
    opacity: .6
}

.ug-button-tile-navigation.ug-button-disabled:hover {
    background-position: top left
}

.ug-button-tile-navigation.ug-button-tile-play {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/tile_button_play_pause.png);
    width: 35px
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
    background-position: bottom left
}

.ug-button-tile-navigation.ug-button-tile-play:hover {
    background-position: top left
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover {
    background-position: bottom left
}

.ug-button-play.ug-skin-default {
    position: absolute;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/button_playpause.png?01e0d2cc4b8f);
    width: 14px;
    height: 17px;
    cursor: pointer;
    background-position: 0 0
}

.ug-button-play.ug-skin-default.ug-button-hover {
    background-position: 0 -17px
}

.ug-button-play.ug-skin-default.ug-stop-mode {
    background-position: 0 -34px
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover {
    background-position: 0 -51px
}

.ug-button-fullscreen.ug-skin-default {
    position: absolute;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/button_fullscreen.png?01e0d2cc4b8f);
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-position: 0 0
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover {
    background-position: 0 -16px
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode {
    background-position: 0 -32px
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover {
    background-position: 0 -48px
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 23px;
    width: 23px;
    margin-top: 5px;
    background-position: 0 0
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
    margin-top: 0;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/icon_zoom_plus.png?01e0d2cc4b8f)
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/icon_zoom_minus.png?01e0d2cc4b8f)
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/icon_zoom_back.png?01e0d2cc4b8f)
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover {
    background-position: 0 -23px
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled {
    background-position: 0 -46px;
    cursor: default
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default {
    width: 30px;
    height: 15px;
    background-position: 0 0;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/arrow_grid_down.png)
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover {
    background-position: 0 -15px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled {
    background-position: 0 -30px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default {
    width: 30px;
    height: 15px;
    background-position: 0 0;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/arrow_grid_up.png)
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover {
    background-position: 0 -15px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled {
    background-position: 0 -30px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default {
    width: 40px;
    height: 40px;
    background-position: 0 -40px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/grid_arrow_left.png)
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover {
    background-position: 0 -0
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled {
    background-position: 0 -80px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default {
    width: 40px;
    height: 40px;
    background-position: 0 -40px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/grid_arrow_right.png)
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover {
    background-position: 0 -0
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled {
    background-position: 0 -80px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default {
    width: 15px;
    height: 30px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/slider_arrow_left.png?01e0d2cc4b8f);
    background-position: 0 0
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover {
    background-position: 0 -30px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled {
    background-position: 0 -60px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default {
    width: 15px;
    height: 30px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/slider_arrow_right.png?01e0d2cc4b8f);
    background-position: 0 0
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover {
    background-position: 0 -30px
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled {
    background-position: 0 -60px
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
    width: 25px;
    height: 50px
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 4px;
    height: 7px
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/arrows_strip_left.png)
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/arrows_strip_right.png)
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
    background-position: 0 -7px
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,.ug-strip-panel .ug-strip-arrow-down.ug-skin-default {
    height: 25px;
    width: 50px
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 7px;
    height: 4px
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/arrows_strip_up.png)
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/arrows_strip_down.png)
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
    background-position: -7px 0
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip {
    background-position: 0 0;
    opacity: .5;
    filter: alpha(opacity=50)
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
    width: 36px;
    height: 22px;
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/grid_handle_black_top.png?01e0d2cc4b8f);
    background-repeat: no-repeat;
    background-position: -36px 0
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
    background-image: url(https://teamz.mykuwaitnet.net/static/en/images/grid_handle_black_bottom.png);
    background-position: -36px 0
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover {
    background-position: 0 0
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed {
    background-position: -108px 0
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover {
    background-position: -72px 0
}

.ui-state-highlight {
    background: #fff3cd!important
}

.inline-group.ui-sortable .module:not(.aligned) .form-row input,.inline-group.ui-sortable .module:not(.aligned) .form-row textarea:not(.cke_source) {
    width: 100%!important
}

.inline-group.ui-sortable .module>.inline-related>h3 {
    padding: 0 10px 6px;
    margin-bottom: 0;
    border-top: none
}

.inline-group.ui-sortable .module>.inline-related h3 .inline-deletelink {
    width: auto!important;
    text-indent: unset!important
}

.inline-group.ui-sortable .module>.inline-related h3 span.delete {
    padding-top: 4px
}

.inline-group.ui-sortable .module>.inline-related h3>b,.inline-group.ui-sortable .module>.inline-related.last-related h3>.inline_label {
    visibility: hidden
}

.inline-group.ui-sortable .module>.inline-related>.module {
    background-color: #fdfdfe!important;
    padding: 5px 10px 0!important;
    margin-bottom: 10px!important;
    border: 1px solid #d1d1d1!important
}

ul.errorlist {
    margin: 0 0 30px 0!important
}

.tutorial.owl-carousel {
    position: relative
}

.tutorial.owl-carousel .item {
    border: 1px solid #afafaf;
    padding: 8px
}

.tutorial.owl-carousel .item a {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold
}

.tutorial.owl-carousel .item:hover a {
    color: #F44336
}

.tutorial.owl-carousel .item .body_card {
    padding: 16px;
    color: #203763;
    display: flex;
    align-items: center
}

.tutorial.owl-carousel .owl-prev,.tutorial.owl-carousel .owl-next {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #adadad!important;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

.tutorial.owl-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent
}

.tutorial.owl-carousel .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(244,67,54,0.2);
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

.tutorial.owl-carousel .owl-theme .owl-dots .owl-dot.active span,.tutorial.owl-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F44336
}

.tutorial.owl-carousel .owl-prev {
    left: -60px
}

.tutorial.owl-carousel .owl-next {
    right: -60px
}

.tutorial.owl-carousel .owl-prev:hover,.tutorial.owl-carousel .owl-next:hover {
    border-color: #F44336!important
}

.tutorial.owl-carousel .owl-prev:hover span,.tutorial.owl-carousel .owl-next:hover span {
    color: #F44336
}

.tutorial.owl-carousel .owl-prev span,.tutorial.owl-carousel .owl-next span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #adadad;
    position: absolute;
    top: 0;
    height: 20px;
    width: 100%;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");* {
    font-family: "Cairo",sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.media-center {
    padding: 60px 20px;
    .container {
        max-width: 1236px;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-inline:auto;position: relative;
        a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .box-media {
            position: relative;
            background: rgba(247,247,249,1);
            -webkit-border-radius: 31px;
            -moz-border-radius: 31px;
            -ms-border-radius: 31px;
            -o-border-radius: 31px;
            border-radius: 31px;
            height: 375px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1;
            padding: 62px 51px;
            min-width: 400px;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            &:hover {
                box-shadow: 0 0 10px 0 #3f3f3f
            }

            @media (max-width: 992px) {
                height:320px;
                min-width:300px}

            .title-box {
                font-weight: 600;
                font-size: clamp(24px,3.4vw,32px);
                color: rgba(41,41,41,1)
            }

            .icon-box {
                margin-inline-start:auto;img {
                    width: 100%;
                    height: 100%
                }

                @media (max-width: 992px) {
                    max-width:80px
                }
            }
        }
    }
}

.media-assets {
    padding: 60px 20px;
    .container {
        max-width: 1516px;
        margin-inline:auto;position: relative
    }

    .tab-wrapper {
        text-align: center;
        display: flex;
        margin: auto;
        position: relative;
        @media (max-width: 668px),(orientation:landscape) {
            display:flex;
            flex-direction:column-reverse}

        .arrow-back {
            position: absolute;
            width: fit-content;
            top: 50%;
            left: 0;
            translate: 0 -50%;
            display: flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            color: rgba(10,56,105,1);
            font-size: clamp(18px,2vw,22px);
            @media (max-width: 668px),(orientation:landscape) {
                position:static;
                translate:0 0}
        }

        .tabs {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center
        }

        .tab-link {
            margin: 0 1%;
            padding: 10px 40px;
            list-style: none;
            .title-filter {
                color: rgba(10,56,105,0.4);
                cursor: pointer;
                font-weight: 400;
                transition: all ease 0.5s;
                font-size: clamp(24px,3.4vw,41px)
            }

            &:hover {
                .title-filter {
                    color: rgba(10,56,105,1)
                }
            }

            &.active {
                .title-filter {
                    color: rgba(10,56,105,1)
                }
            }
        }
    }

    .content-wrapper {
        padding-block:40px}

    .tab-content {
        display: none;
        text-align: center;
        color: #888;
        font-weight: 300;
        font-size: 15px;
        opacity: 0;
        transform: translateY(15px);
        -webkit-animation: fadeIn 0.5s ease 1 forwards;
        animation: fadeIn 0.5s ease 1 forwards;
        .media-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 38px;
            @media (max-width: 778px) {
                gap:12px
            }

            .box-video,.box-image {
                flex: 1 1 auto;
                max-width: 350px;
                display: flex;
                overflow: hidden;
                -webkit-border-radius: 11.73px;
                -moz-border-radius: 11.73px;
                -ms-border-radius: 11.73px;
                -o-border-radius: 11.73px;
                border-radius: 11.73px;
                cursor: pointer;
                &:hover img,&: hover video {
                    transform:scale(1.1)
                }

                @media (max-width: 778px) {
                    width:40%
                }

                video,img {
                    transition: 0.5s all ease-in-out;
                    -webkit-transition: 0.5s all ease-in-out;
                    -moz-transition: 0.5s all ease-in-out;
                    -ms-transition: 0.5s all ease-in-out;
                    -o-transition: 0.5s all ease-in-out;
                    width: 100%;
                    height: 100%;
                    object-fit: cover
                }
            }
        }
    }

    .tab-content.active {
        display: block
    }

    .popup-assets {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1f1f1f6f;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        padding-inline:20px;&.active {
            opacity: 1;
            pointer-events: all
        }

        .container-popup {
            width: 100%;
            max-width: 600px
        }

        .popup-header {
            position: relative;
            text-align: center;
            color: #fff;
            margin-bottom: 20px;
            h2 {
                font-size: clamp(18px,2vw,28px)
            }

            .close-popup {
                position: absolute;
                top: 50%;
                right: 0;
                translate: 0 -50%;
                width: 30px;
                height: 30px;
                background: none;
                border: none;
                cursor: pointer;
                img {
                    width: 100%
                }
            }
        }

        .popup-content {
            position: relative;
            padding-inline:30px;.video-container,.image-container {
                width: 100%;
                height: 300px;
                -webkit-border-radius: 24px;
                -moz-border-radius: 24px;
                -ms-border-radius: 24px;
                -o-border-radius: 24px;
                border-radius: 24px;
                overflow: hidden;
                display: none;
                @media (max-width: 778px) {
                    height:250px
                }

                img,video,iframe {
                    width: 100%;
                    height: 100%;
                    object-fit: cover
                }
            }

            .video-container.active,.image-container.active {
                display: flex
            }

            .navigateLeft,.navigateRight {
                height: 48px;
                width: 48px;
                position: absolute;
                background: none;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                transition: 0.3s all ease-in-out;
                -webkit-transition: 0.3s all ease-in-out;
                -moz-transition: 0.3s all ease-in-out;
                -ms-transition: 0.3s all ease-in-out;
                -o-transition: 0.3s all ease-in-out;
                top: 50%;
                border: none;
                translate: 0 -50%;
                cursor: pointer;
                &:hover {
                    scale: 1.1
                }

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain
                }
            }

            .navigateLeft {
                left: -20px
            }

            .navigateRight {
                right: -20px
            }
        }
    }
}

html:has(.popup-assets.active) {
    overflow: hidden
}

.media-kit {
    padding: 60px 20px;
    position: relative;
    .red-box {
        background-color: rgba(193,16,26,1);
        border-top-left-radius: 71.92px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: clamp(50px,16vw,92px);
        width: clamp(60px,12vw,120px);
        z-index: -1
    }

    .blue-box {
        z-index: -1;
        background-color: rgba(10,56,106,1);
        border-top-right-radius: 71.92px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: clamp(50px,16vw,92px);
        width: clamp(60px,12vw,120px)
    }

    .yellow-box {
        z-index: -1;
        background-color: rgba(255,202,54,1);
        border-top-left-radius: 55.57px;
        border-top-right-radius: 55.57px;
        position: absolute;
        bottom: 0;
        right: clamp(100px,20vw,200px);
        height: 95px;
        width: 92px;
        height: clamp(50px,16vw,95px);
        width: clamp(50px,12vw,92px)
    }

    .container {
        max-width: 1516px;
        margin-inline:auto;position: relative;
        .header {
            display: flex;
            justify-content: center;
            position: relative;
            @media (max-width: 668px),(orientation:landscape) {
                display:flex;
                flex-direction:column-reverse}

            .title {
                font-size: clamp(24px,2.8vw,48px);
                color: rgba(10,56,105,1);
                font-weight: 400;
                text-align: center
            }

            .arrow-back {
                position: absolute;
                width: fit-content;
                top: 50%;
                left: 0;
                translate: 0 -50%;
                display: flex;
                align-items: center;
                gap: 6px;
                text-decoration: none;
                color: rgba(10,56,105,1);
                font-size: clamp(18px,2vw,22px);
                @media (landscape) {
                    position:static;translate:0 0}

                @media (max-width: 668px),(orientation:landscape) {
                    position:static;
                    translate:0 0}
            }
        }

        .content {
            margin-block:60px;display: flex;
            justify-content: space-between;
            height: 378px;
            width: 100%;
            max-width: 692px;
            padding: 60px 45px;
            margin-inline:auto;border-radius: 38px;
            -webkit-border-radius: 38px;
            -moz-border-radius: 38px;
            -ms-border-radius: 38px;
            -o-border-radius: 38px;
            border: 0.75px solid rgba(10,58,106,1);
            position: relative;
            background-color: #fff;
            gap: 8px;
            @media (max-width: 778px) {
                padding:40px 25px
            }

            .hero {
                display: flex;
                flex-direction: column;
                justify-content: center;
                max-width: 379px;
                .logo {
                    width: 80%;
                    img {
                        width: 100%
                    }
                }

                .title {
                    font-size: clamp(20px,3vw,32px);
                    color: rgba(197,32,38,1);
                    font-weight: 700;
                    margin-block:26px 8px}

                .description {
                    font-size: 16px;
                    line-height: 21.56px;
                    color: rgba(41,41,41,1)
                }

                a {
                    margin-top: auto;
                    font-weight: 700;
                    font-size: 18px;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    color: rgba(197,32,38,1);
                    text-decoration: none;
                    width: fit-content;
                    img {
                        transition: 0.2s all ease-in;
                        -webkit-transition: 0.2s all ease-in;
                        -moz-transition: 0.2s all ease-in;
                        -ms-transition: 0.2s all ease-in;
                        -o-transition: 0.2s all ease-in
                    }

                    &:hover img {
                        translate: 10px 0
                    }
                }
            }

            .pattern {
                align-self: flex-end;
                min-width: 60px;
                img {
                    width: 100%;
                    height: auto
                }
            }

            .shadows {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                .blue,.yellow,.red {
                    content: "";
                    position: absolute;
                    width: 660px;
                    max-width: 90%;
                    height: 360px;
                    max-height: 98%;
                    -webkit-border-radius: 38px;
                    -moz-border-radius: 38px;
                    -ms-border-radius: 38px;
                    -o-border-radius: 38px;
                    border-radius: 38px
                }

                .red {
                    top: 35.55px;
                    left: 71.01px;
                    transform: rotate(3.03deg);
                    -webkit-transform: rotate(3.03deg);
                    -moz-transform: rotate(3.03deg);
                    -ms-transform: rotate(3.03deg);
                    -o-transform: rotate(3.03deg);
                    background-color: rgba(193,16,26,1);
                    z-index: -1
                }

                .yellow {
                    background: rgba(255,202,54,1);
                    top: 40.55px;
                    left: 71.01px;
                    transform: rotate(9deg);
                    -webkit-transform: rotate(9deg);
                    -moz-transform: rotate(9deg);
                    -ms-transform: rotate(9deg);
                    -o-transform: rotate(9deg);
                    z-index: -4
                }

                .blue {
                    background: rgba(10,56,106,1);
                    top: 60.55px;
                    left: 71.01px;
                    transform: rotate(12deg);
                    -webkit-transform: rotate(12deg);
                    -moz-transform: rotate(12deg);
                    -ms-transform: rotate(12deg);
                    -o-transform: rotate(12deg);
                    z-index: -5
                }
            }
        }
    }
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none
    }
}

html[lang="ar"]:not([dir="rtl"]) {
    .media-assets .tab-wrapper {
        justify-content: flex-end
    }
}

html[lang="ar"],html[dir="rtl"] {
    .arrow-back {
        left: auto;
        right: 0;
        img {
            scale: -1
        }
    }

    .media-kit {
        .container {
            .content {
                .hero {
                    a {
                        img {
                            scale: -1
                        }

                        &:hover {
                            img {
                                translate: -10px 0
                            }
                        }
                    }
                }
            }
        }
    }
}

.text_popup_checker {
    color: #efefef;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-block:8px 20px}

.modal-box-content {
    .form-group,.form-group .form-control,html[lang="ar"] .modal-box-body .form-group,html[lang="ar"] .modal-box-body .form-group .form-control {
        margin: 0;
        font-size: 16px;
        input {
            padding: 0;
            height: fit-content
        }
    }
}

#resultMessage * {
    font-size: 14px;
    color: #fff!important
}

.btn.btn-reset {
    top: 10px;
    svg {
        height: 24px;
        width: 24px
    }
}

.icon.icon-refresh {
    height: 24px;
    width: 24px
}

#checkerModalBox {
    .captcha-input {
        padding-inline:0;display: flex;
        align-items: center;
        max-width: 240px;
        input {
            width: 200px;
            font-size: 16px!important
        }
    }

    .modal-box-body .form-group:has(.captcha-input) .btn-group {
        top: 35px
    }
}

@media (max-width: 575px) {
    .modal-box-body .form-group.with-btn .btn-reset {
        flex:none
    }

    #checkerModalBox {
        .modal-box-body .form-group:has(.captcha-input) .btn-group {
            top: 0
        }
    }

    .modal-box-body .form-group.with-btn .btn-group {
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .widget-tools .tool-link {
        height:100%;
        display: flex;
        align-items: center
    }
}

.col-sm.captcha-img {
    padding-inline:0;max-width: 220px;
    img {
        width: 220px
    }
}

.page-nav.with-btns .nav-line {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between
}

.page-nav.with-btns .action-btns {
    position: static;
    flex: 1 1 100%;
    max-width: fit-content
}

.page-nav.with-btns .multi-btns .btn-wrapper {
    text-wrap: nowrap
}

@media (max-width: 558px) {
    .page-nav.with-btns:has(.action-btns ul:has(li)) .nav-line {
        flex-direction:column;
        gap: 4px!important
    }

    .page-nav.with-btns .nav-line ul.nav {
        justify-content: center!important
    }

    .page-nav.with-btns .action-btns {
        align-self: flex-end
    }
}

html.modal {
    display: block
}

#formDeposit .row,#formChecker .row {
    row-gap: 30px!important
}

#formApply .row .form-group {
    margin-bottom: 20px
}

#formApply .row {
    margin-left: 0!important;
    margin-right: 0!important
}

.widget-tools .tool-link {
    height: 100%
}

.modal-box-body #formWealthLoan .form-group {
    height: 100%
}

.modal-box-body #formWealthLoan .answer-list {
    margin: 0;
    display: flex;
    gap: 8px
}

.modal-box-body #formWealthLoan .col-sm-6 {
    margin-block:8px!important}

.modal-box-body #formWealthLoan .answer-list .answer-item {
    padding: 0
}

.modal-box-body #formWealthLoan .form-group .selectric {
    background-color: #dcdfe5
}

.modal-box-body #formWealthLoan .form-group #inputWLCollAmount {
    max-width: 250px
}

.modal-box-body .form-group.with-btn .btn-reset {
    top: 0;
    background-color: transparent
}

#formChecker .row:has(>.col-sm.captcha-img) {
    flex-direction: column;
    gap: 0!important
}

#formChecker .row:has(>.col-sm.captcha-img) .col-sm.captcha-img {
    padding: 0;
    max-width: 100%
}

#formChecker .row:has(>.col-sm.captcha-img) .col-sm.captcha-img img {
    width: 240px
}

.blue-lookup .btn-filters span {
    color: #fff
}

.tag-item .custom-control-label::before,.tag-item .custom-control-label:after,.blue-lookup .custom-control-label:after,.blue-lookup .custom-control-label::before {
    left: -24px
}

.megamenu .dropdown-menu .container {
    gap: 32px;
    align-items: first baseline
}

.megamenu .dropdown-menu .container>.row {
    flex: 1;
    justify-content: flex-start;
    row-gap: 40px
}

.megamenu .dropdown-menu .container>.row .col-lg-3 {
    max-width: 250px
}

#formDeposit .row .col-sm-3 {
    padding-bottom: 4px
}

#formDeposit .row .col-sm-3:last-child {
    padding-left: 2px!important;
    flex: 1
}

#formDeposit .row .col-sm-3:not(:last-child) {
    padding-right: 2px!important
}

html[lang="ar"] #formDeposit .row .col-sm-3:last-child {
    padding-left: 15px!important;
    padding-right: 2px!important
}

html[lang="ar"] #formDeposit .row .col-sm-3:not(:last-child) {
    padding-right: 15px!important;
    padding-left: 2px!important
}

@media (max-width: 572px) {
    #formDeposit .row .col-sm-3:last-child,#formDeposit .row .col-sm-3:not(:last-child) {
        padding-right:15px!important;
        padding-left: 15px!important
    }
}

.tag-item .custom-control-label::before,.tag-item .custom-control-label:after {
    left: -20px!important;
    top: 50%!important;
    translate: 0 -50%!important
}

html[lang="ar"] .tag-item .custom-control-label::before,html[lang="ar"] .tag-item .custom-control-label:after {
    left: initial!important;
    right: -20px!important
}

.bio-content ul {
    padding-inline-start:26px}

:is(#formDeposit,#formLoan,#formConverter)>.row {
    margin-block:20px}

:is(#formLoan,#formConverter)>.row .col-sm-6 .form-group {
    height: 100%
}

.modal-box-body .answer-list {
    margin-bottom: 0
}

.article-wrapper .feature-content ol,.article-wrapper .feature-content ul {
    padding-inline-start:24px}

.rewards-search .btn-search,.blue-lookup .btn-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.rewards-search .btn-search .icon {
    top: 0px
}

.blue-lookup .btn-filters {
    color: #fff
}

.article-wrapper ol:not(.check-list),.article-wrapper ul:not(.check-list) {
    padding-inline-start:2.2rem}

.comp-right,.comp-left {
    display: flex;
    align-items: center;
    justify-content: center
}

.top-nav .nav-lang-link:hover {
    text-decoration: underline
}

.top-nav .nav-lang-link span {
    transition: .3s all ease
}

.top-nav .nav-lang-link:hover span {
    color: black
}

.search-form {
    flex: 1
}

.modal-box-close .icon-bar {
    background-color: #3c3c3c
}

.social-list li a img {
    transition: .3s all ease
}

.social-list li a:hover img {
    scale: 1.2
}
@media screen and (max-width: 768px) {
    .social-list li a{
        width: 32px;
        height: 32px;
    }
  }
.page-nav.with-btns .nav-line {
    gap: 30px
}

.page-nav.with-btns .left-paddle,.page-nav.with-btns .right-paddle {
    display: flex;
    align-items: center;
    justify-content: center
}

.page-nav.with-btns .right-paddle {
    right: 140px;
    left: auto
}

.page-nav.with-btns .left-paddle {
    left: 10px;
    right: auto
}

html[lang="ar"] .page-nav.with-btns .right-paddle {
    left: 140px;
    right: auto
}

html[lang="ar"] .page-nav.with-btns .left-paddle {
    right: 0;
    left: auto
}

@media (min-width: 992px) {
    .page-nav.with-btns:has(.action-btns ul:has(li)) .right-paddle {
        right:270px
    }

    html[dir="rtl"] .page-nav.with-btns:has(.action-btns ul:has(li)) .right-paddle {
        left: 270px;
        right: auto
    }
}

@media (min-width: 768px) {
    .page-nav.with-btns .nav-line {
        padding-inline:40px
    }

    .action-btns {
        padding: 10px 0 10px 0
    }
}

.page-nav.with-btns .container:after {
    right: 20px
}

html[lang="ar"] .page-nav.with-btns .container:after {
    right: auto;
    left: 20px
}

html[lang="ar"] .left-paddle .icon {
    position: relative;
    right: 8px;
    width: 100%
}

.right-paddle .icon {
    position: relative;
    right: 12px;
    width: 100%
}

@media (max-width: 558px) {
    .page-nav.with-btns .nav-line ul.nav {
        justify-content:normal!important;
        margin-inline:10px}

    .right-paddle .icon {
        position: relative;
        right: 0;
        width: 100%
    }

    .page-nav.with-btns .container::before {
        left: 25px
    }

    html[lang="ar"] .page-nav.with-btns .container::before {
        left: auto;
        right: 25px
    }

    .page-nav.with-btns .container:after {
        right: 25px
    }

    html[dir="rtl"] .page-nav.with-btns .container::before {
        left: auto;
        right: 25px
    }

    html[dir="rtl"] .page-nav.with-btns .container:after {
        right: auto;
        left: 25px
    }
}

.top-nav .nav-lang-link:hover span {
    color: var(--main-color)
}

:is(.article-wrapper ol:last-child,.article-wrapper ul:last-child) li img {
    transition: .3s all ease-in-out
}

:is(.article-wrapper ol:last-child,.article-wrapper ul:last-child) li:hover img {
    scale: 1.2
}

.compare-table .col-cell .square-list>li,.compare-table .col-cell ul>li {
    list-style: none
}

.compare-table .col-cell ul>li:before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    margin: 0.55rem -1.1rem;
    color: #797984;
    background: #797984
}

.compare-table .col-cell .square-list>li:before,.compare-table .col-cell ul>li:before {
    border-radius: 50%
}

.blue-lookup .btn-filters span {
    display: flex;
    align-items: center;
    gap: 8px
}

.blue-lookup .btn-filters span svg {
    position: static!important
}

.compare-table .col-cell .square-list>li,.compare-table .col-cell ul>li {
    padding: 1px 0 0 18px
}

body:has(.privating_banking) .top-nav .nav-lang .nav-lang-link span {
    color: #FFF
}

body:has(.privating_banking) .top-nav .nav-lang .nav-lang-link span:hover {
    color: var(--main-color)
}

.page-nav.with-btns .nav-line .action-btns .btn-wrapper {
    display: flex;
    align-items: center;
    padding-inline:4px}

@media(max-width: 991px) {
    .gb-map #frmLocationsSearch .blue-lookup .btn-filters span {
        display:none
    }
}

@media (max-width: 448px) {
    .nav-global li .nav-link {
        padding:10px 4px 4px
    }

    .navbar-brand img {
        width: 120px!important;
        height: 40px!important;
        margin-inline:auto}
}

@media (max-width: 767px) {
    .nav {
        margin-inline:0 4px
    }

    #navLine:has(.action-btns ul li) .right-paddle {
        right: 110px
    }

    html[lang="ar"] #navLine:has(.action-btns ul li) .right-paddle {
        right: auto;
        left: 110px
    }
}

.page-nav .nav-line ul.nav {
    scroll-behavior: smooth
}

.megamenu .dropdown-menu .sub-menu ul li a {
    text-align: start
}

#frmLocationsSearch .branch-search .btn-search {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .branch-types .custom-control-label:after,.branch-types .custom-control-label::before {
        left:-1.5rem
    }
}

html[lang="ar"] #branchFilters .branch-types .custom-checkbox {
    padding-left: 15px;
    padding-right: 40px
}

html[lang="ar"] .search-filters .custom-checkbox {
    padding-left: 15px;
    padding-right: 1.5rem
}

html[lang="ar"] .search-filters .custom-control-label::after,html[lang="ar"] .search-filters .custom-control-label::before {
    left: auto;
    right: -1.5rem
}

.map-toggle {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.comp-tab a,.comp-tab a:before,.comp-tab a:after {
    height: 100%;
    min-height: 53px
}

.bio-wrapper {
    flex: 1 1 100%
}

.feature-wrapper {
    align-items: center
}

.feature-item:has(.feature-img):after {
    height: 600px;
    top: 50%;
    translate: 0 -50%
}

@media (min-width: 778px) {
    .feature-item:has(.feature-img):after {
        height:350px
    }

    .feature-img {
        width: 60%;
        max-width: 60%;
        flex: 0 0 50%
    }
}

@media (min-width: 1024px) {
    .feature-item:has(.feature-img):after {
        height:450px
    }

    .feature-img {
        width: 60%;
        max-width: 60%;
        flex: 0 0 55%
    }
}

@media (min-width: 992px) {
    .sub-menu ul li.menu-title>a:before {
        left:-1.5px;
        width: 2px
    }

    html[dir="rtl"] .sub-menu ul li.menu-title>a:before {
        left: auto;
        right: -1.5px
    }
}

#readArea .feature-item:not(:has(.feature-img)) {
    display: none
}

#readArea .feature-item:has(.feature-img) {
    margin-block:0}

#readArea .section-no-heading,#readArea .page-article {
    padding-block:10px}

#readArea .section-no-heading {
    margin: 0 auto
}

#readArea .page-article:has(.section-no-heading) {
    min-height: auto
}

@media (max-width: 992px) {
    .blue-lookup .btn-filters span {
        display:none
    }
}

.teaser-content ul {
    padding-inline-start:21px}

html[lang="ar"] .breadcrumb-item+.breadcrumb-item::before {
    float: right
}

html[lang="ar"] .compare-table .col-cell .square-list>li,html[lang="ar"] .compare-table .col-cell ul>li {
    padding: 10px 0 0 1px
}

html[lang="ar"] .compare-table .col-cell ul>li:before {
    float: right;
    margin: 0.55rem 1.1rem
}

.action-btns ul li .btn {
    text-wrap-style: none
}

.page-nav.with-btns.show-btns .container:after {
    width: 0
}

.page-nav.with-btns.show-btns .container:after {
    width: 100%;
    right: 20%;
    pointer-events: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    filter: brightness(0);
    -webkit-filter: brightness(0)
}

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

@media (min-width: 992px) {
    :has(.privating_banking) .sub-menu ul li {
        border-left-color:var(--main-color)
    }
}

.why-card:before {
    display: none
}

.page-nav:not(:has(.btn-toggler)) .container:after {
    display: none
}

.custom-why-cards .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    padding: 12px 32px
}

.custom-why-cards .owl-nav :is(.owl-next,.owl-prev) {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef!important;
    border-radius: 50%;
    transition: .3s all ease-in-out
}

.custom-why-cards .owl-nav :is(.owl-next,.owl-prev).disabled {
    cursor: initial;
    opacity: .5
}

.custom-why-cards .owl-nav :is(.owl-next,.owl-prev):not(.disabled):hover {
    background: #dfdfdf!important
}

.custom-why-cards .owl-nav :is(.owl-next,.owl-prev) span {
    line-height: 24px!important;
    height: auto!important;
    font-size: 32px;
    margin-top: -4px
}

@media (min-width: 992px) {
    .left-paddle.hidden,.right-paddle.hidden {
        display:none!important
    }
}

.container-btn-banner {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    left: 50%;
    translate: -50% 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 768px) {
    .container-btn-banner {
        justify-content:center
    }
}

.btn-banner {
    padding: 0.35rem 0.75rem 0.275rem;
    border-color: #ca1700;
    background: #ca1700;
    color: #fff;
    width: 151px;
    padding-block:8px;display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 23px
}

.btn-banner:hover {
    color: #ca1700;
    background: white
}

.section-hero .carousel-controls {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    inset-inline-end: 0;
    width: 100%;
    display: flex;
    z-index: 1;
    pointer-events: none;
    .container {
        display: flex;
        align-items: center;
        align-items: flex-end;
        flex-direction: column;
        gap: 16px;
        max-width: 100%
    }

    .carousel-btn-next,.carousel-btn-prev {
        position: static;
        pointer-events: all
    }

    .indexSlider {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 9px;
        font-size: clamp(16px,3.4vw,24px);
        font-weight: bold;
        min-width: 28px
    }

    .currentIndex {
        color: #ca1700
    }

    .indexSlider .line {
        height: 44px;
        width: 2px;
        background-color: rgba(103,103,103,0.4)
    }
}

.widget-tools .row {
    gap: 32px 0
}

.widget-tools>.row {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

@media (max-width: 1200px) {
    .widget-tools .row {
        gap:16px 0
    }

    .widget-tools>.row {
        grid-template-columns: repeat(2,1fr)
    }

    .widget-tools>.row>.col {
        max-width: 100%
    }
}
html[dir="rtl"] .why-cards.with-carousel .owl-carousel .owl-item {
    direction: rtl;
}

.fw-content{
    justify-content: center;
}

.footer-top .row {
    justify-content: space-between;
}

@media (max-width: 558px) {
    html[lang="ar"] .footer-logo{
        width: 32px;
    }
    html[lang="ar"] .footer-back a .back-icon{
        width: 1.6rem;
        height: 1.6rem;
    }
    html[lang="ar"] .footer-back a{
        padding-left: 0;
    }
    html[lang="ar"] .footer-copyright ,
    html[lang="ar"] .footer-back a{
        font-size: 0.7rem;
    }
}


/* Popup Styles */

.custom-homepage-popup .modal-dialog {
    max-width: 602px;
    width: 90%;
    margin: 0 auto;
}

.custom-homepage-popup .modal-content {
    border: none;
    background: transparent;
}

.custom-homepage-popup .custom-homepage-popup-content {
    background: #FAFAFA;
    border-radius: 40px;
    max-width: 100%;
    min-height: 378px;
    padding: 41px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
}

.custom-homepage-popup .custom-homepage-popup-content h4 {
    margin-bottom: 0px;
    font-weight: 700;
    color: #CE0000;
    font-size: clamp(22px, 2.2vw, 32px);
    ;
}

.custom-homepage-popup .custom-homepage-popup-content p {
    color: black;
    line-height: 135%;
    margin-bottom: 0px;
}

.custom-homepage-popup .custom-homepage-popup-content button {
    background: #CE0000;
    color: white;
    border: none;
    padding: 10px 38px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 151px;
    margin-top: 10px;
}