@charset "UTF-8";
@font-face {
    font-family: 'Calibre';
    src: url('../fonts/calibre-medium-webfont.woff2') format('woff2'), url('../fonts/calibre-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/calibre-regular-webfont.woff2') format('woff2'), url('../fonts/calibre-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/calibre-semibold-webfont.woff2') format('woff2'), url('../fonts/calibre-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/**
 *
 * FONT SMOOTHING
 *
 * Changes the font rendering,
 * allowing thinner fonts
 */


/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #00A4D8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00A4D8;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Calibre', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol;
 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
    width: device-width;
}

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

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

body.home h1 {
    font-family: 'Barlow Condensed', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 600;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #00A4D8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 6rem;
}

h2,
.h2 {
    font-size: 3rem;
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 3.2rem;
    }
}

h3,
.h3 {
    font-size: 2rem;
}

h4,
.h4 {
    font-size: 1.4rem;
}

h5,
.h5 {
    font-size: 2.1rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
}

.display-2 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.display-3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

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

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.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%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

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

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

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

.table .table {
    background-color: #fff;
}

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

.table-bordered {
    border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #a2def1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
    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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 1rem;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ACACAC;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #00A4D8;
    outline: 0;
    box-shadow: transparent;
}

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: 54px;
}

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

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

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 2rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 1.8rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    line-height: 24px;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(3.2rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(4rem + 2px);
}

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

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

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

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

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

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

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

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

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn img.loading {
    display: none;
    min-width: auto !important;
}

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

.btn-primary {
    color: #fff;
    background-color: #00A4D8;
    border-color: #00A4D8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0087b2;
    border-color: #007da5;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00A4D8;
    border-color: #00A4D8;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.5);
}

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

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

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.btn-outline-primary {
    color: #00A4D8;
    background-color: transparent;
    background-image: none;
    border-color: #00A4D8;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00A4D8;
    border-color: #00A4D8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

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

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

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

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

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

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #00A4D8;
    background-color: transparent;
}

.btn-link:hover {
    color: #00A4D8;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    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.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

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

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

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

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

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

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}

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

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

.btn-group>.btn:first-child {
    margin-left: 0;
}

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

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

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

.dropdown-toggle-split::after {
    margin-left: 0;
}

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

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

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

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

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

.btn-group-toggle>.btn input[type="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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ACACAC;
    border-radius: 4px;
}

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

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

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

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

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

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

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #00A4D8;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 164, 216, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #8ce3ff;
}

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

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

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #00A4D8;
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #00A4D8;
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 164, 216, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 164, 216, 0.5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #00A4D8;
}

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 164, 216, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 54px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ACACAC;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #00A4D8;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 164, 216, 0.5);
}

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

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

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

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(3.2rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(4rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 54px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 54px;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #00A4D8;
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #00A4D8;
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 54px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #ACACAC;
    border-radius: 4px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(54px - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #000;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ACACAC;
    border-radius: 0 4px 4px 0;
}

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

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

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

.nav-link.disabled {
    color: #6c757d;
}

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

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

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

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -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 .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
}

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    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 .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 {
    color: #fff;
}

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

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

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

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

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

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

.card-title {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group>.card:only-child {
        border-radius: 0.25rem;
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

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

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

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

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

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

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

.page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00A4D8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-numbers:hover {
    color: #00A4D8;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.25);
}

.page-numbers.current {
    text-decoration: underline;
}

.page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

.page-item.active .page-numbers {
    z-index: 1;
    color: #fff;
    background-color: #00A4D8;
    border-color: #00A4D8;
}

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

.pagination-lg .page-numbers {
    padding: 0.75rem 1.5rem;
    font-size: 2rem;
    line-height: 1.5;
}

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

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

.pagination-sm .page-numbers {
    padding: 0.25rem 0.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
}

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

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

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

.badge-primary {
    color: #fff;
    background-color: #00A4D8;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #007da5;
}

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

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

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

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

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

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

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

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

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

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

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

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

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

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

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

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

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

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

.alert-primary {
    color: #005570;
    background-color: #ccedf7;
    border-color: #b8e6f4;
}

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

.alert-primary .alert-link {
    color: #002e3d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-dark .alert-link {
    color: #040505;
}

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

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #00A4D8;
    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 {
    animation: progress-bar-stripes 1s linear infinite;
}

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

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

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

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

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

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

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

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

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

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

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

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

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

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

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

.list-group-item-primary {
    color: #005570;
    background-color: #b8e6f4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #005570;
    background-color: #a2def1;
}

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

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.8rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="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;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.8rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

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

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

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

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

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

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

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

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

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.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: #00A4D8 !important;
}

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

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

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

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

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

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

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

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

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

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

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

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

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

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

.border {
    border: 1px solid #dee2e6 !important;
}

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

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

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

.border-right-0 {
    border-right: 0 !important;
}

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

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #00A4D8 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

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

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-0 {
    border-radius: 0 !important;
}

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

.d-none {
    display: none !important;
}

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

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

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

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

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

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

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

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

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

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

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

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

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

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

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

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

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 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-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-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-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 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-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 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-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-justify {
    text-align: justify !important;
}

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

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

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

.font-weight-light {
    font-weight: 300 !important;
}

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

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

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

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

.text-primary {
    color: #00A4D8 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #007da5 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

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

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

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

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

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.hinge {
    animation-duration: 2s;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    animation-name: bounce;
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes shake {
    0%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    animation-name: shake;
}

@keyframes swing {
    20% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    0% {
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    0% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    0% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    0% {
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40% {
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }
    50% {
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    0% {
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    0% {
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    0% {
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    0% {
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    0% {
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    0% {
        -ms-transform-origin: center center;
        transform-origin: center center;
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: center center;
        transform-origin: center center;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    0% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    0% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    0% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    0% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    0% {
        -ms-transform-origin: center center;
        transform-origin: center center;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: center center;
        transform-origin: center center;
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    0% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    0% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    0% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    0% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideOutLeft {
    0% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    0% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@keyframes hinge {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0);
        -ms-transform-origin: top left;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -ms-transform-origin: top left;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -ms-transform-origin: top left;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -ms-transform-origin: top left;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    0% {
        opacity: 0;
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    0% {
        opacity: 1;
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}


/** Generated by FG **/

@font-face {
    font-family: 'National';
    src: url("../fonts/National-Regular.eot");
    src: local("☺"), url("../fonts/National-Regular.woff") format("woff"), url("../fonts/National-Regular.ttf") format("truetype"), url("../fonts/National-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url("../fonts/National-Medium.eot");
    src: local("☺"), url("../fonts/National-Medium.woff") format("woff"), url("../fonts/National-Medium.ttf") format("truetype"), url("../fonts/National-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url("../fonts/National-Semibold.eot");
    src: local("☺"), url("../fonts/National-Semibold.woff") format("woff"), url("../fonts/National-Semibold.ttf") format("truetype"), url("../fonts/National-Semibold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url("../fonts/National-Bold.eot");
    src: local("☺"), url("../fonts/National-Bold.woff") format("woff"), url("../fonts/National-Bold.ttf") format("truetype"), url("../fonts/National-Bold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'National 2 Condensed';
    src: url("../fonts/National2Condensed-Medium.eot");
    src: local("☺"), url("../fonts/National2Condensed-Medium.woff") format("woff"), url("../fonts/National2Condensed-Medium.ttf") format("truetype"), url("../fonts/National2Condensed-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'National 2 Condensed';
    src: url("../fonts/National2Condensed-MediumItalic.eot");
    src: local("☺"), url("../fonts/National2Condensed-MediumItalic.woff") format("woff"), url("../fonts/National2Condensed-MediumItalic.ttf") format("truetype"), url("../fonts/National2Condensed-MediumItalic.svg") format("svg");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?3i6pj2");
    src: url("../fonts/icomoon.eot?3i6pj2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3i6pj2") format("truetype"), url("../fonts/icomoon.woff?3i6pj2") format("woff"), url("../fonts/icomoon.svg?3i6pj2#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,
[class*=" icon-"]:hover {
    color: #00A4D8;
}

.icon-ic-transit:before {
    content: "\e922";
}

.icon-icon-down:before {
    content: "\e924";
    color: #00a4d8;
}

.icon-tw:before {
    content: "\e925";
    color: #fff;
}

.icon-fb:before {
    content: "\e926";
    color: #fff;
}

.icon-ins .path1:before {
    content: "\e927";
    color: #3b3b3b;
}

.icon-ins .path2:before {
    content: "\e928";
    margin-left: -1em;
    color: white;
}

.icon-ic-play:before {
    content: "\e923";
    color: #fff;
}

.icon-ic-tick:before {
    content: "\e921";
    color: #00a4d8;
}

.icon-checkbox-selected:before {
    content: "\e90a";
    color: #00a4d8;
}

.icon-checkbox:before {
    content: "\e90b";
    color: #00a4d8;
}

.icon-radio-selected:before {
    content: "\e917";
    color: #00a4d8;
}

.icon-radio:before {
    content: "\e918";
    color: #00a4d8;
}

.icon-arrow-down-s:before {
    content: "\e900";
}

.icon-arrow-next-s:before {
    content: "\e901";
}

.icon-arrow-next:before {
    content: "\e902";
}

.icon-arrow-prev-s:before {
    content: "\e903";
}

.icon-arrow-prev:before {
    content: "\e904";
}

.icon-arrow-up-s:before {
    content: "\e905";
}

.icon-bookmark:before {
    content: "\e906";
}

.icon-calendar:before {
    content: "\e907";
}

.icon-cart:before {
    content: "\e908";
}

.icon-check:before {
    content: "\e909";
    color: #00a4d8;
}

.icon-close:before {
    content: "\e90c";
}

.icon-discreet:before {
    content: "\e90d";
    color: #00a4d8;
}

.icon-dot:before {
    content: "\e90e";
    color: #00a4d8;
}

.icon-download:before {
    content: "\e90f";
    color: #00a4d8;
}

.icon-facebook:before {
    content: "\e910";
}

.icon-hamburger:before {
    content: "\e911";
}

.icon-heart:before {
    content: "\e912";
    color: #00a4d8;
}

.icon-instagram:before {
    content: "\e913";
}

.icon-left:before {
    content: "\e914";
}

.icon-logout:before {
    content: "\e915";
}

.icon-money:before {
    content: "\e916";
    color: #00a4d8;
}

.icon-right:before {
    content: "\e919";
}

.icon-search:before {
    content: "\e91a";
}

.icon-settings:before {
    content: "\e91b";
}

.icon-snapchat:before {
    content: "\e91c";
}

.icon-spark:before {
    content: "\e91d";
    color: #00a4d8;
}

.icon-triangle:before {
    content: "\e91e";
    color: #00a4d8;
}

.icon-twitter:before {
    content: "\e91f";
}

.icon-account:before {
    content: "\e920";
}

.icon-bookmark-s:before {
    content: "\f02e";
}

.icon-bookmark-o:before {
    content: "\f097";
}

.btn-icon {
    padding: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    text-decoration: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.heading-block {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 800px;
}

.heading-block p {
    margin-bottom: 0;
}

.green {
    color: #5FA90B;
}

.bold {
    font-weight: bold;
}

.f-14 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    visibility: hidden;
}

.show-megamenu .overlay,
.show-menu-mobile .overlay,
.show-search .overlay {
    opacity: 1;
    visibility: visible;
}

.show-menu-mobile .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.mt-md-50 {
    margin-top: 50px;
}

.underline {
    text-decoration: underline;
}

.link {
    color: #00A4D8;
}

.link.underline {
    text-decoration: underline;
}

.link.underline:hover {
    text-decoration: none;
}

.app-row {
    margin-left: -10px;
    margin-right: -10px;
}

.app-row>div {
    padding-left: 10px;
    padding-right: 10px;
}

.app-sm-row {
    margin-left: -8px;
    margin-right: -8px;
}

.app-sm-row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.title_border {
    border-bottom: 1px solid #979797;
    padding-bottom: 12px;
}

.font-weight-500 {
    font-weight: 500;
}

.more a:hover {
    text-decoration: none;
    color: inherit;
}

.more i {
    color: inherit;
    font-size: 80%;
}

.show-sm,
.show-xs,
.hide {
    display: none;
}

.readmore-mb {
    font-size: 17px;
}

.readmore-mb i {
    vertical-align: middle;
    font-size: 15px;
}

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

.visible-hidden {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.visible-hidden.show {
    opacity: 1;
    visibility: visible;
}

.white {
    color: white;
}

.title-small {
    font-size: 1.8rem;
    padding-top: 10px;
    border-top: 1px solid #979797;
}

.full-width {
    max-width: 100% !important;
}

.medium {
    font-weight: 500;
}

.scroll-top {
    width: 80px;
    height: 80px;
    background: #00A4D8;
    border-radius: 50%;
    cursor: pointer;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9;
    box-shadow: 0 2px 17px 0 #7f7f7f;
}

.scroll-top span {
    width: 24px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 8px;
}

@media screen and (max-width: 991px) {
    .hide-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important;
    }
    td.show-sm {
        display: table-cell !important;
    }
    .d-xs-block {
        display: block;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .hide-xs {
        display: none !important;
    }
    .show-xs {
        display: block !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .heading-block-xs {
        margin-bottom: 20px;
    }
    .heading-block-xs h2 {
        font-size: 2.4rem;
        line-height: 27px;
        margin: 0 0 20px;
    }
    .heading-block-xs p {
        font-size: 1.5rem;
    }
    .pt-xs-0 {
        padding-top: 0 !important;
    }
    .app-xs-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .app-xs-row>div {
        padding-left: 8px;
        padding-right: 8px;
    }
    .mb-xs-5 {
        margin-bottom: 50px !important;
    }
    .full-width-xs {
        width: 100% !important;
    }
    .mt-md-50 {
        margin-top: 40px;
    }
}

html {
    font-size: 62.5%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    color: #000;
    background: #f7f7f7;
    line-height: 1.45;
}

body.home {
    background: #fff;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 2.5rem;
}

h1,
.h1 {
    letter-spacing: -0.7px;
    line-height: 65px;
}

h1.title {
    line-height: 1;
    font-size: 3.6rem;
    letter-spacing: -0.6px;
}

h2,
.h2 {
    letter-spacing: -0.4px;
    line-height: 40px;
}

h3,
.h3 {
    line-height: 27px;
}

h4,
.h4 {
    letter-spacing: 0.82px;
    line-height: 21px;
    font-weight: 500;
}

h5,
.h5 {
    line-height: 20px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 2rem;
    line-height: 20px;
    font-weight: 500;
}

.intro-text {
    font-size: 4.5rem;
    letter-spacing: -0.52px;
    line-height: 1.125;
    font-weight: bold;
    margin: 0;
}

.intro-text.intro-text--small {
    font-size: 4rem;
    letter-spacing: -0.4px;
    line-height: 1.1;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #00A4D8;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.small-text,
.text-small {
    font-size: 1.8rem;
    letter-spacing: 0.13px;
    line-height: 1.35;
}

.text-large {
    font-size: 2.8rem;
    letter-spacing: -0.28px;
    line-height: 32px;
}

.h3 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 27px;
}

@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 3rem;
        letter-spacing: 0;
        line-height: 32px;
    }
    h1.title {
        line-height: 1.1;
        font-size: 3rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
        letter-spacing: -0.28px;
        line-height: 32px;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 21px;
    }
    h4,
    .h4 {
        letter-spacing: 0.64px;
        line-height: 21px;
        font-size: 1.1rem;
    }
    h5,
    .h5 {
        letter-spacing: 0.6px;
        line-height: 15px;
        font-size: 1.5rem;
    }
    .heading .h3,
    .h3-xs {
        font-size: 2.4rem;
        line-height: 27px;
    }
    .intro-text {
        font-size: 3.5rem;
        letter-spacing: -0.4px;
        line-height: 33px;
        margin: 0;
    }
}

.site-header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header__nav {
    background: white;
    box-shadow: 0 2px 4px rgba(130, 130, 130, 0.5);
    padding: 0px 0px;
    position: relative;
}

.site-header .container-fluid {
    max-width: 1300px;
}

.site-header .navbar-brand {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
}


/*    .site-header .navbar-brand__img {
      max-width: 64px; }*/

.site-header .btn-search-sm {
    font-size: 28px;
}

@media screen and (max-width: 991px) {
    .site-header__nav {
        padding: 18px 0px;
    }
    .site-header .navbar-brand__img {
        max-width: 120px;
    }
}

.site-header-cart {
    position: relative;
}

.site-header-cart .count {
    right: -10px;
    top: -12px;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #00A4D8;
    text-align: center;
    line-height: 23px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.site-header-cart.active a {
    color: #00A4D8;
}

.site-header-cart.active .count {
    display: block;
}

.nav-right-edu .nav-item .nav-link {
    padding: 31px 10px;
    color: inherit;
    text-transform: uppercase;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0.1px;
    font-size: 1.4rem;
    line-height: 1.75;
}

@media screen and (max-width: 991px) {
    .nav-right-edu .nav-item .nav-link {
        padding: 0 10px;
    }
}

.nav-right-edu .nav-item .nav-link>i {
    display: inline-block;
    margin-right: 1rem;
}

@media screen and (max-width: 991px) {
    .site-header-edu .site-header__nav {
        padding: 19px 0px;
    }
    .site-header-edu .navbar-brand {
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        left: 42%;
    }
}

.site-header-edu .navbar-brand__img {
    max-width: 100%;
    height: 5.1rem;
}

@media screen and (max-width: 991px) {
    .site-header-edu .navbar-brand__img {
        height: 4.5rem;
    }
}

.site-header-edu .bd-navbar-nav {
    display: none;
}

@media screen and (max-width: 991px) {
    .site-header-edu .bd-navbar-nav {
        display: block;
    }
}

.nav-right-edu-mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.search-nav-edu {
    width: 2.8rem;
    height: 2.8rem;
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .site-header-edu .btn-outline-primary {
        height: 5.6rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 2rem;
    }
    .site-header-edu .btn-outline-primary>img {
        display: inline-block;
        margin-right: 1rem;
    }
    .nav-right-edu-mobile {
        background-color: transparent !important;
        display: 1 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block;
    }
    .nav-right-edu-mobile>li.nav-item {
        width: 100%;
        border-top: none !important;
        border-bottom: none !important;
    }
    .nav-right-edu-mobile>li.nav-item .nav-link {
        padding: 0 0 2rem 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .site-header-edu .nav-right-edu .nav-item .nav-link>i {
        margin: 0;
        display: none;
    }
}

.app-footer {
    position: relative;
    background: white;
}

.app-footer .container {
    max-width: 1300px;
}

.app-footer ul {
    min-width: 140px;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.app-footer ul li {
    line-height: 1;
}

.app-footer ul li+li {
    margin-top: 10px;
}

.app-footer ul li a {
    font-size: 1.4rem;
    color: inherit;
}

.app-footer ul li a:hover {
    color: #00A4D8;
    text-decoration: none;
}

.app-footer h3 {
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.1px;
    margin: -5px 0 8px;
    font-weight: 500;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.app-footer__bottom {
    padding: 18px 0;
    border-top: 2px solid #00A4D8;
    font-size: 1.2rem;
    color: #747474;
    letter-spacing: 0.2px;
    line-height: 1.18;
}

.app-footer__bottom p {
    margin: 0 0 2px;
}

.app-footer__bottom .right {
    max-width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .app-footer__bottom .right {
        max-width: 155px;
    }
}

.app-footer__bottom .right a {
    color: inherit;
    text-decoration: underline;
}

.app-footer__bottom .right a:hover {
    color: #00A4D8;
}

.app-footer__top {
    padding-top: 40px;
}

.app-footer__block .navbar-brand {
    margin: 0;
    padding: 0;
}

.app-footer__block .block-menu {
    margin-left: 45px;
}

.app-footer__block--last ul {
    min-width: 0;
}

.app-footer .menu-social li {
    margin: 0 22px 0 0;
}

.app-footer .menu-social li:last-child {
    margin: 0;
}

.app-footer .menu-social li a {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .app-footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .app-footer__top {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .app-footer__bottom .left p {
        margin-bottom: 6px;
    }
    .app-footer__bottom .right {
        margin-top: 18px;
        -ms-flex: 1;
        flex: 1;
    }
    .app-footer__block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-order: 3;
        order: 3;
    }
    .app-footer__block .navbar-brand img {
        max-width: 52px;
        margin: auto;
    }
    .app-footer__block .block-menu {
        margin: 35px 78px 0px 0;
    }
    .app-footer__block .block-menu:last-child {
        margin-right: 0;
    }
    .app-footer__block .block-menu ul {
        margin: 0 0 58px;
    }
    .app-footer__block .show-xs .block-menu {
        margin-bottom: 30px;
    }
    .app-footer__block--first {
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #D8D8D8;
    }
    .app-footer__block--first .block-menu ul {
        margin: 0 0 0px;
    }
    .app-footer__block--last {
        -ms-flex-order: 2;
        order: 2;
        padding: 30px 0;
        border-bottom: 1px solid #D8D8D8;
    }
    .app-footer__block--last h3 {
        margin-bottom: 10px;
    }
    .app-footer__block--last .menu-social {
        margin: 0;
    }
    .app-footer__block--last .menu-social li {
        margin-right: 40px;
    }
    .app-footer__block--last .menu-social li a {
        font-size: 28px;
    }
    .app-footer ul {
        min-width: 0;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.wrapper {
    padding-top: 87px;
}

.show-announcement .wrapper {
    padding-top: 84px;
}

@media screen and (min-width: 992px) {
    .wrapper {
        padding-top: 86px;
    }
    /*.show-announcement .wrapper {
        padding-top: 144px; } */
}

.container-fluid {
    max-width: 1300px;
}

.main {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .main {
        padding: 0 0 84px 0;
    }
    .main.template-home {
        padding-bottom: 0;
    }
    .main.template-home>.container {
        max-width: 1300px;
    }
    /*.main.template-home > .container > .row {*/
    /*  padding-left: 178px;*/
    /*  padding-right: 45px; }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

.navbar {
    padding: 0;
    position: static;
}

.navbar .navbar-collapse .nav-item.active>.nav-link {
    position: relative;
}


/*.navbar .navbar-collapse .nav-item.active > .nav-link:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5px;
      z-index: 5;
      width: 10px;
      height: 10px;
      background: white;
      border-left: 1px solid #979797;
      border-top: 1px solid #979797;
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }*/

.navbar .navbar-collapse .nav-item:first-child .nav-link {
    padding-left: 0;
}

.navbar .navbar-collapse .nav-item .nav-link {
    padding: 29px 15px;
    color: inherit;
    text-transform: uppercase;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0.1px;
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 600;
    color: #00A4D8;
}

.navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #000;
}

.navbar .navbar-collapse .sub-menu {
    opacity: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    visibility: hidden;
    transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease-in-out, transform 0.3s ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.navbar .navbar-collapse .sub-menu .nav-item {
    margin-bottom: 16px;
}

.navbar .navbar-collapse .sub-menu .nav-item .nav-link {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .navbar-collapse .sub-menu .nav-item .nav-link img {
    max-width: 25px;
    min-width: 25px;
    margin-right: 20px;
}

.navbar .navbar-collapse .sub-menu .nav-item .nav-item__des {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
}

.navbar .navbar-collapse .mega-memu {
    position: absolute;
    border-top: 1px solid #979797;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0 16px 18px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.navbar .navbar-collapse .nav-item.active .mega-memu {
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse .mega-memu .sub-menu {
        background-color: #00a4d8;
    }
    .navbar .navbar-collapse .mega-memu .sub-menu .nav-item {
        color: #fff;
        padding: 5px 15px;
        margin: 0;
    }
    .navbar .navbar-collapse .mega-memu .sub-menu .nav-item a:hover {
        color: #fff;
    }
    .navbar .navbar-collapse .mega-memu .sub-menu .nav-item:hover {
        background-color: #000;
    }
}

.navbar .navbar-nav-right>div {
    line-height: 1;
}

.navbar .navbar-nav-right>div .my-account-link p {
    margin-bottom: 0px;
    margin-left: 2rem;
    color: #00A4D8;
}

.navbar .navbar-nav-right>div .my-account-link p:hover {
    text-decoration: underline;
}

.navbar .navbar-nav-right i {
    margin-left: 15px;
    font-size: 24px;
}

.navbar .navbar-nav-right i.icon-cart {
    font-size: 27px;
}

@media screen and (max-width: 1024px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        padding: 29px 6px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        padding: 29px 8px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        z-index: 9;
        position: fixed;
        top: 42px;
        left: 0;
        background: #f9f9f9;
        width: 100%;
        height: calc(100vh - 26px);
        overflow: auto;
        overflow-x: hidden;
        display: block !important;
        -ms-transform: translateX(-992px);
        transform: translateX(-992px);
        transition: all 0.2s cubic-bezier(0.82, -0.03, 0.58, 1);
    }
    .navbar .navbar-collapse .nav-item {
        border-top: 1px solid #d8d8d8;
    }
    .navbar .navbar-collapse .nav-item:last-child {
        border-bottom: 1px solid #d8d8d8;
    }
    .navbar .navbar-collapse .nav-item:first-child .nav-link {
        padding-left: 20px;
    }
    .navbar .navbar-collapse .nav-item.active .mega-memu {
        padding-top: 28px;
        padding-bottom: 18px;
        display: block;
        height: auto;
    }
    .navbar .navbar-collapse .nav-item.active .icon-arrow-down-s:before {
        content: "\e905";
    }
    /*.navbar .navbar-collapse .nav-item.active > .nav-link:after {
          display: none; }*/
    .navbar .navbar-collapse .nav-item .nav-item .nav-link {
        padding-left: 0px;
    }
    .navbar .navbar-collapse .nav-item.has-child {
        position: relative;
    }
    .navbar .navbar-collapse .nav-item.has-child .icon-arrow-down-s {
        font-size: 10px;
        position: absolute;
        top: 0;
        width: 65px;
        height: 60px;
        right: 0;
        display: -ms-flexbox !important;
        display: flex !important;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar .navbar-collapse .nav-item .nav-link {
        padding: 15px 20px;
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .navbar .navbar-collapse .nav-item .nav-link:hover {
        color: inherit;
    }
    .navbar .navbar-collapse .sub-menu {
        margin: 0;
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .navbar .navbar-collapse .sub-menu .nav-item {
        border: none;
        margin-bottom: 20px;
    }
    .navbar .navbar-collapse .sub-menu .nav-item .nav-item__des {
        font-size: 1.4rem;
    }
    .navbar .navbar-collapse .mega-memu {
        background: inherit;
        border-top: 1px solid #d8d8d8;
        position: static;
        padding-left: 25px;
        padding-top: 0;
        padding-bottom: 0;
        display: none;
        transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.3s ease-in-out;
    }
    .navbar .navbar-collapse .navbar-nav {
        background: white;
        margin-bottom: 30px;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar .navbar-collapse .menu-secondary {
        list-style: none;
        padding: 65px 0 0 20px;
        margin: 0;
    }
    .navbar .navbar-collapse .menu-secondary li {
        margin-bottom: 14px;
        border-top: none;
    }
    .navbar .navbar-collapse .menu-secondary li:last-child {
        border-bottom: none;
    }
    .navbar .navbar-collapse .menu-secondary li a {
        font-size: 1.6rem;
        font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        text-transform: uppercase;
        color: #77797B;
        letter-spacing: 0.1px;
        line-height: 1.4;
        display: block;
    }
    .navbar .navbar-nav-right {
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-flex: 1;
        flex: 1;
    }
    .navbar .navbar-nav-right i {
        font-size: 29px;
    }
    .navbar .navbar-nav-right i.icon-cart {
        font-size: 33px;
    }
    .navbar .navbar-nav-right .search {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 70px;
    }
    .navbar .navbar-nav-right .search i {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .show-megamenu .mega-memu {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .show-megamenu .mega-memu .sub-menu {
        visibility: visible;
        opacity: 1;
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease-in-out, transform 0.3s ease-in-out;
    }
    .show-megamenu .nav-item.active .mega-memu .sub-menu {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.navbar-mega--bg {
    background: transparent;
    position: absolute;
    width: 100vw;
    display: -ms-flexbox;
    display: flex;
    top: 86px;
    left: 0;
    height: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.show-announcemen .navbar-mega--bg {
    top: 120px;
}

@media screen and (max-width: 991px) {
    .navbar-mega--bg {
        display: none;
    }
}

.close-menu-mobile {
    position: absolute;
    right: 22px;
    top: 49px;
    font-size: 22px;
    color: white;
}

.navbar-toggler {
    outline: none !important;
    padding: 0;
    line-height: 29px;
    color: inherit;
    border: none;
    background: none;
    font-size: 29px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
    background: none;
}

@media screen and (max-width: 991px) {
    .show-menu-mobile {
        overflow: hidden;
    }
    .show-menu-mobile body {
        overflow: hidden;
    }
    .show-menu-mobile .site-header__nav {
        background: black;
        box-shadow: none;
    }
    .show-menu-mobile .navbar-nav-right,
    .show-menu-mobile .btn-search-sm,
    .show-menu-mobile .navbar-brand {
        opacity: 0;
        visibility: hidden;
    }
    .show-menu-mobile .close-menu-mobile {
        display: block !important;
    }
    .show-menu-mobile .navbar .navbar-collapse {
        width: calc(100% - 70px);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.form-control {
    letter-spacing: 0.13px;
    font-size: 1.8rem;
    height: 54px;
    background-color: transparent;
    border: 1px solid #ACACAC;
    box-shadow: none !important;
    outline: 0;
}

.form-control:focus {
    background-color: #f9f9f9;
    box-shadow: none;
    outline: 0;
}

.form-control.error {
    border-color: #F4B34F;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

input::-webkit-autofill,
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.error .form-control {
    border-color: #F4B34F;
    background-color: #f9f9f9;
}

.error label.error {
    color: #F4B34F;
    font-size: 1.8rem;
}

textarea.form-control {
    height: 235px;
}

select {
    background: url("../images/select-icon.png") no-repeat right center;
    background-size: 30px;
    webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select.placeholderColor {
    color: #747474 !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.error .checkbox input+span:after {
    color: #F4B34F;
}

.form-group .input-note {
    padding-top: 1rem;
    font-size: 15px;
}

.has-error .label {
    color: #F4B34F;
}

.checkbox,
.radio {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    min-height: 20px;
    text-align: left;
    max-width: 400px;
}

.checkbox:hover input+span,
.radio:hover input+span {
    content: "\e90a";
}

.checkbox label,
.radio label {
    font-size: 1.2rem;
    line-height: 14px;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox input:checked+span:after,
.checkbox input:checked+label+span:after,
.radio input:checked+span:after,
.radio input:checked+label+span:after {
    content: "\e90a";
}

.checkbox input+span,
.checkbox input+label+span,
.radio input+span,
.radio input+label+span {
    font-size: 20px;
    color: #00A4D8;
}

.checkbox input+span:after,
.checkbox input+label+span:after,
.radio input+span:after,
.radio input+label+span:after {
    position: absolute;
    top: 6px;
    left: 0;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
}

.checkbox input+.error+span:after,
.radio input+.error+span:after {
    color: #F4B34F;
}

.checkbox input[aria-invalid="false"]+.error+span:after,
.radio input[aria-invalid="false"]+.error+span:after {
    color: #00A4D8;
}

.checkbox input[disabled]+span,
.radio input[disabled]+span {
    color: #d9d9d9;
}

.radio input:checked+span:after {
    content: "\e917";
}

.radio input+span:after {
    content: "\e918";
}

.checkbox-white {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    min-height: 20px;
    text-align: left;
    max-width: 400px;
}

.checkbox-white:hover input+span {
    content: "\e90a";
}

.checkbox-white label {
    font-size: 1.2rem;
    line-height: 14px;
}

.checkbox-white input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-white input:checked+span:after,
.checkbox-white input:checked+label+span:after {
    content: "\e90a";
}

.checkbox-white input+span,
.checkbox-white input+label+span {
    font-size: 20px;
    color: white;
}

.checkbox-white input+span:after,
.checkbox-white input+label+span:after {
    position: absolute;
    top: 6px;
    left: 0;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
}

.checkbox-white input+.error+span:after {
    color: #F4B34F;
}

.checkbox-white input[aria-invalid="false"]+.error+span:after {
    color: white;
}

.checkbox-white input[disabled]+span {
    color: #d9d9d9;
}

label {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.response-text {
    display: none;
}

.response-text p {
    font-size: 1.8rem;
    padding-top: 1rem;
    margin-bottom: 0;
}

.response-error p {
    color: #F4B34F;
}

.response-success p {
    color: #00A4D8;
}

p.response-error {
    display: inline-block;
    color: #F4B34F;
}

p.response-success {
    display: inline-block;
    color: #00A4D8;
}

p.input-error {
    display: none;
    color: #F4B34F;
}

p.input-success {
    display: none;
    color: #00A4D8;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 input.wpcf7-not-valid {
    border: 1px solid #F4B34F;
    box-shadow: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #F4B34F;
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    display: inline-block;
}

.wpcf7 .wpcf7-list-item-label>span {
    font-size: 1.2rem;
    line-height: 14px;
    color: #000;
}

.wpcf7 .wpcf7-validation-errors {
    color: #F4B34F;
}

.wpcf7 .wpcf7-mail-sent-ok {
    color: #00A4D8;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.card-form .hide-form {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.google-recapcha-custom-text {
    line-height: 2rem;
    font-size: 1.4rem;
}

.google-recapcha-custom-text a {
    color: #00A4D8;
}

.google-recapcha-custom-text a:hover {
    text-decoration: underline;
}

.google-recapcha-custom-text.white {
    padding-top: 2rem;
}

.google-recapcha-custom-text.white a {
    color: white;
    text-decoration: underline;
}

.google-recapcha-custom-text.white a:hover {
    text-decoration: none;
}

.btn {
    text-transform: uppercase;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0.1px;
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 9px 22px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: none !important;
}

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

.btn.btn-grey {
    color: white;
    background: #cdcecf;
    border-color: #cdcecf;
}

.btn.btn-grey:hover {
    background: #7CCEE8 !important;
    border-color: #7CCEE8 !important;
}

.btn.btn-default {
    color: #00A4D8;
    border-color: white;
    background: white;
}

.btn.btn-default:not(:disabled):not(.disabled):hover,
.btn.btn-default:not(:disabled):not(.disabled):focus,
.btn.btn-default:not(:disabled):not(.disabled):active {
    background: #C9F2FF;
    border-color: #C9F2FF;
    color: #00A4D8;
}

.btn.btn-large {
    padding: 12px 22px;
    min-width: 170px;
    font-size: 1.8rem;
}

.btn.btn-small {
    padding: 5px 22px;
}

.btn.btn-xs {
    padding: 1px 8px;
}

.btn.btn-primary {
    color: #FFFFFF;
    letter-spacing: 0.13px;
    text-align: center;
    line-height: 28px;
}

.btn.btn-primary:not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background: #7CCEE8 !important;
    border-color: #7CCEE8 !important;
}

@media screen and (max-width: 767px) {
    .btn.btn-xs {
        font-size: 14.4px;
    }
}

.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.show {
    opacity: 0.93;
}

.modal.modal-blue .modal-dialog {
    padding: 0 15px;
    margin-top: 16%;
}

@media screen and (min-width: 1025px) {
    .modal.modal-blue .modal-dialog {
        max-width: 953px;
    }
}

.modal.modal-blue .modal-content {
    background: #00A4D8;
    border: none;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.modal.modal-blue .modal-body {
    padding: 35px 40px;
    color: white;
}

.modal.modal-blue .modal-body a.white {
    color: inherit;
    display: inline-block;
    border-bottom: 1px solid white;
    line-height: 1.1;
}

.modal.modal-blue .modal-body a.white:hover {
    color: inherit;
    border-bottom: 1px solid transparent;
}

.modal.modal-blue .modal-body .btn-outline-primary {
    border: 1px solid white;
    color: white;
    border-radius: 0;
    min-width: 160px;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.modal.modal-blue .modal-body .btn-icon {
    color: inherit;
    font-size: 18px;
}

.modal.modal-blue .modal-body .btn-icon span {
    border-bottom: 1px solid white;
    margin-right: 10px;
}

.modal.modal-blue .modal-body .btn-icon i {
    font-size: 16px;
}

.modal.modal-blue .modal-body p {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.13px;
}

.breadcrumb {
    padding: 0;
    background: none;
    margin: 0px;
}

.breadcrumb li {
    font-size: 1.2rem;
    font-weight: 600;
    color: #747474;
    text-transform: capitalize;
}

.breadcrumb li a {
    color: inherit;
    font-weight: normal;
}

.breadcrumb li a:hover {
    color: #00A4D8;
}

.breadcrumb li:last-child a {
    font-weight: 600;
}

.breadcrumb-container {
    margin: 15px auto 20px;
}

@media screen and (max-width: 767px) {
    .breadcrumb-container {
        margin: 35px auto 35px;
    }
}

.announcement-bar {
    z-index: 10;
    position: relative;
    background: #363a40;
    color: white;
    font-size: 1.7rem;
    letter-spacing: 0.11px;
    text-align: center;
    padding: 5px 0;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}

.announcement-bar p {
    margin-bottom: 0;
}

.announcement-bar a {
    color: #00A4D8;
    margin-left: 0.25rem;
}

.announcement-bar a:hover {
    text-decoration: underline;
}

.announcement-bar .btn-icon {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    line-height: 1;
}

.announcement-bar .container-fluid {
    max-width: 100%;
    position: relative;
}

.show-announcement .announcement-bar {
    display: block;
}

@media screen and (max-width: 991px) {
    .announcement-bar {
        font-size: 1.2rem;
        padding: 4px 0;
        letter-spacing: 0.07px;
    }
    .announcement-bar .btn-icon {
        font-size: 10px;
    }
    .show-menu-mobile .announcement-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
    }
}

.subscribe {
    background: #00A4D8;
    color: white;
    padding: 50px 0 30px;
    text-align: center;
}

.subscribe h2 {
    margin-bottom: 15px;
}


/*.subscribe .container {*/


/*  max-width: 680px; }*/

.subscribe .subscribe_intro p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.subscribe__form {
    max-width: 548px;
    margin: 15px auto 0px;
}

.subscribe .subscribe__agree {
    margin-bottom: 5px;
}

.subscribe .form-group {
    margin-bottom: 20px;
    position: relative;
}

.subscribe .form-control {
    border: none;
    padding: 5px 10px;
    border-bottom: 2px solid white;
    border-radius: 0;
    background: none;
    height: 38px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0;
}

.subscribe #email-error {
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
}

.subscribe .response-error p {
    margin-top: 0;
    font-size: 1.5rem;
}

.subscribe .form-control::-moz-placeholder {
    color: white;
    opacity: 1;
}

.subscribe .form-control:-ms-input-placeholder {
    color: white;
}

.subscribe .form-control::-webkit-input-placeholder {
    color: white;
}

.subscribe .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    min-height: 20px;
    text-align: left;
    max-width: 400px;
    padding-left: 30px;
}

.subscribe .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.subscribe .checkbox input:checked+span:before {
    opacity: 1;
}

.subscribe .checkbox span {
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #00A4D8;
    border-radius: 0.3rem;
}

.subscribe .checkbox span:before {
    display: block;
    content: "";
    width: 10px;
    height: 5px;
    border-left: 1px solid #00A4D8;
    border-bottom: 1px solid #00A4D8;
    position: absolute;
    left: 50%;
    top: 44%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s linear;
    opacity: 0;
}

.subscribe .checkbox span {
    border-radius: 0;
}

.subscribe .checkbox input+span:after {
    display: none;
}

.subscribe label {
    font-size: 1.2rem;
    line-height: 1.4;
}

.subscribe .btn {
    min-width: 160px;
    margin-left: 25px;
}

.subscribe__agree a {
    color: white;
    text-decoration: underline;
}

.subscribe__agree a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .subscribe {
        padding: 30px 15px;
    }
    /*.subscribe__agree {*/
    /*  display: block !important; }*/
    .subscribe__form {
        margin: 10px auto 0px;
    }
    .subscribe #email-error {
        bottom: -26px;
    }
    .subscribe .subscribe_intro p {
        margin-bottom: 0.5rem;
    }
    .subscribe__form .btn {
        min-width: 127px;
    }
    .subscribe label {
        font-size: 1.2rem;
    }
    .subscribe .form-group {
        margin-bottom: 15px;
    }
    .subscribe .form-control {
        font-size: 14px;
        padding-left: 0;
    }
    .subscribe p {
        font-size: 14px;
        margin: 0;
    }
    .subscribe h2 {
        max-width: 278px;
        font-size: 2.6rem;
        line-height: 1;
        letter-spacing: -0.26px;
        margin: 0 auto 10px;
    }
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none !important;
    height: 100%;
    min-height: 1px;
}

.slick-slide img,
.slick-slide a {
    outline: none !important;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 42%;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 32px;
    padding: 0;
    font-size: 0;
    background: none;
    display: block;
    outline: none !important;
    border: none;
    color: #00A4D8;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next {
    right: -50px;
}

.slick-next:before {
    content: "\e902";
}

.slick-prev {
    left: -50px;
}

.slick-prev:before {
    content: "\e904";
}

.slick-dots>li {
    display: inline-block;
}

.slick-dots>li:only-child {
    display: none;
}

.slick-dots {
    padding: 0 10px;
    list-style: none;
    width: 100%;
    /*position: absolute;
  margin: 0;*/
    text-align: center;
    /*z-index: 2;*/
}

.slick-dots li {
    line-height: 1;
    display: inline-block;
}

.slick-dots li+li {
    margin-left: 10px;
}

.slick-dots .slick-active button {
    background: #00A4D8;
}

.slick-dots button {
    outline: none;
    cursor: pointer;
    padding: 0;
    background: #cdcecf;
    border: 0px solid #cdcecf;
    width: 40px;
    height: 3px;
    border-radius: 15px;
    font-size: 0;
}

@media screen and (max-width: 1024px) {
    .slick-next {
        right: -20px;
    }
    .slick-prev {
        left: -20px;
    }
}

.search-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 87px;
    background: white;
    padding: 85px 0 105px;
}

.search-box.active {
    display: block !important;
}

.search-box .container {
    max-width: 900px;
}

.search-box__container .label,
.search-box__container .form-control {
    -ms-flex: 1;
    flex: 1;
}

.search-box__container .form-control {
    outline: none !important;
    box-shadow: none !important;
    font-size: 2.5rem;
    text-transform: capitalize;
    padding: 0;
    margin-right: 10px;
    background: transparent !important;
    color: inherit;
    border: none;
    border-radius: 0;
    height: 50px;
    border-bottom: 1px solid;
}

.search-box__container .form-control::-moz-placeholder {
    color: black;
    opacity: 1;
}

.search-box__container .form-control:-ms-input-placeholder {
    color: black;
}

.search-box__container .form-control::-webkit-input-placeholder {
    color: black;
}

.search-box__container .form-control::-moz-placeholder {
    text-transform: none;
}

.search-box__container .form-control:-ms-input-placeholder {
    text-transform: none;
}

.search-box__container .form-control::-webkit-input-placeholder {
    text-transform: none;
}

.search-box__top {
    margin-bottom: 42px;
}

.search-box__top .search-box_close {
    padding: 5px;
}

.search-box__top .search-box_close i {
    font-size: 21px;
}

.search-box_button {
    font-size: 28px;
}

@media screen and (max-width: 991px) {
    .search-box {
        display: block !important;
        position: static;
        padding: 22px 5px;
    }
    .search-box__top {
        display: none !important;
    }
    .search-box_button {
        font-size: 24px;
    }
    .search-box__container .form-control {
        height: 26px;
        padding: 0 10px 0 0;
        border: none;
        font-size: 1.8rem;
    }
    .search-box__container .form-control::-moz-placeholder {
        text-transform: none;
    }
    .search-box__container .form-control:-ms-input-placeholder {
        text-transform: none;
    }
    .search-box__container .form-control::-webkit-input-placeholder {
        text-transform: none;
    }
}

.show-search {
    overflow: hidden;
}

.show-search body {
    overflow: hidden;
}

.product {
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 30px;
    transition: 0.5s ease;
}

.product:hover h3 a {
    color: #00A4D8;
}

.popular-products .product {
    margin: 0 15px;
}

.popular-products .product h3 {
    font-size: 1.8rem;
}

.tpl-products .popular-products .product .product__image img {
    max-width: none;
    max-height: 330px;
}

@media (min-width: 1200px) {
    .popular-products .product {
        height: 450px;
    }
    .popular-products .product:hover {
        background-color: #00A4D8;
    }
    .popular-products .product:hover h3 a {
        color: #fff;
    }
    .popular-products .product h3 {
        font-size: 2rem;
    }
}

.popular-products .product h3 {
    font-weight: 400;
}

.product__title {
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 35px;
}

.product__image {
    background: #fff;
    padding: 30px 38px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all 0.3s linear;
    height: 378px;
}

.popular-products .product__image {
    background: none;
    padding: 0 !important;
}

.product__image img {
    max-height: 297px;
    max-width: 100%;
}

.product__body h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product__body h3 {
    max-width: 80%;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .product__body h3.title-set-height {
        height: 5.5rem;
    }
}

.product__more {
    font-size: 1.5rem;
}

.product__more a {
    color: #00A4D8;
}

.product__more [aria-expanded="true"] i:before {
    content: "\e905";
}

.product__more a:hover {
    color: #00A4D8;
}

.product__more i {
    font-size: 12px;
}

.product__description {
    font-size: 1.5rem;
    letter-spacing: 0.11px;
    line-height: 1.2;
}

.product__description ul {
    padding: 0;
    margin: 25px 0 15px;
    list-style: none;
}

.product__description ul li {
    padding-left: 25px;
    position: relative;
    margin: 0 0 10px;
}

.product__description ul li:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
    color: #00A4D8;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
}

.product__description--full {
    font-size: 1.1rem;
}

.product__description--full p,
.product__description--full ul,
.product__description--full ol {
    margin: 10px 0;
}

.product__description--full p:last-child,
.product__description--full ul:last-child,
.product__description--full ol:last-child {
    margin-bottom: 0;
}

.product--medium .product__image {
    height: auto;
}

.product--medium .product__image img {
    max-width: 100%;
    max-height: 268px;
}

.product--sm .product__image {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product--sm .product__image img {
    max-width: 100%;
    max-height: 260px;
}

.product .price {
    font-size: 2rem;
    font-weight: bold;
    color: #00A4D8;
    margin-bottom: 5px;
}

.product .price .old-price {
    color: #B8B8B8;
    margin-right: 5px;
    text-decoration: line-through;
}

.product--detail {
    margin-bottom: 90px;
    margin-top: 20px;
    text-align: left;
}

.product--detail .ship {
    font-size: 1.1rem;
    color: #747474;
    margin-bottom: 30px;
}

.product--detail .price {
    margin-bottom: 10px;
    font-size: 3.5rem;
}

.product--detail .price .old-price {
    color: #B8B8B8;
}

.product--detail .product-gallery {
    position: relative;
    z-index: 2;
}

.product--detail .product-gallery .product-gallery__wrapper {
    background: white;
    padding: 58px 20px;
    text-align: center;
    height: 636px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product--detail .product-gallery .product-gallery__wrapper .loading {
    background: black;
    opacity: 0.5;
    color: white;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product--detail .product-gallery .product-gallery__wrapper .loading.active {
    display: -ms-flexbox;
    display: flex;
}

.product--detail .product-gallery .product-gallery__wrapper img {
    display: block !important;
    max-height: 520px;
}

@media screen and (min-width: 768px) {
    .product--detail .product-gallery {
        -ms-flex: 0 0 57.55%;
        flex: 0 0 57.55%;
        max-width: 57.555%;
    }
    .product--detail .product-gallery .slick-next,
    .product--detail .product-gallery .slick-prev {
        top: -316px;
    }
    .product--detail .product-gallery .slick-next:before,
    .product--detail .product-gallery .slick-prev:before {
        font-size: 30px;
    }
    .product--detail .product-gallery .slick-prev {
        left: 14px;
    }
    .product--detail .product-gallery .slick-next {
        right: 14px;
    }
    .product--detail .product-summary {
        padding-top: 45px;
        -ms-flex: 0 0 42.445%;
        flex: 0 0 42.445%;
        max-width: 42.445%;
    }
}

@media screen and (min-width: 1025px) {
    .template-shop-single .product--detail .product-gallery .slick-next,
    .template-shop-single .product--detail .product-gallery .slick-prev {
        top: -294px;
    }
    .template-shop-single .product--detail .product-gallery__wrapper {
        height: 578px;
    }
    .product--detail .product-summary {
        padding-right: 66px;
    }
}

.product__thumbnail {
    padding-top: 5px;
}

.product__thumbnail .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.product__thumbnail .thumbnail {
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0px 5px 5px 0;
    overflow: hidden;
    background: white;
    height: 130px;
    width: 130px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
}

.product__thumbnail .thumbnail img {
    max-height: 100px;
    max-width: 100px;
    display: block;
}

.product__thumbnail .thumbnail.slick-current {
    border: 1px solid #00A4D8;
}

@media screen and (max-width: 1024px) {
    .product__thumbnail .thumbnail {
        height: 100px;
    }
    .product__thumbnail .thumbnail img {
        max-height: 70px;
    }
}

.product .new {
    width: 64px;
    height: 64px;
    background: url("../images/new.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 40px;
}

.product .form-cart {
    margin-bottom: 30px;
}

.product .form-cart .response-text a {
    color: #00A4D8;
    text-decoration: underline;
    padding-right: 1rem;
}

.product .quantity {
    max-width: 200px;
}

.product .quantity input {
    border: 1px solid #00A4D8;
    border-radius: 4px 0 0 4px;
    padding: 26px 10px;
    width: 50px;
    height: 38px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #00A4D8;
    outline: none !important;
    box-shadow: none;
    -moz-appearance: textfield;
}

.product .quantity input::-webkit-outer-spin-button,
.product .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product .quantity .input-group {
    position: relative;
    width: 86px;
    height: 38px;
}

.product .quantity .controls {
    display: block;
    position: relative;
    height: 54px;
    background: #00A4D8;
    color: white;
    border-radius: 0 4px 4px 0;
    text-align: center;
}

.product .quantity .controls i {
    left: 0;
    top: 0;
    font-size: 10px;
    margin: 2px 0;
    width: 100%;
    height: 50%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product .quantity .controls i.down {
    top: auto;
    bottom: 0;
}

.product .quantity .controls i:hover {
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .product--detail .product-gallery .slick-next,
    .product--detail .product-gallery .slick-prev {
        top: -170px;
    }
    .product--detail .product-gallery .slick-next {
        right: 5px;
    }
    .product--detail .product-gallery .slick-prev {
        left: 5px;
    }
    .product--detail .product-gallery .product-gallery__wrapper {
        max-height: 400px;
    }
    .product--detail .product-gallery .product-gallery__wrapper img {
        max-height: 290px;
    }
    .product--detail .product-gallery,
    .product--detail .product-summary {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product .new {
        width: 54px;
        height: 54px;
        top: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product {
        margin-bottom: 25px;
    }
    .product__title {
        font-size: 2.6rem;
        line-height: 1.08;
        margin: 0 0 20px;
        letter-spacing: -0.35px;
        text-align: center;
    }
    .product__description .attribute {
        color: #747474;
    }
    .product--detail {
        margin-bottom: 50px;
    }
    .product--detail .product-gallery,
    .product--detail .product-summary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product--detail .product-gallery .product-gallery__wrapper {
        margin-bottom: 60px;
    }
    .product--detail .product-gallery .slick-list {
        display: none;
    }
    .product--detail .product-gallery .slick-next,
    .product--detail .product-gallery .slick-prev {
        top: -264px;
    }
    .product--detail .product-gallery .slick-next:before,
    .product--detail .product-gallery .slick-prev:before {
        font-size: 29px;
    }
    .product--detail .product-gallery .slick-next {
        right: 0;
    }
    .product--detail .product-gallery .slick-prev {
        left: 0;
    }
    .product--detail .product-gallery .slick-dots {
        bottom: 20px;
    }
    .product .form-cart:not(.featured-bundle-mobile) {
        margin-bottom: 20px;
    }
    .product .form-cart:not(.featured-bundle-mobile) .btn {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .product .form-cart:not(.featured-bundle-mobile) .btn .icon-cart {
        margin-left: 20px !important;
    }
    .product .product__image {
        height: 194px;
    }
    .product .product__image img {
        max-height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-6 .product .new,
    .product--sm .new {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }
}

.product-feature {
    text-align: left;
    margin-bottom: 30px;
}

.product-feature .product {
    margin: 0;
}

.product-feature .product__body h3 {
    max-width: 200px;
    margin: 0 0 5px;
}

.product-feature .product__body h3.hover a {
    color: #00A4D8;
}

.product-feature__left {
    width: 340px;
    border-left: 1px solid #d8d8d8;
    margin-bottom: 0;
}

.product-feature__left .product-left {
    padding: 44px 24px 0;
}

@media screen and (max-width: 991px) {
    .product-feature__left .product-left {
        padding-top: 20px;
    }
}

.product-feature__left .product__description {
    margin: 35px 0 0;
}

.product-feature__left .product__description ul li {
    margin-bottom: 12px;
}

.product-feature__left h3,
.product-feature__left .price {
    max-width: 230px;
    margin: 0 0 5px;
}

.product-feature__left h3.hover a {
    color: #00A4D8;
}

.product-feature__left .price {
    font-size: 2.4rem;
    font-weight: bold;
    color: #00A4D8;
}

.product-feature__right {
    -ms-flex: 1;
    flex: 1;
}

.product-feature__right .product {
    margin-bottom: 0;
}

.product-feature__right .product__image {
    height: 496px;
    margin: 0;
}

.product-feature__right .product__image img {
    max-height: 330px;
}

@media screen and (max-width: 1024px) {
    .product-feature__left {
        width: 50%;
    }
    .product-feature__right .product__image {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .product-feature .product__body h3 {
        max-width: 100%;
        margin: 0 auto 5px;
    }
    .product-feature__right .product {
        margin: 20px auto 0;
        max-width: 300px;
    }
    .product-feature__right .product .product__image {
        padding: 30px 50px;
        margin-bottom: 20px;
        height: auto !important;
    }
    .product-feature__right .product .product__image .new {
        top: 37px;
    }
    .product-feature__right .product .product__image img {
        max-height: 280px;
    }
}

.product-feature--medium .product-feature__left .product__description ul li {
    line-height: 21px;
    font-size: 1.6rem;
    letter-spacing: 0.11px;
}

.product-feature--medium .product-feature__left h3,
.product-feature--medium .product-feature__left .price {
    font-size: 2.1rem;
    font-weight: 500;
}

.product-feature--medium .product-feature__right .product__image {
    height: 440px;
}

@media screen and (max-width: 1024px) {
    .product-feature--medium .product-feature__right .product__image {
        height: auto;
    }
}

.product-feature--medium .product-feature__right .product__image img {
    max-height: 297px;
}

.tpl-faq {
    margin: 40px 0;
}

.tpl-faq__item {
    margin-bottom: 25px;
}

.tpl-faq__item h3 {
    font-size: 1.8rem;
    padding-left: 32px;
    position: relative;
    margin-bottom: 5px;
}

.tpl-faq__item h3 i {
    transition: all 0.3s linear;
    position: absolute;
    left: 8px;
    font-size: 18px;
    top: 3px;
    color: #00A4D8;
}

.tpl-faq__item h3 a {
    color: inherit;
}

.tpl-faq__item h3 a[aria-expanded="true"] {
    color: #00A4D8;
}

.tpl-faq__item h3 a[aria-expanded="true"] i {
    top: 5px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tpl-faq__item h3 a:hover {
    text-decoration: none;
    color: #00A4D8;
}

.tpl-faq__body {
    padding-left: 32px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.13px;
}

.tpl-faq__body a {
    color: #00A4D8;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tpl-faq {
        margin: 0 0 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .tpl-faq {
        margin: 10px 0;
    }
    .tpl-faq__item h3 {
        padding-left: 20px;
    }
    .tpl-faq__item h3 a[aria-expanded="true"] i {
        top: 2px;
    }
    .tpl-faq__item h3 i {
        top: 2px;
        left: 0;
        font-size: 16px;
    }
    .tpl-faq__body {
        padding-left: 20px;
    }
}

.testimonial {
    margin-top: 60px;
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 4px;
}

.testimonial__image {
    overflow: hidden;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    margin: 0px auto -66px;
    position: relative;
    top: -73px;
}

.testimonial__name {
    font-size: 1.8rem;
    margin-bottom: 0px;
}

.testimonial__title {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.testimonial__text {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .testimonial__image {
        width: 70px;
        height: 70px;
    }
    .testimonial__name {
        font-size: 1.8rem;
        margin: 0;
    }
    .testimonial__title {
        margin-bottom: 20px;
    }
    .testimonial__text {
        font-size: 1.6rem;
    }
}

.customer-review {
    background: white;
    padding: 100px 0 100px;
    margin-bottom: 120px;
}

.customer-review .text-small {
    max-width: 300px;
}

.customer-review .testimonial {
    margin: 0;
    background: #f7f7f7;
}

.customer-review .slick-dots {
    bottom: -60px;
}

.customer-review .slick-slider {
    margin-top: -35px;
}

.customer-review .slick-slider .slick-track {
    padding-top: 35px;
}

.customer-review .col-md-4 {
    padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .customer-review {
        margin-bottom: 80px;
    }
    .customer-review+.tpl-related {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .customer-review {
        padding: 80px 0 80px;
        margin-bottom: 80px;
    }
    .customer-review .slick-slider {
        margin-left: -8px;
        margin-right: -15px;
    }
    .customer-review .slick-slider .slick-slide {
        width: 320px;
        padding: 0 8px;
    }
}

.tpl-card {
    position: relative;
    margin: 0 0 30px 0;
    border-radius: 4px;
    overflow: hidden;
    min-height: 200px;
}

.tpl-card:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 4px;
}

.tpl-card__image img {
    width: 100%;
}

.tpl-card__intro {
    position: absolute;
    bottom: 42px;
    left: 48px;
    z-index: 2;
    padding-right: 20px;
}

.right-bar .tpl-card__intro {
    left: 25px;
    bottom: 34px;
}

.tpl-card__intro--right {
    left: auto;
    right: 34px;
    bottom: 40px;
    text-align: right;
}

.tpl-card__intro--top {
    bottom: auto;
    top: 40px;
    left: 25px;
}

.tpl-card__intro--top div.intro-text {
    max-width: 248px;
}

.tpl-card .tpl-card__intro--right .tpl-card__more {
    margin-top: 32px;
}

.tpl-card .intro-text {
    max-width: 420px;
    color: white;
    line-height: 1;
}

.tpl-card .btn {
    margin-top: 12px;
}

.tpl-card .btn i {
    font-size: 14px;
}

.tpl-card--text {
    margin: 36px 0;
    min-height: 0;
    padding: 30px 35px;
    background: white;
}

.tpl-card--text:after {
    display: none;
}

.tpl-card--text .tpl-card__intro {
    position: static;
}

.tpl-card--text .tpl-card__intro h3 {
    margin: 0 0 10px;
}

@media screen and (min-width: 992px) {
    .tpl-card--text .tpl-card__intro h3.set-height-heading {
        height: 53px;
        overflow-y: hidden;
    }
}

@media screen and (max-width: 767px) {
    .tpl-card .tpl-card__intro--right {
        right: 18px;
        bottom: 20px;
    }
    .tpl-card .tpl-card__intro--right .tpl-card__more {
        margin-top: 14px;
    }
}

.card {
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.card .card-body {
    padding: 20px 24px;
    background: white;
}

.card .time {
    margin-bottom: 10px;
}

.card .time,
.card .tag {
    color: #868686;
    font-size: 1.4rem;
}

.card .text {
    margin-bottom: 20px;
}

.card .text a {
    color: inherit;
}

.card .text a:hover {
    color: #00A4D8;
}

.card .tags {
    -ms-flex: 1;
    flex: 1;
}

.card .tag i {
    color: black;
    font-size: 24px;
}

.card .tag a {
    color: inherit;
}

.card .tag a:hover {
    color: #00A4D8;
}

@media screen and (max-width: 767px) {
    .card .text {
        font-size: 17px;
    }
}

.instagram-widget {
    margin: 30px 0;
}

.instagram-widget .slick-instagram.slick-slider {
    margin: 0 -8px;
}

.instagram-widget .slick-instagram.slick-slider .card {
    margin: 0 8px;
}

.instagram-widget .slick-instagram.slick-slider .card .tags {
    margin: 0;
}

.instagram-widget .slick-instagram.slick-slider .card .text {
    min-height: 110px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .instagram-widget {
        margin: 30px 0 35px;
    }
    .instagram-widget .slick-instagram.slick-slider {
        margin-left: 0;
        margin-right: -15px;
    }
    .instagram-widget .slick-instagram.slick-slider .card {
        width: 292px;
    }
}

.tpl-video {
    margin: 0 0 30px 0;
}

.tpl-video .embed {
    position: relative;
}

.tpl-video .embed a.play-button {
    position: absolute;
    top: 30%;
    left: 37%;
    max-width: 100px;
    background-image: url("../images/icon/play-button.svg");
    background-size: 100% 100%;
}

.tpl-video .embed a.play-button img {
    opacity: 0;
}

@media screen and (min-width: 992px) {
    .tpl-video .embed a.play-button {
        top: 45%;
        left: 45%;
    }
}

.tpl-video .embed a:hover {
    background-image: url("../images/icon/play-button-hover.svg");
}

.tpl-video figcaption {
    text-align: left !important;
    font-size: 14px !important;
    color: #9A9C9F !important;
}

.tpl-feature {
    position: relative;
}

.tpl-feature .tpl-card .intro-text {
    max-width: 284px;
    line-height: 1;
}

.tpl-feature__boxes {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    white-space: nowrap;
}

.tpl-feature__box {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
    background: white;
    border-radius: 4px;
    min-width: 234px;
    margin: 0 12px 20px 0;
    white-space: normal;
    padding: 18px 16px;
}

.tpl-feature__box p {
    display: none;
    color: black;
}

.tpl-feature__box h3 {
    margin: 0 0 10px;
}

.tpl-feature__box p {
    letter-spacing: 0.11px;
    font-size: 1.5rem;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .tpl-feature__boxes {
        white-space: normal;
        display: block;
        max-width: 350px;
        z-index: 2;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: -175px;
    }
    .tpl-feature__box {
        padding: 25px 34px;
        margin: 22px 0;
        max-width: 100%;
    }
    .tpl-feature__box p {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .tpl-feature {
        background: white;
        margin: -15px -15px 30px;
        padding: 15px;
    }
    .tpl-feature .tpl-card {
        margin-bottom: 20px;
    }
    .tpl-feature__boxes {
        padding: 10px;
        margin: 0 -10px;
    }
    .tpl-feature__box h3 {
        font-size: 24px;
        line-height: 27px;
        margin: 0;
    }
}

.tpl-feature-post .tpl-card__image {
    min-height: 345px;
    background-size: cover;
    background-position: center;
}

.tpl-feature-post .tpl-card__image img {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 992px) {
    .tpl-feature-post .tpl-card__image {
        min-height: 660px;
    }
}

.text-highlight {
    background: #00A4D8;
    border-radius: 4px;
    margin: 0 0 30px;
    padding: 50px 40px 40px 32px;
    color: white;
}

.text-highlight__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.text-highlight .more {
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
    color: white;
}

.text-highlight .more i {
    vertical-align: middle;
    font-size: 12px;
}

.text-highlight .more:hover {
    text-decoration: none;
    color: #000;
}

.text-highlight .left {
    line-height: 1;
    font-size: 3rem;
    color: #000;
    letter-spacing: -0.3px;
    font-weight: bold;
}

.text-highlight .right {
    padding-left: 40px;
    max-width: 490px;
}

@media screen and (max-width: 767px) {
    .text-highlight {
        padding: 25px;
    }
    .text-highlight__title {
        padding-top: 16px;
    }
    .text-highlight .more {
        margin-top: 10px;
    }
    .text-highlight .d-flex {
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .text-highlight .d-flex .right {
        padding: 0;
    }
}

.post {
    margin: 0 0 25px;
}

.post__image {
    width: 256px;
}

.post__image img {
    border-radius: 4px;
    width: 100%;
}

.post__image.fix-size {
    width: 256px;
    height: 256px;
    background-color: white;
}

.post__image.fix-size img {
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
    border-radius: 4px;
}

.post__category {
    line-height: 1;
    margin-bottom: 10px;
    color: #747474;
}

.post__category a {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #747474;
    line-height: 21px;
    letter-spacing: 0.82px;
}

.post__category a:hover {
    color: #00A4D8;
}

.post__title {
    margin: 0 0 15px;
}

.post__summary {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .post__body {
        -ms-flex: 1;
        flex: 1;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .post__category {
        margin: 8px 0 5px;
    }
    .post__category a {
        font-size: 1.1rem;
    }
    .post__image {
        width: 100%;
    }
    .posts .post {
        padding-bottom: 25px;
        margin-bottom: 34px;
        border-bottom: 1px solid #D8D8D8;
    }
}

.tpl-products {
    margin: 0 0 60px 0;
}

.tpl-products .product .product__image img {
    max-width: 155px;
}

@media screen and (max-width: 767px) {
    .tpl-products .product {
        margin: 0;
    }
    .tpl-products .product .product__image {
        padding: 30px;
        margin: 0 0 10px;
    }
    .tpl-products .product .product__image img {
        max-height: 200px;
        max-width: 100%;
    }
    .tpl-products .heading {
        max-width: 300px;
    }
    .tpl-products .popular-products .product {
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }
    .tpl-products .popular-products.row.slick-slider {
        margin: 0 -15px 0 -15px;
    }
    .tpl-products .popular-products.row.slick-slider .col-md-6 {
        padding: 0 5px;
    }
    .tpl-products .popular-products.row.slick-slider .product {
        width: 100%;
    }
    .tpl-products .popular-products.row.slick-slider .product h4 {
        margin: 0;
    }
    .tpl-products .popular-products.row.slick-slider .product h3 {
        font-size: 1.8rem;
    }
    .tpl-products .popular-products.row.slick-slider .product__image img {
        max-height: 200px;
        max-width: 100%;
    }
}

.readmore-mb a,
.readmore-mb {
    color: #00A4D8;
}

@media screen and (max-width: 767px) {
    .list-product .product__body h3 {
        font-size: 2.4rem;
        max-width: 80%;
        line-height: 27px;
    }
    .list-product.slick-slider {
        margin: 0 -15px;
        padding-bottom: 40px;
    }
    .list-product.slick-slider .slick-dots {
        bottom: 0;
    }
    .list-product.slick-slider .slick-list {
        padding-top: 15px !important;
    }
    .list-product.slick-slider .product {
        max-width: 100%;
    }
    .list-product.slick-slider .d-md-flex {
        margin: 0;
    }
    .list-product.slick-slider .d-md-flex .product-feature__right {
        padding: 0 12px;
    }
}

.template-product {
    overflow: hidden;
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .template-product {
        padding: 0 0 20px 0;
    }
    .template-product .tpl-products {
        margin: 0 0 0px 0;
    }
}

.product:hover .product__image {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
}

.popular-products .product:hover .product__image {
    box-shadow: none;
}

.products .product:hover .product__image {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    transition: ease-in-out 0.2s;
}

@media screen and (max-width: 767px) {
    .products .product:hover .product__image {
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    .products .product h3 {
        max-width: 100%;
    }
    .products .product .product__image img {
        max-height: 145px;
    }
}

.template-product:not(.template-shop) .page__links .container-fluid {
    max-width: 1520px;
}

.page__links {
    margin-bottom: 30px;
}

.page__links .container-fluid {
    max-width: 1440px;
}

.page__links .link-list .btn-link:first-child {
    border-left: 1px solid white;
}

.page__links .link-list .btn-link:last-child {
    border-right: 1px solid white;
}

.page__links .btn-link {
    outline: none;
    border: none;
    /* padding: 21px 10px;*/
    color: inherit;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    letter-spacing: 0.1px;
    display: block;
    transition: all 0.3s linear;
    text-decoration: none !important;
}

.page__links .btn-link.btn-all {
    display: none !important;
}

.page__links .btn-link i {
    font-size: 80%;
}

.page__links .btn-link+.btn-link {
    border-left: 1px solid white;
}

@media screen and (min-width: 768px) {
    .page__links+.product-list {
        margin-top: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page__links+.product-list {
        margin-top: 80px;
    }
}

@media screen and (max-width: 991px) {
    .page__links .btn-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .page__links {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .page__links .container-fluid,
    .page__links .container {
        padding: 0;
    }
    .page__links .btn-link {
        font-size: 16px;
        width: 100%;
        margin: 23px 10px;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        display: -ms-flexbox;
        display: flex;
        border: none;
        border-bottom: 1px solid white;
    }
    .page__links .btn-link.inactive {
        display: none !important;
    }
    .page__links .btn-link.btn-all {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .page__links.active .tile {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .page__links.active .btn-link .icon-arrow-down-s:before {
        content: "\e905";
    }
    .page__links.active .tile.inactive {
        display: none !important;
    }
    .page__links .d-flex {
        display: block !important;
    }
}

.tpl-related {
    margin-bottom: 80px;
}

.tpl-related .tpl-card__image {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}

.tpl-related .tpl-card__image img {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.tpl-related .col-lg-8 .tpl-card__image {
    height: 530px;
}

.tpl-related .col-lg-4 .tpl-card__image {
    height: 425px;
}

.tpl-related .slick .tpl-card {
    margin: 0 6px;
    width: 300px;
}

.tpl-related .slick .tpl-card .tpl-card__image {
    height: 310px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .tpl-related {
        margin-bottom: 10px;
    }
    .tpl-related .show-sm .slick-slider {
        margin-right: -15px;
    }
    .tpl-related .tpl-card .tpl-card__intro {
        left: 14px;
        bottom: 24px;
    }
    .tpl-related .tpl-card .tpl-card__intro--top {
        bottom: auto;
        top: 24px;
    }
    .tpl-related .tpl-card .tpl-card__intro--top div.intro-text {
        max-width: 60%;
    }
    .tpl-related .tpl-card .intro-text.intro-text--small {
        font-size: 2.6rem;
    }
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.product-related {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .product-related .row {
        margin: 0 -12px;
    }
    .product-related .row .col-md-4 {
        padding: 0 12px;
    }
    .product-related .slick-list {
        padding-top: 15px !important;
    }
    .product-related .slick-list .slick-slide .product {
        margin-bottom: 70px;
    }
    .product-related .product .product__image {
        height: 256px;
    }
    .product-related .product .product__image .new {
        right: 34px;
        width: 56px;
        height: 56px;
        top: 30px;
    }
    .product-related .product .product__image img {
        max-height: 206px;
    }
    .product-related .slick-dots {
        bottom: 0;
    }
}

.template-shop-single .product-related {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-shop-single .product-related {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-product-single .product--detail {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .template-product-single .product--detail+.product-related {
        margin-bottom: 0px;
    }
}

.blog-detail-template .content>.container {
    max-width: 975px;
}

.blog-detail-template .page-header h1 {
    max-width: 780px;
    margin: 120px 0 25px;
}

.blog-detail-template .feature-image,
.blog-detail-template .entry-summary {
    margin: 0 0 40px 0;
    line-height: 1.35;
}

.blog-detail-template .feature-image img,
.blog-detail-template .entry-summary img {
    margin: 0;
}

.blog-detail-template .entry-summary {
    margin: 0 0 30px 0;
    font-weight: 300;
}

.blog-detail-template .contact-form {
    margin-bottom: 135px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-detail-template .contact-form {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .blog-detail-template {
        margin-bottom: 40px;
    }
    .blog-detail-template .page-header h1 {
        margin: 20px 0 20px;
    }
    .blog-detail-template .contact-form {
        margin-bottom: 50px;
    }
    .blog-detail-template .share {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .general-content {
        padding-top: 0px;
    }
}

.share {
    margin-bottom: 55px;
}

.share a {
    font-size: 1.3rem;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.share a:hover {
    color: inherit;
}

.share a:hover i {
    color: #00A4D8;
}

.share a i {
    font-size: 24px;
    vertical-align: middle;
}

.tags {
    margin: 50px 0;
    font-size: 1.4rem;
}

.tags__title {
    text-transform: uppercase;
    font-weight: 500;
}

.tags__content a {
    margin: 15px 8px 8px 0;
    border: 1px solid #B8B8B8;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 14px;
}

.tags__content a:hover {
    border-color: #00A4D8;
}

@media screen and (max-width: 767px) {
    .tags {
        margin: 40px 0 50px;
    }
}

.content-entry h2,
.content-entry h4,
.content-entry h5,
.content-entry h6,
.content-entry h3,
.content-entry ul,
.content-entry ol,
.content-entry table,
.content-entry blockquote,
.content-entry .wp-caption {
    margin: 0 0 30px 0;
}

.content-entry p {
    margin: 0 0 25px 0;
}

.content-entry h3 {
    color: #00A4D8;
}

.content-entry a {
    color: #00A4D8;
}

.content-entry a:hover {
    text-decoration: underline;
}

.content-entry p a {
    text-decoration: underline;
}

.content-entry p a:hover {
    text-decoration: none;
}

.content-entry img {
    border-radius: 4px;
}

.content-entry ul,
.content-entry ol {
    list-style: none;
    padding: 0;
}

.content-entry ul.slick-dots,
.content-entry ol.slick-dots {
    list-style: none;
    padding: 0;
}

.content-entry ul.slick-dots li,
.content-entry ol.slick-dots li {
    padding-left: 0;
}

.content-entry ul.slick-dots li:before,
.content-entry ol.slick-dots li:before {
    display: none;
}

.content-entry ul li,
.content-entry ol li {
    position: relative;
    padding-left: 35px;
}

.content-entry ul li+li,
.content-entry ol li+li {
    margin-top: 5px;
}

.content-entry ul li:before,
.content-entry ol li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    background: black;
    top: 13px;
}

.content-entry ol li {
    counter-increment: my-awesome-counter;
}

.content-entry ol li:before {
    line-height: 1;
    top: 4px;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    content: counter(my-awesome-counter) ". ";
    font-size: inherit;
}

.content-entry blockquote {
    font-size: 5.4rem;
    color: #00A4D8;
    letter-spacing: -0.54px;
    line-height: 1.16;
    padding: 30px 0;
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    word-break: break-word;
}

.content-entry blockquote p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .content-entry {
        white-space: normal;
        word-break: break-word;
    }
    .content-entry h3 {
        font-size: 2.4rem;
    }
    .content-entry blockquote {
        font-size: 3rem;
        line-height: 39px;
        letter-spacing: 0.3px;
        padding: 30px 0;
    }
}

.wp-caption .wp-caption-text {
    margin: 2px 0 0;
    font-size: 14px;
    color: #9A9C9F;
    line-height: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery-image {
    margin-bottom: 50px;
}

.gallery-image .slick-dots {
    bottom: -60px;
}

@media screen and (max-width: 767px) {
    .gallery-image {
        margin-bottom: 70px;
    }
}

table {
    margin: 0 0 30px;
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    padding: 0.5em;
    border: 1px solid #747474;
    word-break: break-all;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2.5rem;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 2.5rem;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .alignleft,
    .alignright,
    .aligncenter {
        float: none;
        display: block;
        margin: 20px 0;
        width: 100%;
    }
}

.blog-hero {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: white;
}

.blog-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 0;
}

.blog-hero__image img {
    width: 100%;
}

.blog-hero__container {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 830px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .blog-hero__title {
        margin: 5rem 0 2rem;
    }
}

.blog-hero__description {
    margin: 0;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .blog-hero__image img {
        display: none;
    }
    .blog-hero__image .image-mobile {
        background-size: cover;
        background-position: center;
        height: 340px;
    }
    .blog-hero__description {
        font-size: 1.8rem;
    }
}

.blog__categories {
    margin: 0 0 30px;
    background: #BBE4F1;
}

.blog__categories.page__links .btn-link {
    -ms-flex: 0;
    flex: 0;
}

.blog__heading {
    margin: 0 0 30px;
}

.blog__heading h2,
.blog__heading h3 {
    margin-bottom: 0;
}

.blog__heading h2+p,
.blog__heading h3+p {
    margin-top: 20px;
}

.blog__list .pagination {
    margin: 0;
}

.blog__list .pagination a,
.blog__list .pagination span {
    background: #00A4D8;
    color: white;
    border-color: white;
    padding: 5px 15px;
}

@media screen and (min-width: 768px) {
    .blog__heading {
        margin: 0 0 40px;
    }
    .blog__list {
        margin-bottom: 120px;
    }
    .blog__categories {
        margin: 0 0 45px;
    }
    .blog__categories.page__links .btn-link {
        white-space: nowrap;
        border: none;
        display: block;
        padding: 22px 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog__list {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .blog__heading p {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }
}

.blog-template .breadcrumb-container {
    max-width: 720px;
    margin: 20px auto 20px;
}

.blog-template .breadcrumb-container .breadcrumb {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .blog-template .blog__list .container {
        max-width: 965px;
    }
    .blog-template .blog__list .container .posts,
    .blog-template .blog__list .container .blog__heading {
        max-width: 840px;
    }
    .blog-template .blog__list .container .post__title {
        min-height: 30px;
    }
    .blog-template .breadcrumb-container {
        margin-top: -20px;
        max-width: 965px;
    }
    .blog-template .breadcrumb-container .breadcrumb {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .blog-template .breadcrumb-container {
        max-width: 965px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-template__heading {
        max-width: 848px;
    }
    .blog-template__list .container .post {
        max-width: 848px;
    }
}

.search-block .search-box {
    background: none;
    padding: 30px 0 50px;
}

.search-block .search-box .form-control {
    border-bottom: 1px solid #ACACAC;
}

.search-block .search-box .container {
    max-width: 965px;
}

@media screen and (max-width: 767px) {
    .search-block .search-box {
        padding: 0px 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-detail-template .page-header h1 {
        margin-top: 30px;
    }
    .share {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .shop-category .heading-block {
        margin: 0 auto 70px;
    }
}

.shop-category>.container,
.shop-page>.container {
    max-width: 1140px;
}

.shop-list .product__body h3 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .shop-list .btn.btn-xs {
        font-size: 12px;
    }
}

.feature-product {
    margin-bottom: 25px;
}

.feature-product:last-child {
    margin-bottom: 0;
}

.feature-product .list-product__item .form-cart .response-text a {
    color: #00A4D8;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .feature-product .list-product__item {
        margin-bottom: 30px;
    }
    .feature-product .list-product__item .product-feature__left {
        border-left: none;
    }
    .feature-product .list-product__item .product-feature__left .product-left {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature-product .list-product__item {
        margin-bottom: 0px;
    }
    .feature-product .list-product__item>.d-flex {
        margin-left: -8px;
        margin-right: -8px;
    }
    .feature-product .list-product__item>.d-flex .product-feature__left {
        padding-right: 8px;
        padding-left: 8px;
    }
    .feature-product .list-product__item>.d-flex .product-feature__left .product-left {
        padding: 25px 0px 25px 0px;
    }
    .feature-product .list-product__item>.d-flex .product-feature__left .price {
        margin-top: 10px;
    }
    .feature-product .list-product__item>.d-flex .product-feature__right {
        padding-right: 8px;
        padding-left: 8px;
    }
    .feature-product .list-product__item>.d-flex .product-feature__right .product {
        margin-top: 0;
    }
    .feature-product .list-product__item>.d-flex .product-feature__right .product .product__image {
        height: 194px !important;
        padding: 30px 38px;
        margin-bottom: 0;
    }
    .feature-product .list-product__item>.d-flex .product-feature__right .product .product__image .new {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .feature-product .list-product__item>.d-flex .product-feature__right .product .product__image img {
        max-height: 130px;
    }
}

.feature-bundle {
    max-width: 1060px;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .feature-bundle .product-feature__right .product__image {
        height: 600px;
    }
    .feature-bundle .product-feature__right .product__image img {
        max-height: 488px;
    }
}

.feature-bundle .product-feature__left {
    border-left: none;
}

.feature-bundle .product-feature__left .product-left {
    padding-left: 40px;
    padding-top: 20px;
}

.feature-bundle .product-feature__left h3 {
    font-size: 4rem;
    line-height: 1;
}

.feature-bundle .product__description {
    font-size: 1.8rem;
}

.feature-bundle .product__description ul {
    margin: 25px 0;
}

.feature-bundle .price {
    font-size: 24px;
}

.text-icon-block {
    margin: 0 0 75px;
}

.text-icon-block .item {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: inherit;
    margin-left: 98px;
}

.text-icon-block .item:first-child {
    margin-left: 0;
}

.text-icon-block .item .image {
    max-width: 35px;
}

@media screen and (max-width: 991px) {
    .text-icon-block .item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .text-icon-block {
        margin: 0 -15px 45px;
    }
    .text-icon-block .item {
        margin: 10px 0 10px 0;
        padding: 0 15px;
        font-size: 15px;
    }
    .text-icon-block .item .image {
        max-width: 20px;
    }
}

.shop-basket-header {
    padding: 20px 0 35px;
    background: white;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.35);
}

.shop-basket-header .breadcrumb-container {
    margin-top: 0;
    margin-bottom: 135px;
}

.shop-basket-header .items {
    font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
    .shop-basket-header .breadcrumb-container {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .shop-basket-header {
        padding: 30px 0 30px;
    }
    .shop-basket-header .breadcrumb-container {
        margin-bottom: 25px;
    }
    .shop-basket-header .h2 {
        font-size: 2.4rem;
    }
}

.checkout-steps {
    margin-bottom: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #747474;
}

.checkout-steps .container .sep-row {
    background: white;
    border-radius: 30px;
}

.checkout-steps .step {
    padding: 6px 10px;
    -ms-flex: 1;
    flex: 1;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
    display: block;
}

.checkout-steps .step.passed {
    color: #00A4D8;
}

.checkout-steps .step.current {
    border-radius: 30px;
    color: black;
    background: #00A4D8;
}

@media screen and (min-width: 1200px) {
    .checkout-steps .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-steps {
        margin-bottom: 40px;
    }
}

@media (max-width: 320px) {
    .checkout-steps .step {
        font-size: 1.1rem;
    }
}

.shop-form {
    max-width: 100%;
    margin-bottom: 30px;
}

.shop-form__header {
    margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .shop-form {
        max-width: 567px;
    }
    .shop-form__header .btn-outline-primary {
        min-width: 203px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .shop-form__header {
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
    .shop-form__header p {
        margin-bottom: 0px;
        font-size: 12px !important;
    }
    .shop-form__header .btn {
        font-size: 1.6rem;
        min-width: 100px;
    }
}

.template-shop-basket {
    padding-top: 40px;
    min-height: 710px;
    padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
    .template-shop-basket.template-shop-basket--authen {
        padding-bottom: 265px;
    }
    .template-shop-basket.template-shop-basket--authen-create-account {
        padding-bottom: 130px;
    }
    .template-shop-basket.template-shop-basket--payment {
        padding-bottom: 265px;
    }
    .template-shop-basket--delivery {
        padding-bottom: 205px;
    }
}

.box-confirmation img {
    max-width: 83px;
}

.box-confirmation h3 {
    color: #00A4D8;
    margin: 42px 0 15px;
}

.box-confirmation p {
    margin: 0 auto 30px;
    max-width: 520px;
}

.box-confirmation .btn {
    width: 240px;
}

.box-confirmation .btn-outline-primary {
    font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
    .box-confirmation img {
        margin-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .box-confirmation {
        margin-bottom: 40px !important;
        padding-bottom: 0 !important;
    }
}

.payment-box {
    margin-top: 40px;
}

.payment-box .icon {
    width: 26px;
    margin-right: 25px;
}

.payment-box .payment-infor {
    margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
    .payment-box .payment-infor {
        margin: 0 0 30px 0;
    }
}

.shop-table {
    border: none;
    font-size: 1.8rem;
}

.shop-table td,
.shop-table th,
.shop-table tr {
    border: none;
}

.shop-table__item-right {
    padding-top: 16px;
}

.shop-table__qty label {
    font-size: 1.5rem;
    margin: 0;
    min-width: 30px;
}

.shop-table__qty input {
    width: 70px;
    border: none;
    background: white;
    border-radius: 4px;
    height: 42px;
    padding-left: 5px;
    text-align: center;
    font-size: 2rem;
    padding-right: 20px;
    color: black;
    -moz-appearance: textfield;
}

.shop-table__qty input::-webkit-outer-spin-button,
.shop-table__qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop-table__qty .input-group {
    max-width: 72px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #000000;
    background: white;
}

.shop-table__qty .input-group .controls {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 100%;
    top: 0;
}

.shop-table__qty .input-group .controls i {
    cursor: pointer;
    font-size: 10px;
}

.shop-table__qty .input-group .controls i.up,
.shop-table__qty .input-group .controls i.down {
    position: absolute;
    right: 0px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 5px;
    width: 100%;
    text-align: center;
    height: 40%;
}

.shop-table__qty .input-group .controls i.down {
    top: 50%;
}

.shop-table__subtotal {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.shop-table__remove {
    margin-top: 40px;
    font-size: 1.5rem;
}

.shop-table__remove button:hover span {
    border-bottom: 1px solid transparent;
}

.shop-table__remove button span {
    border-bottom: 1px solid black;
}

.shop-table__remove .icon-close {
    border: none !important;
    margin-left: 12px;
    font-size: 13px;
}

.shop-table__item:first-child td {
    border-top: 1px solid #979797;
}

.shop-table__item td {
    border: none;
    border-bottom: 1px solid #979797;
    padding: 20px 0;
}

.shop-table__thumbnail {
    width: 126px;
    height: 152px;
    margin-right: 22px;
    padding: 20px 18px;
    background: #EBECEC;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-table__thumbnail a {
    display: block;
    height: 100%;
    -ms-flex: 1;
    flex: 1;
}

.shop-table__thumbnail a img {
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
}

.shop-table__body {
    max-width: 170px;
}

.shop-table__name {
    margin: 10px 0 15px;
    display: block;
    line-height: 24px;
    word-break: break-word;
}

.shop-table__price .old-price {
    color: #B8B8B8;
    text-decoration: line-through;
}

.shop-table .amount-order {
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .shop-table__body {
        max-width: 100%;
    }
    .shop-table__item-left {
        width: 66%;
    }
    .shop-table__item-right {
        width: 34%;
        padding-top: 0;
    }
    .shop-table__item-right .amount-order.show-xs {
        width: 100%;
        font-size: 2.4rem;
        margin-bottom: 20px;
        text-align: right;
    }
    .shop-table__item-right>.d-flex {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shop-table__item-right>.d-flex>div {
        width: 100%;
    }
    .shop-table__qty {
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    .shop-table__qty input {
        max-width: 80px;
        width: 100%;
    }
    .shop-table__remove {
        margin-top: 20px;
    }
    .shop-table__thumbnail {
        width: 88px;
        min-width: 88px;
        height: 106px;
        margin-right: 12px;
        padding: 15px 12px;
    }
    .shop-table__name {
        margin: 5px 0 5px;
    }
}

.shipping-table tbody {
    border-bottom: 1px solid #979797;
}

.shipping-table tbody tr td label {
    font-size: 1.4rem;
}

.shipping-table tbody tr:first-child td {
    font-weight: 500;
    font-size: 1.8rem;
}

.shipping-table tbody tr:last-child {
    padding-bottom: 1.5rem;
    display: inline-block;
}

.cart-totals {
    margin-top: 30px;
    background: white;
    border-radius: 4px;
    padding: 25px 30px;
    font-size: 1.4rem;
}

.cart-totals h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px;
}

.cart-totals .coupon {
    margin-bottom: 55px;
}

.cart-totals .coupon label {
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.cart-totals .coupon input {
    height: 48px;
    color: inherit;
    font-size: inherit;
    border-color: black;
}

.cart-totals .coupon input::-moz-placeholder {
    color: black;
    opacity: 1;
}

.cart-totals .coupon input:-ms-input-placeholder {
    color: black;
}

.cart-totals .coupon input::-webkit-input-placeholder {
    color: black;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cart-totals .coupon input {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 992px) {
    .cart-totals {
        max-width: 333px;
        float: right;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .cart-totals {
        padding: 25px;
    }
}

.table-total {
    margin-bottom: 50px;
}

.table-total tr.order-total td {
    font-size: 2.4rem;
    font-weight: bold;
}

.table-total tr.order-total td:last-child {
    font-size: 2.4rem;
}

.table-total tr td {
    padding: 2px 0;
    font-size: 14px;
}

.table-total tr td.discount-price {
    color: #5FA90B;
}

.table-total tr td:last-child {
    font-size: 16px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table-total tr.order-total td:last-child {
        color: #00A4D8;
    }
}

.order-summary {
    padding: 25px 22px;
    border-radius: 4px;
    background: white;
}

.order-summary .shop-table__item-left {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-summary .shop-table__item td {
    padding: 10px 0;
}

.order-summary .shop-table__thumbnail {
    background: white;
    padding: 10px 18px 10px 18px;
}

.order-summary .shop-table__name {
    margin-bottom: 10px;
    max-width: 160px;
}

.order-summary .shop-table__body {
    max-width: 100%;
    -ms-flex: 1;
    flex: 1;
}

.order-summary .amount-order {
    display: block;
    text-align: right;
    font-size: 2.4rem;
    font-weight: 500;
}

.order-summary .order-total td {
    border-top: 1px solid #979797;
    padding-top: 15px;
}

.order-summary .table-total tr.order-total td:last-child {
    color: inherit;
}

@media screen and (min-width: 768px) {
    .order-summary .table-total tr td.discount-price {
        color: inherit;
    }
}

@media screen and (max-width: 991px) {
    .order-summary+.btn {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .order-summary .shop-table__thumbnail {
        width: 98px;
        margin-right: 10px;
    }
}

.template-shop-basket--payment-newcard .order-summary .table-total tr td.discount-price {
    color: #5FA90B;
}

.template-my-account {
    padding-top: 60px;
    min-height: 65vh;
}

.template-my-account .breadcrumb-container {
    margin-top: 20px;
    margin-bottom: 156px;
}

.template-my-account .payment-box {
    margin-top: 30px;
}

.template-my-account #payment-detail-button {
    margin-top: 60px;
    max-width: 360px;
}

.template-my-account #payment-new-save-btn {
    margin-top: 80px;
    max-width: 360px;
}

@media screen and (max-width: 991px) {
    .template-my-account #payment-new-save-btn {
        margin-top: 60px;
    }
}

.template-my-account>.container {
    max-width: 1044px;
}

.template-my-account--auth {
    padding: 0 0 275px;
}

.template-my-account--auth>.container {
    max-width: 1100px;
}

.template-my-account--auth .form {
    max-width: 440px;
}

.template-my-account--auth-create {
    padding: 0px 0 100px;
}

.template-my-account .right-content {
    padding-left: 60px;
}

.template-my-account .sidebar-left {
    width: 250px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-my-account .sidebar-left {
        width: 190px;
    }
    .template-my-account .right-content {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .template-my-account .col img {
        min-width: 560px;
    }
}

@media screen and (max-width: 991px) {
    .template-my-account {
        padding-bottom: 60px;
    }
    .template-my-account .breadcrumb-container {
        margin-bottom: 30px;
    }
    .template-my-account--auth {
        padding: 15px 0 40px;
    }
    .template-my-account--auth .form {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .template-my-account {
        padding: 0px 0 30px;
        min-height: 3vh;
    }
    .template-my-account .shop-table {
        margin-bottom: 0;
    }
    .template-my-account .breadcrumb-container {
        margin-top: 30px;
    }
    .template-my-account .payment-box {
        padding-bottom: 0px !important;
    }
    .template-my-account #payment-new-save-btn,
    .template-my-account #payment-detail-button {
        margin-top: 28px;
        max-width: 100% !important;
    }
    .template-my-account .form__header.mb-4 {
        margin: 0 !important;
    }
    .template-my-account .sidebar-left {
        width: auto;
    }
    .template-my-account .sidebar-left .menu-account {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
    }
    .template-my-account .right-content {
        padding-left: 0px;
    }
}

.myaccount-header {
    background: white;
    padding: 20px 0 10px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.35);
}

.myaccount-header .breadcrumb-container {
    margin-top: 0;
    margin-bottom: 100px;
}

.myaccount-header .container {
    max-width: 1044px;
}

@media screen and (max-width: 991px) {
    .myaccount-header {
        padding: 30px 0 5px;
    }
    .myaccount-header .breadcrumb-container {
        margin-bottom: 25px;
    }
    .myaccount-header h1 {
        margin-bottom: 5px !important;
    }
}

.menu-account {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-account ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-account>li {
    position: relative;
}

.menu-account>li:hover span {
    color: #00A4D8;
}

.menu-account>li span {
    right: 0px;
    position: absolute;
    top: 16px;
    font-size: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.menu-account>li.active span {
    color: #00A4D8;
}

.menu-account>li.active span.icon-arrow-down-s:before {
    content: "\e905";
}

.menu-account>li.active>a {
    display: block;
    color: #00A4D8;
}

.menu-account>li.active>a:before {
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    height: 32px;
    content: "";
    display: block;
    border-radius: 0 2px 2px 0;
    border-left: 3px solid #00A4D8;
}

.menu-account>li li a {
    padding: 5px 10px 5px 60px;
}

.menu-account>li li.active a {
    color: #00A4D8;
}

.menu-account>li.open ul {
    display: block;
}

.menu-account>li ul {
    margin-bottom: 10px;
}

.menu-account>li [aria-expanded="true"] {
    color: #00A4D8;
}

.menu-account>li [aria-expanded="true"] span:before {
    content: "\e905";
}

@media screen and (max-width: 991px) {
    .menu-account>li a.collapsed {
        color: inherit;
    }
    .menu-account>li a.collapsed .icon-arrow-down-s {
        color: inherit;
    }
}

.menu-account>li a {
    position: relative;
    padding: 15px 10px 15px 60px;
    display: block;
    font-size: 1.4rem;
}

.menu-account>li a i {
    left: 26px;
    position: absolute;
    top: 14px;
    font-size: 20px;
}

.menu-account .icon-settings {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .menu-account {
        position: relative;
    }
    .menu-account.show {
        margin-bottom: 85px !important;
    }
    .menu-account>li {
        position: static;
        -ms-flex: 1;
        flex: 1;
    }
    .menu-account>li.order-history {
        -ms-flex: 0;
        flex: 0;
        min-width: 95px;
        text-align: left;
    }
    .menu-account>li.order-history a {
        text-align: left;
    }
    .menu-account>li.logout {
        -ms-flex: 0;
        flex: 0;
        min-width: 74px;
        text-align: left;
    }
    .menu-account>li.active>a:before {
        top: 0;
        width: 98px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        border: none;
        background: #00A4D8;
        border-radius: 0 0 3px 3px;
    }
    .menu-account>li a {
        padding: 50px 0px 0;
        text-align: center;
        display: block;
    }
    .menu-account>li a i {
        top: 18px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .menu-account ul {
        margin-bottom: 0;
        position: absolute;
        top: 125%;
        left: 0;
    }
    .menu-account ul li {
        float: left;
        margin-right: 24px;
    }
    .menu-account ul li a {
        padding: 10px 0 10px;
    }
}

.shop-table-my-account td,
.shop-table-my-account tr {
    vertical-align: top;
}

.shop-table-my-account .btn-small {
    padding: 6px 19px;
    text-transform: none;
    font-size: 18px;
    font-family: "Calibre", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.shop-table-my-account .completed {
    color: #00A4D8;
}

.shop-table-my-account .shop-table__item td {
    padding-top: 25px;
    padding-bottom: 35px;
}

.shop-table-my-account .shop-table__item td.status {
    text-align: right;
}

.shop-table-my-account .shop-table__item td.status span:first-child {
    margin-top: 9px;
    display: block;
    text-transform: capitalize;
}

.shop-table-my-account .shop-table__item td.status .underline {
    line-height: 1;
    display: block;
}

.shop-table-my-account .shop-table__item td.action {
    text-align: right;
}

.shop-table-my-account .shop-table__item td.image {
    width: 130px;
}

.shop-table-my-account .shop-table__item td .shop-table__thumbnail {
    padding: 15px 10px;
    width: 75px;
    height: 92px;
    position: relative;
}

.shop-table-my-account .shop-table__item td .shop-table__thumbnail .number {
    position: absolute;
    bottom: -12px;
    right: -12px;
    background: #00A4D8;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.shop-table-my-account .shop-table__item td.price {
    text-align: right;
}

.shop-table-my-account .shop-table__item td.price span:first-child {
    display: inline-block;
    margin-top: 3px;
}

.shop-table-my-account .shop-table__item td.show-sm {
    text-align: right;
}

.shop-table-my-account .shop-table__item td.show-sm .price {
    display: block;
    margin: 10px 0 20px;
}

.shop-table-my-account .shop-table__item td.show-sm .status .underline {
    display: block;
}

@media screen and (max-width: 767px) {
    .shop-table-my-account .shop-table__item td {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .shop-table-my-account .shop-table__item .image {
        width: 100px !important;
    }
    .shop-table-my-account .shop-table__item .image * {
        margin-right: 0;
    }
    .shop-table-my-account .btn-small {
        padding: 6px 12px;
    }
}

.edit-profile-form #password {
    background: transparent;
}

.edit-profile-form .form-control {
    color: #A2A2A2;
}

.edit-profile-form .form-control::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
}

.edit-profile-form .form-control:-ms-input-placeholder {
    color: #A2A2A2;
}

.edit-profile-form .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
}

@media screen and (max-width: 767px) {
    .edit-profile-form .mt-md-50 {
        margin-top: 10px;
    }
}

.shop-table-detail td {
    vertical-align: top;
}

.shop-table-detail .shop-table__thumbnail {
    width: 100px;
    height: 120px;
}

@media screen and (max-width: 991px) {
    .shop-table-detail .image {
        width: 100px !important;
    }
    .shop-table-detail .name {
        width: 100px !important;
    }
    .shop-table-detail .shop-table__thumbnail {
        width: 80px;
        height: 90px;
    }
}

.login-edu-section,
.create-account-edu-section {
    margin: 11rem 0;
}

.create-account-edu-section .login-edu {
    max-width: 114rem;
    margin: 0 auto 6rem;
}

.login-edu {
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 6rem;
}

.login-edu .page__title {
    text-align: center;
    padding: 4.4rem 6.5rem;
}

.login-ct {
    padding-bottom: 6rem;
    display: -ms-flexbox;
    display: flex;
}

.login-ct .login-column {
    width: 50%;
    padding: 0 6rem;
}

.login-ct .login-column:first-child {
    border-right: 1px solid #D8D8D8;
}

.col-title {
    margin-bottom: 0;
}

.text-link {
    color: #00A4D8;
}

.change-to-reg a {
    text-decoration: underline;
}

.forgot-password {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.forgot-pass-link {
    color: #000;
}

.underline {
    text-decoration: underline;
}

.note-frm {
    margin: 5px 0 0;
}

.cta-after-create-account {
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.cta-after-create-account-div {
    min-height: 75px;
}

.other-note-after-create {
    font-size: 1.2rem;
    color: #747474;
    text-align: center;
}

.cta-after-create {
    margin: 0 auto 2.5rem;
}

.lbl-after-create {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
}

.group-slt-search .dropdown.bootstrap-select {
    display: block;
    width: 100% !important;
    letter-spacing: 0.13px;
    font-size: 1.8rem;
    height: 54px;
    background-color: transparent;
    border: 1px solid #ACACAC;
    box-shadow: none !important;
    outline: 0;
    background: url("../images/select-icon.png") no-repeat right center;
    background-size: 30px;
}

.group-slt-search .dropdown.bootstrap-select .btn-light {
    background-color: transparent !important;
    border: none !important;
    height: 5.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.group-slt-search .dropdown.bootstrap-select .btn-light:after {
    display: none;
}

.group-slt-search .dropdown.bootstrap-select .filter-option-inner-inner {
    font-size: 1.8rem;
    color: #000;
    font-family: "Calibre";
    text-transform: none;
}

.group-slt-search .dropdown .dropdown-menu ul li {
    font-size: 1.8rem;
    padding: 0 5px;
    font-family: "Calibre";
}

.group-slt-search .dropdown .dropdown-menu .dropdown-item.active,
.group-slt-search .dropdown .dropdown-menu .dropdown-item.selected {
    color: #00A4D8;
    background-color: transparent;
}

.group-slt-search.filter-slt {
    width: 25.6rem;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select {
    display: block;
    width: 100% !important;
    letter-spacing: 0.13px;
    font-size: 1.8rem;
    height: 54px;
    border-top: none;
    border-right: 0;
    border-left: 0;
    box-shadow: none !important;
    outline: 0;
    background: transparent url("../images/select-icon.png") no-repeat right center;
    background-size: 30px;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select .btn-light {
    background-color: transparent !important;
    border: none !important;
    height: 5.2rem;
    padding-left: 1.5rem;
    padding-right: 4rem;
    background-size: 30px;
    outline: none !important;
    z-index: 9999;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select .btn-light:hover,
.group-slt-search.filter-slt .dropdown.bootstrap-select .btn-light:focus,
.group-slt-search.filter-slt .dropdown.bootstrap-select .btn-light:active {
    outline: none !important;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select .btn-light:after {
    display: none;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select .btn-light .filter-option-inner-inner {
    color: #000;
    text-transform: uppercase;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select.show .btn-light {
    background: #fff url("../images/select-icon.png") no-repeat right center !important;
    background-size: 30px !important;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select.show .btn-light:hover,
.group-slt-search.filter-slt .dropdown.bootstrap-select.show .btn-light:focus,
.group-slt-search.filter-slt .dropdown.bootstrap-select.show .btn-light:active {
    background: #fff url("../images/select-icon.png") no-repeat right center !important;
    background-size: 30px !important;
}

.group-slt-search.filter-slt .dropdown.bootstrap-select .filter-option-inner-inner {
    font-size: 1.2rem;
    color: #000;
    font-family: "Calibre";
    text-transform: none;
}

.group-slt-search.filter-slt .dropdown .dropdown-menu {
    border: none;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 991px) {
    .login-edu-section,
    .create-account-edu-section {
        margin: 5rem 0;
    }
    .login-edu .page__title {
        padding: 2rem 0 6rem;
        margin-bottom: 0;
    }
    .login-ct .login-column {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .page__title {
        font-size: 2.4rem;
    }
    .login-edu-section,
    .create-account-edu-section {
        margin: 3rem 0;
    }
    .login-edu .page__title {
        padding: 2rem 0 4rem;
        margin-bottom: 0;
    }
    .login-ct {
        display: block;
    }
    .login-ct .login-column {
        width: 100%;
        padding: 0 2rem;
    }
    .login-ct .login-column:first-child {
        border-right: none;
    }
    .create-account-edu-section select.form-control {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .create-account-edu-section .edit-space .row>div {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .create-account-edu-section .edit-space .row>div:first-child {
        padding-left: 1.5rem;
        padding-right: 0.4rem;
    }
    .create-account-edu-section .edit-space .row>div:last-child {
        padding-right: 1.5rem;
    }
    .group-slt-search.filter-slt {
        width: 100%;
    }
}

.line-b {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}

.link-relate {
    display: -ms-flexbox;
    display: flex;
    margin-top: 12rem;
}

.link-item {
    text-align: center;
    padding: 0 1rem;
}

.link-item h4 {
    font-weight: 300;
    font-family: Roboto;
}

.link-item h4 a {
    font-family: "Roboto";
    font-size: 2rem !important;
    color: #4b4b4b;
    font-weight: 300;
    max-width: 12rem;
    margin: 0 auto;
    line-height: 1.2;
}

.link-item h4 a strong {
    font-size: 2.6rem;
    font-family: "Calibre";
    font-weight: 600;
}

.link-item h4 a .icon-arrow-prev-s {
    font-size: 1.5rem !important;
    display: inline-block;
    font-weight: bold;
    font-family: "Calibre";
}

.link-img {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 0 auto 1.5rem;
    background-color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .link-relate {
        margin-top: 8rem;
    }
    .link-item h4 a {
        font-size: 1.6rem !important;
    }
    .link-item h4 a strong {
        font-size: 1.8rem !important;
    }
    .link-item h4 a .icon-arrow-prev-s {
        font-size: 1.4rem !important;
    }
}

@media screen and (max-width: 767px) {
    .link-relate {
        margin-top: 6rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .link-item {
        text-align: center;
        width: 33%;
    }
    .link-big {
        max-width: 50%;
    }
}

.show-announcement .template-educator .wrapper {
    padding-top: 90px;
}

@media screen and (min-width: 992px) {
    .template-educator .product--detail .product-gallery .slick-next,
    .template-educator .product--detail .product-gallery .slick-prev {
        top: -218px;
    }
    .template-educator .product--detail .product-gallery .product-gallery__wrapper {
        max-height: 450px;
    }
    .template-educator .product--detail .product-gallery .product-gallery__wrapper img {
        max-height: 300px;
    }
}

.template-educator .product--detail .product-gallery .product-gallery__wrapper img {
    max-width: 290px;
}

.template-educator .navbar .navbar-collapse .mega-memu {
    border-top: 0;
}

.template-educator.single-lesson {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .template-educator .search-box__bottom {
        margin-top: 15px;
    }
}

.blog-template-edu,
.template-educator {
    position: relative;
}

.blog-template-edu .blog-hero__container,
.template-educator .blog-hero__container {
    top: 5.5rem;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.blog-template-edu .myaccount-header,
.template-educator .myaccount-header {
    padding-top: 7rem;
}

.blog-template-edu .blog-hero:after,
.template-educator .blog-hero:after {
    display: none;
}

.blog-template-edu .card-header .btn-link,
.template-educator .card-header .btn-link {
    padding-left: 26px;
}

.blog-template-edu .card-header .icon-arrow-down-s,
.template-educator .card-header .icon-arrow-down-s {
    color: #000;
    font-size: 1.2rem;
    top: 16px !important;
}

.blog-template-edu .card-header .icon-bookmark,
.template-educator .card-header .icon-bookmark {
    font-size: 2rem;
    margin-right: 10px;
    position: relative;
    top: 2.5px;
}

.blog-template-edu .card-header .icon-bookmark:hover,
.template-educator .card-header .icon-bookmark:hover {
    color: inherit;
}

.blog-hero__frm-hello {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.say-hello {
    font-size: 2.4rem;
    font-weight: bold;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2.5rem;
    width: 15rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search-box__hero {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 80%;
    display: block;
    background: #fff;
    height: 5.7rem;
    position: relative;
    padding-left: 5rem;
    border-radius: 4px;
}

.search-box__hero .form-control {
    border: none;
    font-size: 1.8rem;
    color: #000;
}

.search-box__hero .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.search-box__hero .form-control:-ms-input-placeholder {
    color: #000;
}

.search-box__hero .form-control::-webkit-input-placeholder {
    color: #000;
}

.search-box__hero .search {
    position: absolute;
    top: 1.2rem;
    left: 2rem;
}

.search-box__hero .icon-search {
    font-size: 3rem;
}

.ul {
    list-style-type: none;
    padding: 0;
}

.ul-tab-hero {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
}

.ul-tab-hero>li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 7px;
    width: 33.33%;
}

.ul-tab-hero>li a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 57px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    font-weight: 500;
}

.ul-tab-hero>li.active a {
    height: 65px;
    margin-bottom: -8px;
    background: #f7f7f7;
    border-radius: 4px 4px 0 0;
    color: #000;
    border-bottom: 0;
}

.nav-tabs-hero {
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 5.7rem;
    width: 100%;
    z-index: 1;
}

.nav-tabs-hero .container {
    max-width: 840px;
}

.edu__categories.page__links {
    background: #f7f7f7;
    margin: 0;
    overflow: hidden;
}

.edu__categories.page__links .container {
    max-width: 840px;
}

.edu__categories.page__links .item-list {
    min-width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #000;
    margin: 2rem 2rem 2rem 0;
}

.edu__categories.page__links .btn-link {
    background-color: transparent;
    font-size: 1.8rem;
    text-transform: none;
    padding: 1rem 0 1rem 2rem;
    font-weight: 400;
    max-width: 11rem;
    text-align: left;
    font-family: inherit;
}

.edu__categories.page__links .btn-link.active {
    font-weight: 600;
}

.list-sub-categories {
    width: 100%;
}

.body-text-section {
    background: #fff;
    padding: 6rem 0 3rem;
}

.body-text-section .container {
    max-width: 840px;
}

.body-text-section .title {
    font-size: 3.5rem;
    font-weight: bold;
}

.body-text-section p:last-child {
    margin-bottom: 0;
}

.breadcrumb-edu {
    margin-bottom: 2.3rem !important;
}

.list-body-nav {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    background-color: #fff;
}

.list-body-nav .container {
    max-width: 840px;
}

.ul-body-nav {
    width: 100%;
    margin-bottom: 0;
}

.ul-body-nav>li {
    display: inline-block;
    margin-right: 1.8rem;
}

.ul-body-nav>li a {
    display: inline-block;
    padding: 2rem 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #a6a6a6;
    font-family: "Calibre";
    font-weight: 500;
}

.ul-body-nav>li.first-item {
    font-weight: 500;
    color: #000;
    margin-right: 3rem;
}

.ul-body-nav>li.first-item a {
    color: #000;
}

.ul-body-nav>li:hover a,
.ul-body-nav>li.actvie a {
    color: #00A4D8;
}

.edu__list {
    padding-top: 4rem;
}

.edu__list .container {
    max-width: 840px;
}

.edu__list .pagination li span,
.edu__list .pagination li a {
    background: #00A4D8;
    color: white;
    border-color: white;
    padding: 5px 15px;
}

.edu__filter {
    margin-bottom: 7rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdown-filter.show {
    backgroun: #fff;
}

.dropdown-filter .slt_filter {
    font-family: "Calibre";
    font-size: 1rem;
}

.dropdown-filter .slt_filter:focus {
    background: #fff;
}

.dropdown-filter .dropdown-menu {
    width: 100%;
}

.dropdown-filter .dropdown-menu .dropdown-item:hover,
.dropdown-filter .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #00A4D8;
    cursor: pointer;
}

.slt_filter {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 265px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #979797;
    color: #000 !important;
    background: transparent url("../images/select-icon.png") no-repeat right center !important;
    background-size: 16px !important;
    text-align: left;
}

.slt_filter.placeholderColor {
    color: #000 !important;
}

.slt_filter.dropdown-toggle:after {
    display: none;
}

.filter-status {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 3rem;
}

.filter-status .ul-tag {
    margin-bottom: 0;
    margin-top: 11px;
}

.filter-status .ul-tag>li.active {
    margin-top: 3px;
}

.edu__filter-status {
    display: block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
}

.ul-tag {
    margin-top: 2rem;
}

.ul-tag>li {
    margin-right: 3px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    padding: 0 3rem 0 1rem;
    border: 1px solid #979797;
    margin-bottom: 7px;
}

.ul-tag>li.no-close-button {
    padding-right: 1rem;
}

.ul-tag>li a {
    width: 100%;
    height: 2.7rem;
    font-size: 1.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ul-tag>li .close-tag {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    right: 1rem;
    top: 8px;
    font-size: 1rem;
    color: #000;
}

.ul-tag>li.active:hover {
    border-color: #00A4D8;
}

.ul-tag>li:hover {
    border-color: #00A4D8;
    color: #00A4D8;
}

.ul-tag>li:hover a {
    color: #00A4D8;
}

.ul-tag>li:hover .close-tag {
    color: #00A4D8;
}

.clear-all {
    font-size: 1rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4) !important;
    cursor: pointer;
}

.clear-all:hover {
    color: #00A4D8 !important;
    text-decoration: underline;
}

.p-clear-all {
    margin: -1rem 0 0;
    line-height: inherit;
}


/* detail */

.download-resource {
    margin: 5rem 0;
    width: 100%;
    max-width: 57rem;
}

.download-resource .title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
}

.ul-download-link>li {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #000;
}

.ul-download-link>li a {
    font-size: 1.3rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ul-download-link>li a img {
    display: inline-block;
    margin-right: 1rem;
}

.relate-resource {
    background: #f7f7f7;
}

.relate-resource .title {
    padding-top: 1rem;
    border-top: 1px solid #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.ul-relate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ul-relate>li {
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding-right: 2.5rem;
    margin-bottom: 4rem;
}

.ul-relate .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12rem;
    margin-right: 1.5rem;
}

.ul-relate .img>img {
    width: 100%;
    border-radius: 6px;
}

.ul-relate .cate-resource {
    color: #747474;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ul-relate .title-resource {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
}

.bg-grey {
    background-color: #f7f7f7;
}

.wrap-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.share .book-mark-lbl {
    margin-right: 0;
}

.share .book-mark-lbl:hover {
    color: #00A4D8;
}

.book-mark-lbl {
    display: inline-block;
}

.book-mark-lbl .booked,
.book-mark-lbl .icon-bookmark-s {
    display: none;
}

.book-mark-lbl i {
    margin-left: 8px;
}

.book-mark-lbl.active .booked,
.book-mark-lbl.active .icon-bookmark-s {
    display: block;
}

.book-mark-lbl.active .book-label,
.book-mark-lbl.active .icon-bookmark-o {
    display: none;
}

.book-mark-lbl.active i {
    color: #00A4D8;
}

.relate-resource .slick .slick-slide {
    max-width: 24.4rem;
    margin-right: 2rem;
}

.blog-template-edu .feature-image {
    margin-bottom: 2.5rem;
}

.blog-template-edu .entry-summary {
    margin-bottom: 2rem;
}

.filter-slt {
    width: 25.6rem;
}

.filter-slt .dropdown-menu {
    box-shadow: 0 2px 17px #B3B3B3;
}

.not-login {
    display: none !important;
}

.logined {
    display: inline-block !important;
}

.search-nav-edu {
    display: none;
}

.browse-filter {
    position: relative;
    border-radius: 4px;
    margin-left: -1.5rem;
}

.browse-filter:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    height: 1px;
    background: #979797;
    bottom: 0;
}

.browse-filter.show {
    box-shadow: 2px -8px 17px 0px rgba(0, 0, 0, 0.1);
}

.browse-filter.show .slt_filter {
    background: #fff url("../images/select-icon-2.png") no-repeat right center !important;
    background-size: 16px !important;
}

.browse-filter.show .dropdown-menu {
    box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 0px;
}

.browse-filter .slt_filter {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-bottom: none;
}

.browse-filter .dropdown-menu {
    padding: 2rem;
    border: none;
}

.browse-filter .dropdown-item {
    font-size: 1.8rem;
    paddign: 5px 2rem;
}

.acc-not-login .not-login {
    display: inline-block !important;
}

.acc-not-login .logined {
    display: none !important;
}

.acc-not-login .search-nav-edu {
    display: none;
}

.edu-resource-detail .product--detail {
    padding-top: 5rem;
}

.edu-resource-detail .product--detail .product__description ul {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.back-mobile>img {
    margin-right: 5px;
}

.edu__categories.page__links .btn-link {
    transition: none;
}

.edu__categories.page__links .btn-link:hover {
    color: #00A4D8;
}

.mobile-back-ls {
    text-align: center;
}

.mobile-back-ls .back-mobile {
    font-size: 1.5rem;
    margin-left: 0;
}

.mobile-back-ls .back-mobile .icon-left {
    position: relative;
    top: -1px;
}

@media screen and (max-width: 991px) {
    .template-educator .navbar .navbar-collapse {
        top: 0;
    }
    .template-educator .close-menu-mobile {
        top: 38px;
    }
    .template-educator .navbar .navbar-collapse .nav-item.active .mega-memu {
        padding-top: 10px;
    }
    .template-educator .nav-right-edu-mobile .nav-item .nav-link>i {
        margin-right: 8px;
    }
    .template-educator .nav-right-edu-mobile .nav-item .nav-link>i+span {
        display: inline-block;
        top: -6px;
        position: relative;
    }
    .blog-template-edu .blog-hero__image .image-mobile,
    .template-educator .blog-hero__image .image-mobile {
        height: 80px;
    }
    .show-announcement .template-educator .wrapper {
        padding-top: 72px;
    }
    .edu__categories .container {
        overflow-x: auto;
    }
    .edu__categories .list-sub-categories {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
    }
    .edu__categories .list-sub-categories .item-list {
        width: auto;
        display: block;
        -ms-flex: 1;
        flex: 1;
        min-width: 110px;
        vertical-align: top;
        height: 100%;
        min-height: 7.8rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        padding-right: 2rem;
    }
    .edu__categories .list-sub-categories .item-list .btn-link {
        white-space: normal;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .blog-template-edu .myaccount-header {
        padding-top: 3rem;
    }
    .edu-resource-detail .myaccount-header {
        padding-top: 6rem;
    }
    .blog-template-edu .menu-account>li.order-history a,
    .template-educator .menu-account>li.order-history a {
        text-align: center;
    }
    .blog-template-edu .blog-hero__frm-hello,
    .template-educator .blog-hero__frm-hello {
        display: block;
        text-align: left;
    }
    .blog-template-edu .search-box__hero,
    .template-educator .search-box__hero {
        width: 100%;
    }
    .blog-template-edu .say-hello,
    .template-educator .say-hello {
        font-size: 18px;
    }
    .blog-template-edu .blog-hero__image .image-mobile,
    .template-educator .blog-hero__image .image-mobile {
        height: 230px;
    }
    .blog-template-edu .search-box__hero .search,
    .template-educator .search-box__hero .search {
        left: 1.8rem;
    }
    .nav-tabs-hero {
        height: 4.8rem;
    }
    .ul-tab-hero>li a {
        font-size: 1.5rem;
        line-height: 1.5rem;
        height: 4.8rem;
        padding: 0 5px;
    }
    .ul-tab-hero>li.active a {
        height: 5.6rem;
    }
    .edu__categories.page__links .item-list {
        margin-right: 1rem;
    }
    .edu__categories .container {
        width: 100%;
        padding: 0 1.5rem;
    }
    .edu__categories .list-sub-categories .item-list {
        min-height: 5.8rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        padding-right: 0;
        margin-right: 1rem;
    }
    .edu__categories .list-sub-categories .item-list .btn-link {
        margin: 1.5rem 0;
        font-size: 1.4rem;
        line-height: 14px;
        border-bottom: none;
        padding-left: 1.2rem;
        padding-top: 0;
        padding-bottom: 0;
        white-space: normal;
        min-height: 0;
    }
    .list-body-nav .container {
        width: 100%;
        overflow-x: auto;
        padding: 0 1.5rem;
    }
    .list-body-nav .ul-body-nav {
        width: 100%;
        display: block;
        white-space: nowrap;
    }
    .edu__filter {
        display: block;
        margin-bottom: 5rem;
    }
    .edu__filter .slt_filter {
        width: 100%;
        padding-left: 0;
        background-position: calc(100% + 8px) center !important;
    }
    .edu__filter .filter-status {
        margin-left: 0;
    }
    .browse-filter.show .slt_filter {
        background-position: calc(100% + 8px) center !important;
    }
    .ul-tag {
        margin-bottom: 0;
    }
    .edu-resource-detail .edu__categories.page__links {
        background: #fff;
    }
    .edu-resource-detail .edu__categories.page__links .container {
        background-color: #FAFAFB !important;
    }
    .edu-resource-detail .ul-tab-hero>li.active a {
        background-color: #FAFAFB;
    }
    .edu-resource-detail .share {
        margin-bottom: 3rem;
    }
    .body-text-section {
        padding-top: 3rem;
    }
    .body-text-section .title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    .edit-profile-form .mt-md-100 {
        margin-top: 7rem;
    }
    .page-template-educator-lesson .navbar .navbar-collapse {
        top: 0;
    }
    .browse-filter {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .browse-filter:after {
        left: 0;
        right: 0;
    }
    .browse-filter.show {
        background: #fff;
    }
    .edu__filter .dropdown-menu.show {
        left: -3px !important;
    }
    .product--detail .ship {
        margin-bottom: 20px;
    }
    .edu-collapse h3 {
        padding-bottom: 0;
        margin-bottom: 0.5rem;
    }
    .edu-collapse .card-header {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .single-lesson {
        padding-top: 3rem;
    }
    .single-lesson .breadcrumb-edu {
        margin-bottom: 5rem !important;
    }
}

.edu-collapse .accordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.edu-collapse .accordion .card {
    width: 50%;
    padding-right: 2rem;
    margin-bottom: 1rem;
    background: transparent;
}

.edu-collapse .card-header {
    border: none;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.edu-collapse .card-header .btn {
    padding-left: 3rem;
    position: relative;
    font-size: 1.5rem;
    text-transform: none;
    font-family: "Calibre";
    white-space: normal;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    color: #00A4D8;
    padding-top: 5px;
    padding-bottom: 5px;
}

.edu-collapse .card-header .btn:hover {
    text-decoration: none !important;
}

.edu-collapse .card-header .btn i {
    margin-left: 0 !important;
    position: absolute;
    top: 12px;
    left: 0;
    -ms-transform-origin: center;
    transform-origin: center;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.edu-collapse .card-header .btn i:before {
    content: "\e902";
}

.edu-collapse .card-header .btn.collapsed {
    color: #000;
}

.edu-collapse .card-header .btn.collapsed:hover {
    text-decoration: none !important;
}

.edu-collapse .card-header .btn.collapsed i {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.edu-collapse .card-header .btn.collapsed i:before {
    content: "\e902";
}

.edu-collapse .card-body {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    padding-left: 4.2rem;
    font-size: 1.5rem;
}

.title-frm {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2.5rem;
}

.div-frm {
    max-width: 57rem;
}

.img-success {
    text-align: center;
    margin-bottom: 4rem;
}

.title-success {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    color: #00A4D8;
}

.txt-success {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.div-frm-success {
    width: 100%;
    max-width: 42rem;
    margin: 5.5rem auto;
    text-align: center;
}

.success-cta {
    display: block;
    text-align: center;
}

.next-step .title-small {
    margin-bottom: 0;
}

.description-nex-step {
    max-width: 42rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.group-list-cta {
    display: -ms-flexbox;
    display: flex;
}

.group-list-cta .cta-after-create-account {
    width: 33.33%;
}

.group-list-cta .cta-after-create-account:nth-child(2) {
    width: 25%;
}

.group-list-cta .cta-after-create-account:nth-child(3) {
    width: 41.33%;
}

@media screen and (max-width: 767px) {
    .edu-collapse .accordion {
        display: block;
    }
    .edu-collapse .accordion .card {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
    }
    .nav-right-edu .nav-item .nav-link span {
        display: none;
    }
    .site-header-edu .nav-right-edu .nav-item .nav-link>i {
        display: inline-block;
    }
    .group-list-cta {
        display: block;
    }
    .group-list-cta .cta-after-create-account {
        width: 100% !important;
    }
}

.list-profile .accordion .card {
    background-color: #f8f8f8;
}

.list-profile .accordion .card-header {
    padding: 0;
    border: none;
    position: relative;
    background-color: transparent;
}

.list-profile .accordion .card-header:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #747474;
}

.list-profile .accordion .card-header .btn {
    background: #f8f8f8;
    position: relative;
    text-align: left;
}

.list-profile .accordion .card-header .btn:focus,
.list-profile .accordion .card-header .btn:hover {
    text-decoration: none;
}

.list-profile .accordion .card-header .btn.collapsed .link:before {
    content: "\e903";
}

.list-profile .accordion .card-header .btn .link {
    position: absolute;
    left: 0;
    top: 14px;
}

.list-profile .accordion .card-header .btn span {
    color: #000;
    text-transform: uppercase;
}

.list-profile .accordion .card-header .btn span:focus,
.list-profile .accordion .card-header .btn span:hover {
    text-decoration: none;
}

.list-profile .accordion .card-body {
    background: #f8f8f8;
    padding-right: 0;
    padding-top: 3rem;
    padding-bottom: 0;
}

.list-profile .accordion .card-body .post__body {
    margin-top: -6px;
}

.list-profile .accordion .card-body .post__category {
    position: relative;
    min-height: 25px;
    margin-bottom: 5px;
}

.list-profile .accordion .card-body .post__category .icon-close {
    font-size: 1.4rem;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 3px;
}

.list-profile .accordion .card-body .ul-tag {
    margin-top: 1rem;
    margin-bottom: 0;
}

.list-profile .accordion .card-body .ul-tag>li {
    padding-right: 1rem;
}

.list-profile .accordion .card-body .post__title {
    margin-bottom: 1rem;
}

.list-profile .accordion .card-body .post__body {
    padding-left: 2rem;
}

.list-profile .accordion .card-body .post__image {
    width: 265px;
}

.no-padding-l {
    padding-left: 0 !important;
}

.date-order {
    font-size: 1.8rem;
}

.list-profile .shop-table .shop-table__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    vertical-align: inherit !important;
}

.list-profile .shop-table .shop-table__item td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.list-profile .shop-table .shop-table__item td.name {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    padding: 0 1.5rem;
    line-height: 1.2;
}

.list-profile .shop-table .shop-table__item td.status {
    text-align: right;
}

.list-profile .status>span {
    display: block;
    text-align: right;
    width: 100%;
}

.list-profile .status.completed {
    color: #000;
}

.list-profile .status.pending {
    color: #00A4D8;
}

.list-profile .status.not-approved {
    color: #F4B34F;
}

@media screen and (max-width: 767px) {
    .list-profile .accordion .card-body .post__body {
        padding-left: 0;
    }
    .menu-account>li.order-history {
        text-align: center;
    }
    .list-profile .shop-table .shop-table__item td.name {
        padding: 2rem 1.5rem 4rem;
        display: block;
        position: relative;
    }
    .list-profile .shop-table .shop-table__item td.name .status {
        width: 100%;
        bottom: 1.5rem;
        height: 2rem;
        position: absolute;
        right: 0rem;
    }
}

.educator-submit {
    border: none;
    background-color: #f7f7f7;
    padding-left: 0;
    cursor: pointer;
    font-size: 1.5rem;
}

.educator-submit:hover {
    color: #00A4D8;
    text-decoration: none;
}

.educator-submit img {
    display: none;
}

.navbar-nav .educator-login {
    margin-left: 30px;
    border-radius: 7px;
}

@media (min-width: 992px) {
    .search-box.active {
        background: rgba(0, 164, 216, 0.9);
    }
    .search-box.active,
    .search-box.active i,
    .search-box.active input {
        color: #fff;
    }
    .search-box.active input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */
    }
    .search-box.active input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }
    .search-box.active input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
    }
}

.heading-block {
    margin: 30px auto;
}

.main.template-home h1,
.main.template-home h2 {
    text-align: center;
    text-transform: uppercase;
}

.main.template-home h1 {
    color: #00a4d8;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .main.template-home h1 {
        font-size: 6.5rem;
    }
}

.main.template-home .intro {
    text-align: center;
    font-size: 18px;
}

.shop-banner-block {
    margin-top: 60px;
    /*margin-bottom: 60px;*/
    padding: 30px 0;
}

.shop-banner {
    padding: 30px 0;
    margin-bottom: -15px;
}

@media screen and (min-width: 768px) {
    .heading-block {
        margin: 30px auto 45px;
    }
    .shop-banner-block {
        margin-top: 80px;
        /*margin-bottom: 80px;*/
        padding: 50px 0;
    }
    .shop-banner {
        padding: 50px 0;
    }
    .main.template-home .intro {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .main.template-home .intro {
        font-size: 25px;
    }
}

@media screen and (min-width: 992px) {
    .shop-banner-block {
        margin-top: 100px;
        /*margin-bottom: 100px;*/
    }
}

a.btn.btn-blue {
    background-color: #00a4d8;
    color: #fff;
    border-width: 2px;
}

a.btn.btn-blue:hover {
    background-color: #fff;
    color: #00a4d8;
}

a.btn.btn-dark {
    color: #000;
    border-color: #000;
    border-width: 2px;
}

a.btn.btn-dark:hover {
    color: #fff;
    border-color: #00a4d8;
}

.btn.btn-white {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
}

.btn.btn-white:hover {
    background: #fff;
    color: #00a4d8;
}

.full-width-edge {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.plastic-free-banner h2,
.plastic-free-banner p {
    color: #fff;
}

.plastic-free-logo {
    width: 90px;
    margin: 30px;
}

@media (min-width: 772px) {
    .plastic-free-logo {
        width: auto;
        margin: 0;
    }
}

.center-align {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.center-align-vertical {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plastic-free-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .plastic-free-banner>.container>.row>.col-md-8 {
        min-height: 350px;
    }
}

.four-tiles {
    overflow: hidden;
}

@media (min-width: 768px) {
    .tile__wrapper {
        position: relative;
    }
    .tile {
        background-image: none !important;
    }
}

.tile a,
.tile h3 {
    color: #fff;
    text-transform: uppercase;
}

.tile a {
    font-size: 1.3rem;
}

.tile__content {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

@media (min-width: 768px) {
    .tile__content {
        bottom: 10%;
    }
}

@media (max-width: 767px) {
    .tile {
        min-height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .tile__content {
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        width: 40vw;
    }
}

@media (max-width: 575px) {
    .tile__content {
        width: 100vw;
    }
}

.opacity-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00A4D8;
    transition: 0.5s ease;
}

.tile .opacity-layer {
    opacity: 0;
}

.tile:hover .opacity-layer,
.tile .active .opacity-layer {
    opacity: 0.5;
}

.shop-banner-block .btn,
.shop-banner .btn {
    margin-top: 30px;
}

.shop-banner-block img,
.shop-banner img {
    margin-top: -30px;
}

.sb_instagram_header {
    display: none;
}

#sb_instagram {
    margin-top: 30px;
}

#sbi_load {
    display: none;
}

#sbi_images {
    margin-bottom: 30px;
}

.home .popular-products .slick-arrow {
    border: none;
    box-shadow: none;
}

.popular-products .slick-arrow:before {
    font-weight: bolder;
}

.page__links .row .col-md-3 .btn-link {
    position: relative;
    color: #fff;
    border: none;
}

.page__links .row .col-md-3 .tile__content {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 20px;
    font-weight: 600;
}

.template-product .product-list.container,
.template-shop .shop-page {
    margin-top: 60px;
}

.tax-simple-product-category.term-toys .page-title .container {
    margin-bottom: 60px;
}


/*.page__links .all-products .btn-link {
  background-image: url("../images/all-products-bg.jpg");
}

top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

.page__links .condoms .btn-link {
  background-image: url("../images/condoms-bg.jpg");
}

.page__links .lubricants .btn-link {
  background-image: url("../images/lubricants-bg.jpg");
}

.page__links .toys .btn-link {
  background-image: url("../images/toys-bg.jpg");
}*/


/*# sourceMappingURL=main.css.map */

.move_border {
    border: 0 !important;
}

.tax-simple-product-category.term-toys h1.title {
    text-transform: uppercase;
}

.tax-simple-product-category.term-toys h1.title:after {
    background-image: url(/wp-content/themes/lifestyles/assets/images/logo.png);
    background-size: 38px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 38px;
    height: 30px;
    content: "";
    margin-left: 10px;
}

.subscribe-section {
    background: #00A4D8;
    color: white;
    padding: 50px 0;
    margin-bottom: 50px;
}

.subscribe-section__intro {
    padding: 20px 15px;
}

.subscribe-section__intro h3 {
    font-size: 40px;
    line-height: 50px;
}

.subscribe-section__intro p:last-child {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .subscribe-section__intro {
        text-align: center;
    }
}

.shipping-policy {
    overflow-x: hidden;
}

.shipping-policy_table {
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
    .shipping-policy {
        overflow-x: scroll;
    }
    .shipping-policy_table {
        width: 500px;
    }
}

.shipping-policy_table td,
.shipping-policy_table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 13px;
    word-break: normal;
}

.shipping-policy_table tr.shipping-header {
    background-color: #00A4D8;
    color: #FFFFFF;
}

.shipping-policy_table tr.shipping-title {
    background-color: #000000;
    color: #FFFFFF;
    text-align: left;
}

.shipping-policy_table td.shipping-col1 {
    background-color: #dddddd;
}

.shipping-policy_table td strong {
    font-weight: 600;
}

.shipping-policy_table th.order_time {
    width: 60%;
}

.product .product__image {
    padding: 16px 20px;
    position: relative;
}

.product .product__image .product__overlay {
    opacity: 0;
    background-color: rgba(0, 164, 216, 0.8);
    transition: opacity 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid #fff 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.product:hover a .product__overlay {
    opacity: 1;
    transition: opacity 0.5s;
}

.product .product__image .product__overlay .icons .icon__single {
    margin: 15px 0;
}

.product .product__image .product__overlay .icons .icon__single img {
    display: inline-block;
}

.product .product__image .product__overlay .icons .icon__single p {
    color: #fff;
    display: inline-block;
    min-width: 80px;
    font-size: 26px;
    font-weight: 900;
    text-align: left;
    margin: 0;
    vertical-align: middle;
}


/*shop pages top tiles*/

.page__links .tile {
    padding-left: 10px;
    padding-right: 10px;
}

.page__links .tile a {
    padding: 5px;
    border: 2px solid transparent !important;
    transition: border-color 0.6s linear;
}

.page__links .tile a.active {
    border-color: #00A4D8 !important;
}

.page__links .tile a .opacity-layer {
    background-color: #000;
}

.page__links .tile a.active .opacity-layer {
    opacity: 0.5 !important;
    transition: 0s;
}

.page__links .tile:hover a .opacity-layer {
    opacity: 0;
}

.page__links .tile:hover a.active .opacity-layer {
    opacity: 0.5 !important;
    transition: 0s;
}

.page__links .tile:hover a.active .opacity-layer {
    opacity: 0.5;
    z-index: 9;
}

.page__links .tile:hover a {
    border-color: #00A4D8 !important;
}

.page__links .tile a .tile__wrapper {
    overflow: hidden;
}

.page__links .tile:hover a .tile__wrapper img {
    transform: scale(1.2);
    transition: transform .5s ease;
}


/* Range page top navigation */

.template-product.template-range {
    padding: 0;
}

.range-hero .range-hero__image img {
    height: 380px;
    object-fit: cover;
}

.page__links.range-category-wrapper {
    margin-top: 30px;
}

@media(max-width: 575px) {
    .page__links.range-category-wrapper .tiles {
        margin: 0 auto;
    }
}

.page__links.range-category-wrapper .tile {
    min-height: auto;
}

.page__links.range-category-wrapper .tile a {
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 5px;
    transition: none;
    margin: 10px 0;
}

.page__links.range-category-wrapper .tile a:hover {
    color: #fff !important;
    border-color: #00A4D8 !important;
    background-color: #00A4D8 !important;
}

.page__links.range-category-wrapper .tile a.active {
    color: #fff !important;
    border-color: #00A4D8 !important;
    background-color: #00A4D8 !important;
}

.product-list.range-product-list {
    margin-bottom: 60px;
}

.product-list.range-product-list .product {
    display: flex;
    background: #fff;
    padding-bottom: 0;
}

.product-list.range-product-list .product .half-width {
    width: 50%;
}

.product-list.range-product-list .product .product__image {
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .product-list.range-product-list .product .product__image {
        height: 320px;
    }
}

.product-list.range-product-list .product:hover .product__image {
    box-shadow: none;
    transform: none;
    transition: none;
}

.product-list.range-product-list .product .product__body {
    padding: 40px 20px 20px 0;
    text-align: left;
    position: relative;
}

.product-list.range-product-list .product .product__body h3 {
    max-width: 100%;
}

.product-list.range-product-list .product .product__body .button-lists {
    position: absolute;
    bottom: 50px;
}

.product-list.range-product-list .product .product__body .button-lists p {
    margin-bottom: 15px;
}

.product-list.range-product-list .product .product__body .button-lists a {
    border-radius: 5px;
    padding: 5px 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.15s ease-in-out;
}

.product-list.range-product-list .product .product__body .button-lists a.button-lists__info {
    border: 1px solid #000;
    color: #000;
}

.product-list.range-product-list .product .product__body .button-lists a.button-lists__info:hover {
    border: 1px solid #00A4D8;
    background: #00A4D8;
    color: #fff;
}

.product-list.range-product-list .product .product__body .button-lists a.button-lists__shop {
    border: 1px solid #00A4D8;
    background: #00A4D8;
    color: #fff;
}

.product-list.range-product-list .product .product__body .button-lists a.button-lists__shop:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

@media(max-width: 1199px) {
    .product-list.range-product-list .product .product__body {
        padding: 60px 20px 20px 10px;
    }
    .product-list.range-product-list .product .product__body .button-lists {
        bottom: 30px;
    }
}

@media(max-width: 991px) {
    .product-list.range-product-list .product .product__body h4 {
        font-size: 14px;
        line-height: 1.5;
    }
    .product-list.range-product-list .product .product__body h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .product-list.range-product-list .product .product__body .button-lists {
        font-size: 12px;
        line-height: 1.5;
        bottom: 20px;
    }
}

@media(max-width: 767px) {
    .product-list.range-product-list .product .product__image {
        margin: 20px 0;
        padding: 0 20px;
    }
    .product-list.range-product-list .product .product__image img {
        max-height: 234px;
    }
    .product-list.range-product-list .product .product__body {
        padding: 20px 20px 20px 10px;
    }
    .product-list.range-product-list .product .product__body h4 {
        line-height: 1.3;
    }
    .product-list.range-product-list .product .product__body h3 {
        line-height: 1.3;
    }
    .product-list.range-product-list .product .product__body .button-lists {
        line-height: 1.3;
        bottom: 10px;
    }
    .product-list.range-product-list .product .product__body .button-lists a {
        padding: 5px 10px;
    }
}

@media(max-width: 379px) {
    .product-list.range-product-list .product .product__image {
        padding: 0;
    }
    .product-list.range-product-list .product .product__body h4 {
        font-size: 12px;
    }
    .product-list.range-product-list .product .product__body h3 {
        font-size: 13px;
    }
}

.container-404 {
    padding: 150px 10px;
    width: 100%;
    max-width: 900px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.container-404 p {
    color: #00a4d8;
    margin-top: 30px;
}

.links-404 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons-404 {
    margin: 10px;
    border-color: #000;
    color: #000;
    border-width: 2px;
}

.buttons-404:hover {
    background-color: #00a4d8;
    border-color: #00a4d8;
}

#kl_newsletter_checkbox_field label.checkbox {
    max-width: 100%;
}

.popular-bundles-carousel {
    text-align: center;
    margin-bottom: 60px;
    padding: 5px;
}

.popular-bundles-carousel h2 {
    margin-bottom: 45px;
}

.bundles-carousel {
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
}

.bundles-carousel .slick-track {
    display: flex !important;
}

.bundles-carousel .slick-slide {
    height: auto !important;
}

.bundles-carousel .slick-arrow {
    top: 50%;
    border: none;
    box-shadow: none;
    width: 45px;
    height: 45px;
}

.bundles-carousel .slick-prev {
    left: -25px;
    margin-right: auto;
    z-index: 1;
}

.bundles-carousel .slick-next {
    right: -25px;
    opacity: 1!important;
    margin-left: auto;
    z-index: 1;
}

.bundles-carousel-item {
    text-align: center;
    margin: 10px;
    padding: 20px;
    -webkit-box-shadow: 0 0 7px 0 rgba(181, 174, 181, 1);
    -moz-box-shadow: 0 0 7px 0 rgba(181, 174, 181, 1);
    box-shadow: 0 0 7px 0 rgba(181, 174, 181, 1);
}

.bundles-carousel-item__heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.bundles-carousel-item a:hover {
    color: inherit;
}

.bundles-carousel-item .carousel-bundle-price {
    color: #00a4d8;
    font-weight: bold;
    font-size: 15px;
    margin-top: 34px;
    margin-bottom: 10px;
}

.bundles-carousel-item .carousel-bundle-price--omitted {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #6c757d;
    text-decoration: line-through;
}

.bundles-carousel-item .carousel-bundle-price--sale {
    color: #00a4d8;
    font-weight: bold;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 12px;
}

.bundles-carousel-item__shop-now a {
    margin: auto !important;
}