:root {
    --charcoal-blue: #1e283a;
    --light-blue: #e2eff8;
    --light-gray: #1e283a09;
    --another-new-blue: #0095e5
}

:root {
    --blue: #0e3950;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #0bc12c;
    --teal: #179571;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #3e576a;
    --gray-dark: #343a40;
    --primary: #006aa5;
    --secondary: rgba(255, 255, 255, 0.7);
    --success: #0bc12c;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #718798;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Proxima Nova", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

figure, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Proxima Nova", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #315467;
    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
}

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

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

ol ol, ul ul, ol ul, ul ol {
    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%
}

a {
    color: #006aa5;
    text-decoration: none;
    background-color: transparent
}

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

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

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

pre, code {
    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
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    /*outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color*/
}

input, button, 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
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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
}

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
}

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

small, .small {
    font-size: 80%;
    font-weight: 400
}

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #3e576a
}

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

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

.figure {
    display: inline-block
}

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

a > code {
    color: inherit
}

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

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

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

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

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

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

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

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

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

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

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

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

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

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

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

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

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

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

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #edf1f4
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #edf1f4
}

.table tbody + tbody {
    border-top: 2px solid #edf1f4
}

.table-sm th, .table-sm td {
    padding: .3rem
}

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

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

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.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: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #718798;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

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

.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #26b1ff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(0, 106, 165, 0.25)
}

.form-control::placeholder {
    color: #3e576a;
    opacity: 1
}

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

input[type="date"].form-control, input[type="time"].form-control, input[type="month"].form-control {
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #333;
    background-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.form-control-lg {
    height: 52px;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

.form-check-inline {
    display: inline-flex;
    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-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 8px 8px;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #0bc12c;
    border-radius: 0
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 8px 8px;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #dc3545;
    border-radius: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #315467;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 106, 165, 0.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    box-shadow: none
}

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

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 106, 165, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

.btn-primary {
    color: #fff;
    background-color: #006aa5;
    border-color: #006aa5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-primary:hover {
    color: #fff;
    background-color: #00517f;
    border-color: #004972
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00517f;
    border-color: #004972;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(38, 128, 179, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #006aa5;
    border-color: #006aa5
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(38, 128, 179, 0.5)
}

.btn-secondary {
    color: #313131;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-secondary:hover {
    color: #313131;
    background-color: rgba(236, 236, 236, 0.7);
    border-color: rgba(230, 230, 230, 0.7)
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #313131;
    background-color: rgba(236, 236, 236, 0.7);
    border-color: rgba(230, 230, 230, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(204, 204, 204, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #313131;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7)
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #313131;
    background-color: rgba(230, 230, 230, 0.7);
    border-color: rgba(223, 223, 223, 0.7)
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(204, 204, 204, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #0bc12c;
    border-color: #0bc12c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-success:hover {
    color: #fff;
    background-color: #099d24;
    border-color: #089121
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #099d24;
    border-color: #089121;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(48, 202, 76, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #0bc12c;
    border-color: #0bc12c
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #089121;
    border-color: #08851e
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(48, 202, 76, 0.5)
}

.btn-light {
    color: #fff;
    background-color: #718798;
    border-color: #718798;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-light:hover {
    color: #fff;
    background-color: #5f7483;
    border-color: #5a6d7c
}

.btn-light:focus, .btn-light.focus {
    color: #fff;
    background-color: #5f7483;
    border-color: #5a6d7c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(134, 153, 167, 0.5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: #718798;
    border-color: #718798
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #5a6d7c;
    border-color: #556775
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(134, 153, 167, 0.5)
}

.btn-outline-primary {
    color: #006aa5;
    border-color: #006aa5
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #006aa5;
    border-color: #006aa5
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 106, 165, 0.5)
}

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

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(0, 106, 165, 0.5)
}

.btn-outline-secondary {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7)
}

.btn-outline-secondary:hover {
    color: #313131;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7)
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: rgba(255, 255, 255, 0.7);
    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: #313131;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7)
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(255, 255, 255, 0.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, 0.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

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

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

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

.btn-link:disabled, .btn-link.disabled {
    color: #3e576a;
    pointer-events: none
}

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

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

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

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

.fade {
    transition: opacity 0.15s linear
}

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

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

.dropdown {
    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: #315467;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /*border: none solid rgba(0, 0, 0, 0.15);*/
    border-radius: 3px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175)
}

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

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

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

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

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #f1f7fa #f1f7fa #e5eaed
}

.nav-tabs .nav-link.disabled {
    color: #3e576a;
    background-color: transparent;
    border-color: transparent
}

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

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

.nav-pills .nav-link {
    border-radius: 3px
}

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 16px 1rem
}

.navbar .container, .navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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")
}

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

.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: 2px;
    border-top-right-radius: 2px
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

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

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

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

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

.card-header:first-child {
    border-radius: 2px 2px 0 0
}

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

.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img-top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px
}

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

.page-link:hover {
    z-index: 2;
    color: #003959;
    text-decoration: none;
    background-color: #f1f7fa;
    border-color: #e5eaed
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 106, 165, 0.25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #006aa5;
    border-color: #006aa5
}

.page-item.disabled .page-link {
    color: #3e576a;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e5eaed
}

.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: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

a.badge:hover, a.badge:focus {
    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-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    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, 0.5)
}

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert-success {
    color: #066417;
    background-color: #cef3d5;
    border-color: #bbeec4
}

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

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

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

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

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

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #f1f7fa;
    border-radius: 3px;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #006aa5;
    transition: width 0.6s ease
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 3px
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 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: #3e576a;
    pointer-events: none;
    background-color: #fff
}

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

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.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):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #3e576a;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}

.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: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e5eaed;
    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-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5)
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Proxima Nova", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #383838
}

.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #383838
}

.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #383838
}

.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #383838
}

.tooltip-inner {
    max-width: 300px;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    background-color: #383838;
    border-radius: 0
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Proxima Nova", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2)
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.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-left {
    margin-right: .5rem
}

.bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

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

.carousel {
    position: relative
}

.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%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    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 0.6s ease
}

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.bg-primary {
    background-color: #006aa5 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #004972 !important
}

.bg-success {
    background-color: #0bc12c !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #089121 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #718798 !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #5a6d7c !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e5eaed !important
}

.border-top {
    border-top: 1px solid #e5eaed !important
}

.border-right {
    border-right: 1px solid #e5eaed !important
}

.border-bottom {
    border-bottom: 1px solid #e5eaed !important
}

.border-0 {
    border: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-light {
    border-color: #718798 !important
}

.rounded {
    border-radius: 3px !important
}

.rounded-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.rounded-left {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-center {
    align-self: center !important
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.overflow-auto {
    overflow: auto !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

@supports (position: sticky) {
    .sticky-top {
        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
}

.shadow {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.my-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !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 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

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

.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

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

.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

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

.px-5 {
    padding-left: 3rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.ml-n3 {
    margin-left: -1rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.ml-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .my-sm-2 {
        margin-top: .5rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }
}

@media (min-width: 768px) {
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important
    }

    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #006aa5 !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #003959 !important
}

.text-success {
    color: #0bc12c !important
}

a.text-success:hover, a.text-success:focus {
    color: #07791c !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #718798 !important
}

a.text-light:hover, a.text-light:focus {
    color: #4f606d !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-muted {
    color: #3e576a !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.my-8 {
    margin: 3rem 0 !important
}

.light-placeholder::placeholder {
    opacity: 0.5
}

.py-8 {
    padding: 6rem 0 !important
}

.leading-normal {
    line-height: 1.5
}

.tracking-tight {
    letter-spacing: -0.025em
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.rounded {
    border-radius: 0.25rem
}

.rounded-lg {
    border-radius: 0.5rem
}

.font-weight-semi-bold {
    font-weight: 600
}

.-scale-1 {
    transform: scale(0.8)
}

.scale-1 {
    transform: scale(1.2)
}

.scale-2 {
    transform: scale(1.4)
}

.scale-3 {
    transform: scale(1.6)
}

.opacity-25 {
    opacity: 0.25
}

.opacity-50 {
    opacity: 0.5
}

.opacity-75 {
    opacity: 0.75
}

.border-underline {
    border-bottom: 1px solid
}

.cursor-pointer {
    cursor: pointer
}

.font-size-50 {
    font-size: 50px !important
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50%
    }
}

.container-markdown h1 {
    font-size: 40px !important
}

.container-markdown h2 {
    font-size: 24px !important;
    font-weight: 600 !important
}

.container-markdown h3 {
    font-size: 20px !important
}

.container-markdown p {
    font-size: 16px !important
}

.container-markdown h1, .container-markdown h2 {
    margin-top: 28px
}

.container-markdown h2, .container-markdown h3 {
    font-weight: normal
}

.container-markdown img {
    border: 1px solid #edf1f4;
    width: 100%
}

.container-markdown pre {
    background: #f7fcff;
    border: 1px solid #edf1f4;
    border-radius: 4px;
    font-size: 14px;
    padding: 20px;
    white-space: pre-wrap
}

.container-markdown pre .hljs-attr {
    color: #e65544
}

.container-markdown pre .hljs-string {
    color: #50a14f
}

.container-markdown a {
    border-bottom: 1px solid #006aa5;
    color: #006aa5
}

.container-markdown table a {
    border-bottom: 0
}

.container-markdown table {
    border: 2px solid #f3f3f3;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%
}

.container-markdown table > tr {
    border-top: 2px solid #f3f3f3;
    padding: 20px 5px
}

.container-markdown table > tbody > tr > td, .container-markdown table > thead > tr > th {
    border-top: 1px solid #f3f3f3;
    padding: 12px
}

.container-markdown table > thead > tr > th {
    background: #f9f9f9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: uppercase
}

.btn-size-large {
    font-size: 18px;
    padding: 20px 35px
}

@media (max-width: 767px) {
    .btn-size-large {
        font-size: 16px;
        padding: 16px 35px
    }
}

.btn-size-large.dual-line {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    .btn-size-large.dual-line {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.btn-size-large.dual-line span {
    font-size: 12px;
    font-weight: 400;
    margin-top: -4px;
    display: block;
    text-transform: none;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .btn-size-large.dual-line span {
        font-size: 10px
    }
}

.btn-size-medium {
    font-size: 14px;
    padding: 17px 32px
}

@media (max-width: 767px) {
    .btn-size-medium {
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.btn-size-small {
    font-size: 14px;
    padding: 10px 20px
}

@media (max-width: 767px) {
    .btn-size-small {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.btn-fill-primary {
    background: #006aa5;
    color: #fff
}

.btn-fill-primary:hover, .btn-fill-primary:focus {
    background: #007abf;
    color: #fff
}

.btn-fill-primary:active {
    background: #005a8c;
    color: rgba(255, 255, 255, 0.3)
}

.btn-fill-white {
    background: #fff;
    color: #006aa5
}

.btn-fill-white:hover, .btn-fill-white:focus {
    background: rgba(255, 255, 255, 0.8);
    color: #006aa5
}

.btn-fill-white:active {
    background: #f2f2f2;
    color: rgba(0, 106, 165, 0.3)
}

.ipinfo-btn {
    border: 0;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: -0.04em;
    font-weight: 700;
    outline: none;
    text-align: center;
    width: auto
}

.ipinfo-btn:hover, .ipinfo-btn:focus {
    text-decoration: none
}

.btn-fill-green {
    background: #0bc12c;
    color: #fff
}

.btn-fill-green:hover, .btn-fill-green:focus {
    background: #0cd932;
    color: #fff
}

.btn-fill-green:active {
    background: #0aa927;
    color: rgba(255, 255, 255, 0.3)
}

.btn-fill-olive-green {
    background: #d4fa5a;
    color: #000
}

.btn-fill-olive-green:hover, .btn-fill-olive-green:focus {
    background: #c7f929;
    color: #000
}

.btn-fill-olive-green:active {
    background: #b2e707;
    color: rgba(0, 0, 0, 0.3)
}

.btn-line-gray {
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.7)
}

.btn-line-gray:hover, .btn-line-gray:focus {
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.8)
}

.btn-line-gray:active {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.4)
}

.btn-line-white {
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7)
}

.btn-line-white:hover, .btn-line-white:focus {
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.8)
}

.btn-line-white:active {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4)
}

.btn-line-primary {
    box-shadow: inset 0px 0px 0px 1px rgba(0, 106, 165, 0.3);
    color: #006aa5
}

.btn-line-primary:hover, .btn-line-primary:focus {
    box-shadow: inset 0px 0px 0px 1px rgba(0, 106, 165, 0.5);
    color: #006aa5
}

.btn-line-primary:active {
    background-color: rgba(0, 106, 165, 0.05);
    color: rgba(0, 106, 165, 0.4)
}

.btn.focus, .btn:focus {
    box-shadow: none !important
}

.btn-outline-dark {
    border-color: #d1d1d1;
    color: #626262
}

button {
    cursor: pointer
}

.btn-primary {
    font-weight: 300
}

.nav-link {
    font-weight: 400
}

.switcher input[type='checkbox'] {
    height: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.switcher label {
    border: 1px solid rgba(14, 57, 80, 0.2);
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-bottom: 0;
    position: relative;
    text-indent: -9999px;
    width: 40px
}

.switcher label::after {
    background: #0f3950;
    border-radius: 90px;
    content: '';
    height: 12px;
    left: 4px;
    position: absolute;
    top: 3px;
    transition: 0.3s;
    width: 12px
}

.switcher input:checked + label::after {
    left: calc(100% - 5px);
    transform: translateX(-100%)
}

.progress.flat {
    background: #f3f3f3;
    border-radius: 8px;
    box-shadow: none;
    height: 1.2rem
}

.progress.mini {
    height: 0.5rem
}

.bar-color-1 {
    background: #018de4 !important
}

.bar-color-2 {
    background: #58be46 !important
}

.bar-color-3 {
    background: #fbbc04 !important
}

.bar-color-4 {
    background: #2b68a0 !important
}

.bar-color-5 {
    background: #989898 !important
}

.ipinfo-modal {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.ipinfo-modal__container {
    background: #fff;
    border-radius: 8px;
    left: 0;
    letter-spacing: -0.04em;
    margin: auto;
    max-width: 500px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 30%
}

@media (max-width: 767px) {
    .ipinfo-modal__container {
        bottom: 0;
        top: unset
    }
}

.ipinfo-modal__header {
    background: #054a77;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    padding: 16px 20px
}

.ipinfo-modal__body {
    color: #333;
    font-size: 16px
}

.ipinfo-modal__footer {
    background: #edeeee
}

.ipinfo-modal.hidden {
    z-index: -1
}

.border-top {
    border-top: 1px solid #e5eaed !important
}

.border-right {
    border-right: 1px solid #e5eaed !important
}

.border-bottom {
    border-bottom: 1px solid #e5eaed !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

@media (min-width: 768px) {
    .border-md-bottom {
        border-bottom: 1px solid #e5eaed !important
    }

    .border-md-left {
        border-left: 1px solid #e5eaed !important
    }

    .border-md-top-0 {
        border-top: 0 !important
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

.bg-transparent.bg-white {
    background-color: #fff !important
}

.bg-blue-800 {
    background: #1a5e81;
    color: rgba(255, 255, 255, 0.6)
}

.bg-blue-800 h1, .bg-blue-800 h2, .bg-blue-800 h3, .bg-blue-800 h4, .bg-blue-800 h5, .bg-blue-800 h6 {
    color: #fff
}

.bg-blue-100 {
    background: #f7fcff;
    border-bottom: 1px solid #d6e2ea;
    color: #315467
}

.bg-sky-blue {
    background: #e2eff8
}

.bg-blue {
    background: #0e3950;
    color: #fff
}

.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6 {
    color: #fff
}

.bg-geometric {
    background: linear-gradient(141deg, #0e60c0 35%, #006aa5 100%);
    overflow: hidden;
    padding-bottom: 190px;
    padding-top: 170px;
    position: relative
}

.bg-geometric::before {
    background: #fff;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 78%);
    border-radius: 50%;
    content: '';
    display: block;
    height: 520px;
    left: 30px;
    margin-top: -260px;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    width: 520px;
    z-index: 1
}

.bg-geometric::after {
    background: #fff;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 78%);
    border-radius: 50%;
    content: '';
    display: block;
    height: 720px;
    left: 450px;
    margin-top: -360px;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    width: 720px;
    z-index: 1
}

.text-black {
    color: #000 !important
}

.text-rotate-270 {
    font-size: 16px;
    left: -60px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(180deg);
    writing-mode: tb-rl
}

header {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.83);
    border-bottom: 1px solid #edf1f4;
    position: sticky;
    top: 0;
    z-index: 999
}

header .navbar {
    padding: 11px
}

@media (min-width: 768px) and (max-width: 1200px) {
    header .navbar .container {
        margin: 0 auto;
        padding: 0
    }
}

header .navbar .navbar-toggler .navbar-toggler-icon {
    background: url("../images/layout/icon-close.svg") center no-repeat
}

header .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
    background: url("../images/layout/icon-menu.svg") center no-repeat
}

@media (max-width: 767px) {
    header .navbar #navbarMenu {
        max-height: 600px;
        overflow-y: scroll
    }
}

header .navbar .navbar-collapse {
    align-items: center
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: var(--charcoal-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 10px 12px
}

@media (min-width: 768px) and (max-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        margin-bottom: 0;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        margin-bottom: 0;
        margin-right: 0
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    background: url("../images/layout/caret.svg") right no-repeat;
    border: none;
    height: 8px;
    margin: 0 0 0 10px;
    position: relative;
    top: 3px;
    transition: transform 0.2s cubic-bezier(0.75, 0, 0.25, 1);
    width: 12px
}

header .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link {
    background-color: var(--light-gray);
    border-radius: 3px;
    transition: all 0.25s ease-out
}

header .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link.dropdown-toggle::after {
    transform: rotate(180deg)
}

header .navbar .navbar-collapse .navbar-nav .nav-item a:not(.btn) {
    color: var(--charcoal-blue);
    display: inline-block;
    text-decoration: none
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background: transparent;
    box-shadow: none
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        background: linear-gradient(0deg, #fff, #fff), #f8f9f9;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 12px 24px rgba(30, 40, 58, 0.12);
        padding: 25px
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu ul {
    list-style: none;
    padding-left: 0
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h5 {
    color: var(--charcoal-blue);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 35px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h5 a {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h5 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
        margin-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h5 a {
        display: inline-block;
        padding-bottom: 10px
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h6 {
    color: var(--charcoal-blue);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 35px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h6 a {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h6 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
        margin-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu h6 a {
        display: inline-block;
        padding-bottom: 10px
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu p {
    color: var(--charcoal-blue);
    display: none
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu p {
        display: initial;
        line-height: 24px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu {
        left: -101px;
        top: 46px;
        width: 690px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        list-style: none;
        padding-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu > ul > li {
        flex: 0 0 calc((100% - 50px) / 3);
        margin-bottom: 20px;
        margin-right: 25px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu > ul > li:nth-child(3n) {
        margin-right: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu > ul > li:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

@media (min-width: 991px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu {
        left: -115px;
        top: 46px;
        width: 720px
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu {
        left: -84px;
        top: 54px;
        width: 818px
    }
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu {
        left: -206px;
        top: 46px;
        width: 690px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(1) {
        background: rgba(30, 40, 58, 0.03);
        margin: -25px;
        padding: 25px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(1) > ul {
        display: flex;
        justify-content: space-between
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(1) > ul > li {
        width: calc((100% - 25px) / 2)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) {
        margin-left: 0;
        margin-top: 50px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 308px;
        justify-content: left;
        list-style: none;
        padding-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul > li {
        margin-bottom: 20px;
        margin-right: 25px;
        width: calc((100% - 25px) / 2)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:nth-last-child(-n+4) {
        margin-right: 0
    }
}

@media (min-width: 991px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu {
        left: -220px;
        top: 46px;
        width: 720px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        height: 375px
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu {
        left: -422px;
        top: 54px;
        width: 1140px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul {
        flex-direction: row
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(1) {
        width: 300px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(1) ul {
        display: flex;
        flex-direction: column
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(1) ul li {
        margin-bottom: 20px;
        width: 100%
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) {
        flex: 2;
        margin-left: 50px;
        margin-top: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        height: 262px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul li {
        width: calc((100% - 50px) / 3)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul li:nth-child(4) {
        margin-bottom: 20px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul li:nth-last-child(-n+4) {
        margin-right: 20px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul li:last-child {
        margin-right: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu > ul > li:nth-of-type(2) > ul li:nth-child(3n) {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu {
        left: -315px;
        top: 46px;
        width: 690px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul {
        flex-direction: column
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(1) {
        background: rgba(30, 40, 58, 0.03);
        margin: -25px;
        padding: 25px;
        width: calc(100% + 50px)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) {
        margin-top: 50px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 172px;
        justify-content: left;
        list-style: none;
        padding-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) > ul > li {
        margin-bottom: 20px;
        margin-right: 25px;
        width: calc((100% - 24px) / 2)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:nth-child(2n) {
        margin-bottom: 0
    }
}

@media (min-width: 991px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu {
        left: -326px;
        top: 46px;
        width: 720px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        height: 148px
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu {
        left: -312px;
        top: 54px;
        width: 832px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul {
        display: flex;
        flex-direction: row
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(1) {
        width: 300px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) {
        margin-left: 50px;
        margin-top: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) .dropdown-menu > ul > li:nth-of-type(2) ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 172px
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:last-child ul {
    font-weight: 600;
    margin-left: 60px
}

header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:last-child ul li {
    line-height: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu {
        left: -505px;
        top: 46px;
        width: 690px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul {
        flex-direction: column
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) {
        background: rgba(30, 40, 58, 0.03);
        margin: -25px;
        padding: 25px;
        width: calc(100% + 50px)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) ul li {
        margin-bottom: 0;
        width: calc((100% - 25px) / 2)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) {
        margin-left: 0;
        margin-top: 50px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 145px;
        justify-content: left;
        list-style: none;
        padding-left: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li {
        margin-bottom: 20px;
        margin-right: 25px;
        width: calc((100% - 25px) / 2)
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:nth-child(2) {
        margin-bottom: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:last-child {
        margin-right: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:last-child ul {
        font-weight: normal;
        list-style: disc;
        margin-left: 24px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul > li:last-child ul li {
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu {
        left: -526px;
        top: 46px;
        width: 720px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        height: 145px
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu {
        left: -504px;
        top: 54px;
        width: 832px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul {
        display: flex;
        flex-direction: row
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) {
        width: 300px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) > ul {
        display: flex;
        flex-direction: column
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) > ul > li {
        width: 100%
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(1) > ul > li:nth-of-type(1) {
        margin-bottom: 20px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) {
        flex: 2;
        margin-left: 50px;
        margin-top: 0
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) .dropdown-menu > ul > li:nth-of-type(2) > ul {
        height: 168px
    }
}

header .navbar .navbar-collapse > .navbar-md {
    display: none;
    position: relative
}

@media (min-width: 768px) and (max-width: 1199px) {
    header .navbar .navbar-collapse > .navbar-md {
        display: flex !important
    }

    header .navbar .navbar-collapse > .navbar-md .navbar-toggler {
        display: flex !important
    }

    header .navbar .navbar-collapse > .navbar-md .navbar-collapse {
        background: linear-gradient(0deg, #fff, #fff), #f8f9f9;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 12px 24px rgba(30, 40, 58, 0.12);
        display: none !important;
        padding: 25px;
        position: absolute;
        right: 0;
        top: 51px
    }

    header .navbar .navbar-collapse > .navbar-md .navbar-collapse li {
        margin-bottom: 0
    }

    header .navbar .navbar-collapse > .navbar-md .navbar-collapse.show {
        display: flex !important
    }

    header .navbar .navbar-collapse > .navbar-md .navbar-collapse .navbar-nav {
        flex-direction: column
    }

    header .navbar .navbar-collapse > .navbar-md .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 10px
    }
}

header .btn {
    font-weight: 600;
    padding: 6px 20px
}

header .navbar-nav-main {
    margin-right: 15px
}

header .btn-primary {
    background: var(--another-new-blue);
    border: 1px solid var(--another-new-blue);
    border-radius: 3px;
    white-space: nowrap
}

h1, h2, h3, h4, h5, h6 {
    color: #0e3950;
    font-weight: 700;
    margin-bottom: 12px
}

.nav-pills .nav-item .nav-link {
    background-color: #f7fcff;
    box-shadow: none;
    color: #343a40;
    padding: 13px 30px
}

.nav-pills .nav-item .nav-link.active {
    background-color: #006aa5;
    color: #fff
}

@media (max-width: 767px) {
    .nav-pills .nav-item .nav-link {
        padding: 8px 20px
    }
}

@media (max-width: 767px) {
    .nav-pills-side {
        flex-wrap: nowrap;
        left: 0;
        margin-bottom: 10px;
        overflow: scroll;
        top: 72px
    }
}

.nav-pills-side .nav-link {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px
}

@media (max-width: 767px) {
    .nav-pills-side .nav-link {
        white-space: nowrap
    }
}

.nav-pills-side .nav-link.active, .nav-pills-side .show > .nav-link {
    background-color: transparent;
    color: #138ed2;
    position: relative
}

@media (max-width: 767px) {
    .nav-pills-side .nav-link.active, .nav-pills-side .show > .nav-link {
        border-bottom: 1px solid #138ed2;
        border-radius: 0
    }
}

@media (min-width: 768px) {
    .nav-pills-side .nav-link.active::after, .nav-pills-side .show > .nav-link::after {
        border: 1px solid #138ed2;
        border-width: 0 2px 2px 0;
        content: '';
        display: inline-block;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 16px;
        transform: rotate(-45deg)
    }
}

.blockquote.blockquote-dark > p::before, .blockquote.blockquote-dark > p::after {
    filter: invert(1)
}

.blockquote > p::before, .blockquote > p::after {
    content: '';
    height: 16px;
    position: absolute;
    width: 20px
}

.blockquote > p::before {
    background: url("../images/customers-page/quote-sign.svg") 0 0 no-repeat;
    left: 0;
    top: -22px
}

.blockquote > p::after {
    background: url("../images/customers-page/quote-sign.svg") 0 0 no-repeat;
    right: 0;
    transform: rotate(180deg)
}

.blockquote-customer {
    border-bottom: 1px solid;
    border-top: 4px solid;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 20px;
    padding-top: 15px;
    text-align: justify
}

.blockquote-customer h6 {
    font-size: 16px !important;
    margin-top: 10px
}

.blockquote-customer h6 img {
    border-radius: 50%;
    height: 30px;
    margin-right: 20px;
    width: 30px
}

.main-content {
    color: #315467;
    min-height: 40vh
}

.main-content h1 {
    font-size: 40px
}

.main-content h2 {
    font-size: 36px
}

.main-content h3 {
    font-size: 30px;
    margin-bottom: 8px
}

.main-content h6 {
    font-size: 20px
}

.main-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

.main-content p.lead {
    font-size: 22px;
    line-height: 36px
}

.main-content strong {
    font-weight: 700
}

.main-content a {
    text-decoration: none
}

.main-content .jumbotron {
    background: #eaf3f8;
    color: #3f6579
}

.main-content .jumbotron .lead {
    font-size: 20px
}

.main-content .card {
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 62, 96, 0.1);
    color: #000
}

.main-content .card .card-header {
    background: transparent;
    border-bottom: 2px solid #f1f7fa;
    padding: 22px 30px
}

.main-content .card .card-header h3 {
    color: #000;
    font-weight: 600
}

.main-content .card .card-header p.text-muted {
    color: #6c8293;
    font-size: 14px;
    margin-bottom: 0
}

.main-content .card .card-body label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.5;
    text-transform: uppercase
}

.main-content .card .card-body h3 {
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 0.5rem
}

@media (max-width: 767px) {
    .main-content .card .card-body h3 {
        font-size: 14px
    }
}

.main-content .card .card-body .media .media-body h5 {
    font-size: 28px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .main-content .card .card-body .media .media-body h5 {
        font-size: 20px
    }
}

.main-content .card .card-body .media .media-body small {
    font-weight: bold;
    opacity: 0.2;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .main-content .card .card-body .media .media-body small {
        font-size: 10px
    }
}

.main-content .card .card-body .btn-link {
    color: #343a40;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    margin-top: 24px;
    opacity: 0.5;
    text-decoration: none;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .main-content .card .card-body .btn-link {
        margin-bottom: 0;
        white-space: nowrap
    }
}

.main-content .card .card-body p {
    font-size: 14px;
    line-height: 21px;
    opacity: 0.8
}

.main-content .card .card-body .table th {
    font-size: 12px;
    font-weight: 600;
    padding-left: 12px
}

.main-content .card .card-body .table td {
    font-size: 14px;
    padding: 12px;
    white-space: nowrap
}

.main-content .card .card-body .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fbfc
}

@media (min-width: 767px) {
    .main-content .card .card-body .w-md-50 {
        width: 48% !important
    }
}

.main-content .card .card-body .list-inline .list-inline-item p {
    font-size: 16px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .main-content .card .card-body .row .row .mt-md-4 p {
        font-size: 10px;
        margin-bottom: 0
    }
}

.main-content .card.card-hover:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translate(0, -5px);
    transition: transform 200ms
}

.main-content .card-testimonial {
    border: none;
    box-shadow: 20px 20px 50px rgba(4, 56, 85, 0.12);
    padding-left: 30px;
    position: relative
}

.main-content .card-testimonial .card-img-top {
    height: 60px;
    left: -30px;
    position: absolute;
    top: 20px;
    width: 60px
}

.main-content .card-testimonial .card-text {
    color: #000;
    font-size: 14px;
    line-height: 22px
}

.main-content .card-testimonial h4 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 15px
}

.main-content .card-testimonial h6 {
    color: #718798;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0
}

@media (max-width: 767px) {
    .main-content .card-testimonial {
        padding-left: 0
    }

    .main-content .card-testimonial .card-img-top {
        margin: 10px auto;
        position: initial
    }
}

.main-content .card-customer {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(14, 57, 80, 0.1);
    height: 100%;
    margin: 30px;
    min-height: 320px;
    padding: 30px;
    width: 33%
}

.main-content .card-customer .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0
}

.main-content .card-customer .card-body .blockquote {
    color: #0e3950;
    font-size: 18px;
    position: relative
}

.main-content .card-customer .card-body .blockquote::before, .main-content .card-customer .card-body .blockquote::after {
    content: '';
    height: 16px;
    position: absolute;
    width: 20px
}

.main-content .card-customer .card-body .blockquote::before {
    background: url("../images/customers-page/quote-sign.svg") 0 0 no-repeat;
    left: 0;
    top: -22px
}

.main-content .card-customer .card-body .blockquote::after {
    background: url("../images/customers-page/quote-sign.svg") 0 0 no-repeat;
    bottom: -22px;
    right: 0;
    transform: rotate(180deg)
}

@media (max-width: 991px) {
    .main-content .card-customer {
        margin-left: auto;
        width: 100%
    }
}

.main-content .card-story {
    border: none;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(0, 106, 165, 0.1);
    overflow: hidden;
    padding-bottom: 40px;
    width: 45%
}

.main-content .card-story .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 40px 0
}

.main-content .card-story .card-body .d-flex img {
    height: 45px
}

.main-content .card-story .card-body .d-flex span {
    font-size: 12px;
    letter-spacing: 0.2em;
    opacity: 0.4;
    text-transform: uppercase
}

.main-content .card-story .card-body p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 25px
}

.main-content .card-story .card-body a.text-success {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none
}

@media (max-width: 767px) {
    .main-content .card-story {
        margin-bottom: 40px;
        width: 100%
    }
}

.main-content .pt-2 {
    top: 32px
}

.main-content .col-team h2 {
    font-size: 20px
}

.main-content .col-team p {
    font-size: 16px;
    font-weight: 400
}

.main-content .col-team .lead {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400
}

.main-content .col-team img {
    border-radius: 50%;
    margin: 23px auto;
    width: 83%
}

@media (min-width: 768px) {
    .main-content h1 {
        font-size: 50px
    }

    .main-content h2 {
        font-size: 42px
    }

    .main-content h3 {
        font-size: 32px;
        margin-bottom: 8px
    }
}

.btn-lg {
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: -0.04em;
    padding: 20px 35px
}

.btn {
    box-shadow: none !important;
    font-weight: 700
}

.btn span {
    display: block;
    font-size: small;
    font-weight: 400
}

.btn-outline-primary {
    border: 1px solid #006aa5;
    box-shadow: inset 0 0 0 1px rgba(0, 106, 165, 0.3);
    color: #006aa5
}

.btn-pill {
    background: #fff;
    border: 1px solid #e5eaed;
    border-radius: 30px;
    color: #0e3950;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    padding: 0 24px
}

.icon-search {
    background: url("../images/search-icon.svg") center no-repeat;
    background-size: 100%;
    border: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: -999px;
    top: 0;
    width: 25px
}

.icon-search:hover {
    opacity: 1
}

.icon-search:focus {
    box-shadow: none;
    outline: 0
}

.list-check {
    list-style: none
}

.list-check li {
    background: url("../images/green-check.svg") no-repeat;
    background-position: 0 6px;
    background-size: 18px;
    font-size: 18px;
    padding-left: 38px
}

.list-group li strong {
    font-weight: 600
}

.list-inline-check {
    list-style: none
}

.list-inline-check li {
    background: url("../images/green-check.svg") no-repeat;
    background-position: 0 6px;
    background-size: 20px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    padding-left: 32px;
    text-align: left;
    width: 33%
}

.list-bullet {
    list-style: none;
    padding: 0 12px
}

.list-bullet li {
    background: url("../images/disc-icon.svg") no-repeat;
    background-position: 0 6px;
    background-size: 14px;
    margin-bottom: 16px;
    padding-left: 22px;
    width: 40%
}

.list-bullet li:last-child {
    margin-bottom: 0
}

.dl-bullet dt::before {
    background: #34d6ae;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 32px;
    width: 10px
}

.tooltip-inner {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    text-shadow: 0 -1px 0 #000
}

@media (max-width: 767px) {
    .list-bullet li, .list-inline-check li {
        width: 100%
    }
}

.toast {
    border: 0;
    position: fixed;
    right: 20px;
    top: 100px;
    width: calc(100% - 40px)
}

.col-form-label {
    font-weight: bold
}

.border-light {
    border-color: #c3dbe8 !important
}

.container-img {
    display: flex;
    padding: 0;
    position: relative
}

.container-img > img, .container-img > .bg-geometric {
    object-fit: cover;
    position: absolute;
    top: -125px;
    width: 100%;
    z-index: -1
}

.container-img > img {
    height: calc(100% + 200px)
}

.container-img > .bg-geometric {
    height: 650px
}

.container-img > .container {
    top: 36px
}

.tryit-data .icon-privacy {
    background-color: #00476b;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 28px;
    margin-right: 12px;
    width: 28px
}

.tryit-data .icon-privacy:empty {
    background: #00476b url("../images/red-close-icon.svg") center no-repeat
}

.tryit-data .icon-privacy:not(:empty) {
    background: #00476b url("../images/green-check-only-icon.svg") center no-repeat
}

.try-code {
    background: #f1f7fa;
    box-shadow: 8px 8px 10px 0 rgba(225, 234, 239, 0.7);
    font-family: 'Source Code Pro', monospace;
    padding-top: 25px
}

.try-code ul {
    list-style: none;
    padding-bottom: 16px
}

.try-code ul li {
    color: #41748e;
    font-size: 14px;
    line-height: 1.7em
}

.try-code ul li.comment-code {
    color: #bbc8cf;
    margin-bottom: 10px
}

.try-code ul li.code {
    max-height: 248px;
    overflow: scroll
}

.try-code ul li.code > span {
    display: block;
    padding-left: 32px
}

.loader {
    animation: around 5.4s infinite;
    display: inline-block;
    height: 20px;
    position: absolute;
    top: 30%;
    width: 20px
}

.loader::after, .loader::before {
    animation: around 0.7s ease-in-out infinite;
    background: #fff;
    border-color: #333 #333 transparent transparent;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent
}

.loader.text-white::after, .loader.text-white::before {
    background: transparent;
    border-color: #fff #fff transparent transparent
}

.img-customer {
    margin: 30px 60px;
    max-height: 48px;
    width: 135px
}

.row-customer {
    align-items: center
}

.row-customer img {
    border-radius: 50%;
    width: 95px
}

.row-customer > div > h4 {
    color: #9eb4c4;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.row-customer > div > p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0
}

.row-customer > div > p > span {
    color: #9eb4c4
}

.row-customer > div > p > a {
    color: #000
}

footer {
    background: #edf1f4
}

footer ul.list-unstyled li:first-child, footer ul.list-unstyled li.active {
    color: #3e576a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase
}

footer ul.list-unstyled li a {
    color: #6c8293;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.3s
}

footer ul.list-unstyled li a:hover {
    color: #414e58
}

footer .container-fluid {
    background-color: #e5eaed;
    padding: 12px 0 3px
}

footer .container-fluid p {
    color: #718798;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding-top: 5px
}

footer .container-fluid p a {
    color: #94a7b5;
    text-decoration: none
}

footer .container-fluid .list-inline-item a {
    background: #9eb4c4;
    border-radius: 50%;
    display: inline-block
}

footer .container-fluid .list-inline-item a:hover {
    background: #becdd7
}

footer .container-fluid .list-inline-item a i {
    display: block;
    height: 26px;
    width: 26px
}

footer .container-fluid .list-inline-item a i.icon-fb {
    background: url("../images/facebook-icon.svg") center no-repeat;
    background-size: 7px 13px
}

footer .container-fluid .list-inline-item a i.icon-tw {
    background: url("../images/twitter-icon.svg") center no-repeat;
    background-size: 15px 12px
}

footer .container-fluid .list-inline-item a i.icon-github {
    background: url("../images/github-icon.svg") center no-repeat;
    background-size: 18px
}

.arrow-down {
    border: solid #0bc12c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg)
}

.arrow-right {
    border: solid #0bc12c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg)
}

.icon {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: -2px
}

.icon svg {
    height: 16px;
    width: 16px
}

.icon-md svg {
    height: 24px;
    width: 24px
}

.icon-lg svg {
    height: 64px;
    width: 64px
}

.icon-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 26px
}

@keyframes slide-in-down {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.main-content .card-content {
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.main-content h1 {
    color: rgba(14, 57, 80, 0.7);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .main-content h2 {
        font-size: 60px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.main-content p {
    font-size: 16px;
    line-height: 24px;
}

.main-content .card h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 27px;
}

.main-content .card p {
    font-size: 14px;
}

.main-content dl {
    font-size: 14px;
}

.main-content h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-content h4 {
    font-size: 18px;
}

.main-content h6 {
    color: rgba(14, 57, 80, 0.7);
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

.main-content code.code-dark {
    background: #0b2939;
    color: #7fa6ba;
    display: block;
    padding: 20px 25px;
}

header {
    z-index: 99999;
}

#mapid {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.cls-1 {
    fill: #0e3950;
}

.ip-search-home {
    border: 1px solid #c3dbe8;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 0px;
    padding: 12px 8px 12px 18px;
    position: relative;  
    width: 500px;
}

.ip-search-home input {
    background-size: 12px;
    border: 0;
    outline: 0;
    padding: 0 30px 0 20px;
}

@media (max-width: 767px) {
    .ip-search-home input {
        font-size: 12px
    }
}

.ip-search-home button {
    background-image: linear-gradient(to left, #fff, #f2f2f2);
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 34px;
    position: absolute;
    right: 8px;
    top: 6px;
    width: 63px
}

.ip-search-home button:hover {
    border-color: #bdbdbd
}

.ip-search-home button::before {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.896%2021.895%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23006aa5%3Bstroke-width%3A1.5px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_1842%22%20data-name%3D%22Path%201842%22%20class%3D%22cls-1%22%20d%3D%22M-7813.126%2012145.24a5.84%205.84%200%200%201-5.873-5.617%205.621%205.621%200%200%201%205.62-5.623%205.624%205.624%200%200%201%205.622%205.623%205.621%205.621%200%200%201-5.366%205.613l.365%206.192%22%20transform%3D%22rotate(-45%20-18545.127%20-3368.143)%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
    background-size: 20px;
    content: '';
    display: inline-block;
    height: 34px;
    width: 20px
}

#mapid {
    height: 300px;
    width: 100%;
    margin-bottom: 0;
}

.pull-right {
    float: right;
}