/*!
 ***************************************************************************************

	  ____          _                            _              ____ _     ___ 
	 / ___|___   __| | ___ _ __ ___  _   _ _ __ | |__   __ _   / ___| |   |_ _|
	| |   / _ \ / _` |/ _ \ '_ ` _ \| | | | '_ \| '_ \ / _` | | |   | |    | |
	| |__| (_) | (_| |  __/ | | | | | |_| | | | | | | | (_| | | |___| |___ | |
	 \____\___/ \__,_|\___|_| |_| |_|\__,_|_| |_|_| |_|\__,_|  \____|_.___|___|

 ***************************************************************************************
 * Tools DEV -  v1.0.0 (https://github.com/chalermporn)
 * Copyright 2017-2020 Mr.Chalermporn Posoppitakwong
 * Licensed under MIT (https://www.opensource.org/licenses/mit-license.php)
 * Updated on Thursday, 12 March 2020, 02:03:20 
 */
img,
svg {
    vertical-align: middle;
}
address,
legend {
    line-height: inherit;
}
.breadcrumb,
.carousel-indicators,
.dropdown-menu,
.nav,
.navbar-nav,
.pagination,
ol,
ul {
    list-style: none;
}
@font-face {
    font-family: thaisans;
    src: url(../fonts/thaisansneue-bold-webfont.woff2) format("woff2"), url(../fonts/thaisansneue-bold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: thaisans;
    src: url(../fonts/thaisansneue-regular-webfont.woff2) format("woff2"), url(../fonts/thaisansneue-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
} /*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
button,
hr,
input {
    overflow: visible;
}
pre,
textarea {
    overflow: auto;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0;
}
address,
dl,
ol,
pre,
ul {
    margin-bottom: 1rem;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-bottom: 0.5rem;
}
body,
caption {
    text-align: left;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block;
}
label,
output {
    display: inline-block;
}
.cart-totals table,
.shop-cart,
table {
    border-collapse: collapse;
} /*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --gray-dark: #29363d;
    --blue: #016fb9;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c80000;
    --orange: #f8cb00;
    --yellow: #f1d068;
    --green: #009600;
    --teal: #20c997;
    --cyan: #63c2de;
    --white: #fff;
    --gray: #536c79;
    --primary: #016fb9;
    --secondary: #a4b7c1;
    --success: #009600;
    --info: #63c2de;
    --warning: #f1d068;
    --danger: #c80000;
    --light: #f0f3f5;
    --dark: #29363d;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel-indicators li,
hr {
    -webkit-box-sizing: content-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    background-color: #e4e5e6;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
.btn-link,
.btn:hover {
    text-decoration: none;
}
.btn,
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
    cursor: pointer;
}
address {
    font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    background-color: transparent;
}
a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
svg {
    overflow: hidden;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #536c79;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal;
}
.badge,
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand,
.progress-bar {
    white-space: nowrap;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.display-1,
.display-2,
.display-3,
.display-4,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}
.custom-range,
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.blockquote,
hr {
    margin-bottom: 1rem;
}
.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300;
}
.h1,
h1 {
    font-size: 2.5rem;
}
h1.size-h3{
    font-size: 1.75rem;
}
.h2,
h2 {
    font-size: 2rem;
}
h2.size-h3{
    font-size: 1.75rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
h3.size-h4 {
    font-size: 1.5rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
}
.display-1 {
    font-size: 6rem;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #536c79;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #e4e5e6;
    border: 1px solid #a4b7c1;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #536c79;
}
code,
kbd {
    font-size: 87.5%;
}
a > code,
pre code {
    color: inherit;
}
code {
    color: #e83e8c;
    word-wrap: break-word;
}
kbd {
    padding: 0.2rem 0.4rem;
    color: #fff;
    background-color: #151b1e;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.btn,
.btn-link,
.custom-select,
.dropdown-item,
.form-control,
.input-group-text {
    font-weight: 400;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #151b1e;
}
pre code {
    font-size: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
@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;
    }
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: end;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-1,
.col-auto {
    -webkit-box-flex: 0;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2,
.col-3 {
    -webkit-box-flex: 0;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4,
.col-5 {
    -webkit-box-flex: 0;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6,
.col-7 {
    -webkit-box-flex: 0;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8,
.col-9 {
    -webkit-box-flex: 0;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10,
.col-11 {
    -webkit-box-flex: 0;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.bd-toc,
.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-2 {
    -ms-flex-order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #151b1e;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dedede;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #a4b7c1;
}
.table tbody + tbody {
    border-top: 2px solid #a4b7c1;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #a4b7c1;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}
.table-hover tbody tr:hover {
    color: #151b1e;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8d7eb;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7bb4db;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a4cce5;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #e6ebee;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #d0dadf;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #d7dfe4;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #b8e2b8;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #7ac87a;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a6dba6;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #d3eef6;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #aedfee;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #bee6f2;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fbf2d5;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f8e7b0;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #f9ebbe;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f0b8b8;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #e27a7a;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #eca3a3;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fbfcfc;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #f7f9fa;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ecf1f1;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c3c7c9;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #90969a;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b6babd;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #29363d;
    border-color: #384a54;
}
.table .thead-light th {
    color: #3e515b;
    background-color: #c2cfd6;
    border-color: #a4b7c1;
}
.table-dark {
    color: #fff;
    background-color: #29363d;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #384a54;
}
.table-dark.table-bordered,
.table-responsive > .table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.accordion > .card,
.collapsing,
.modal-open,
.progress,
.progress-bar,
.toast {
    overflow: hidden;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 8px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3e515b;
}
.form-control:focus {
    color: #3e515b;
    background-color: #fff;
    border-color: #3cb0fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #b3b3b3;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 1;
}
.form-control::placeholder {
    color: #b3b3b3;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f3f3f3;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #3e515b;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #151b1e;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #536c79;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    max-width: 100%;
    top: 100%;
    line-height: 1.5;
    z-index: 5;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #009600;
}
.valid-tooltip {
    display: none;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(0, 150, 0, 0.9);
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #009600;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #009600;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009600' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #009600;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #009600;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2329363d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009600' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat #fff;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #009600;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #009600;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #00c900;
    background-color: #00c900;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #009600;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #009600;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #c80000;
}
.invalid-tooltip {
    display: none;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(200, 0, 0, 0.9);
}
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #c80000;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #c80000;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c80000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c80000' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #c80000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #c80000;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2329363d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c80000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c80000' stroke='none'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat #fff;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #c80000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #c80000;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #fb0000;
    background-color: #fb0000;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #c80000;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #c80000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.btn {
    display: inline-block;
    color: #151b1e;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: 0.255em;
    content: "";
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #151b1e;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #016fb9;
    border-color: #016fb9;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #015893;
    border-color: #015186;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #016fb9;
    border-color: #016fb9;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #015186;
    border-color: #01497a;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}
.btn-secondary {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #8da5b2;
    border-color: #869fac;
    color: #151b1e;
}
.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 160, 169, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(143, 160, 169, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #151b1e;
    background-color: #869fac;
    border-color: #7e99a7;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 160, 169, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(143, 160, 169, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #009600;
    border-color: #009600;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #007000;
    border-color: #006300;
    color: #fff;
}
.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 166, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 166, 38, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #009600;
    border-color: #009600;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006300;
    border-color: #005600;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 166, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 166, 38, 0.5);
}
.btn-info {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #43b6d7;
    border-color: #39b2d5;
    color: #151b1e;
}
.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 169, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(87, 169, 193, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b2d5;
    border-color: #2eadd3;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 169, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(87, 169, 193, 0.5);
}
.btn-warning {
    color: #151b1e;
    background-color: #f1d068;
    border-color: #f1d068;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #eec545;
    border-color: #edc139;
    color: #151b1e;
}
.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 181, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(208, 181, 93, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #151b1e;
    background-color: #f1d068;
    border-color: #f1d068;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #151b1e;
    background-color: #edc139;
    border-color: #ecbe2e;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 181, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(208, 181, 93, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #c80000;
    border-color: #c80000;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #a20000;
    border-color: #950000;
    color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 38, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(208, 38, 38, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c80000;
    border-color: #c80000;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #950000;
    border-color: #800;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 38, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(208, 38, 38, 0.5);
}
.btn-light {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #d9e1e6;
    border-color: #d1dbe1;
    color: #151b1e;
}
.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 211, 213, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(207, 211, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #151b1e;
    background-color: #d1dbe1;
    border-color: #cad4dc;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 211, 213, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(207, 211, 213, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1a2226;
    border-color: #151b1f;
    color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 84, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(73, 84, 90, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #151b1f;
    border-color: #0f1417;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 84, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(73, 84, 90, 0.5);
}
.btn-outline-primary {
    color: #016fb9;
    border-color: #016fb9;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #016fb9;
    border-color: #016fb9;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #016fb9;
    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: #016fb9;
    border-color: #016fb9;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.5);
}
.btn-outline-secondary {
    color: #a4b7c1;
    border-color: #a4b7c1;
}
.btn-outline-secondary:hover {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #a4b7c1;
    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: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.btn-outline-success {
    color: #009600;
    border-color: #009600;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #009600;
    border-color: #009600;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #009600;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #009600;
    border-color: #009600;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.5);
}
.btn-outline-info {
    color: #63c2de;
    border-color: #63c2de;
}
.btn-outline-info:hover {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #63c2de;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-outline-warning {
    color: #f1d068;
    border-color: #f1d068;
}
.btn-outline-warning:hover {
    color: #151b1e;
    background-color: #f1d068;
    border-color: #f1d068;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 208, 104, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(241, 208, 104, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f1d068;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #151b1e;
    background-color: #f1d068;
    border-color: #f1d068;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 208, 104, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(241, 208, 104, 0.5);
}
.btn-outline-danger {
    color: #c80000;
    border-color: #c80000;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #c80000;
    border-color: #c80000;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c80000;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c80000;
    border-color: #c80000;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}
.btn-outline-light {
    color: #f0f3f5;
    border-color: #f0f3f5;
}
.btn-outline-light:hover {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f0f3f5;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-outline-dark {
    color: #29363d;
    border-color: #29363d;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #29363d;
    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: #29363d;
    border-color: #29363d;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.btn-link {
    color: #016fb9;
}
.btn-link:hover {
    color: #01416d;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before,
.card-link:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.list-group-item-action:focus,
.list-group-item-action:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.page-link:hover,
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #536c79;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #151b1e;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-right: 0;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    border-right: 0.3em solid;
    vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f0f3f5;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
    margin-bottom: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #151b1e;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #0b0e0f;
    background-color: #f0f3f5;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #016fb9;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #536c79;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    color: #536c79;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #151b1e;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-toolbar,
.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.input-group-append,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.header,
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3e515b;
    text-align: center;
    background-color: #f0f3f5;
    border: 1px solid #c2cfd6;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #016fb9;
    background-color: #016fb9;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #3cb0fe;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6ec4fe;
    border-color: #6ec4fe;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #536c79;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #c2cfd6;
}
.custom-control-label {
    position: relative;
    vertical-align: top;
}
.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #678898;
}
.custom-control-label::after {
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #016fb9;
    background-color: #016fb9;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(1, 111, 185, 0.5);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #678898;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(1, 111, 185, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3e515b;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2329363d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat #fff;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    appearance: none;
}
.custom-select:focus {
    border-color: #3cb0fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.custom-select:focus::-ms-value {
    color: #3e515b;
    background-color: #fff;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label,
.custom-select:disabled {
    background-color: #c2cfd6;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #536c79;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3e515b;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(1.5em + 0.75rem + 2px);
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
}
.custom-file-label,
.custom-file-label::after {
    position: absolute;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #3e515b;
    top: 0;
    right: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #3cb0fe;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c2cfd6;
}
.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #f0f3f5;
    border-left: inherit;
}
.nav,
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #016fb9;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #6ec4fe;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #a4b7c1;
    border-color: transparent;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #016fb9;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #6ec4fe;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #a4b7c1;
    border-color: transparent;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #016fb9;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}
button.close,
select {
    -moz-appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #6ec4fe;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #a4b7c1;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #a4b7c1;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #678898;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #678898;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #678898;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.nav-link,
.navbar {
    padding: 0.5rem 1rem;
}
.nav-link {
    display: block;
}
.nav-link.disabled {
    color: #536c79;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #a4b7c1;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #c2cfd6 #c2cfd6 #a4b7c1;
}
.nav-tabs .nav-link.disabled {
    color: #536c79;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3e515b;
    background-color: #e4e5e6;
    border-color: #a4b7c1 #a4b7c1 #e4e5e6;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.navbar-expand,
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c2cfd6;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-footer,
.card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f0f3f5;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-header,
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-header {
    border-bottom: 1px solid #c2cfd6;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    border-top: 1px solid #c2cfd6;
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.alert,
.btn .badge,
.page-link {
    position: relative;
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.list-group,
.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
}
.accordion > .card > .card-header {
    margin-bottom: -1px;
}
.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
}
.breadcrumb-login {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem 0.75rem 0;
    margin-bottom: 1rem;
    background-color: #fff;
    margin-top: 122px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #536c79;
    content: "/";
}
.pagination,
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
}
.breadcrumb-item.active {
    color: #536c79;
}
.pagination {
    display: flex;
    padding-left: 0;
}
.page-link,
.popover-body,
.popover-header {
    padding: 0.5rem 0.75rem;
}
.page-link {
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #016fb9;
    background-color: #fff;
    border: 1px solid #a4b7c1;
}
.page-link:hover {
    z-index: 2;
    color: #01416d;
    background-color: #c2cfd6;
    border-color: #a4b7c1;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #016fb9;
    border-color: #016fb9;
}
.page-item.disabled .page-link {
    color: #536c79;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #a4b7c1;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.badge,
.close {
    font-weight: 700;
    line-height: 1;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}
.badge:empty {
    display: none;
}
.btn .badge {
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.badge-primary {
    color: #fff;
    background-color: #016fb9;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #015186;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(1, 111, 185, 0.5);
}
.badge-secondary {
    color: #151b1e;
    background-color: #a4b7c1;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #151b1e;
    background-color: #869fac;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #009600;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #006300;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 0, 0.5);
}
.badge-info {
    color: #151b1e;
    background-color: #63c2de;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #151b1e;
    background-color: #39b2d5;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.badge-warning {
    color: #151b1e;
    background-color: #f1d068;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #151b1e;
    background-color: #edc139;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 208, 104, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(241, 208, 104, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #c80000;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #950000;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}
.badge-light {
    color: #151b1e;
    background-color: #f0f3f5;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #151b1e;
    background-color: #d1dbe1;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #29363d;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #151b1f;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #c2cfd6;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #013a60;
    background-color: #cce2f1;
    border-color: #b8d7eb;
}
.alert-primary hr {
    border-top-color: #a4cce5;
}
.alert-primary .alert-link {
    color: #001c2e;
}
.alert-secondary {
    color: #555f64;
    background-color: #edf1f3;
    border-color: #e6ebee;
}
.alert-secondary hr {
    border-top-color: #d7dfe4;
}
.alert-secondary .alert-link {
    color: #3e4548;
}
.alert-success {
    color: #004e00;
    background-color: #cceacc;
    border-color: #b8e2b8;
}
.alert-success hr {
    border-top-color: #a6dba6;
}
.alert-success .alert-link {
    color: #001b00;
}
.alert-info {
    color: #336573;
    background-color: #e0f3f8;
    border-color: #d3eef6;
}
.alert-info hr {
    border-top-color: #bee6f2;
}
.alert-info .alert-link {
    color: #234650;
}
.alert-warning {
    color: #7d6c36;
    background-color: #fcf6e1;
    border-color: #fbf2d5;
}
.alert-warning hr {
    border-top-color: #f9ebbe;
}
.alert-warning .alert-link {
    color: #594d27;
}
.alert-danger {
    color: #680000;
    background-color: #f4cccc;
    border-color: #f0b8b8;
}
.alert-danger hr {
    border-top-color: #eca3a3;
}
.alert-danger .alert-link {
    color: #350000;
}
.alert-light {
    color: #7d7e7f;
    background-color: #fcfdfd;
    border-color: #fbfcfc;
}
.alert-light hr {
    border-top-color: #ecf1f1;
}
.alert-light .alert-link {
    color: #646565;
}
.alert-dark {
    color: #151c20;
    background-color: #d4d7d8;
    border-color: #c3c7c9;
}
.alert-dark hr {
    border-top-color: #b6babd;
}
.alert-dark .alert-link {
    color: #010101;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    font-size: 0.75rem;
    background-color: #f0f3f5;
}
.media,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
}
.progress-bar {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #016fb9;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #3e515b;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #3e515b;
    background-color: #f0f3f5;
}
.list-group-item-action:active {
    color: #151b1e;
    background-color: #c2cfd6;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #536c79;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #016fb9;
    border-color: #016fb9;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
}
.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #013a60;
    background-color: #b8d7eb;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #013a60;
    background-color: #a4cce5;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #013a60;
    border-color: #013a60;
}
.list-group-item-secondary {
    color: #555f64;
    background-color: #e6ebee;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #555f64;
    background-color: #d7dfe4;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #555f64;
    border-color: #555f64;
}
.list-group-item-success {
    color: #004e00;
    background-color: #b8e2b8;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #004e00;
    background-color: #a6dba6;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004e00;
    border-color: #004e00;
}
.list-group-item-info {
    color: #336573;
    background-color: #d3eef6;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #336573;
    background-color: #bee6f2;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #336573;
    border-color: #336573;
}
.list-group-item-warning {
    color: #7d6c36;
    background-color: #fbf2d5;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7d6c36;
    background-color: #f9ebbe;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7d6c36;
    border-color: #7d6c36;
}
.list-group-item-danger {
    color: #680000;
    background-color: #f0b8b8;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #680000;
    background-color: #eca3a3;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #680000;
    border-color: #680000;
}
.list-group-item-light {
    color: #7d7e7f;
    background-color: #fbfcfc;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7d7e7f;
    background-color: #ecf1f1;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7d7e7f;
    border-color: #7d7e7f;
}
.list-group-item-dark {
    color: #151c20;
    background-color: #c3c7c9;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #151c20;
    background-color: #b6babd;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #151c20;
    border-color: #151c20;
}
.text-hide,
button.close {
    background-color: transparent;
}
.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.popover,
.tooltip {
    font-family: thaisans;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    text-decoration: none;
}
.modal-title,
.popover,
.tooltip {
    line-height: 1.5;
}
.popover,
.text-hide,
.tooltip {
    text-shadow: none;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.toast,
.toast-header {
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    font-size: 0.875rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.modal-dialog-scrollable,
.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
}
.toast-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #536c79;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-content,
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
}
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.carousel-inner::after,
.clearfix::after,
.embed-responsive::before,
.popover .arrow::after,
.popover .arrow::before,
.stretched-link::after,
.tooltip .arrow::before {
    content: "";
}
.modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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: 0.5;
}
.modal-header {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #a4b7c1;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #a4b7c1;
}
.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block;
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.carousel,
.carousel-inner {
    position: relative;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: #151b1e;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
}
.carousel-item {
    float: left;
    margin-right: -100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item,
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
*,
:active,
:focus,
:hover {
    outline: 0 !important;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
}
.spinner-border,
.spinner-grow {
    display: inline-block;
    vertical-align: text-bottom;
}
.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #016fb9 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #015186 !important;
}
.bg-secondary {
    background-color: #a4b7c1 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #869fac !important;
}
.bg-success {
    background-color: #009600 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #006300 !important;
}
.bg-info {
    background-color: #63c2de !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #39b2d5 !important;
}
.bg-warning {
    background-color: #f1d068 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #edc139 !important;
}
.bg-danger {
    background-color: #c80000 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #950000 !important;
}
.bg-light {
    background-color: #f0f3f5 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d1dbe1 !important;
}
.bg-dark {
    background-color: #29363d !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #151b1f !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #a4b7c1 !important;
}
.border-top {
    border-top: 1px solid #a4b7c1 !important;
}
.border-right {
    border-right: 1px solid #a4b7c1 !important;
}
.border-bottom {
    border-bottom: 1px solid #a4b7c1 !important;
}
.border-left {
    border-left: 1px solid #a4b7c1 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #016fb9 !important;
}
.border-secondary {
    border-color: #a4b7c1 !important;
}
.border-success {
    border-color: #009600 !important;
}
.border-info {
    border-color: #63c2de !important;
}
.border-warning {
    border-color: #f1d068 !important;
}
.border-danger {
    border-color: #c80000 !important;
}
.border-light {
    border-color: #f0f3f5 !important;
}
.border-dark {
    border-color: #29363d !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-left,
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}
.fixed-top {
    top: 0;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
}
.img-on-top,
.site,
[class*="hint--"] {
    position: relative;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.top-bar .info-text,
.uppercase {
    text-transform: uppercase;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #016fb9 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #01416d !important;
}
.text-secondary {
    color: #a4b7c1 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #7793a2 !important;
}
.text-success {
    color: #009600 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #004a00 !important;
}
.text-info {
    color: #63c2de !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #2ba6ca !important;
}
.text-warning {
    color: #f1d068 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ebba22 !important;
}
.text-danger {
    color: #c80000 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #7c0000 !important;
}
.text-light {
    color: #f0f3f5 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #c2ced6 !important;
}
.text-dark {
    color: #29363d !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #0a0e0f !important;
}
.text-body {
    color: #151b1e !important;
}
.text-muted {
    color: #536c79 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
}
body,
button,
input,
select,
textarea {
    font-family: Kanit, Helvetica, Arial, sans-serif;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #678898;
    }
    thead {
        display: table-header-group;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #a4b7c1 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #a4b7c1;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #a4b7c1;
    }
}
#myCarousel .carousel-item a:hover,
.accordion .accordion-title,
.product-item .price ins,
a,
a:focus,
a:hover {
    text-decoration: none;
}
@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    font-weight: 400;
    line-height: 1.71;
    color: #7e7e7e;
    font-size: 16;
    overflow-x: hidden;
}
a {
    color: #454545;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover {
    color: #02416d;
}
b,
strong {
    font-weight: 900;
}
p {
    margin-bottom: 8px;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    border: none;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #454545;
}
button,
input,
select,
textarea {
    font-size: 18px;
    line-height: 1.5;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
span.form-control,
select#user.roles0.role.form-control{
    width: 100%;
    outline: 0;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    color: #5f5f5f;
/*    background: #f8f8f8;*/
    padding: 3px 20px;
    height: 48px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0 36px;
    height: 48px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    letter-spacing: 0.0625em;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input,
select,
textarea {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 15px;
    max-width: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
    font-weight: 400;
}
select,
textarea {
    max-width: 100%;
    outline: 0;
    color: #878c9b;
}
input:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
}
.fullwidth,
input[type="email"],
input[type="text"],
select,
textarea {
    width: 100%;
}
input[type="checkbox"] {
    position: relative;
    background: 0 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
textarea {
    border: 1px solid #efefef;
    border-radius: 5px;
    background: #f8f8f8;
    display: block;
    padding: 12px 20px 3px;
    font-size: 1rem;
}
select {
    padding: 3px 20px;
    height: 48px;
    border: 1px solid #efefef;
    border-radius: 5px;
    background: url(../images/download.png) calc(100% - 10px) 50% no-repeat #f8f8f8;
    -webkit-appearance: none;
    font-size: 16px;
}
hr.dashed,
hr.dotted {
    border-top-width: 2px;
}
.img-on-top {
    z-index: 10;
}
hr.gray {
    border-color: #444;
}
hr.dashed {
    border-top-style: dashed;
}
hr.dotted {
    border-top-style: dotted;
}
.required {
    color: red;
    font-weight: 700;
    border: 0;
}
#backtotop {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #02416d;
    color: #fff;
}
#backtotop.on {
    bottom: 90px;
    right: 24px;
    opacity: 1;
    visibility: visible;
}
#backtotop:hover {
    opacity: 0.8;
}
[class*="hint--"]:after,
[class*="hint--"]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
[class*="hint--"] {
    display: inline-block;
}
[class*="hint--"]:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1000000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
[class*="hint--"]:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    background: 0 0;
    border: 7px solid transparent;
    z-index: 1000001;
}
.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
    border-bottom-color: #000;
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
    border-top-color: #000;
}
[class*="hint--"]:after {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 16px;
    white-space: nowrap;
    border-radius: 5px;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hint--bottom:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hint--bottom:before {
    margin-top: -13px;
    top: 100%;
    left: 50%;
    left: calc(50% - 7px);
}
.hint--bounce:after,
.hint--bounce:before {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.heading a:before,
.support-search-form .search-field {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}
.blog-carousel .post-thumbnail:after,
.blog-item.style-2 .post-thumbnail:after,
.blog-item.style-3 .post-thumbnail:after,
.heading a:before,
.heading.right-separator:after {
    content: "";
}
.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
[class*="hint--"]:hover:after,
[class*="hint--"]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}
.hint--top:after {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hint--top:before {
    margin-bottom: -13px;
    bottom: 100%;
    left: 50%;
    left: calc(50% - 7px);
}
.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
    border-left-color: #000;
    right: 100%;
    bottom: 50%;
}
.hint--left:after {
    margin-bottom: -16px;
    right: 100%;
    bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.top-bar {
    z-index: 99999;
    border-bottom: 1px solid transparent;
    background-color: #222;
    color: #ababab;
    line-height: 1.71;
    font-size: 14px;
    min-height: 50px;
}
.top-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 55px;
}
.top-bar-wrap.top-bar-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-bar-wrap.top-bar-right .top-bar-social-networks {
    width: 100%;
}
.top-bar ul {
    z-index: 9999;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.top-bar-info .info-item {
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
}
.top-bar a {
    display: block;
    font-weight: 400;
    line-height: 1.71;
    font-size: 14px;
    color: #fff;
}
.top-bar a:focus,
.top-bar a:hover {
    color: #02416d;
}
.top-bar-info .info-icon {
    font-size: 18px;
    margin-right: 6px;
    vertical-align: middle;
}
.top-bar .info-text {
    letter-spacing: 2px;
    font-weight: 500;
}
.top-bar-social-networks a {
    padding: 0 12px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.top-bar-social-networks a:focus,
.top-bar-social-networks a:hover {
    color: #02416d;
}
.top-bar-2 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #6db8f5;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    line-height: 1.71;
    font-size: 14px;
}
.top-bar-2 .top-bar-wrap {
    line-height: 50px;
}
.top-bar-2 .top-bar-info {
    margin-bottom: 0;
}
.top-bar-2 .top-bar-button {
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 21px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #02416d;
    line-height: 1.18;
    margin-left: 25px;
}
.top-bar-2 .top-bar-button:hover {
    background-color: #38cb89;
}
.branding__logo a {
    display: inline-block;
    float: left;
}
.branding__logo img {
    padding: 20px 0;
}
.heading {
    font-size: 48px;
    color: #454545;
}
.heading a {
    position: relative;
}
.heading a:before {
    height: 1px;
    width: 0;
    background-color: currentColor;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.heading a:hover:before {
    width: 100%;
}
.heading.right-separator {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.heading.right-separator:after {
    position: absolute;
    top: 60%;
    left: 100%;
    width: 60px;
    height: 1px;
    background: #ababab;
}
#search-hider,
.search-form-top {
    position: fixed;
    left: 0;
    height: 100%;
}
.tagcloud {
    margin: -5px;
}
.tagcloud a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    border-radius: 3px;
    background: #f8f8f8;
    padding: 9px 14px;
    margin: 5px;
    color: #ababab;
}
.search-form-top,
.section-bg-1,
.section-bg-3,
.section-bg-4,
.section-bg-5,
.section-bg-6,
.section-bg-7,
.section-cover,
.section-fixed {
    background-repeat: no-repeat;
}
.tagcloud a:hover {
    background-color: #02416d;
    color: #fff;
}
.popup-search-wrap {
    text-align: center;
    font-size: 18px;
}
.btn-open-popup-search {
    display: block;
    line-height: 0;
    color: #ababab;
}
#search-hider {
    width: 100%;
    visibility: hidden;
    top: -1200px;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
    transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
}
.show-search #search-hider {
    background-color: rgba(17, 17, 17, 0.95);
    visibility: visible;
    z-index: 10;
    top: 0;
    filter: alpha(enabled=false);
    opacity: 1;
    -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.search-form-top,
.search-form-top input {
    filter: alpha(Opacity=0);
    opacity: 0;
    width: 100%;
    text-align: center;
}
.search-form-top {
    top: 0;
    background-position: top center;
    background-size: cover;
    display: table;
    z-index: 9999999;
    color: #fff;
    visibility: hidden;
}
.search-form-top .search-form-top-inner {
    width: 100%;
    padding: 54px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.search-form-top input {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background: 0 0;
    font-size: 4em;
    border-width: 0;
    color: #02416d;
    height: 90px;
    border-bottom: 5px solid #02416d;
    padding-bottom: 15px;
}
.search-close {
    float: right;
    position: absolute;
    right: 20px;
    height: 36px;
    width: 28px;
    margin-top: -40px;
    cursor: pointer;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 60px;
}
.search-close .line,
.search-close .line:after {
    position: absolute;
    height: 4px;
    background-color: #fff;
    left: 0;
}
.search-close .line {
    width: 28px;
    -webkit-transition-property: top, -webkit-transform, background-color, left, opacity, right;
    -webkit-transition-property: top, background-color, left, opacity, right, -webkit-transform;
    transition-property: top, background-color, left, opacity, right, -webkit-transform;
    transition-property: top, transform, background-color, left, opacity, right;
    transition-property: top, transform, background-color, left, opacity, right, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.search-close .line:after {
    content: " ";
    top: 0;
    display: block;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.search-close .line-1 {
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-close .line-2 {
    top: 16px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.show-search .search-form-top {
    filter: alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}
.show-search .search-form-top input {
    filter: alpha(enabled=false);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-form-top input::-webkit-input-placeholder {
    color: #02416d;
    opacity: 1;
}
.search-form-top input::-moz-placeholder {
    color: #02416d;
    opacity: 1;
}
.search-form-top input::-ms-input-placeholder {
    opacity: 1;
    color: #02416d;
}
.search-form-top input::placeholder {
    color: #02416d;
    opacity: 1;
}
.search-form-top input:-ms-input-placeholder {
    color: #02416d;
}
.support-search-form {
    position: relative;
}
.support-search-form .search-field {
    padding: 3px 160px 3px 20px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.support-search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.25px;
    background-color: #02416d;
    color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.support-search-form .search-submit:hover {
    color: #fff;
    background-color: #38cb89;
}
.section-link > .separator-wrap {
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    z-index: 2;
}
.section-link .dot {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px #def0ff;
    box-shadow: 0 0 12px #def0ff;
    background: #fff;
    -webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    width: 14px;
    height: 14px;
}
.section-link .second-circle {
    margin-top: 18px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.section-link .third-circle {
    margin-top: 14px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.wavify-wrapper {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.wavify-wrapper .wavify-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.wavify-wrapper svg {
    height: 600px;
}
.app-presentation-banner-image {
    position: absolute;
    top: 160px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 120%;
}
.navi-carousel .owl-controls .owl-buttons .owl-next,
.navi-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: 0 0;
    font-size: 40px;
}
.navi-carousel .owl-prev {
    left: 0;
}
.navi-carousel .owl-next {
    right: 0;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.iphone-iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 320px;
    margin-top: 93px;
    margin-left: 1px;
}
.page-open-main-menu {
    display: none;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-desktop .page-open-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-open-main-menu div {
    position: relative;
    width: 24px;
    height: 18px;
    cursor: pointer;
}
.page-open-main-menu i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: currentColor;
    color: #fff;
}
.page-open-main-menu i:after,
.page-open-main-menu i:before {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    background: inherit;
    content: "";
}
.page-open-main-menu i:after {
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.page-open-main-menu i:before {
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -8px;
}
.seo-box,
.widget .subscribe-form {
    position: relative;
}
.page-open-main-menu i:after {
    top: 8px;
}
.page-open-main-menu:hover i:after,
.page-open-main-menu:hover i:before {
    width: 70%;
}
.image-creative-studio-video {
    margin-top: -120px;
    margin-bottom: -50px;
    margin-left: -500px;
}
.seo-box {
    z-index: 2;
    border-radius: 2px;
    -webkit-box-shadow: 0 14px 29px rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 29px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin: -200px 0 0;
    padding: 85px 0 50px;
}
.support-category-wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.support-category-wrap .category-label {
    display: inline-block;
    color: #fff;
    margin-right: 34px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.support-category-wrap .category-list {
    display: inline-block;
}
.support-category-wrap .category-list a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    background: rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    padding: 5px 15px;
    margin-right: 11px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.support-category-wrap .category-list a:hover {
    background-color: #02416d;
}
.conference-heading {
    line-height: 1.166;
    font-weight: 900;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.6);
    font-size: 120px;
}
.tm-table {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 45px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 45px rgba(0, 0, 0, 0.09);
    overflow-x: auto;
}
.tm-table table {
    margin: 0;
    border-collapse: separate;
    width: 100%;
}
.tm-table h3.title {
    font-size: 24px;
    font-weight: 700;
    padding: 34px 10px 14px;
    color: #454545;
}
.tm-table th,
.widget_categories a {
    text-transform: uppercase;
    color: #ababab;
    font-weight: 700;
}
.tm-table tr:nth-child(odd) {
    background: #f7fbfe;
}
.tm-table th {
    font-size: 14px;
    letter-spacing: 3px;
    background: #fff;
}
.tm-table td,
.tm-table th {
    text-align: left;
    border: 0;
    padding: 19px 10px 18px;
}
.tm-table td:first-child,
.tm-table th:first-child {
    padding-left: 50px;
}
.tm-table td:last-child,
.tm-table th:last-child {
    padding-right: 50px;
}
.tm-table table tr:first-child td {
    background: 0 0;
}
.widget + .widget {
    margin: 40px 0 0;
}
.widget_text {
    font-size: 16px;
}
.widget_categories li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
    list-style-type: none;
}
.widget_categories a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 0.21em;
}
.widget_categories a:hover {
    color: #02416d;
}
.widget_categories .count {
    float: right;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    line-height: 1;
    color: #fff;
    padding: 5px 11px;
    letter-spacing: 0;
    background-color: #38cb89;
}
.widget-title {
    margin-bottom: 27px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
}
.posts-widget .post-item {
    display: block;
}
.page-pagination li,
.social-networks .item {
    display: inline-block;
}
.posts-widget .post-item + .post-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f3f3f3;
}
.posts-widget .post-item .post-widget-categories {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.posts-widget .post-item .post-widget-categories a {
    color: #ababab;
}
.posts-widget .post-item .post-widget-categories a:hover {
    color: #02416d;
}
.posts-widget .post-item .post-widget-title {
    font-size: 18px;
    line-height: 1.55;
}
.widget .subscribe-form input[type="email"] {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    padding: 3px 40px 3px 20px;
}
.widget .subscribe-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    font-size: 0;
    height: 48px;
    width: 48px;
    padding: 0;
}
.widget .subscribe-form button[type="submit"]:before {
    font-family: Ionicons;
    content: "\f474";
    font-size: 24px;
    color: #02416d;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.social-networks .link {
    padding: 5px 8px;
}
.page-pagination {
    margin-top: 30px;
    padding: 0;
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
}
.comment-count,
.page-pagination li span {
    color: #02416d;
}
.page-pagination li {
    padding: 5px;
    list-style-type: none;
}
.page-pagination li a,
.page-pagination li span {
    padding: 0 6px;
    display: block;
    text-align: center;
    line-height: 38px;
}
.comments-area {
    margin-top: 62px;
}
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list > .comment {
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
}
.comment-list .comment {
    margin-bottom: 35px;
    list-style-type: none;
}
.comment-list .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.comment-list .comment-author {
    float: left;
}
.comment-list .comment-author img {
    border-radius: 50%;
}
.comment-list .comment-content {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
    font-size: 16px;
}
.comment-list .comment-header {
    margin-bottom: 13px;
}
.comment-list .comment-header h6 {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.comment-list .comment-datetime {
    position: relative;
    top: -1px;
    padding-left: 20px;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    line-height: 1;
    color: #ababab;
}
.comment-list .comment-actions {
    margin-top: 18px;
}
.comment-list .comment-actions a {
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ababab;
}
.comment-list .comment-actions a:hover {
    color: #02416d;
}
.comment-list .children {
    margin-top: 48px;
    margin-left: 82px;
    border-left: 3px solid #ededed;
    padding-left: 16px;
}
.comment-form-wrap {
    margin-top: 67px;
}
.comment-reply-title,
.comments-title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.6;
}
.comment-form-wrapper {
    margin: 0 -15px;
}
.comment-form-wrapper .left-form,
.comment-form-wrapper .right-form {
    float: left;
    padding: 0 15px;
}
.comment-form-wrapper .left-form {
    width: 300px;
}
.comment-form-wrapper .right-form {
    width: calc(100% - 300px);
}
.comment-form textarea {
    height: 164px;
}
.comment-form .form-submit {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.row-xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    max-width: -webkit-fill-available;
}
.header-1 {
    padding: 28px 0;
}
.header-1 .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-1 .header-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-1 .header-left .branding {
    width: 100%;
    display: block;
    float: left;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-1 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-right > div {
    padding: 0 12px;
}
.header .popup-search-wrap .search-form .search-field {
    padding-right: 50px;
    border-color: #f8f8f8;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: Kanit, Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.header .popup-search-wrap .search-form .search-field:focus {
    background: 0 0;
}
.header .popup-search-wrap .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 17px;
    background: 0 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    color: #454545;
}
.header-2,
.header-3,
.header-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header .popup-search-wrap .search-form .search-btn-text {
    display: none;
}
.header-1 .heading {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 10px;
}
.header-1 .heading mark {
    font-weight: 700;
    color: #38cb89;
    background: 0 0;
}
.header-1 .form-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}
.header-2 .menu--primary > ul,
.header-4 .menu--primary > ul {
    margin: 0 20px 0 0;
}
.header-2 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.header-2 .branding,
.header-2 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-2 .branding__logo img {
    width: 153px;
    display: block;
}
.header-2 .page-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-2 .menu--primary {
    position: static;
}
.header-2 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.headroom.header-2.headroom--not-top {
    position: fixed;
}
.header-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: 0 0;
}
.header-3 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-3 .branding__logo img {
    width: 153px;
    display: block;
}
.header-3 .branding,
.header-3 .header-right,
.header-right1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-3 .page-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-3 .header-right,
.header-right1 {
    justify-self: flex-end;
}
.header-3 .mini-cart .mini-cart-icon {
    color: #cee9ff;
}
.header-3 .header-right .mini-cart .mini-cart-icon:after {
    background-color: #fff;
    color: #222;
}
.header-4,
.header-5 {
    top: 0;
    background: 0 0;
    left: 0;
    z-index: 9999;
}
.header-3 .container-fluid .col-lg-12,
.header-3 .container-lg .col-lg-12,
.header-3 .container-md .col-lg-12,
.header-3 .container-sm .col-lg-12,
.header-3 .container-xl .col-lg-12 {
    padding-left: 150px;
    padding-right: 150px;
}
.header-4 {
    position: absolute;
    width: 100%;
}
.header-4 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-4 .branding,
.header-4 .header-right,
.header-right1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-4 .branding__logo img {
    width: 153px;
    display: block;
}
.header-4 .page-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-4 .menu--primary {
    position: static;
    text-align: right;
}
.header-4 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-5 {
    position: absolute;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.header-5 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-5 .branding__logo img {
    width: 153px;
    display: block;
}
.header-5 .branding {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.header-5 .header-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-12 .branding,
.video-button {
    -webkit-transform: translate(-50%, -50%);
}
.header-5 .mini-cart .mini-cart-icon {
    color: #cee9ff;
}
.header-5 .header-right .mini-cart .mini-cart-icon:after {
    background-color: #fff;
    color: #222;
}
.header-6 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-6 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-6 .branding__logo img {
    width: 153px;
    display: block;
}
.header-3 .header-right,
.header-6 .branding {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-6 .page-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-6 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-6 .mini-cart .mini-cart-icon {
    color: #cee9ff;
}
.header-6 .header-right .mini-cart .mini-cart-icon:after {
    background-color: #fff;
    color: #222;
}
.header-7 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: 0 0;
}
.header-7 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-7 .branding {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-7 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-7 .popup-search-wrap .btn-open-popup-search {
    color: #fff;
}
.header-7.headroom--not-top .branding__logo img {
    padding-top: 10px;
}
.header-7.headroom--not-top .page-open-main-menu i,
.header-7.headroom--not-top .popup-search-wrap .btn-open-popup-search {
    color: #454545;
}
.header-7 .popup-search-wrap {
    margin-top: -10px;
}
.header-8 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0;
}
.header-8 .branding__logo img,
.header-9 .branding__logo img {
    width: 153px;
    display: block;
}
.header-8 .branding {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 0;
}
.header-8 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-8 .popup-search-wrap {
    position: relative;
}
.header-9 {
    border-bottom-color: rgba(255, 255, 255, 0);
    background: center center no-repeat #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-9 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-9 .branding {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-9 .page-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-9 .header-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-9 .popup-search-wrap {
    position: relative;
    margin-top: 10px;
}
.header-9 .mini-cart .mini-cart-icon {
    width: 48px;
    height: 48px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 18px;
}
.header-9 .mini-cart .mini-cart-icon:before {
    left: 17px;
}
.header-10 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.header-10 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-11 {
    border-bottom: 1px solid #ededed;
}
.header-11 .header-wrap {
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-11 .branding {
    display: table;
    width: 340px;
    height: 100%;
    background: #53abf3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-11 .branding__logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    font-size: 0;
}
.header-11 .branding__logo a {
    float: none;
}
.header-11 .branding__logo img {
    margin: 0 auto;
    padding-top: 33px;
    padding-bottom: 32px;
}
.header-11 .popup-search-wrap {
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
    width: 100%;
    text-align: right;
}
.header-11 .popup-search-wrap .search-form .search-field {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    margin-left: 25px;
}
.header-11 .popup-search-wrap .search-form .search-submit {
    position: absolute;
    top: 25px;
    right: auto;
    left: 0;
    color: #ababab;
}
.header-11 .page-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-11.header-desktop .menu--primary {
    text-align: center;
}
.header-11 .top-bar-social-networks a {
    color: #ababab;
}
.header-11 .top-bar-social-networks a:focus,
.header-11 .top-bar-social-networks a:hover {
    color: #02416d;
}
.header-11 .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-11 .header-right {
    justify-self: flex-end;
    background-color: #fff;
}
.header-11 .page-open-mobile-menu {
    margin-right: 15px;
}
.header-12 {
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-12 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-12 .branding {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-12 .header-right,
.header-12 .page-navigation {
    width: 50%;
}
.header-12 .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-12 .popup-search-wrap {
    position: relative;
    margin-top: 10px;
}
.header-12 .mini-cart .mini-cart-icon {
    width: 48px;
    height: 48px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 18px;
}
.header-12 .mini-cart .mini-cart-icon:before {
    left: 17px;
}
.headroom.headroom--not-top {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header-11.headroom.headroom--not-top {
    height: 100px;
}
.header-sticky .branding__logo .sticky-logo {
    display: none;
}
.header-sticky.headroom--not-top .branding__logo .sticky-logo {
    display: inline;
}
.header-sticky.headroom--not-top .branding__logo .main-logo {
    display: none;
}
.header-sticky.headroom--not-top .mini-cart .mini-cart-icon {
    color: #454545;
}
.header-sticky.headroom--not-top .mini-cart .mini-cart-icon:hover {
    color: #02416d;
}
.header-sticky.headroom--not-top .header-right .mini-cart .mini-cart-icon:after {
    background-color: #02416d;
    color: #fff;
}
.header-5.headroom.headroom--not-top {
    padding-top: 35px;
    padding-bottom: 35px;
}
.header-info {
    width: 840px;
}
.header-info .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
}
.header-info .info-icon {
    width: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 40px;
    line-height: 1.5;
    color: #02416d;
}
.header-info .info-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 6px;
}
.header-info .info-sub-title {
    color: #ababab;
}
.header-info .owl-item:first-child ~ .owl-item .info-item {
    border-left: 1px solid #ededed;
}
.header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-open-mobile-menu {
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
.page-open-mobile-menu-2 {
    height: 51px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
.page-open-mobile-menu div {
    position: relative;
    width: 24px;
    height: 18px;
    cursor: pointer;
    margin-top: 6px;
}
.page-open-mobile-menu i {
    color: #ababab;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: currentColor;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-open-mobile-menu i::after,
.page-open-mobile-menu i::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    content: " ";
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-open-mobile-menu i:before {
    top: -8px;
}
.page-open-mobile-menu i:after {
    top: 8px;
}
.header-desktop .menu--primary {
    position: static;
    text-align: left;
}
.header-desktop .menu--primary .menu-title {
    margin: 0 0 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    color: #999;
}
.header-desktop .menu--primary > ul {
    position: static;
    display: inline-block;
    margin: 0 20px 0 -13px;
}
.header-desktop .menu--primary > ul > li {
    display: inline-block;
    margin: 0;
}
.header-desktop .menu--primary > ul > li.mega-menu {
    position: static;
}
.header-desktop .menu--primary a {
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    font-size: 14px;
    color: #191919;
    white-space: nowrap;
}
.header-desktop .menu--primary > ul > li > a {
    padding: 17px 8px;
}
.header-desktop .menu--primary > ul > li > .active a {
    color: #ff9f02;
}
.header-desktop .menu--primary > ul > li > a:hover {
    color: #02416d !important;
}
.header-desktop .menu--primary > ul > li > a:active {
    color: #ff9f02 !important;
}
.header-desktop .menu--primary .sub-menu {
    padding: 25px 0;
    min-width: 270px;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    border-bottom: 2px solid #02416d;
    position: absolute;
    background-color: #fff;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
}
.header-desktop .menu--primary li.menu-item-has-children:hover > .sub-menu {
    top: 90%;
    visibility: visible;
    z-index: 2;
    opacity: 1;
}
.header-desktop .menu--primary .mega-menu .sub-menu {
    padding-top: 34px;
    padding-bottom: 23px;
    right: 0;
    margin-left: 0;
    max-width: none;
    width: auto;
    left: 0;
    -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}
.header-desktop .menu--primary .mega-menu .sub-menu ul.menu {
    position: static;
    display: block;
    width: auto;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.header-desktop .menu--primary .mega-menu .row > div + div {
    border-left: 1px solid #eee;
}
.header-desktop .menu--primary .sub-menu a {
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 0.7;
    text-transform: none;
    font-size: 15px;
    color: #444;
    padding: 11px 30px;
    display: block;
    width: 100%;
    position: relative;
}
.header-desktop .menu--primary .sub-menu a:hover {
    color: #02416d;
}
.header-desktop .menu--primary .sub-menu .sub-menu {
    left: 0;
    margin-left: 270px;
    margin-top: -40px;
    max-width: 20em;
}
.header-desktop .menu--primary .sub-menu > li.menu-item-has-children {
    position: relative;
}
.header-desktop .menu--primary > ul > .expand-right > .sub-menu {
    right: 0;
    left: auto;
}
.header-desktop .menu--primary > ul .sub-menu .expand-right > .sub-menu {
    right: 270px;
    left: auto;
}
.menu-item-image_hover {
    position: absolute;
    top: -10px;
    right: -100px;
    z-index: 1;
    display: block;
    visibility: hidden;
    max-width: 100%;
    width: 150px;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cat-thumbnail img,
.post-overlay {
    border-radius: 8px;
}
.header-desktop .menu--primary .sub-menu .menu li:hover > a > .menu-item-image_hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-desktop .sub-arrow {
    font-size: 0;
    float: left;
}
.header-desktop .menu--primary a .sub-arrow:before {
    position: absolute;
    top: 50%;
    right: 2px;
    content: "\f107";
    font-size: 16px;
    font-weight: 500;
    font-family: FontAwesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-desktop .menu--primary .sub-menu .menu-item-has-children .sub-arrow:before {
    content: "\f105";
    right: 30px;
}
.header-desktop .menu--primary > ul > li > a .sub-arrow:before {
    display: none;
}
.header-2 .menu--primary {
    text-align: left;
    margin-left: 50px;
}
.headroom--not-top .menu--primary > ul > li > a {
    color: #454545;
}
.header-3 .menu--primary,
.header-5 .menu--primary,
.header-6 .menu--primary {
    text-align: right;
}
.header-3 .btn-open-popup-search,
.header-3 .menu--primary > ul > li > a,
.header-5 .btn-open-popup-search,
.header-5 .menu--primary > ul > li > a,
.header-6 .btn-open-popup-search,
.header-6 .menu--primary > ul > li > a {
    color: #cee9ff;
}
.header-3 .btn-open-popup-search:hover,
.header-3 .menu--primary > ul > li > a:hover,
.header-5 .btn-open-popup-search:hover,
.header-5 .menu--primary > ul > li > a:hover,
.header-6 .btn-open-popup-search:hover,
.header-6 .menu--primary > ul > li > a:hover {
    color: #fff;
}
.header-3 .button.style-outline,
.header-5 .button.style-outline,
.header-6 .button.style-outline {
    background: rgba(0, 0, 0, 0.08);
    border-color: transparent;
    color: #fff;
}
.header-3 .button.style-outline:hover,
.header-5 .button.style-outline:hover,
.header-6 .button.style-outline:hover {
    background: rgba(0, 0, 0, 0.2);
}
.header-3.headroom--not-top .btn-open-popup-search,
.header-3.headroom--not-top .menu--primary > ul > li > a,
.header-5.headroom--not-top .btn-open-popup-search,
.header-5.headroom--not-top .menu--primary > ul > li > a,
.header-6.headroom--not-top .btn-open-popup-search,
.header-6.headroom--not-top .menu--primary > ul > li > a {
    color: #454545;
}
.header-3.headroom--not-top .btn-open-popup-search:hover,
.header-3.headroom--not-top .menu--primary > ul > li > a:hover,
.header-5.headroom--not-top .btn-open-popup-search:hover,
.header-5.headroom--not-top .menu--primary > ul > li > a:hover,
.header-6.headroom--not-top .btn-open-popup-search:hover,
.header-6.headroom--not-top .menu--primary > ul > li > a:hover {
    color: #02416d;
}
.header-3.headroom--not-top .button.style-outline,
.header-5.headroom--not-top .button.style-outline,
.header-6.headroom--not-top .button.style-outline {
    background: #02416d;
    border-color: #02416d;
    color: #fff;
}
.header-3.headroom--not-top .button.style-outline:hover,
.header-5.headroom--not-top .button.style-outline:hover,
.header-6.headroom--not-top .button.style-outline:hover {
    background: 0 0;
    color: #02416d;
}
.section-bg-15,
.section-bg-33,
.section-fixed {
    background-attachment: fixed;
}
.header-8.header-desktop .menu--primary {
    position: static;
}
.header-8.header-desktop .menu--primary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.header-8.header-desktop .menu--primary > ul > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    padding: 25px 14px;
    background-color: #555;
}
.header-8.header-desktop .menu--primary > ul > li ~ li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-8.header-desktop .menu--primary > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.09375em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.header-8.header-desktop .menu--primary > ul > li > a .toggle-sub-menu {
    position: relative;
    margin-left: 20px;
}
.header-9.header-desktop .menu--primary > ul {
    margin: 0 20px 0 50px;
}
.header-9 .menu--primary > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 14px;
    color: #ababab;
}
.header-11 .menu--primary > ul {
    line-height: 100px;
}
.header-11 .menu--primary > ul > li > a,
.header-12 .menu--primary > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 14px;
}
.onepage-menu .onepage.current {
    color: #fff;
}
.headroom--not-top .menu--primary > ul.onepage-menu > li > a.current {
    color: #02416d;
}
#toggle-menu {
    text-align: center;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
#toggle-menu > div > ul li,
#toggle-menu > div > ul:first-child > li {
    position: relative;
}
#toggle-menu.open {
    z-index: 999999;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
#toggle-menu > div {
    max-width: 400px;
    margin: 0 auto;
    display: table;
    padding: 30px 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
#toggle-menu > div > ul,
#toggle-menu > div > ul li ul {
    float: none;
    list-style: none inside;
    padding: 0;
    margin: 0;
}
#toggle-menu > div > ul {
    display: table-cell;
    vertical-align: middle;
}
#toggle-menu > div > ul:first-child > li > a {
    font-size: 32px;
    color: #454545;
    font-weight: 400;
    line-height: 1.7;
    font-family: Kanit, Helvetica, Arial, sans-serif;
}
#toggle-menu > div > ul:first-child > li > a:hover {
    color: #fff;
}
#toggle-menu > div > ul:first-child > li:hover > a {
    color: #02416d;
}
#toggle-menu > div > ul:first-child > li > .cms-menu-toggle {
    top: 10px;
    height: 50px;
    line-height: 50px;
}
#toggle-menu > div > ul li ul {
    width: 100% !important;
    max-height: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: max-height, 0.5s, ease-in-out;
    transition: max-height, 0.5s, ease-in-out;
}
#toggle-menu > div > ul li ul li a {
    font-size: 20px;
    color: #454545;
}
#toggle-menu > div > ul li ul li a:hover,
#toggle-menu > div > ul li ul li:hover > a {
    color: #02416d;
}
#toggle-menu > div > ul li ul.submenu-open {
    max-height: 500px;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
#toggle-menu > div > ul li .cms-menu-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    color: #454545;
    width: 50px;
    cursor: pointer;
}
#toggle-menu .cms-mainnav-v4-logo {
    padding-top: 25px;
    padding-bottom: 27px;
}
#toggle-menu #hide-mainnav {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 100px;
    color: #454545;
    cursor: pointer;
}
#toggle-menu #hide-mainnav:hover {
    color: #02416d;
}
#toggle-menu > div > ul li ul.submenu-open + .cms-menu-toggle {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.header-fixed-section {
    position: fixed;
    top: 100px;
    z-index: 5;
    width: 100px;
    height: 100%;
}
.header-fixed-section.left {
    left: 0;
}
.header-fixed-section.right {
    left: auto;
    right: 0;
}
.header-fixed-section.left .inner,
.header-fixed-section.right .inner {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(-50%);
    transform: rotate(-90deg) translate(-50%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    white-space: nowrap;
}
.header-fixed-section .page-open-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.header-fixed-section .page-open-main-menu-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-right: 18px;
}
.blog-carousel .post-categories,
.cat-title {
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.header-fixed-section .page-open-main-menu i {
    color: #ababab;
    top: 20%;
}
.header-fixed-section .page-open-main-menu div {
    width: 16px;
    height: 12px;
}
.header-fixed-section .page-open-main-menu i:before {
    top: -5px;
}
.header-fixed-section .page-open-main-menu i:after {
    top: 5px;
}
.header-fixed-section .header-social-networks a {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #ababab;
}
.header-fixed-section .header-social-networks a:hover {
    color: #454545;
}
.header-1 .navigation {
    float: left;
    margin-top: 10px;
}
.section-title {
    font-size: 32px;
    color: #111;
}
.section {
    position: relative;
    width: 100%;
    z-index: 1;
}
.section.border-bottom {
    border-bottom: 1px solid #eee;
}
.section.border-top {
    border-top: 1px solid #eee;
}
.section-on-top {
    z-index: 10;
}
.section-fixed {
    background-position: 50% 50%;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.section-cover {
    background-size: cover;
}
.section-bg-1 {
    background-color: #222;
    background-image: url(../images/background/bg_1.png);
    background-position: left 85px center;
}
.section-bg-2 {
    background-color: #ecf3f7;
    background-image: url(../images/background/bg_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom 200px;
}
.section-bg-3 {
    background-image: url(../images/background/bg_3.png);
    background-position: left bottom 11px;
}
.section-bg-4 {
    background-image: url(../images/background/bg_4.jpg);
    background-position: left center;
}
.section-bg-5 {
    background-image: url(../images/background/bg_5.png);
    background-position: left bottom 11px;
}
.section-bg-6 {
    background-image: url(../images/background/bg_6.jpg);
    background-position: left 120px;
}
.section-bg-7 {
    background-image: url(../images/background/bg_7.png);
    background-position: center center;
}
.section-bg-8,
.section-bg-9 {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.section-bg-8 {
    background-image: url(../images/background/bg_8.jpg);
}
.section-bg-9 {
    background-image: url(../images/background/bg_9.jpg);
}
.section-bg-10 {
    background-image: url(../images/background/bg_1104x1003.jpg);
    background-repeat: no-repeat;
    background-position: center right -228px;
}
.section-bg-11 {
    background-image: url(../images/background/bg_1136x745.jpg);
    background-repeat: no-repeat;
    background-position: left 79px;
}
.section-bg-12 {
    background-image: url(../images/background/bg_12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 145px;
    padding-right: 145px;
}
.section-bg-13 {
    background-image: url(../images/background/bg_960x640.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.section-bg-14,
.section-bg-15,
.section-bg-18,
.section-bg-20,
.section-bg-21,
.section-bg-24,
.section-bg-27 {
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-14 {
    background-color: #f8f8f8;
    background-image: url(../images/background/bg_14.jpg);
    background-position: left top;
}
.section-bg-15 {
    background-color: rgba(11, 136, 238, 0.7);
    background-image: url(../images/background/bg_1920x818.jpg);
    background-position: center;
}
.section-bg-16 {
    background-image: url(../images/background/bg_1196x801.jpg);
    background-repeat: no-repeat;
    background-position: top right 100px;
}
.section-bg-17 {
    background-image: url(../images/background/bg_17.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.section-bg-18 {
    background-image: url(../images/background/bg_1920x470.jpg);
}
.section-bg-19 {
    background-image: url(../images/background/bg_19.jpg);
    background-repeat: no-repeat;
    background-position: 0 74px;
}
.section-bg-20 {
    background-image: url(../images/background/bg_20.jpg);
}
.section-bg-21 {
    background-image: url(../images/background/bg_1920x860.jpg);
    background-position: center;
}
.section-bg-22 {
    background-image: url(../images/background/bg_22.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.section-bg-23 {
    background-image: url(../images/background/bg_1215x853.jpg);
    background-repeat: no-repeat;
    background-position: left 79px;
}
.section-bg-24 {
    background-image: url(../images/background/bg_1920x818.jpg);
    background-position: center;
}
.section-bg-25 {
    background-image: url(../images/background/bg_1920x918.jpg);
}
.section-bg-26 {
    background-image: url(../images/background/bg_1920x700.jpg);
}
.section-bg-27 {
    background-image: url(../images/background/bg_27.jpg);
}
.section-bg-28 {
    background-image: url(../images/background/bg_28.jpg);
    background-repeat: no-repeat;
    background-position: left 150px center;
}
.section-bg-29 {
    background-color: #f8f8f8;
    background-image: url(../images/background/bg_29.png);
    background-repeat: no-repeat;
    background-position: right -60px;
}
.section-bg-30 {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    background-image: url(../images/background/bg_30.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.section-bg-31,
.section-bg-32,
.section-bg-33 {
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-31,
.section-bg-32 {
    background-image: url(../images/background/bg_845x538.jpg);
}
.section-bg-33 {
    background-color: #f6fafe;
    background-image: url(../images/background/bg_1720x625.jpg);
    background-position: center;
}
.section-bg-34 {
    background-image: url(../images/background/bg_34.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section-bg-35,
.section-bg-37 {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.section-bg-35 {
    background-image: url(../images/background/bg_1920x918.jpg);
}
.section-bg-36 {
    background-image: url(../images/background/bg_36.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-37 {
    background-color: #333;
    background-image: url(../images/background/bg_1920x918.jpg);
}
.section-bg-38 {
    background-image: url(../images/background/bg_38.jpg);
    background-repeat: no-repeat;
    background-position: center right 90px;
}
.section-bg-39 {
    background-color: #f8f8f8;
    background-image: url(../images/background/bg_1058x697.jpg);
    background-repeat: no-repeat;
    background-position: top 140px right -300px;
}
.section-separator {
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 0;
}
.section-separator.bottom {
    bottom: 0;
}
#home .section-separator svg {
    fill: #69afed;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#introduction .section-separator svg {
    fill: #fff;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#home-startup-3 .section-separator svg {
    height: 500px;
    fill: #fff;
    width: 100%;
    overflow: hidden;
}
.section-menu-aside {
    margin-left: 100px;
    margin-right: 100px;
}
.section-menu-aside .container-fluid,
.section-menu-aside .container-lg,
.section-menu-aside .container-md,
.section-menu-aside .container-sm,
.section-menu-aside .container-xl {
    max-width: 1700px;
}
.section-blog-homepage {
    margin-left: 340px;
}
.cat-thumbnail {
    margin-bottom: 18px;
}
.cat-title {
    font-size: 15px;
    line-height: 1.3;
}
.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}
.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-play {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.blog-carousel,
.blog-carousel .post-item {
    position: relative;
}
.blog-carousel .post-thumbnail img {
    width: 100%;
    border-radius: 8px;
}
.blog-carousel .post-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-179deg, transparent 58%, #000);
    opacity: 0.4;
}
.blog-carousel .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 50px 50px;
    color: #fff;
}
.blog-carousel .post-categories {
    font-size: 14px;
    margin-bottom: 23px;
    color: #ababab;
}
.blog-carousel .post-categories a {
    display: inline-block;
    padding: 1px 11px;
    background: #222;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.blog-carousel .post-categories a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.blog-carousel .post-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
}
.blog-carousel .post-title a {
    color: #fff;
    font-size: inherit;
}
.blog-carousel .post-title a:hover {
    color: #02416d;
}
.blog-carousel .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.blog-carousel .meta-item {
    padding: 0 12px;
}
.blog-carousel .owl-controls {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}
.blog-carousel .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: 30px;
}
.blog-carousel .owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: 30px;
}
.blog-carousel .owl-controls .owl-buttons > div {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 24px;
    color: #9b9b9b;
    border: 2px solid #eee;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    background: 0 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.blog-carousel .owl-controls .owl-buttons > div:hover {
    background-color: #02416d;
    color: #fff;
}
.blog-item-simple .post-categories,
.blog-item.style-1 .post-categories {
    color: #ababab;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-item-simple {
    margin-bottom: 20px;
}
.blog-item-simple .post-wrapper {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 15px 30px 22px;
}
.blog-item-simple .post-categories {
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 6px;
}
.blog-item-simple .post-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.blog-item.style-1 .post-wrapper {
    margin-bottom: 40px;
}
.blog-item.style-1 .post-thumbnail {
    margin-bottom: 20px;
}
.blog-item.style-1 .post-thumbnail img {
    width: 100%;
    border-radius: 8px;
}
.blog-item.style-1 .post-categories {
    font-size: 14px;
    margin-bottom: 16px;
}
.blog-item.style-1 .post-categories a {
    display: inline-block;
    padding: 1px 11px;
    background: #222;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.blog-item.style-1 .post-categories a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.blog-item.style-1 .post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}
.blog-item.style-1 .post-title a {
    color: #454545;
    font-size: 24px;
}
.blog-item.style-1 .post-title a:hover {
    color: #02416d;
}
.blog-item.style-1 .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.blog-item.style-1 .meta-item {
    padding: 0 12px;
}
.blog-item.style-2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}
.blog-item.style-2 .post-thumbnail > a {
    display: block;
}
.blog-item.style-2 .post-thumbnail img {
    width: 100%;
    border-radius: 8px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.blog-item.style-2:hover .post-thumbnail img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.blog-item.style-2 .post-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-179deg, transparent 58%, #000);
    opacity: 0.4;
}
.blog-item.style-2 .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 50px 15px;
    color: #fff;
}
.blog-item.style-2 .post-categories {
    font-size: 14px;
    margin-bottom: 23px;
    color: #ababab;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-item.style-2 .post-categories a {
    display: inline-block;
    padding: 1px 11px;
    background: #222;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.blog-item.style-2 .post-categories a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.blog-item.style-2 .post-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
}
.blog-item.style-2 .post-title a {
    color: #fff;
    font-size: inherit;
}
.blog-item.style-2 .post-title a:hover {
    color: #02416d;
}
.blog-item.style-2 .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 35px;
}
.blog-item.style-2 .meta-item {
    padding: 0 12px;
}
.blog-item.style-3 {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.blog-item.style-3 .post-wrapper {
    border-radius: 8px;
    position: relative;
    border: 0;
    padding: 0;
}
.blog-item.style-3 .post-thumbnail img {
    border-radius: 8px;
}
.blog-item.style-3 .post-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-image: linear-gradient(-179deg, transparent 58%, #000);
    border-radius: 8px;
}
.blog-item.style-3 .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 16px;
}
.blog-item.style-3 .post-categories {
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 3px;
}
.blog-item.style-3 .post-categories a {
    display: inline-block;
}
.blog-item.style-3 .post-title {
    line-height: 22px;
}
.blog-item.style-3 .post-title a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.blog-item.style-3 .post-title a:hover {
    color: #02416d;
}
.blog-item.style-4 {
    margin-bottom: 30px;
}
.blog-item.style-4 .post-wrapper {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-item.style-4 .post-wrapper:hover {
    -webkit-box-shadow: 0 2px 47px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 47px rgba(0, 0, 0, 0.17);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.blog-item.style-4 .post-thumbnail img {
    width: 100%;
}
.blog-item.style-4 .post-info {
    padding: 34px 30px 90px;
}
.blog-item.style-4 .post-categories {
    margin-bottom: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-item.style-4 .post-categories a {
    color: #ababab;
}
.blog-item.style-4 .post-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.blog-item.style-4 .post-title a {
    color: #454545;
}
.blog-item.style-4 .post-title a:hover {
    color: #02416d;
}
.blog-item.style-4 .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 30px;
    border-top: 1px solid #f3f3f3;
}
.blog-item.style-5,
.blog-item.style-6 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.blog-item.style-4 .post-meta-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog-item.style-4 .post-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-item.style-4 .post-view i {
    margin-right: 6px;
}
.blog-item.style-4 .post-likes {
    margin-left: 25px;
}
.blog-item.style-5 {
    margin-bottom: 40px;
    display: block;
}
.blog-item.style-5 .post-thumbnail {
    position: relative;
    margin-bottom: 25px;
}
.blog-item.style-5 .post-categories {
    margin-bottom: 13px;
}
.blog-item.style-5 .post-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ababab;
}
.blog-item.style-5 .post-categories a:hover {
    color: #02416d;
}
.blog-item.style-5 .post-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.blog-item.style-5 .post-meta {
    margin-bottom: 23px;
    font-size: 14px;
}
.blog-item.style-5 .post-meta > * {
    display: inline-block;
    margin-right: 17px;
}
.blog-item.style-5 .post-meta i {
    margin-right: 7px;
}
.blog-item.style-5 .post-excerpt {
    margin-bottom: 37px;
}
.blog-item.style-5 .post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-item.style-5 .post-footer-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog-item.style-5 .post-footer-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-item.style-6 {
    margin-bottom: 40px;
    display: block;
}
.blog-item.style-6 .post-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-item.style-6 .post-thumbnail {
    position: relative;
    text-align: center;
    width: 300px;
    padding-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}
.blog-item.style-6 .post-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog-item.style-6 .post-categories {
    margin-top: -5px;
    margin-bottom: 13px;
}
.blog-item.style-6 .post-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ababab;
}
.blog-item.style-6 .post-categories a:hover {
    color: #02416d;
}
.blog-item.style-6 .post-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.blog-item.style-6 .post-excerpt {
    margin-bottom: 55px;
}
.blog-item.style-6 .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}
.blog-item.style-6 .post-meta > * {
    display: inline-block;
    margin-right: 8px;
}
.blog-item.style-6 .post-meta i {
    margin-right: 7px;
}
.single-post .post-feature {
    margin-bottom: 25px;
}
.single-post .post-categories {
    margin-bottom: 13px;
}
.single-post .post-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ababab;
}
.single-post .post-categories a:hover {
    color: #02416d;
}
.single-post .post-meta {
    margin-bottom: 23px;
    font-size: 14px;
}
.single-post .post-meta > * {
    display: inline-block;
    margin-right: 17px;
}
.single-post .post-meta i {
    margin-right: 7px;
}
.single-post .entry-title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.5;
}
.single-post .entry-header {
    margin-bottom: 40px;
}
.single-post .entry-content {
    margin-bottom: 35px;
}
.single-post .post-tags a {
    display: inline-block;
    line-height: 35px;
    color: #ababab;
}
.single-post .post-tags a:hover {
    color: #02416d;
}
.single-post .entry-author {
    padding: 45px 42px 40px;
}
.single-post .entry-author .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-post .entry-author .author-avatar {
    min-width: 90px;
    width: 90px;
}
.single-post .entry-author .author-avatar img {
    border-radius: 50%;
}
.single-post .entry-author .author-description {
    margin-left: 38px;
}
.single-post .entry-author .author-name {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 18px;
}
.single-post .entry-author .author-biographical-info {
    margin-top: 15px;
    font-style: italic;
    color: #ababab;
}
.single-post .entry-author .author-social-networks {
    margin: 15px -10px 0;
}
.single-post .entry-author .author-social-networks a {
    display: block;
    float: left;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ababab;
}
.single-post .entry-author .author-social-networks a:hover {
    color: #454545;
}
.single-post .post-link {
    padding: 82px 100px;
    background: #f7fbfe;
    font-size: 24px;
    line-height: 1.5;
}
.single-post .post-quote {
    position: relative;
    margin-bottom: 46px;
}
.single-post .post-quote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #02416d;
}
.single-post .post-quote-content {
    position: relative;
    padding: 63px 100px 67px;
    background: url(../images/blog-quote-icon.png) 65px 35px no-repeat;
}
.single-post .post-quote-text {
    margin-bottom: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}
.single-post .post-quote-name {
    font-size: 24px;
    font-weight: 700;
}
.single-post .post-quote-name a {
    color: #fff;
}
.post-navigation {
    position: relative;
}
.return-blog-page {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #ededed;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: #02416d;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 34px 30px;
}
.nav-links .nav-item {
    width: 50%;
}
.nav-links .nav-previous {
    text-align: left;
    padding-right: 50px;
}
.nav-links .nav-next {
    text-align: right;
    padding-left: 50px;
    justify-self: flex-end;
}
.nav-links a {
    color: #ababab;
    position: relative;
    display: block;
    font-size: 18px;
}
.box-icon .content-wrap,
.post-share {
    display: -webkit-box;
    display: -ms-flexbox;
}
.nav-links a:hover {
    color: #454545;
}
.nav-links .nav-previous a {
    padding-left: 25px;
}
.nav-links .nav-next a {
    padding-right: 25px;
}
.nav-links a:after {
    position: absolute;
    top: 50%;
    font-family: Ionicons;
    line-height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-newsletter-form input[type="email"],
.button,
.button.fullwidth-button,
.button.style-flat,
.button.style-outline,
.button.style-sec,
.button.style-sec-white {
    font-family: Kanit, Helvetica, Arial, sans-serif;
}
.nav-links a:hover:after {
    color: #02416d;
}
.nav-links .nav-previous a:after {
    left: 0;
    content: "\f3d2";
}
.nav-links .nav-next a:after {
    right: 0;
    content: "\f3d3";
}
.post-share {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post-share .post-share-toggle {
    position: relative;
    height: 48px;
    width: 48px;
    line-height: 46px;
    border: 2px solid #ededed;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
.post-share .post-share-list {
    visibility: hidden;
    opacity: 0;
    top: -68px;
    width: 240px;
    background: #fff;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.06) 0 2px 20px);
    filter: drop-shadow(rgba(0, 0, 0, 0.06) 0 2px 20px);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-share .post-share-list:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    bottom: -13px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
}
.gallery-carousel .media-cover,
.gallery-carousel .media-cover .media {
    position: relative;
    height: 100%;
    width: 100%;
}
.post-share .post-share-toggle:hover .post-share-list {
    opacity: 1;
    visibility: visible;
}
.post-share a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #ccc;
}
.gallery-carousel .media-cover .media {
    overflow: hidden;
}
.gallery-carousel .media-cover img {
    width: 100%;
}
.gallery-carousel .media-cover .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.gallery-carousel .media-cover .content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-carousel .media-cover:hover .content .overlay {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.gallery-carousel .media-cover .content .popup {
    display: block;
    height: auto;
    position: absolute;
    font-size: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    vertical-align: middle;
}
.gallery-carousel .media-cover .content .popup .popup-inner {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-carousel .media-cover:hover .content .popup .popup-inner {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.gallery-carousel .media-cover .content .popup .popup-inner a {
    font-size: 30px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    padding: 17px;
    display: block;
}
.gallery-carousel .owl-controls .owl-buttons {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 50%;
    margin-top: -30px;
}
.gallery-carousel .owl-controls .owl-buttons .owl-prev {
    float: left;
}
.gallery-carousel .owl-controls .owl-buttons .owl-next {
    float: right;
}
.gallery-carousel .owl-controls .owl-buttons > div i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 200%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: #fff;
    color: #1f1f1f;
}
.box-icon.style-1 .icon,
.gallery-item .overlay {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-carousel .owl-controls .owl-buttons > div i:hover {
    background-color: #1f1f1f;
    color: #fff;
}
.gallery-carousel .owl-controls .owl-buttons div {
    background: 0 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.gallery-item > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-item img {
    width: 100%;
}
.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #02416d;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-item:hover .overlay {
    visibility: visible;
    opacity: 0.9;
}
.gallery-item .overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
}
.footer-menu > li {
    display: inline-block;
    list-style: none;
}
.footer-menu > li > a {
    display: inline-block;
    padding: 5px 13px;
    color: #ababab;
    font-size: 16px;
    font-weight: 700;
}
.footer-menu > li > a:hover {
    color: #454545;
}
.footer,
.footer a {
    color: #ccc;
}
.footer {
    background-color: #333;
    padding-top: 100px;
    font-size: 16px;
}
.footer-login {
    background-color: #333;
    padding-top: 10px;
    font-size: 16px;
}
.footer a:hover {
    color: #02416d;
}
.footer .widget {
    margin-bottom: 50px;
}
.footer .widgettitle {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.footer .menu li {
    margin-bottom: 5px;
    padding: 0;
    display: block;
}
.footer .menu li a {
    padding: 4px 0;
    color: #ccc;
}
.footer .menu li a:hover {
    color: #02416d;
}
.footer .widget-recent-entries li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #585858;
    list-style: none;
}
.footer hr {
    border-top: 1px solid #585858;
}
.cart-list li + li,
.footer-light hr {
    border-top: 1px solid #eee;
}
.footer-social-networks a {
    display: inline-block;
    color: #ababab;
    padding: 0 8px;
}
.footer-social-networks a:hover {
    color: #02416d;
}
.footer-light {
    background: 0 0;
    color: #7e7e7e;
}
.footer-light .footer-logo {
    max-width: 218px;
}
.footer-light .widgettitle {
    color: #00406f;
}
.footer-light .menu li a,
.footer-light a {
    color: #7e7e7e;
}
.footer-light .widget-recent-entries li {
    border-bottom: 1px solid #eee;
}
.footer-simple {
    padding-top: 50px;
}
.footer-simple .social-networks {
    margin-bottom: 0;
}
.footer-simple .social-networks .item {
    display: inline-block;
}
.footer-simple .social-networks .link {
    padding: 5px 8px;
}
.footer-simple .social-networks .link-icon {
    font-size: 14px;
    margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
    .footer-reveal {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}
.box-icon {
    margin-bottom: 60px;
    position: relative;
}
.box-icon .content-wrap {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-icon.style-1 .content-wrap {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-1 .content-wrap.right {
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.box-icon.style-1 .content-wrap.left {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-icon.style-1 .icon {
    position: relative;
    font-size: 34px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #02416d;
}
.box-icon.style-4 .icon,
.box-icon.style-4 .icon:after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 50%;
}
.box-icon.style-1 .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box-icon.style-1:hover .icon {
    -webkit-box-shadow: 0 2px 47px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 47px rgba(0, 0, 0, 0.13);
    color: #fff;
    background-color: #02416d;
}
.box-icon.style-1 .heading {
    font-size: 24px;
}
.box-icon.style-2 .content-wrap {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-icon.style-2 .box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-2 .icon {
    margin-right: 19px;
    min-width: 36px;
    font-size: 34px;
    line-height: 1;
    color: #02416d;
}
.box-icon.style-2 .heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: -6px;
}
.box-icon.style-3 .content-wrap {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-icon.style-3 .icon {
    font-size: 48px;
    color: #ccc;
    width: 100%;
}
.box-icon.style-3 .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 21px;
}
.box-icon.style-3 .content {
    width: 100%;
}
.box-icon.style-4 .content-wrap {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-4 .icon {
    position: relative;
    font-size: 40px;
    width: 132px;
    height: 132px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-bottom: 34px;
}
.box-icon.style-4 .image {
    margin-bottom: 34px;
}
.box-icon.style-4 .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.07);
    background: #fff;
}
.box-icon.style-4 .icon:after {
    content: "";
    position: absolute;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-4 .icon:before,
.box-icon.style-5 .image {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-4 .icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 132px;
    height: 132px;
    background: rgba(255, 255, 255, 0.1);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box-icon.style-4:hover .icon:before {
    width: 120px;
    height: 120px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%), scale(1);
    transform: translate(-50%, -50%), scale(1);
}
.box-icon.style-4 .icon:after {
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.1);
    left: -4px;
    top: -4px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.box-icon.style-4:hover .icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.box-icon.style-4 .heading {
    font-size: 24px;
    font-weight: 700;
}
.box-icon.style-4 .text {
    margin-top: 19px;
    max-width: 300px;
}
.box-icon.style-10 .text,
.box-icon.style-11 .text,
.box-icon.style-6 .text {
    margin-top: 22px;
}
.box-icon.style-5 .content-wrap {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}
.box-icon.style-5 .image {
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-6,
.box-icon.style-7 .content-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-5:hover .image {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-icon.style-5 .heading {
    font-size: 24px;
    margin-bottom: 21px;
    font-weight: 700;
}
.box-icon.style-6 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 67px 30px 68px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ededed;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-6:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.box-icon.style-6 .content-wrap {
    max-width: 330px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-6 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
}
.box-icon.style-6 .heading {
    font-size: 24px;
}
.box-icon.style-7 {
    margin-bottom: 30px;
}
.box-icon.style-7 .content-wrap {
    padding: 43px 25px 51px;
    border-radius: 4px;
    border-bottom: 4px solid transparent;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-8 .content-wrap,
.box-icon.style-8 .content-wrap-new {
    border-radius: 4px;
    background: #fff;
    -webkit-box-align: start;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: left;
}
.box-icon.style-7:hover .content-wrap {
    background: #fff;
    -webkit-box-shadow: 0 16px 40px #ededed;
    box-shadow: 0 16px 40px #ededed;
    border-bottom-color: #02416d;
}
.box-icon.style-7 .icon {
    font-size: 48px;
    margin-bottom: 15px;
}
.box-icon.style-7 .heading {
    line-height: 1.16;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}
.box-icon.style-8 .content-wrap {
    padding: 67px 40px 64px;
    -webkit-box-shadow: 0 16px 40px #ededed;
    box-shadow: 0 16px 40px #ededed;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-8:hover .content-wrap {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-icon.style-8 .content-wrap-new {
    padding: 20px;
    -webkit-box-shadow: 0 16px 40px #ededed;
    box-shadow: 0 16px 40px #ededed;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-bottom: 3px;
}
.box-icon.style-10,
.box-icon.style-12 {
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-8:hover .content-wrap-new {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-bottom: 3px solid #ff9f02;
}
.box-icon.style-8 .icon {
    font-size: 64px;
    margin-bottom: 35px;
    color: #02416d;
    width: 64px;
    height: 64px;
}
.box-icon.style-8 .heading {
    line-height: 2;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 17px;
    color: inherit;
}
.box-icon.style-8 .heading a {
    color: #7e7e7e;
}
.box-icon.style-8 .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77;
    color: #454545;
}
.box-icon.style-9 .content-wrap {
    position: relative;
    padding-left: 50px;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-icon.style-9 .icon {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 32px;
    color: #d8d8d8;
}
.box-icon.style-9 .heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 19px;
    color: #02416d;
}
.box-icon.style-9 .heading a {
    color: #02416d;
}
.box-icon.style-9 .text {
    font-size: 15px;
}
.box-icon.style-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 67px 30px 56px;
    height: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-10:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.17);
}
.box-icon.style-10 .content-wrap {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 290px;
}
.box-icon.style-10 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
}
.box-icon.style-10 .heading {
    font-size: 24px;
}
.box-icon.style-11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 52px 30px 74px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 41px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 41px 10px rgba(0, 0, 0, 0.03);
}
.box-icon.style-11 .content-wrap {
    max-width: 290px;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-icon.style-11 .icon {
    font-size: 48px;
    color: #02416d;
}
.box-icon.style-11 .heading {
    font-size: 24px;
    font-weight: 700;
}
.box-icon.style-12 {
    overflow: hidden;
    padding: 48px 30px 43px;
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.07);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-12:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 41px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 41px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #ff9f02;
}
.box-icon.style-12:hover .heading {
    color: #ff9f02;
}
.box-icon.style-12 .content-wrap {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.box-icon.style-12 .icon {
    position: relative;
    font-size: 60px;
    line-height: 0;
    margin-right: 43px;
    margin-bottom: 18px;
    color: #454545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-icon.style-12 .icon:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 12px;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #02416d;
}
.box-icon.style-12 .icon i {
    position: relative;
    z-index: 10;
}
.box-icon.style-12 .content {
    line-height: 1.5;
    margin-bottom: 18px;
    word-break: break-word;
}
.box-icon.style-12 .heading {
    position: relative;
    padding-right: 20px;
    display: block;
    font-size: 24px;
    color: #02416d;
}
.box-icon.style-12 .heading > span {
    width: 100%;
    display: inline-block;
}
.box-icon.style-12 .heading i {
    position: absolute;
    top: 6px;
    right: 0;
}
.box-icon.style-13 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 72px 30px 26px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-icon.style-13:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.box-icon.style-13 .content-wrap {
    max-width: 290px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-13 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
    min-height: 90px;
}
.box-icon.style-13 .heading {
    font-size: 24px;
    font-weight: 700;
}
.box-icon.style-14 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.box-icon.style-14 .content-wrap {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-icon.style-14 .box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-14 .icon {
    margin-right: 19px;
    min-width: 36px;
    font-size: 34px;
    line-height: 1;
    color: #02416d;
}
.box-icon.style-14 .heading {
    font-size: 18px;
    font-weight: 700;
}
.agency-popup-video {
    margin-top: -337px;
    margin-bottom: 33px;
    position: relative;
}
.agency-popup-video .video-overlay-mark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.agency-popup-video .video-overlay-mark:after,
.agency-popup-video .video-overlay-mark:before {
    left: 50%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    content: "";
}
.agency-popup-video .video-overlay-mark:before {
    bottom: -33px;
    width: 56%;
    background: #cde5f8;
}
.agency-popup-video .video-overlay-mark:after {
    bottom: -17px;
    width: 82%;
    background: #9dd2fc;
    z-index: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.agency-popup-video .video-overlay-mark:before {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.agency-popup-video .video-poster {
    position: relative;
    z-index: 2;
}
.agency-popup-video .video-poster img {
    border-radius: 5px;
    width: 100%;
}
.agency-popup-video .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-radius: 5px;
    background-color: rgba(11, 136, 238, 0.7);
}
.agency-popup-video .video-play,
.agency-popup-video .video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
.agency-popup-video .video-play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #fff;
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.agency-popup-video .video-play i {
    font-size: 38px;
    line-height: 1;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.business-popup-video .video-play,
.business-popup-video .video-play i {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.business-popup-video {
    position: relative;
}
.business-popup-video .video-overlay-mark {
    position: absolute;
    left: -55px;
    width: 64%;
    top: -85px;
    bottom: -85px;
    background: #f7fbfe;
    border-radius: 5px;
}
.business-popup-video .video-poster {
    position: relative;
    z-index: 2;
}
.business-popup-video .video-poster img {
    border-radius: 5px;
    width: 100%;
}
.business-popup-video .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-radius: 5px;
    background: rgba(69, 69, 69, 0.2);
}
.business-popup-video .video-play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #fff;
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.business-popup-video:hover .video-play {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.business-popup-video .video-play i {
    font-size: 38px;
    line-height: 1;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.simple-popup-video a {
    display: inline-block;
}
.simple-popup-video .video-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.simple-popup-video .video-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 3px;
}
.simple-popup-video .video-play {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #fff;
    opacity: 0.7;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.simple-popup-video .video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 38px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.simple-popup-video:hover .video-play {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.dark-popup-video .video-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dark-popup-video .video-play {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #fff;
    background: #333;
}
.dark-popup-video:hover .video-play {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.dark-popup-video .video-play:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: rgba(55, 55, 55, 0.05);
    left: -15px;
    top: -15px;
}
.dark-popup-video .video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
blockquote {
    font-size: 18px;
    line-height: 1.77;
    color: #ababab;
    margin: 0;
    padding: 28px 0 0;
    background: url(../images/blockquote.png) no-repeat;
}
.blockquote .quote-text {
    font-size: 24px;
    font-style: italic;
    line-height: 2;
}
.blockquote .quote-footer {
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blockquote .quote-footer .quote-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.blockquote .quote-footer .quote-photo img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.blockquote .quote-footer .quote-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blockquote .quote-footer .heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.blockquote .quote-footer .quote-position {
    font-size: 14px;
    font-style: italic;
}
.cms-progress-wraper .cms-progress {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid;
}
.cms-progress-wraper .cms-progress .progress-bar {
    background-color: #333;
    line-height: 40px;
    text-align: right;
    padding: 0 15px;
}
.cms-progress-wraper .cms-progress .progress-bar span {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}
.cms-progress-wraper .cms-progress-title {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.33;
    font-size: 18px;
    color: #333;
}
.cms-progress-wraper .cms-progress-value {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.cms-progress-wraper .block-progressbar {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.cms-progress-wraper .block-progressbar:last-child {
    margin-bottom: 0;
}
.block-progressbar .progressbar-back-text {
    position: absolute;
    background-color: #ededed;
    width: 100%;
    height: 4px;
    border-radius: 0;
    font-size: 0;
    text-indent: -9999px;
}
.block-progressbar .progresswrap {
    height: 5px;
}
.block-progressbar .progressbar {
    position: absolute;
    background-color: #02416d;
    height: 4px;
    width: 0;
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.block-progressbar .progressbar:after {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.13);
    content: "";
    border-radius: 50%;
}
.block-progressbar .progressbar-front-text {
    float: right;
    text-align: right;
    margin-top: -35px;
    font-weight: 400;
    font-size: 18px;
    color: #02416d;
}
.block-progressbar.style-2 .progressbar-back-text {
    background-color: rgba(255, 255, 255, 0.3);
}
.block-progressbar.style-2 .progressbar {
    background-color: #fff;
}
.block-progressbar.style-2 .progressbar-front-text {
    color: #fff;
}
.tm-grid-wrapper .tm-filter-button-group {
    padding-top: 35px;
    padding-bottom: 72px;
}
.tm-grid-wrapper .btn-filter {
    position: relative;
    display: inline-block;
    padding: 6px;
    font-size: 18px;
}
.tm-grid-wrapper .filter-text {
    padding: 8px 15px;
    text-transform: uppercase;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ababab;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-grid-wrapper .btn-filter.current .filter-text,
.tm-grid-wrapper .btn-filter:hover .filter-text {
    background-color: #ababab;
    color: #fff;
}
.tm-grid-wrapper .filter-counter {
    position: absolute;
    top: -20px;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 34px;
    height: 24px;
    line-height: 27px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #02416d;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-grid-wrapper .btn-filter:hover .filter-counter {
    top: -35px;
    visibility: visible;
    opacity: 1;
}
.tm-grid-wrapper .filter-counter:before {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid #02416d;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.portfolio-item .post-item-wrapper,
.portfolio-item .post-thumbnail,
.portfolio-item .post-thumbnail img {
    height: 100%;
    width: 100%;
}
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}
.justified-gallery > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
}
.portfolio-item .post-thumbnail {
    position: relative;
}
.portfolio-item.style-1 .portfolio-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item.style-1:hover .portfolio-overlay {
    visibility: visible;
    opacity: 0.95;
}
.portfolio-item.style-1 .post-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.portfolio-item.style-1:hover .post-overlay-content {
    visibility: visible;
    opacity: 1;
}
.portfolio-item.style-1 .post-overlay-content-inner {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.portfolio-item.style-1 .post-overlay-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}
.portfolio-item.style-1 .post-overlay-title {
    opacity: 0;
    -webkit-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 10px;
}
.portfolio-item.style-1 .post-overlay-categories {
    opacity: 0;
    -webkit-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #ccc;
}
.portfolio-item.style-1:hover .post-overlay-categories,
.portfolio-item.style-1:hover .post-overlay-title {
    opacity: 1;
    -webkit-transition: 0.5s ease-out 0.3s;
    transition: 0.5s ease-out 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-item.style-1 .post-overlay-categories a {
    color: #ccc;
    font-size: 14px;
}
.portfolio-item.style-1 .post-overlay-categories a:hover {
    color: #02416d;
}
.portfolio-item.style-2 .post-item-wrapper {
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.portfolio-item.style-2 .post-thumbnail {
    overflow: hidden;
}
.portfolio-item.style-2 .post-thumbnail img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.portfolio-item.style-2 .post-item-wrapper:hover .post-thumbnail img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.portfolio-item.style-2 .post-overlay-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    min-height: 130px;
}
.portfolio-item.style-2 .post-overlay-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 10px;
}
.portfolio-item.style-2 .post-overlay-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #ccc;
}
.portfolio-item.style-2 .post-overlay-categories a:hover,
.portfolio-item.style-3 .post-item-wrapper:hover .post-overlay-title {
    color: #02416d;
}
.portfolio-item.style-3 .post-item-wrapper {
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.portfolio-item.style-3 .post-item-wrapper:hover {
    -webkit-box-shadow: 5px 5px 41px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 41px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.portfolio-item.style-3 .post-thumbnail {
    overflow: hidden;
}
.portfolio-item.style-3 .post-thumbnail img {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.portfolio-item.style-3 .post-item-wrapper:hover .post-thumbnail img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.portfolio-item.style-3 .post-overlay-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 30px;
}
.portfolio-item.style-3 .post-overlay-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item.style-3 .post-read-more {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item.style-3 .post-item-wrapper:hover .post-read-more {
    color: #fff;
    background-color: #02416d;
}
.single-portfolio .portfolio-categories a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #ccc;
}
.single-portfolio .portfolio-categories a:hover {
    color: #02416d;
}
.single-portfolio .portfolio-title {
    font-size: 40px;
    line-height: 1.16;
}
.single-portfolio .portfolio-share {
    text-align: right;
    margin-bottom: 10px;
}
.single-portfolio .portfolio-share h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 17px;
}
.single-portfolio .portfolio-share a {
    padding: 0 8px;
    color: #ccc;
    font-size: 14px;
}
.single-portfolio .portfolio-share a:hover {
    color: #454545;
}
.single-portfolio .portfolio-share .portfolio-sharing-list {
    display: inline-block;
    margin: 0 -8px;
}
.single-portfolio .portfolio-details-content {
    margin-top: 50px;
}
.single-portfolio .portfolio-details-list {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.single-portfolio .portfolio-details-list li {
    list-style-type: none;
}
.single-portfolio .portfolio-details-list li + li {
    margin-top: 32px;
}
.single-portfolio .portfolio-details-list label,
.single-portfolio .portfolio-details-list span {
    display: block;
}
.single-portfolio .portfolio-details-list label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #454545;
}
.single-portfolio .portfolio-details-social {
    line-height: 90px;
    clear: both;
}
.single-portfolio .about-project {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px;
}
.single-portfolio .portfolio-link {
    clear: both;
}
.style-image-slider .portfolio-details-list li {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
    margin-top: 52px;
}
.style-image-slider .portfolio-details-list li + li {
    margin-top: 52px;
}
.single-portfolio-style-fullscreen {
    overflow-y: hidden;
}
.single-portfolio-style-fullscreen .portfolio-gallery,
.single-portfolio-style-fullscreen .portfolio-main-info {
    height: 100vh;
    width: 50%;
    float: left;
}
.single-portfolio-style-fullscreen #portfolio-main-info-wrap {
    padding: 50px 40px;
    overflow: hidden;
}
.single-portfolio-style-fullscreen .inner {
    position: relative;
}
.single-portfolio-style-fullscreen .portfolio-gallery .owl-carousel img {
    width: 100%;
}
.single-portfolio-style-fullscreen .post-share {
    position: absolute;
    top: 0;
    right: 0;
}
.single-portfolio-style-fullscreen .portfolio-details-list li {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
    margin-top: 52px;
}
.single-portfolio-style-fullscreen .portfolio-details-list li + li {
    margin-top: 52px;
}
.testimonial-item .testimonial-rating i {
    padding: 0 5px;
    color: #02416d;
}
.testimonial-item .testimonial-rating i.fa-star-o {
    color: #ababab;
}
.testimonial-rating {
    font-size: 18px;
    margin-bottom: 21px;
    color: #ababab;
}
.testimonial-rating span {
    padding: 0 5px;
}
.testimonial-rating .ion-android-star {
    color: #02416d;
}
.testimonial-item.style-1 {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item.style-1 .testimonial-desc {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 54px;
}
.testimonial-item.style-1 .testimonial-rating {
    font-size: 14px;
    margin-bottom: 21px;
}
.testimonial-item.style-1 .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonial-item.style-1 .testimonial-name {
    font-size: 24px;
    font-weight: 700;
}
.testimonial-item.style-1 .testimonial-by-line {
    font-size: 14px;
    font-style: italic;
    margin-left: 24px;
    color: #ababab;
}
.testimonial-carousel-2 .owl-item {
    padding: 15px 10px;
}
.testimonial-item.style-2 {
    border-radius: 5px;
    padding: 53px 40px 56px;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.testimonial-item.style-2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.testimonial-item.style-2 .post-thumbnail {
    margin-bottom: 31px;
}
.testimonial-item.style-2 .post-thumbnail img {
    border-radius: 50%;
}
.testimonial-item.style-2 .testimonial-desc {
    font-size: 18px;
    margin-bottom: 24px;
}
.testimonial-item.style-2 .testimonial-rating {
    font-size: 18px;
    margin-bottom: 15px;
}
.testimonial-item.style-2 .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial-item.style-2 .testimonial-name {
    font-size: 18px;
    font-weight: 700;
}
.testimonial-item.style-2 .testimonial-by-line {
    margin-left: 8px;
    font-size: 14px;
    font-style: italic;
}
.testimonial-item.style-3 {
    border-radius: 5px;
    padding: 31px 40px 39px;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
}
.testimonial-item.style-3:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
}
.testimonial-item.style-3 .testimonial-desc {
    font-size: 18px;
    margin-bottom: 36px;
    text-align: left;
}
.testimonial-item.style-3 .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonial-item.style-3 .post-thumbnail {
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.testimonial-item.style-3 .post-thumbnail img {
    border-radius: 50%;
}
.testimonial-item.style-3 .testimonial-main-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}
.testimonial-item.style-3 .testimonial-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.14;
}
.testimonial-item.style-3 .testimonial-by-line {
    font-size: 14px;
    font-style: italic;
    color: #ababab;
}
.testimonial-item.style-4 .post-thumbnail {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.testimonial-item.style-4 .testimonial-info {
    padding-top: 147px;
    background: url(../images/testimonial-blockquote.png) 0 80px no-repeat;
}
.testimonial-item.style-4 .testimonial-desc {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.041em;
    margin-bottom: 51px;
    line-height: 1.4;
    color: #454545;
}
.testimonial-item.style-4 .testimonial-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-item.style-4 .testimonial-name {
    font-size: 24px;
    font-weight: 700;
}
.testimonial-item.style-4 .testimonial-by-line {
    font-size: 14px;
    font-style: italic;
    margin-left: 15px;
}
.testimonial-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}
.testimonial-carousel .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: 30px;
}
.testimonial-carousel .owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: 30px;
}
.testimonial-carousel .owl-controls .owl-buttons > div {
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #9b9b9b;
    border: 2px solid #eee;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    background: 0 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
#powerTip.n:before,
#powerTip.ne-alt:before,
#powerTip.ne:before,
#powerTip.nw-alt:before,
#powerTip.nw:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
    border-top: 10px solid #4dafff;
}
#powerTip.s:before,
#powerTip.se-alt:before,
#powerTip.se:before,
#powerTip.sw-alt:before,
#powerTip.sw:before {
    border-bottom: 10px solid #4dafff;
}
#powerTip,
.product-popup-content .container {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.testimonial-carousel .owl-controls .owl-buttons > div:hover {
    background-color: #02416d;
    color: #fff;
}
.testimonial-carousel .owl-controls .owl-page {
    width: 60px;
    height: 60px;
    margin: 0 15px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.testimonial-carousel .owl-controls .owl-page.active,
.testimonial-carousel .owl-controls .owl-page:hover {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100px;
    height: 100px;
}
.testimonial-carousel .owl-controls .owl-page span {
    display: none;
}
.testimonial-carousel .owl-controls .owl-pagination {
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
}
.client-item {
    position: relative;
}
.client-item .image {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.client-item .image-hover {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.client-item:hover .image {
    visibility: hidden;
}
.client-item:hover .image-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
#powerTip {
    background: #4dafff;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    width: 250px;
    padding: 26px 30px;
    white-space: normal;
}
#powerTip.e:before {
    border-right: 10px solid #4dafff;
}
#powerTip.w:before {
    border-left: 10px solid #4dafff;
}
.hotspot-content .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}
.hotspot-content .text {
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
}
.image-hotspot {
    width: 100%;
    position: relative;
}
.hotspot-item {
    position: absolute;
    width: 82px;
    height: 82px;
}
.blog-newsletter {
    background: linear-gradient(30deg, #122acc 0, #02416d 100%);
    padding: 30px 15px 43px;
}
.blog-newsletter-form input[type="email"] {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.blog-newsletter-form .form-submit {
    min-width: 180px;
    display: block;
    margin: 16px auto 0;
    background-color: #38cb89;
    border: 1px solid #38cb89;
}
.blog-newsletter-form .form-submit:hover {
    background: 0 0;
    color: #38cb89;
    border: 1px solid #38cb89;
}
.blog-newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.blog-newsletter-form input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.blog-newsletter-form input[type="email"]::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.blog-newsletter-form input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}
.blog-newsletter-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}
.header-1 .newsletter-form input[type="email"] {
    background: #fff;
    padding: 3px 155px 3px 20px;
    font-size: 16px;
}
.header-1 .newsletter-form .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 31px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border: 0;
    background-color: #02416d;
}
.agency-newsletter {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}
.agency-newsletter input[type="email"] {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.21);
    padding: 3px 155px 3px 20px;
    border: 0;
    color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.agency-newsletter .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 31px;
    border-radius: 0 5px 5px 0;
    background: #fff;
    border-color: #fff;
    color: #02416d;
}
.agency-newsletter input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.agency-newsletter input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.agency-newsletter input[type="email"]::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.agency-newsletter input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}
.agency-newsletter input[type="email"]:-ms-input-placeholder {
    color: #fff;
}
.business-newsletter {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}
.business-newsletter input[type="email"] {
    font-size: 16px;
    background: #fff;
    padding: 3px 155px 3px 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #878c9b;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button.style-flat,
.button.style-outline:hover {
    background-color: #02416d;
    color: #fff;
    border-color: #02416d;
}
.business-newsletter .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 31px;
    border-radius: 0 5px 5px 0;
    background-color: #02416d;
    border-color: #02416d;
    color: #fff;
}
.business-newsletter input[type="email"]::-webkit-input-placeholder {
    color: #878c9b;
    opacity: 1;
}
.business-newsletter input[type="email"]::-moz-placeholder {
    color: #878c9b;
    opacity: 1;
}
.business-newsletter input[type="email"]::-ms-input-placeholder {
    opacity: 1;
    color: #878c9b;
}
.business-newsletter input[type="email"]::placeholder {
    color: #878c9b;
    opacity: 1;
}
.business-newsletter input[type="email"]:-ms-input-placeholder {
    color: #878c9b;
}
.button {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button.style-flat,
.button.style-flat-white,
.button.style-outline,
.button.style-outline-blue,
.button.style-outline-grey,
.button.style-outline-white,
.button.style-sec,
.button.style-sec-white {
    padding: 0 17px;
    height: 48px;
    border-width: 1px;
    border-radius: 5px;
    letter-spacing: 0.0625em;
    line-height: 46px;
    font-weight: 700;
    font-size: 16px;
}
.button.style-outline {
    color: #02416d;
    border-color: #ccc;
}
.button.style-flat:hover {
    background-color: transparent;
    color: #02416d;
    border-color: #02416d;
}
.button.style-sec,
.button.style-sec-white,
.button.style-sec:hover {
    color: #ffab21;
    border-color: #ffab21;
}
.button.style-sec {
    background-color: #ffab21;
}
.button.style-sec:hover {
    background-color: transparent;
}
.button.style-sec-white {
    color: #fff;
    background-color: #FFAB21;
    border-color: #FFAB21;
}
.button.style-sec-white:hover {
    color: #FFAB21;
    border-color: #FFAB21;
    background-color: #FFF;
}
.button.style-flat-white {
    color: #02416d;
    background-color: #fff;
    border-color: #02416d;
}
.button.style-flat-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.button.style-flat.button-primary {
    background-color: #38cb89;
    border-color: #38cb89;
    color: #fff;
}
.button.style-flat.button-primary:hover {
    background: 0 0;
    border-color: #38cb89;
    color: #38cb89;
}
.button.style-flat-dark {
    background-color: #454545;
    color: #fff;
    border-color: #454545;
}
.button.style-flat-dark:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}
.button.style-outline-white {
    color: #fff;
    border-color: #fff;
}
.button.style-outline-white:hover {
    background-color: #fff;
    color: #02416d;
    border-color: #fff;
}
.button.style-outline-grey {
    color: #02416d;
    border-color: #ccc;
}
.button.style-outline-grey:hover {
    background-color: #ccc;
    color: #fff;
}
.button.style-outline-blue {
    color: #02416d;
    border-color: #02416d;
}
.button.style-outline-blue:hover {
    background-color: #02416d;
    color: #fff;
}
.button.style-text {
    padding: 0;
    border: 0;
    background-color: transparent;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 16px;
}
.button.style-text.button-primary {
    color: #38cb89;
}
.button.button-xs {
    padding: 0 18px;
    height: 32px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 30px;
}
.button.button-sm {
    padding: 0 22px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
}
.button.button-lg {
    padding: 0 30px;
    height: 56px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 54px;
}
.btn-view-full-map,
.button.fullwidth-button {
    line-height: 70px;
    font-weight: 700;
    width: 100%;
}
.button.style-text.button-lg,
.button.style-text.button-sm,
.button.style-text.button-xs {
    padding: 0;
}
.button.fullwidth-button {
    border-radius: 0;
    min-height: 70px;
    border-width: 0;
    letter-spacing: 0.0625em;
    font-size: 16px;
}
.button.button-sm {
    height: calc(1.5em + 0.75rem + 8px);
    line-height: 40px;
}
.btn-view-full-map {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(11, 136, 238, 0.7);
}
.accordion {
    margin: 0 0 30px;
}
.accordion > .accordion-section {
    overflow: hidden;
}
.accordion > .accordion-section + .accordion-section {
    margin-top: 33px;
}
.accordion .accordion-title {
    display: block;
    position: relative;
    padding: 10px 20px 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordion .accordion-title:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    height: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordion .accordion-title:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    z-index: 1;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordion .accordion-marker {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 300;
    margin-right: 12px;
    line-height: 1;
    color: #02416d;
}
.accordion .accordion-icon:before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    color: #ccc;
    content: "\f48a";
    font-family: Ionicons;
}
.accordion .accordion-header.active .accordion-title,
.accordion .accordion-title:hover {
    opacity: 1;
}
.accordion .accordion-header.active .accordion-title:after,
.accordion .accordion-title:hover:after {
    width: 100%;
}
.accordion .accordion-header.active > .accordion-title .accordion-icon:before {
    content: "\f463";
}
.accordion .accordion-content {
    padding: 27px 0 8px;
}
.counter-item {
    margin-bottom: 30px;
}
.counter-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.counter-item .counter-wrap,
.form-product-search {
    position: relative;
}
.counter-item.no-border:before {
    background: 0 0;
}
.counter-item .icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.counter-item .number-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.35;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.counter-item .text {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.214em;
    line-height: 1.4;
}
.counter-item.style-2 .icon {
    color: #7e7e7e;
}
.counter-item.style-2 .text {
    color: #454545;
}
.counter-item.style-3 .icon {
    color: #7e7e7e;
}
.counter-item.style-3 .number-wrap {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.counter-item.style-3:before {
    background: #ddd;
}
.counter-item.style-4 .number-wrap {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.contact-form .form-control,
.contact-form .form-textarea {
    background: #fff;
}
.contact-form .form-submit {
    width: auto;
}
.contact-form select {
    background-color: #fff;
}
.form-product-search .search-field {
    padding: 3px 160px 3px 20px;
    background: #fff;
}
.form-product-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.25px;
    background-color: #02416d;
    color: #fff;
    font-family: Kanit, Helvetica, Arial, sans-serif;
}
.pricing-item.style-1 .pricing-list li + li,
.pricing-item.style-2 .pricing-list li + li {
    border-top: 1px solid #f3f3f3;
}
.form-product-search .search-submit:hover {
    background-color: #38cb89;
}
.pricing-item {
    z-index: 2;
    position: relative;
}
.pricing-item.style-1 {
    margin-bottom: 30px;
}
.pricing-item.style-1.pricing-featured {
    z-index: 10;
}
.pricing-item.style-1 .inner {
    position: relative;
    margin: 0 auto;
    padding: 37px 30px 51px;
    border-radius: 5px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 57px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 57px rgba(0, 0, 0, 0.08);
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-member.style-2,
.team-zigzag-carousel .owl-item {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pricing-item.style-1 .inner:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 57px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 57px rgba(0, 0, 0, 0.17);
}
.pricing-item.style-1.pricing-featured .inner {
    background: #fff;
    padding: 52px 30px 58px;
}
.pricing-item.style-1 .pricing-header {
    margin-bottom: 42px;
}
.pricing-item.style-1 .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.11px;
    text-transform: uppercase;
    margin-bottom: 57px;
    color: #02416d;
}
.pricing-item.style-1 .price-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricing-item.style-1 .currency {
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}
.pricing-item.style-1 .price {
    font-size: 64px;
    font-weight: 700;
    line-height: 0.7;
    margin-left: 4px;
    margin-right: 4px;
}
.pricing-item.style-1 .period {
    font-size: 14px;
    color: inherit;
}
.pricing-item.style-1 .pricing-list {
    margin: 0;
    padding: 0;
}
.pricing-item.style-1 .pricing-list li {
    position: relative;
    display: block;
    padding: 16px 0;
    list-style-type: none;
}
.pricing-item.style-1 .pricing-footer {
    padding-top: 30px;
}
.pricing-item.style-2 .inner {
    position: relative;
    margin: 0 auto;
    padding: 54px 0 0;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #f3f3f3;
}
.pricing-item.style-2 .pricing-header {
    margin-bottom: 42px;
}
.pricing-item.style-2 .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.pricing-item.style-2 .icon {
    font-size: 80px;
    background: #f7fbfe;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    color: #02416d;
}
.pricing-item.style-2 .pricing-content {
    padding: 0 30px;
}
.pricing-item.style-2 .pricing-list li {
    position: relative;
    display: block;
    padding: 16px 0;
    list-style-type: none;
}
.pricing-item.style-2 .pricing-footer {
    padding-top: 42px;
}
.pricing-item.style-2 .price-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 71px;
}
.pricing-item.style-2 .currency {
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}
.pricing-item.style-2 .price {
    font-size: 64px;
    font-weight: 700;
    line-height: 0.7;
    margin-left: 4px;
    margin-right: 4px;
}
.pricing-item.style-2 .period {
    font-size: 14px;
    color: inherit;
}
#google-map .animated-dot {
    width: 20px;
    height: 20px;
    left: -9px;
    top: -5px;
    position: relative;
}
#google-map .animated-dot .middle-dot:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Ionicons;
    content: "\f456";
    font-size: 56px;
}
#google-map .animated-dot .signal,
#google-map .animated-dot .signal2 {
    width: 200px;
    height: 200px;
    pointer-events: none;
    border-radius: 50%;
    position: absolute;
    left: -90px;
    top: -90px;
    opacity: 0;
    -webkit-animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
    animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#google-map .animated-dot .signal {
    border: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    -webkit-box-shadow: inset 0 0 35px 10px #02416d;
    box-shadow: inset 0 0 35px 10px #02416d;
}
#google-map .animated-dot .signal2 {
    border: 2px solid #02416d;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#google-map .middle-dot {
    color: #02416d;
}
.team-zigzag-carousel .owl-item {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-member.style-1 {
    text-align: center;
    padding-right: 60px;
}
.team-member.style-1 .team-info {
    margin-top: 41px;
}
.team-member.style-1 .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 9px;
}
.team-member.style-1 .position {
    font-size: 14px;
    font-style: italic;
}
.team-member.style-1 .social-networks {
    display: none;
}
.team-member.style-2 {
    padding: 30px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-member.style-2:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 47px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 47px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 5px;
}
.team-member.style-2 .photo {
    margin-bottom: 22px;
}
.team-member.style-2 .photo img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-member.style-2:hover .photo img {
    -webkit-filter: none;
    filter: none;
}
.team-member.style-2 .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 11px;
}
.team-member.style-2 .social-footer {
    position: relative;
}
.team-member.style-2 .position {
    font-size: 14px;
    font-style: italic;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-member.style-2:hover .position {
    visibility: hidden;
    opacity: 0;
}
.team-member.style-2 .social-networks {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0 -8px;
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-member.style-2:hover .social-networks {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.team-member.style-2 .social-networks a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 1;
    color: #ccc;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pie-chart {
    margin-bottom: 30px;
    text-align: center;
}
.pie-chart.style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pie-chart .chart {
    position: relative;
    width: 140px;
    height: 140px;
}
.pie-chart.style-1 .chart {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 70px;
}
.pie-chart .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.pie-chart .inner-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.pie-chart .piecharts-number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tm-card .content-wrap,
.tm-card.style-1 {
    position: relative;
}
.pie-chart .piecharts-number span {
    vertical-align: super;
    font-size: 20px;
}
.pie-chart .title {
    margin-bottom: 12px;
    text-align: left;
}
.pie-chart .title h6 {
    font-size: 18px;
    font-weight: 700;
}
.pie-chart .subtitle {
    font-size: 15px;
    text-align: left;
    line-height: 2.13;
}
.tm-card {
    height: 100%;
    margin-bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-card.style-1 {
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
    padding: 40px 30px;
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    background-color: #54abf3;
}
.tm-card.style-1:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 41px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 41px rgba(0, 0, 0, 0.15);
}
.tm-card.style-1 .heading i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tm-card.style-1 .icon {
    font-size: 200px;
    position: absolute;
    bottom: -63px;
    right: -27px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.2);
}
.tm-card.style-1 .content-wrap {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tm-card.style-1 .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 23px;
    color: #fff;
}
.tm-card.style-1 .heading a {
    position: relative;
    padding-right: 20px;
    display: block;
    color: #fff;
}
.tm-card.style-1 .heading a:before {
    display: none;
}
.tm-card.style-1 .menu-list {
    font-size: 16px;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
.tm-card.style-1 .menu-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tm-card.style-1 .menu-title {
    display: inline;
    padding-right: 10px;
}
.tm-card.style-1 .menu-sub-title,
.tm-card.style-1 .menu-title {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tm-card.style-1 .separator {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -9px;
}
.tm-card.style-1 .phone-number {
    font-size: 40px;
    color: inherit;
    line-height: 1.4;
    margin-bottom: 16px;
}
.countdown-bar {
    text-align: center;
}
.countdown-bar > .countdown-item {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.countdown-bar > .countdown-item > .countdown-item-value {
    font-size: 48px;
    font-weight: 300;
    font-family: Kanit, Helvetica, Arial, sans-serif;
}
.countdown-bar > .countdown-item > .countdown-item-label {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 16px;
}
.countdown-bar.style-1 .countdown-item-value {
    display: inline-block;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
}
.countdown-bar.style-1 .countdown-item-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.countdown-bar.style-2 .countdown-item-value {
    color: #fff;
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 7px 2px 0 rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}
.countdown-bar.style-2 .countdown-item-label {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.countdown-bar.style-3 .countdown-item-value {
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 7px 2px 0 rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    color: #02416d;
}
.countdown-bar.style-3 .countdown-item-label {
    color: rgba(171, 171, 171, 0.7);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.43px;
    text-transform: uppercase;
}
.countdown-bar.style-4 .countdown-item-value {
    color: #02416d;
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 7px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.countdown-bar.style-4 .countdown-item-label {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 18px;
    color: #ababab;
}
.error404--header {
    padding: 30px 0;
}
.error404--header .branding__logo img {
    width: 153px;
}
.error404--header .branding__logo a {
    float: none;
}
.error404--title {
    font-size: 56px;
    line-height: 1.28;
    margin: 20px 0 38px;
    color: #7e7e7e;
}
.sidebar-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1;
    width: 340px;
    height: 100%;
    -webkit-box-shadow: 0 -9px 25px rgba(0, 0, 0, 0.03);
    box-shadow: 0 -9px 25px rgba(0, 0, 0, 0.03);
    overflow-y: auto;
}
.sidebar-fixed .sidebar-content {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding: 60px 40px;
    background: #fff;
}
.sidebar .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 17px;
    background: 0 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    color: #454545;
}
.sidebar .search-form .search-btn-text {
    display: none;
}
.info-carousel.dots-carousel .owl-controls {
    position: relative;
    bottom: 30px;
}
.info {
    padding: 116px 90px 100px;
    background-color: #222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 5px;
}
.info .sub-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.71;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.info .heading {
    color: #fff;
    font-size: 56px;
    line-height: 1.28;
    margin-bottom: 38px;
}
.info .text {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 74px;
}
.page-title-bar {
    position: relative;
    z-index: 3;
}
.page-title-bar-inner {
    border-bottom: 1px solid transparent;
}
.page-breadcrumb {
    margin: 0;
    padding: 0;
    background: #fff;
}
.breadcrumb {
    background: 0 0;
    border-radius: 0;
    display: block;
    margin-top: 122px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li + li {
    position: relative;
    padding-left: 30px;
}
.breadcrumb li + li:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 10px;
    color: #ababab;
}
.page-title-bar-1 .page-title-bar-inner {
    text-align: center;
    background: #f7fbfe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7fbfe));
    background: linear-gradient(-180deg, #fff 0, #f7fbfe 100%);
    border-bottom-color: #ededed;
    padding-top: 239px;
    padding-bottom: 160px;
}
.page-title-bar-1 .page-title-bar-inner .heading {
    font-weight: 400;
    line-height: 1.285;
    text-transform: none;
    color: #454545;
    font-size: 56px;
}
.page-title-bar-1 .breadcrumb {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.page-title-bar-1 .page-breadcrumb-inner {
    padding-bottom: 0;
}
.page-title-bar-1 .breadcrumb li,
.page-title-bar-1 .breadcrumb li a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.71;
    text-transform: uppercase;
    color: #ababab;
}
.page-title-bar-1 .breadcrumb li a:hover {
    color: #02416d;
}
.page-title-bar-1 .breadcrumb li.current {
    color: #454545;
}
.maintenance-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #02416d;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #02416d), to(#2ac3db));
    background: linear-gradient(90deg, #02416d 20%, #2ac3db);
}
.tabs.style-1 .nav-tabs li,
.tabs.style-2 .nav-tabs li {
    display: inline-block;
}
.section-coming-soon-1,
.section-coming-soon-2 {
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.maintenance-title {
    font-size: 56px;
    margin-bottom: 23px;
    color: #fff;
}
.maintenance-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 79px;
}
.maintenance-svg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}
.maintenance-svg svg {
    height: 440px;
    width: 100%;
    fill: #fff;
}
.maintenance-page .buttons {
    position: relative;
    z-index: 10;
}
.section-coming-soon-1 {
    background-image: url(../images/background/coming-soon-01-bg.jpg);
    background-position: left bottom;
    -ms-background-size: cover;
    background-size: cover;
}
.section-coming-soon-2 {
    background-image: url(../images/background/bg_1920x918.jpg);
    background-position: center bottom;
    -ms-background-size: contain;
    background-size: contain;
}
.coming-soon-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}
.timeline ul li:after,
.timeline ul li:before {
    top: 0;
    content: "";
}
#typed,
.typed-cursor {
    color: #02416d;
}
.timeline ul {
    margin: 0;
    padding: 0;
}
.timeline ul li {
    position: relative;
    margin: 0 auto;
    width: 1px;
    list-style-type: none;
}
.timeline ul li:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
}
.timeline ul li:after {
    position: absolute;
    left: 50%;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #02416d;
}
.timeline .time {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: -0.05em;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 500;
    color: #ddd;
    left: 85px;
    width: 400px;
}
.timeline ul .item:nth-child(2n) .content-wrap,
.timeline ul .item:nth-child(odd) .time {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.timeline ul .item:nth-child(2n) .time {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    left: -485px;
    text-align: right;
}
.timeline .content-wrap {
    position: relative;
    top: 4px;
    width: 400px;
}
.timeline ul li:nth-child(odd) .content-wrap {
    text-align: right;
    left: -485px;
}
.timeline ul .item:nth-child(odd) .content-wrap {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.timeline .heading {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 33px;
}
.timeline .photo {
    margin-bottom: 28px;
}
.tabs .nav-tabs {
    border-bottom: none;
}
.tabs.style-1 .nav-tabs li + li {
    margin-left: 30px;
}
.tabs.style-1 .nav-tabs li a {
    font-size: 20px;
    color: #7e7e7e;
    padding-bottom: 5px;
}
.tabs.style-1 .nav-tabs li a.active {
    border-bottom: 2px solid #02416d;
}
.tabs.style-1 .tab-content {
    border-top: 2px solid #f5f5f5;
    padding: 30px 0;
}
.tabs.style-2 .nav-tabs li + li {
    margin-left: 5px;
}
.tabs.style-2 .nav-tabs li a {
    font-size: 20px;
    background: #f1f1f1;
    color: #02416d;
    padding: 10px 18px;
}
.tabs.style-2 .nav-tabs li a.active {
    background: #02416d;
    color: #fff;
    position: relative;
}
.tabs.style-2 .nav-tabs li a.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #02416d;
}
.tabs.style-2 .tab-content {
    padding: 30px 38px;
    border: 2px solid #eee;
    margin-top: 4px;
}
.page-mobile-main-menu.open {
    left: 0;
}
.page-mobile-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    padding-top: 10px;
    height: 45px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-mobile-menu-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.page-mobile-menu-logo img {
    width: 30px;
}
.page-close-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-close-mobile-menu div {
    position: relative;
    width: 24px;
    height: 18px;
    cursor: pointer;
}
.page-close-mobile-menu i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: 0 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-close-mobile-menu i:after,
.page-close-mobile-menu i:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a237e;
    content: "";
}
.page-close-mobile-menu i:after {
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-close-mobile-menu i:before {
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-close-mobile-menu i:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-mobile-main-menu .mobile-menu {
    margin: 0;
    padding: 0px 15px 15px;
}
.page-mobile-main-menu li {
    display: block;
    list-style-type: none;
}
.page-mobile-main-menu .mobile-menu a {
    position: relative;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
}
.page-mobile-main-menu .mobile-menu > li > a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 0;
}
.page-mobile-main-menu .mobile-menu > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-mobile-main-menu .toggle-sub-menu {
    position: relative;
    color: rgba(255, 255, 255, 0.7);color: rgba(255, 255, 255, 0.7);
    z-index: 5;
}
.page-mobile-main-menu .toggle-sub-menu:after {
    position: absolute;
    right: 2px;
    top: -8px;
    /* display: inline-block; */
    content: "\f3d3";
    font-size: 24px;
    font-family: Ionicons;
    font-weight: 500;
}
.page-mobile-main-menu .toggle-sub-menu.open:after {
    content: "\f3d0";
}
.page-mobile-main-menu .sub-menu {
    display: none;
    margin: 0px 0 0px 10px;
}
.page-mobile-main-menu .sub-menu a {
    padding: 5px 0;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.page-mobile-main-menu .sub-menu.open {
    display: block;
}
.noo-spinner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.985);
    z-index: 999999;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #02416d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    color: #efc71f;
}
.star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.product-badges {
    position: absolute;
    top: 30px;
    left: 28px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-badges .hot,
.product-badges .new,
.product-badges .onsale,
.product-badges .out-of-stock {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 2px;
    min-height: 0;
    min-width: 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-badges .onsale {
    background: #f6a623;
    padding: 5px 8px;
}
.product-badges .hot {
    background: #d31129;
    padding: 5px 11px;
}
.product-badges .new {
    background: #38cb89;
    padding: 5px 13px;
}
.product-badges .out-of-stock {
    background: #000;
    padding: 5px 13px;
}
.mini-cart .mini-cart-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
}
.mini-cart .mini-cart-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: inherit;
    content: "\f3f8";
    font-family: Ionicons;
    line-height: normal;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mini-cart .mini-cart-icon:after {
    position: absolute;
    top: -4px;
    right: -2px;
    padding: 0 4px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    content: attr(data-count);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    background-color: #02416d;
}
.mini-cart .widget_shopping_cart_content {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 30px 20px 27px;
    max-height: 700px;
    width: 360px;
    border: 1px solid #eee;
    border-bottom: 2px solid #02416d;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mini-cart.open .widget_shopping_cart_content {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.cart-list li {
    display: block;
    list-style-type: none;
    float: left;
    width: 100%;
}
.cart-list a {
    font-weight: 400;
    font-size: 16px;
}
.cart-list li + li {
    margin-top: 30px;
    padding-top: 30px;
}
.cart-list li .remove {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    color: inherit;
    line-height: 1.5;
}
.cart-list li img {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}
.cart-list li .quantity {
    display: block;
    font-size: 20px;
}
.cart-list li .quantity .price {
    color: #02416d;
}
.widget_shopping_cart_content .cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
}
.widget_shopping_cart_content .total {
    padding: 0;
    width: 100%;
    border-top: 0;
    font-size: 16px;
}
.widget_shopping_cart_content .total .amount {
    font-size: 20px;
    color: #02416d;
}
.widget_shopping_cart_content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category-item {
    display: block;
    margin-right: 30px;
}
.category-item .cat-wrapper {
    position: relative;
}
.category-item .cat-thumbnail {
    overflow: hidden;
    border-radius: 5px;
}
.category-item .cat-thumbnail img {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
}
.category-item .cat-wrapper:hover .cat-thumbnail img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.category-item .cat-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px 45px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.category-item .cat-title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 7px;
}
.category-item .cat-count {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3.56px;
    font-weight: 700;
    color: rgba(69, 69, 69, 0.3);
}
.product-banner-1 h3.heading,
.product-banner-2 h3.heading {
    line-height: 1.34;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
}
.product-banner-1 {
    padding-top: 105px;
    padding-right: 55px;
    padding-bottom: 88px;
}
.product-banner-2 {
    padding-top: 130px;
    padding-left: 55px;
    padding-bottom: 88px;
}
.product-popup-content .container {
    overflow: hidden;
    height: 680px;
    padding-top: 55px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    position: relative;
}
.product-item.style-1,
.product-item.style-1:after {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}
.product-popup-content .product-summary {
    margin: 0;
    padding-right: 30px;
}
.product-popup-content .product-title {
    margin: -4px 0 11px;
    font-size: 40px;
    line-height: 1.4;
    clear: none;
    padding: 0;
}
.product-popup-content .product-rating {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.6;
}
.product-popup-content .star-rating {
    margin: 0.3em 4px 0 0;
    float: left;
}
.product-popup-content .product-rating .review-link {
    margin-left: 5px;
}
.product-popup-content .price {
    margin-bottom: 30px;
    font-size: 18px;
    color: #02416d;
    font-weight: 700;
}
.product-popup-content .product-actions,
.product-popup-content .quantity-button-wrapper {
    display: block;
}
.product-popup-content .quantity-button-wrapper {
    margin-bottom: 43px;
}
.product-popup-content .quantity-button-wrapper label {
    margin: 9px 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    min-width: 100px;
    color: #ababab;
}
.product-item .add-to-cart:before,
.product-item .add-to-wishlist a:before,
.product-item .compare:before,
.product-item .quickview-icon:before,
.product-popup-content .add_to_wishlist:before {
    font-weight: 500;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-popup-content div.quantity {
    position: relative;
    width: 100px;
    display: inline-block;
    margin: 0 30px 0 0;
}
.product-popup-content div.quantity .qty {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
}
.product-popup-content .product-actions a {
    margin-right: 10px;
    float: left;
}
.product-popup-content .add_to_wishlist {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.product-popup-content .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    content: "\f388";
}
.product-popup-content .product-meta-wrap {
    float: left;
    width: 100%;
}
.product-popup-content .product-meta-wrap .product-meta {
    margin-top: 38px;
    padding-top: 19px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    color: #ababab;
}
.product-popup-content .product-meta-wrap a {
    color: #ababab;
}
.product-popup-content .product-meta-wrap a:hover {
    color: #38cb89;
}
.product-popup-content .product-meta-wrap h6 {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    min-width: 100px;
    line-height: 1.3;
}
.product-popup-content .product-meta-wrap .meta-item + .meta-item {
    margin-top: 5px;
}
.product-popup-content .product-sharing-list {
    display: inline-block;
    margin: 0 -10px;
}
.product-popup-content .product-sharing-list a {
    padding: 0 8px;
    font-size: 14px;
    color: #ccc;
}
.product-item .add-to-cart:before,
.product-item .add-to-wishlist a:before,
.product-item .compare:before,
.product-item .quickview-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    display: block;
}
.product-item .quickview-icon:before {
    content: "\f4a4";
}
.product-item .add-to-cart:before {
    content: "\f3f8";
}
.product-item .add-to-wishlist a:before {
    content: "\f141";
}
.product-item .compare:before {
    content: "\f4a8";
}
.product-item .price del {
    opacity: 0.5;
    display: inline-block;
    color: #ccc;
}
.product-item.style-1 {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    z-index: 1;
}
.product-item.style-1:hover {
    z-index: 3;
}
.product-item.style-1:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    width: auto;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
}
.product-item.style-1:hover:after {
    bottom: -93px;
    opacity: 1;
}
.product-item.style-1 .thumbnail img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-item.style-1 .product-info {
    padding: 30px 24px 29px 30px;
}
.product-item.style-1 .main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-item.style-1 .left-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product-item.style-1 .product-title a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
}
.product-item.style-1 .product-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ababab;
}
.product-item.style-1 .add_to_wishlist:before,
.product-item.style-3 .add_to_wishlist:before {
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f388";
}
.product-item.style-1 .product-categories a:hover {
    color: #02416d;
}
.product-item.style-1 .price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 50%;
    height: 56px;
    line-height: 56px;
    padding: 0 13px;
    text-align: center;
    color: #02416d;
    font-weight: 700;
    font-size: 18px;
}
.product-item.style-1 .product-actions {
    background: #fff;
    position: absolute;
    bottom: -53px;
    left: 30px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.product-item.style-1:hover .product-actions {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.product-item.style-1 .product-actions a {
    margin-right: 10px;
}
.product-item.style-1 .add_to_wishlist {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.product-item.style-1 .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.product-item.style-2 {
    margin-bottom: 30px;
    position: relative;
}
.product-item.style-2 .product-wrapper {
    position: relative;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: #fff;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-item.style-2 .product-thumbnail {
    margin-bottom: 28px;
}
.product-item.style-2 .product-thumbnail .thumbnail {
    position: relative;
}
.product-item.style-2 .thumbnail img {
    width: 100%;
}
.product-item.style-2 .product-hover-image {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.product-item.style-2 .product-wrapper:hover .product-hover-image {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-item.style-2 .product-actions {
    position: absolute;
    top: 93px;
    right: 29px;
    z-index: 99;
}
.product-item.style-2 .product-action {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    display: block;
    margin: 0 0 10px;
}
.product-item.style-2 .add-cart-btn {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.product-item.style-2 .add-to-wishlist {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.product-item.style-2 .compare-btn {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.product-item.style-2 .product-wrapper:hover .product-action {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.product-item.style-2 .product-action a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: #454545;
    font-size: 0;
    padding: 0;
    background: #ededed;
    border: 0;
    text-align: center;
}
.product-item.style-2 .product-info {
    text-align: center;
    padding: 30px 30px 34px;
}
.product-item.style-2 .product-title {
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 15px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-item.style-2 .price {
    color: #02416d;
    font-weight: 700;
    font-size: 18px;
}
.product-item.style-3 {
    margin-bottom: 30px;
    position: relative;
}
.product-item.style-3 .product-wrapper {
    position: relative;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: #fff;
    height: 100%;
    overflow: hidden;
}
.product-item.style-3 .product-thumbnail .thumbnail {
    position: relative;
}
.product-item.style-3 .thumbnail img {
    width: 100%;
}
.product-item.style-3 .product-hover-image {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.product-item.style-3 .product-wrapper:hover .product-hover-image {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-item.style-3 .product-info {
    padding: 27px 30px 43px 0;
}
.product-item.style-3 .product-title {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 9px;
}
.product-item.style-3 .price {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #02416d;
    font-size: 18px;
}
.product-item.style-3 .product-excerpt {
    margin-bottom: 29px;
}
.product-item.style-3 .product-actions a {
    margin-right: 10px;
    float: left;
}
.product-item.style-3 .add_to_wishlist {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.product-item.style-3 .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.shop-detail-images {
    padding: 20px;
    margin: -20px;
}
.shop-detail-image-carousel {
    margin-bottom: 70px;
    display: block;
    height: auto;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    width: 100%;
}
.shop-detail-image-carousel img {
    max-width: 480px;
}
.shop-detail-image-carousel .owl-controls {
    position: relative;
    bottom: 20px;
}
.shop-summary {
    margin-bottom: 40px;
    padding-left: 20px;
    width: 100%;
}
.shop-summary .product-title {
    margin: -4px 0 11px;
    font-size: 40px;
    line-height: 1.4;
}
.shop-summary .product-rating {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.6;
}
.shop-summary .product-rating .star-rating {
    margin: 0.5em 4px 0 0;
    display: inline-block;
}
.shop-summary .price {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #02416d;
}
.shop-summary .quantity-button-wrapper {
    margin-bottom: 43px;
}
.shop-summary .quantity-button-wrapper label {
    display: inline-block;
    margin: 9px 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    min-width: 100px;
}
.shop-summary .quantity {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}
.shop-summary .quantity button {
    background: 0 0;
    position: absolute;
    right: 0;
    padding: 0;
    width: 30px;
    height: 20px;
    border: 0;
    color: #ccc;
    font-size: 12px;
}
.shop-summary .quantity .increase {
    top: 0;
}
.shop-summary .quantity .decrease {
    bottom: 10px;
}
.shop-summary .quantity .qty {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
    text-align: center;
}
.shop-summary .product-actions .button {
    display: inline;
    float: left;
    margin-right: 10px;
}
.shop-summary .product-actions a {
    margin-right: 10px;
    float: left;
}
.shop-summary .add_to_wishlist,
.shop-summary .compare {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.shop-summary .add_to_wishlist:before,
.shop-summary .compare:before {
    font-size: 20px;
    font-weight: 500;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shop-summary .add_to_wishlist:before {
    display: block;
    content: "\f388";
}
.shop-summary .compare:before {
    content: "\f4a8";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shop-summary .product-meta-wrap {
    float: left;
    width: 100%;
}
.shop-summary .product-meta-wrap .product-meta {
    margin-top: 38px;
    padding-top: 19px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    color: #ababab;
}
.shop-summary .product-meta-wrap a {
    color: #ababab;
}
.shop-summary .product-meta-wrap a:hover {
    color: #38cb89;
}
.shop-summary .product-meta-wrap h6 {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    min-width: 100px;
    line-height: 1.3;
}
.shop-summary .product-meta-wrap .meta-item + .meta-item {
    margin-top: 5px;
}
.shop-summary .product-sharing-list {
    display: inline-block;
    margin: 0 -10px;
}
.shop-summary .product-sharing-list a {
    padding: 0 8px;
    font-size: 14px;
    color: #ccc;
}
.commerce-tab {
    margin-top: 100px;
}
.commerce-tab .nav-tabs {
    display: inline-block;
    width: 100%;
}
.commerce-tab .nav-tabs li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.commerce-tab .nav-tabs li > a {
    padding: 6px 18px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #ccc;
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.commerce-tab .nav-tabs li > a.active,
.commerce-tab .nav-tabs li > a:hover {
    color: #454545;
}
.commerce-tab .nav-tabs li > a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #02416d;
    z-index: 2;
}
.commerce-tab .tab-content {
    border-top: 1px solid #ededed;
    position: relative;
    padding: 68px 0 0;
}
.related-products {
    margin-top: 70px;
}
.related-products > h2 {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}
.archive-shop-actions {
    margin-bottom: 25px;
}
.archive-shop-actions .shop-filter-left,
.archive-shop-actions .shop-filter-right {
    margin-bottom: 10px;
}
.archive-shop-actions .shop-filter-left {
    line-height: 45px;
}
.archive-shop-actions .shop-filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.commerce-ordering {
    display: inline-block;
    margin: 0;
    float: none;
}
.commerce-ordering select {
    background-color: #fff;
}
.shop-view-switcher {
    font-size: 20px;
    margin: 0 -10px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop-view-switcher .switcher-item {
    color: #ccc;
    display: block;
    padding: 0 10px;
}
.shop-view-switcher .switcher-item.active {
    color: #454545;
    cursor: auto;
}
.widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    background-color: #45deb0;
    border-radius: 50%;
    cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 0;
    background: #e0e0e0;
    border-radius: 0;
}
.widget_price_filter .ui-slider-horizontal {
    height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.widget_price_filter .price_slider_wrapper {
    margin-top: 40px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background: #02416d;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.13);
    z-index: 1;
}
.widget_price_filter .price_slider_amount {
    margin-top: 33px;
}
.widget_price_filter .price_slider_amount .button {
    float: left;
    padding: 0 33px;
    height: 48px;
    line-height: 46px;
    letter-spacing: 0.0625em;
    font-weight: 700;
    font-size: 16px;
}
.cart-totals table th,
.shop-cart thead th {
    text-transform: uppercase;
    letter-spacing: 1.75px;
}
.widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
}
.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product_list_widget li {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product_list_widget .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_list_widget .thumbnail {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.product_list_widget li img {
    float: left;
    margin-right: 15px;
    margin-left: 0;
    width: 100%;
    height: 80px;
}
.product_list_widget li .product-title {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.18;
}
.product_list_widget li a {
    display: block;
    font-weight: 400;
}
.product_list_widget li .price {
    font-weight: 700;
    font-size: 18px;
    color: #02416d;
}
.product_list_widget li .star-rating {
    margin-top: 6px;
    font-size: 12px;
}
.commerce-form-login {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 40px 0 0;
    text-align: left;
    border-radius: 5px;
}
.commerce-form-login .form-item {
    margin: 0 0 10px;
    padding: 0;
}
.commerce-form-login .form-checkbox {
    margin-left: 20px;
    display: inline;
}
.shop-cart {
    border: 0;
    margin: 0 -1px 95px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
.shop-cart thead {
    border-radius: 4px;
}
.shop-cart thead tr {
    border-bottom: 1px solid #ededed;
}
.shop-cart thead th {
    padding: 20px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    border: none;
    text-align: left;
    color: #454545;
    border-bottom-width: 1px;
}
.shop-cart th.product-thumbnail {
    width: 110px;
}
.shop-cart th.product-remove {
    width: 40px;
}
.shop-cart tbody tr,
.shop-cart tfoot tr {
    border-bottom: 1px solid #ededed;
}
.shop-cart td {
    padding: 30px 0;
    vertical-align: middle;
}
.shop-cart td img {
    width: 80px;
}
.shop-cart td.product-name a,
.shop-cart td.product-price,
.shop-cart td.product-remove,
.shop-cart td.product-subtotal {
    font-size: 20px;
}
.shop-cart td.product-price,
.shop-cart td.product-subtotal {
    font-weight: 700;
    font-size: 18px;
    color: #02416d;
}
.shop-cart .quantity {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}
.shop-cart .quantity button {
    background: 0 0;
    position: absolute;
    right: 0;
    padding: 0;
    width: 30px;
    height: 20px;
    border: 0;
    color: #ccc;
    font-size: 12px;
}
.shop-cart .quantity .increase {
    top: 0;
}
.shop-cart .quantity .decrease {
    bottom: 10px;
}
.shop-cart .quantity .qty {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
    text-align: center;
}
.shop-cart td.actions {
    text-align: right;
}
.shop-cart td.actions .coupon {
    float: left;
}
.shop-cart td.actions #coupon_code {
    margin: 0 10px 0 0;
    width: 320px;
}
.cart-totals {
    width: 100%;
}
.cart-totals .wg-title {
    margin-bottom: 40px;
    font-size: 24px;
}
.cart-totals table {
    margin-bottom: 30px;
    border: 0;
    width: 100%;
}
.cart-totals table tr {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.cart-totals table td,
.cart-totals table th {
    padding: 15px 0;
    border: 0;
    background: 0 0;
    text-align: left;
}
.cart-totals table th {
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    line-height: 0.9;
    color: #454545;
}
.cart-totals table .price {
    font-weight: 700;
    font-size: 18px;
    color: #02416d;
}
.payment-product-list .product-item {
    position: relative;
    margin-bottom: 20px;
    color: #27394a;
    float: left;
    width: 100%;
}
.payment-product-list .product-item .product-img {
    width: 90px;
    padding-right: 20px;
    display: inline;
    position: relative;
    float: left;
}
.payment-product-list .product-item .product-body,
.payment-product-list .product-item .product-body .product-price {
    display: inline-block;
}
.payment-product-list .product-item .product-img img {
    border: 1px solid #ededed;
}
.payment-product-list .product-item .product-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    color: #fff;
    background-color: #02416d;
}
.payment-product-list .product-item .product-body .product-name {
    color: #898989;
    font-weight: 400;
    font-size: 15px;
}
.payment-product-list .product-item .product-body .product-name a {
    font-size: 15px;
}
.payment-product-list .product-item .product-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.payment-product-list .product-item .product-button > a {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    text-align: center;
    opacity: 1;
}
.total-product {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.coupon {
    height: 50px;
    display: table;
}
.cart-total table {
    width: 100%;
}
.cart-total table th {
    color: #454545;
    padding: 7px 0;
}
.payment_methods label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
@media (min-width: 480px) {
    .payment-product-list .product-item .product-img {
        padding-right: 30px;
        width: 108px;
    }
}
@media (min-width: 544px) {
    .team-zigzag-carousel .owl-item.active .photo img {
        -webkit-box-shadow: 29px 50px 52px rgba(0, 0, 0, 0.13);
        box-shadow: 29px 50px 52px rgba(0, 0, 0, 0.13);
    }
    .team-zigzag-carousel .owl-item.active + .owl-item.active {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    .team-zigzag-carousel .owl-item.active + .owl-item.active .photo img {
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.5;
    }
    .team-zigzag-carousel .owl-item.active + .owl-item.active + .owl-item {
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
    }
    .team-zigzag-carousel .owl-item.active + .owl-item.active + .owl-item .photo img {
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.5;
    }
}
@media (min-width: 768px) {
    .form-product-search .search-submit,
    .support-search-form .search-submit {
        min-width: 180px;
        height: 64px;
    }
    .form-seo-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-seo-check .form-wrap-grow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .form-seo-check .form-control {
        border-radius: 0;
        height: 64px;
        background-color: #fff;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .form-seo-check .form-wrap:first-child input {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .form-seo-check .form-submit {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 64px;
        background-color: #02416d;
        border-color: #02416d;
        color: #fff;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .form-seo-check .form-submit:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: #02416d;
        color: #02416d;
    }
    .form-product-search .search-field,
    .support-search-form .search-field {
        height: 64px;
        padding: 3px 190px 3px 30px;
    }
    .tabs.style-3 .nav-tabs-wrapper {
        width: 25%;
        float: left;
    }
    .tabs.style-3 .tab-content {
        float: left;
        width: 75%;
    }
    .tabs.style-3 .nav-tabs {
        display: block;
        width: 100%;
    }
    .tabs.style-3 .nav-tabs li {
        display: block;
        margin-right: 0;
    }
    .tabs.style-3 .nav-tabs li > a {
        padding: 15px 20px;
        background: #f1f1f1;
        color: #02416d;
        width: 100%;
        display: block;
        font-size: 20px;
        text-align: left;
    }
    .tabs.style-3 .nav-tabs li a.active {
        background: #02416d;
        color: #fff;
        position: relative;
    }
    .tabs.style-3 .nav-tabs li a.active:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: -17px;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-left-color: #02416d;
    }
    .tabs.style-3 .tab-content {
        border: 2px solid #eee;
        padding: 35px 40px;
        display: block;
        margin-left: -1px;
    }
}
@media (min-width: 1024px) {
    #main {
        position: relative;
        z-index: 3;
        background: #fff;
    }
}
@media (min-width: 1200px) {
    .header-8 .popup-search-wrap .search-form,
    .header-9 .popup-search-wrap .search-form {
        width: 210px;
    }
    .product-popup-content .product-summary,
    .shop-summary {
        padding-left: 70px;
    }
}
@media (min-width: 1420px) {
    .header-12 .container-fluid .col-lg-12,
    .header-12 .container-lg .col-lg-12,
    .header-12 .container-md .col-lg-12,
    .header-12 .container-sm .col-lg-12,
    .header-12 .container-xl .col-lg-12,
    .header-2 .col-lg-12,
    .header-7 .col-lg-12,
    .header-9 .container-fluid .col-lg-12,
    .header-9 .container-lg .col-lg-12,
    .header-9 .container-md .col-lg-12,
    .header-9 .container-sm .col-lg-12,
    .header-9 .container-xl .col-lg-12,
    .top-bar-2 .container-fluid,
    .top-bar-2 .container-lg,
    .top-bar-2 .container-md,
    .top-bar-2 .container-sm,
    .top-bar-2 .container-xl {
        padding-left: 100px;
        padding-right: 100px;
    }
    .header-5 .container-fluid .col-lg-12,
    .header-5 .container-lg .col-lg-12,
    .header-5 .container-md .col-lg-12,
    .header-5 .container-sm .col-lg-12,
    .header-5 .container-xl .col-lg-12,
    .header-6 .container-fluid .col-lg-12,
    .header-6 .container-lg .col-lg-12,
    .header-6 .container-md .col-lg-12,
    .header-6 .container-sm .col-lg-12,
    .header-6 .container-xl .col-lg-12,
    .header-8 .container-fluid .col-lg-12 .header-wrap,
    .header-8 .container-lg .col-lg-12 .header-wrap,
    .header-8 .container-md .col-lg-12 .header-wrap,
    .header-8 .container-sm .col-lg-12 .header-wrap,
    .header-8 .container-xl .col-lg-12 .header-wrap,
    .section-fluid-padding-rl {
        padding-left: 150px;
        padding-right: 150px;
    }
    .tm-card.style-1,
    .tm-card.style-2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header-11 .header-left {
        padding: 0 50px;
    }
    .single-portfolio-style-fullscreen #portfolio-main-info-wrap {
        padding: 100px 140px 100px 150px;
    }
}
@media (min-width: 1500px) {
    .header-12 .popup-search-wrap .search-form,
    .header-8 .popup-search-wrap .search-form,
    .header-9 .popup-search-wrap .search-form {
        width: 370px;
    }
}
@media (max-width: 1800px) and (min-width: 992px) {
    .section-bg-10,
    .section-bg-11,
    .section-bg-23,
    .section-bg-39 {
        background-size: calc(100% / 1.5) auto;
    }
}
@media (max-width: 1800px) {
    .iphone-iframe {
        display: none;
    }
    .section-bg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
    .page-open-mobile-menu-2 {
        display: inline-block;
    }
}
@media (max-width: 1199px) {
    .page-open-mobile-menu {
        display: inline-block;
    }
    .header-10 .branding,
    .header-11 .branding,
    .header-12 .branding,
    .header-2 .branding,
    .header-3 .branding,
    .header-4 .branding,
    .header-5 .branding,
    .header-6 .branding,
    .header-7 .branding,
    .header-8 .branding,
    .header-9 .branding {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .header-11 .page-open-mobile-menu,
    .header-12 .page-open-mobile-menu,
    .header-2 .page-open-mobile-menu,
    .header-3 .page-open-mobile-menu,
    .header-4 .page-open-mobile-menu,
    .header-5 .page-open-mobile-menu,
    .header-6 .page-open-mobile-menu,
    .header-7 .page-open-mobile-menu,
    .header-8 .page-open-mobile-menu {
        position: static;
    }
    .section-bg-6 .heading.nowrap {
        white-space: normal;
    }
    #home-startup-3 .section-separator svg {
        height: 250px;
    }
    .header-fixed-section {
        display: none;
    }
    .section-menu-aside {
        margin-left: 0;
        margin-right: 0;
    }
    .header-11 .header-left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .header-12 .branding {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .category-item .cat-title {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    .timeline .content-wrap,
    .timeline .time {
        width: 250px;
    }
    .timeline .time,
    .timeline ul .item .time {
        font-size: 40px;
        left: 34px;
    }
    .timeline ul .item:nth-child(2n) .time {
        left: -284px;
    }
    .timeline ul li:nth-child(odd) .content-wrap {
        left: -220px;
    }
    .timeline ul li:nth-child(2n) .content-wrap {
        left: -20px;
    }
    .header-1 .header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 991px) {
    .comment-form-wrapper .left-form,
    .comment-form-wrapper .right-form {
        float: none;
        width: 100%;
    }
    .heading {
        font-size: 32px;
    }
    #home-startup-3 .section-separator svg {
        height: 170px;
    }
    .header-3 .container-fluid .col-lg-12,
    .header-3 .container-lg .col-lg-12,
    .header-3 .container-md .col-lg-12,
    .header-3 .container-sm .col-lg-12,
    .header-3 .container-xl .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-bg-10,
    .section-bg-11,
    .section-bg-16,
    .section-bg-23,
    .section-bg-39 {
        background: 0 0;
    }
    .countdown-bar > .countdown-item {
        padding: 0 40px;
        margin-bottom: 20px;
    }
    .countdown-bar.style-1 .countdown-item-value,
    .countdown-bar.style-2 .countdown-item-value,
    .countdown-bar.style-3 .countdown-item-value,
    .countdown-bar.style-4 .countdown-item-value {
        font-size: 60px;
    }
}
@media (max-width: 812px) {
    #main {
        margin-bottom: 0 !important;
        overflow-x: hidden;
    }
    .box-icon.style-1 .heading {
        font-size: 17px;
    }
    .seo-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .maintenance-svg svg {
        display: none;
    }
}
@media (max-width: 768px) {
    .header-8 .container-fluid .col-lg-12 .header-wrap,
    .header-8 .container-lg .col-lg-12 .header-wrap,
    .header-8 .container-md .col-lg-12 .header-wrap,
    .header-8 .container-sm .col-lg-12 .header-wrap,
    .header-8 .container-xl .col-lg-12 .header-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tabs.style-3 .nav-tabs li {
        display: block;
    }
    .tabs.style-3 .nav-tabs li a {
        font-size: 20px;
        background: #f1f1f1;
        color: #02416d;
        padding: 10px 18px;
    }
    .tabs.style-3 .nav-tabs li a.active {
        background: #02416d;
        color: #fff;
        position: relative;
    }
    .tabs.style-3 .tab-content {
        padding: 30px 38px;
        border: 2px solid #eee;
        margin-top: 4px;
    }
    #home-startup-3 .section-separator svg,
    .maintenance-svg svg {
        height: 100px;
    }
    .box-icon.style-11 .content-wrap {
        max-width: none;
        width: 100%;
    }
    .page-title-bar-1 .breadcrumb {
        text-align: center;
        left: 0;
    }
    .sidebar {
        margin-bottom: 50px;
    }
    .archive-shop-actions .shop-filter-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .archive-shop-actions .shop-filter-left {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .blog-item.style-6 .post-item-wrap {
        display: block;
    }
    .blog-item.style-6 .post-thumbnail {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .blog-item.style-6 .post-thumbnail img {
        width: 100%;
    }
    .blog-item.style-6 .post-excerpt {
        margin-bottom: 30px;
    }
    .blog-item.style-6 .post-meta {
        position: static;
    }
    .newsletter-form {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .timeline ul .item .content-wrap,
    .timeline ul .item .time {
        width: calc(100vw - 100px);
    }
    .timeline ul li {
        margin-left: 20px;
        padding-bottom: 40px;
    }
    .timeline ul .item .time {
        position: relative;
        margin-bottom: 7px;
        font-size: 30px;
        left: -65px;
        -webkit-transform: translate(0);
        transform: translate(0);
        text-align: left;
        top: -10px;
    }
    .timeline ul .item:nth-child(2n) .time {
        left: 5px;
    }
    .timeline ul .item:nth-child(odd) .content-wrap {
        left: 135px;
        text-align: left;
    }
    .timeline ul li:nth-child(2n) .content-wrap {
        left: -62px;
    }
    .blog-carousel .post-categories,
    .blog-carousel .post-meta {
        display: none;
    }
}
@media (max-width: 480px) {
    .header-1 .header-left,
    .header-1 .header-right,
    .header-1 .header-wrap {
        display: block;
        width: 100%;
    }
    .counter-item.style-3 .counter-wrap,
    .counter-item.style-4 .counter-wrap,
    .header-11 .header-right,
    .header-8 .container-fluid .col-lg-12 .header-wrap,
    .header-8 .container-lg .col-lg-12 .header-wrap,
    .header-8 .container-md .col-lg-12 .header-wrap,
    .header-8 .container-sm .col-lg-12 .header-wrap,
    .header-8 .container-xl .col-lg-12 .header-wrap {
        text-align: center;
    }
    .blog-carousel .post-info {
        padding: 0 20px 20px;
    }
    .blog-carousel .post-title {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .blog-carousel .owl-controls {
        visibility: hidden;
        opacity: 0;
    }
    .blog-item.style-2 .post-title {
        font-size: 25px;
    }
    .header-1 .header-right {
        position: relative;
    }
    .page-open-mobile-menu {
        position: absolute;
        top: 20px;
        right: 0;
    }
    #backtotop,
    .hotspot-item {
        display: none;
    }
    .header-11 .header-right,
    .header-8 .header-right,
    .header-9 .header-right {
        display: block;
        margin: 0;
        width: 100%;
    }
    .testimonial-carousel .owl-controls .owl-pagination {
        position: static;
    }
    .testimonial-carousel .owl-wrapper-outer {
        margin-top: -130px;
        margin-bottom: 65px;
    }
    .testimonial-carousel .owl-controls .owl-page {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .testimonial-carousel .owl-controls .owl-page.active,
    .testimonial-carousel .owl-controls .owl-page:hover {
        width: 60px;
        height: 60px;
    }
    .agency-newsletter,
    .business-newsletter {
        padding-left: 0;
        padding-right: 0;
    }
    .agency-newsletter .form-submit,
    .business-newsletter .form-submit {
        position: static;
        border-radius: 5px;
    }
    .header-8 .branding__logo a {
        float: none;
    }
    .section-bg-20 .section-bg-5,
    .section-bg-3 {
        background-image: none;
    }
    .form-seo-check .form-submit {
        height: 64px;
        background-color: #02416d;
        border-color: #02416d;
        color: #fff;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .header-11 .branding {
        width: 100%;
    }
    .header-11 .popup-search-wrap {
        display: inline-block;
        width: auto;
    }
    .header-11 .page-open-mobile-menu {
        position: relative;
        top: 9px;
    }
    .sidebar-fixed {
        position: static;
        width: 100%;
    }
    .section-blog-homepage {
        margin-left: 0;
        width: 100%;
    }
    .info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .counter-item.style-3 .number-wrap,
    .counter-item.style-4 .number-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .shop-cart td {
        display: block;
        text-align: right;
    }
    .shop-cart tbody tr {
        margin-bottom: 30px;
        border-bottom: none;
        display: block;
    }
    .shop-cart .quantity {
        margin: 0;
    }
    .shop-cart tr td:before {
        content: attr(data-title) " ";
        font-weight: 700;
        float: left;
    }
    .shop-cart thead {
        display: none;
    }
    .blog-carousel .post-info {
        position: absolute;
        bottom: auto;
        left: 0;
        right: auto;
        color: #fff;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 60%;
    }
    .blog-item.style-2 .post-thumbnail img {
        height: 200px;
    }
}
@media (max-width: 375px) {
    .box-icon.style-1 .content-wrap.left,
    .box-icon.style-1 .content-wrap.right {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@-webkit-keyframes separator-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.3;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
}
@keyframes separator-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.3;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
}
@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1%,
    20% {
        opacity: 0.25;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1%,
    20% {
        opacity: 0.25;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes animationSignal2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1%,
    20% {
        opacity: 0.4;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes animationSignal2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1%,
    20% {
        opacity: 0.4;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.content-new {
    position: relative;
    overflow: hidden;
}
.content-new .p-best {
    display: inline-block;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 15px;
    background: #ff9f02;
    position: absolute;
    top: 10px;
    right: -40px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    border-radius: 0;
    padding: 10px 48px;
    font-weight: 700;
    z-index: 6;
}
.content-new .p-best p {
    margin: 0;
    line-height: 13px;
    font-weight: 500;
}
.content-new .p-best span {
    color: #fff;
    display: block;
    margin-top: 2px;
    font-weight: 400;
    font-size: 13px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ff9f02;
    border-bottom: 2px solid #ff9f02;
    background-color: none;
    margin-bottom: 3px;
}
.l3 {
    height: 43px;
    border-bottom: 1px solid #eee;
}
p.line {
    color: #ff9f02;
}
.bd-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    -ms-flex-order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
}
.bd-toc .header {
    font-size: 20px !important;
    font-weight: 500;
    color: #000;
}
.bd-toc .toc-entry {
    font-size: 16px;
}
.andline {
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 10px;
}
.card-signin {
    border: #fdf5e6;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 16px 40px #ededed;
    box-shadow: 0 16px 40px #ededed;
    -ms-flex-align: start;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordion-header.active .accordion-title .accordion-marker {
    color: #02416d;
    font-weight: 500;
}
.accordion-header .accordion-title .accordion-marker {
    color: #02416d;
}
#myCarousel h1,
#myCarousel h4,
#myCarousel p {
    margin-bottom: 15px;
    color: #000;
}
.input-group-text {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-left: none;
    background: #f8f8f8;
    border-radius: 0 5px 5px 0;
}
.input-group > .form-control {
    border-radius: 5px 0 0 5px;
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h1 {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#myCarousel h4 {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#myCarousel p {
    font-size: 18px;
}
#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
#myCarousel .carousel-item a {
    background: #02416d;
    font-size: 14px;
    color: #fff;
    padding: 13px 32px;
    display: inline-block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}
#myCarousel .carousel-item .mask img,
#myCarousel a,
#myCarousel h1,
#myCarousel h4,
#myCarousel p {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 450px;
}
@media (max-width: 768px) {
    #myCarousel .carousel-item {
        height: 100%;
        min-height: 370px;
    }
    #myCarousel h1 {
        font-size: 23px;
        margin-bottom: 15px;
        color: #000;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
    #myCarousel h4 {
        font-size: 23px;
        margin-bottom: 15px;
        color: #000;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
    #myCarousel img {
        max-height: 270px;
    }
}
@media only screen and (max-width: 760px) {
    #myCarousel h1,
    #myCarousel h4,
    #myCarousel p {
        margin-bottom: 15px;
        color: #000;
    }
    #myCarousel .carousel-item {
        height: 100%;
        min-height: 530px;
    }
    #myCarousel h1 {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
    #myCarousel h4 {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
    #myCarousel p {
        font-size: 14px;
    }
    #myCarousel img {
        max-height: 270px;
    }
    #myCarousel button {
        text-align: center;
        min-width: 150px;
        padding: 0;
    }
}
#myCarousel {
    position: relative;
    z-index: 1;
    background-size: cover;
}
.carousel-control-next,
.carousel-control-prev {
    height: 30px;
    width: 30px;
    padding: 8px;
    top: 36%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #02416d;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.dataTables_wrapper {
    overflow: auto !important;
}
.dataTables_wrapper .dataTables_length select {
    margin-right: 10px;
}
.dataTables_wrapper > div.row {
    margin-left: 15px;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.button.button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.button.button-warning:hover {
    background-color: #ec9720;
    border-color: #ec9720;
}
.button.button-info {
    color: #fff;
    background-color: #02416d;
    border-color: #02416d;
}
.button.button-info:hover {
    background-color: #02416d;
    border-color: #02416d;
}
.button.button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.button.button-danger:hover {
    background-color: #c9302c;
    border-color: #c9302c;
}
.button.button-xs {
    height: calc(1.5em + 0.75rem + 0px);
    line-height: 30px;
}
.dataTables_wrapper tbody td {
    font-size: small;
    font-weight: 300;
}
.dataTables_wrapper thead th {
    font-weight: 500;
}
.pagination > li > a,
.pagination > li > a:focus {
    z-index: 3;
    color: #fff;
    border: 1px solid #02416d;
    padding: 6px 14px;
    border-radius: 5px;
    color: #02416d;
}
.pagination > li > a:hover {
    background-color: #02416d;
    color: #fff;
    cursor: pointer;
    padding: 6px 14px;
}
.pagination > li > a > i {
    display: none;
}
.dataTables_paginate li.prev a {
    margin-right: 10px;
    background-color: #02416d;
    color: #fff;
    padding: 6px 14px;
}
.dataTables_paginate li.next a {
    margin-left: 10px;
    background-color: #02416d;
    color: #fff;
    border-radius: 5px;
    padding: 6px 30px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #02416d;
    border-color: #02416d;
    padding: 6px 14px;
    border-width: 1px;
    border-radius: 5px;
}
.mt-header {
    margin-top: 122px;
}
.w-95{
    width: 95%;
} 
.mr-auto{
    margin: auto;
}
.menu--primary.after-login{
    margin-left: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-content{
    width : 550px;
}