@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #002F5F;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed164c;
  --orange: #E8941A;
  --yellow: #E8941A;
  --green: #20893d;
  --teal: #20c997;
  --cyan: #008fc5;
  --white: #fff;
  --gray: #cccccc;
  --gray-dark: #333333;
  --primary: #0db3a9;
  --secondary: #cccccc;
  --success: #20893d;
  --info: #008fc5;
  --warning: #E8941A;
  --danger: #F02828;
  --light: #e3e3e3;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-sm769: 769px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #56565a;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 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;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0db3a9;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #086c66;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #cccccc;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.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;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f0f0f3;
}
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: #cccccc;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  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: #cccccc;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid,
.container-sm,
.container-sm769,
.container-md,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 769px) {
  .container,
  .container-sm,
  .container-sm769 {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-sm769,
  .container-md {
    max-width: 970px;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-sm769,
  .container-md,
  .container-lg {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  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-sm769-1,
.col-sm769-2,
.col-sm769-3,
.col-sm769-4,
.col-sm769-5,
.col-sm769-6,
.col-sm769-7,
.col-sm769-8,
.col-sm769-9,
.col-sm769-10,
.col-sm769-11,
.col-sm769-12,
.col-sm769,
.col-sm769-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.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: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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: 769px) {
  .col-sm769 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm769-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm769-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm769-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm769-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm769-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm769-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm769-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm769-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm769-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm769-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm769-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm769-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm769-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm769-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm769-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm769-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm769-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm769-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm769-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm769-first {
    order: -1;
  }
  .order-sm769-last {
    order: 13;
  }
  .order-sm769-0 {
    order: 0;
  }
  .order-sm769-1 {
    order: 1;
  }
  .order-sm769-2 {
    order: 2;
  }
  .order-sm769-3 {
    order: 3;
  }
  .order-sm769-4 {
    order: 4;
  }
  .order-sm769-5 {
    order: 5;
  }
  .order-sm769-6 {
    order: 6;
  }
  .order-sm769-7 {
    order: 7;
  }
  .order-sm769-8 {
    order: 8;
  }
  .order-sm769-9 {
    order: 9;
  }
  .order-sm769-10 {
    order: 10;
  }
  .order-sm769-11 {
    order: 11;
  }
  .order-sm769-12 {
    order: 12;
  }
  .offset-sm769-0 {
    margin-left: 0;
  }
  .offset-sm769-1 {
    margin-left: 8.33333%;
  }
  .offset-sm769-2 {
    margin-left: 16.66667%;
  }
  .offset-sm769-3 {
    margin-left: 25%;
  }
  .offset-sm769-4 {
    margin-left: 33.33333%;
  }
  .offset-sm769-5 {
    margin-left: 41.66667%;
  }
  .offset-sm769-6 {
    margin-left: 50%;
  }
  .offset-sm769-7 {
    margin-left: 58.33333%;
  }
  .offset-sm769-8 {
    margin-left: 66.66667%;
  }
  .offset-sm769-9 {
    margin-left: 75%;
  }
  .offset-sm769-10 {
    margin-left: 83.33333%;
  }
  .offset-sm769-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #56565a;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #dadada;
}
.table thead th {
  vertical-align: bottom;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  color: #002F5F;
}
.table tbody + tbody {
  border-top: 2px solid #bbbbbb;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #bbbbbb;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bbbbbb;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8fa;
}
.table-striped thead tr {
  background: #f4f4f4;
}
.table-hover tbody tr:hover {
  color: #56565a;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bbeae7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #81d7d2;
}
.table-hover .table-primary:hover {
  background-color: #a8e4e0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8e4e0;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f1f1f1;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4e4e4;
}
.table-hover .table-secondary:hover {
  background-color: #e4e4e4;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e4e4e4;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1dec9;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8bc29a;
}
.table-hover .table-success:hover {
  background-color: #b0d5bb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b0d5bb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e0ef;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ac5e1;
}
.table-hover .table-info:hover {
  background-color: #a3d7ea;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a3d7ea;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f9e1bf;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f3c788;
}
.table-hover .table-warning:hover {
  background-color: #f7d6a8;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f7d6a8;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbc3c3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f78f8f;
}
.table-hover .table-danger:hover {
  background-color: #f9abab;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9abab;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f7f7f7;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f0f0f0;
}
.table-hover .table-light:hover {
  background-color: #eaeaea;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeaea;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595;
}
.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}
.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: #333333;
  border-color: #464646;
}
.table .thead-light th {
  color: #495057;
  background-color: #dadada;
  border-color: #bbbbbb;
}
.table-dark {
  color: #fff;
  background-color: #333333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-sm769 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm769 > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(4.375em);
  padding: 0.6875rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #56565a;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  height: 40px;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
}
.form-control.form-control-lg {
  height: 44px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .form-control.form-control-lg {
    font-size: 1rem;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #56565a;
}
.form-control:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #56565a;
  outline: none;
}
.form-control::placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #56565a;
  background-color: #fafafa;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.6875rem);
  padding-bottom: calc(1.6875rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6875rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #56565a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(4em);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(4.5em);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-weight: 700;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #cccccc;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  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: #20893d;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(32, 137, 61, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #20893d;
  padding-right: calc(2.375em);
  background: #fff8f8;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #20893d;
  box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(2.375em);
  background-position: top calc(0.59375em) right calc(0.59375em);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #20893d;
  padding-right: calc(3.71875em);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #20893d;
  box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #20893d;
}
.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: #20893d;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #20893d;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2ab24f;
  background-color: #2ab24f;
}
.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 0.2rem rgba(32, 137, 61, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #20893d;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #20893d;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #20893d;
  box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F02828;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(240, 40, 40, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #F02828;
  padding-right: calc(2.375em);
  background: #fff8f8;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #F02828;
  box-shadow: 0 0 0 0.2rem rgba(240, 40, 40, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(2.375em);
  background-position: top calc(0.59375em) right calc(0.59375em);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F02828;
  padding-right: calc(3.71875em);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F02828;
  box-shadow: 0 0 0 0.2rem rgba(240, 40, 40, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #F02828;
}
.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: #F02828;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F02828;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f35858;
  background-color: #f35858;
}
.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 0.2rem rgba(240, 40, 40, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F02828;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F02828;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F02828;
  box-shadow: 0 0 0 0.2rem rgba(240, 40, 40, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  color: #56565a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  height: 40px;
  padding: 0.6875rem 0.9375rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  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;
  border-radius: 50px;
  font-weight: bold;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn:hover {
  color: #56565a;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  background: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .btn.btn-responsive {
    font-size: 0.75rem;
    height: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.btn.link-without-bdr {
  color: #007eb0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.btn.link-without-bdr:hover,
.btn.link-without-bdr:focus {
  border: none;
  color: #002F5F;
}
.btn.font-size-sm {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .btn.font-size-sm {
    width: 100%;
    justify-content: center;
  }
}
.btn.font-size-sm.full-width {
  width: 100%;
  justify-content: center;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #0db3a9;
  border-color: #0db3a9;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a8f87;
  border-color: #0a837c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a837c;
  border-color: #097871;
}
.btn-secondary {
  color: #56565a;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary:hover {
  color: #56565a;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #56565a;
  background-color: #b3b3b3;
  border-color: #acacac;
}
.btn-success {
  color: #fff;
  background-color: #20893d;
  border-color: #20893d;
}
.btn-success:hover {
  color: #fff;
  background-color: #196a2f;
  border-color: #16602b;
}
.btn-success.disabled,
.btn-success:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #16602b;
  border-color: #145526;
}
.btn-info {
  color: #fff;
  background-color: #008fc5;
  border-color: #008fc5;
}
.btn-info:hover {
  color: #fff;
  background-color: #00739f;
  border-color: #006a92;
}
.btn-info.disabled,
.btn-info:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #006a92;
  border-color: #006185;
}
.btn-warning {
  color: #56565a;
  background-color: #E8941A;
  border-color: #E8941A;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c87e14;
  border-color: #bc7713;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #bc7713;
  border-color: #b17012;
}
.btn-danger {
  color: #fff;
  background-color: #F02828;
  border-color: #F02828;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e21010;
  border-color: #d60f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d60f0f;
  border-color: #ca0e0e;
}
.btn-light {
  color: #56565a;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn-light:hover {
  color: #56565a;
  background-color: #d0d0d0;
  border-color: #cacaca;
}
.btn-light.disabled,
.btn-light:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #56565a;
  background-color: #cacaca;
  border-color: #c3c3c3;
}
.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark.disabled,
.btn-dark:disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-outline-primary {
  border-color: #0db3a9;
  outline: none;
}
.btn-outline-primary:hover {
  background-color: #0db3a9;
  border-color: #0db3a9;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: transparent;
  outline: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0db3a9;
  background-color: transparent;
}
.btn-outline-secondary {
  border-color: #cccccc;
  outline: none;
}
.btn-outline-secondary:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  background: transparent;
  outline: none;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #cccccc;
  background-color: transparent;
}
.btn-outline-success {
  border-color: #20893d;
  outline: none;
}
.btn-outline-success:hover {
  background-color: #20893d;
  border-color: #20893d;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  background: transparent;
  outline: none;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #20893d;
  background-color: transparent;
}
.btn-outline-info {
  border-color: #008fc5;
  outline: none;
}
.btn-outline-info:hover {
  background-color: #008fc5;
  border-color: #008fc5;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: transparent;
  outline: none;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #008fc5;
  background-color: transparent;
}
.btn-outline-warning {
  border-color: #E8941A;
  outline: none;
}
.btn-outline-warning:hover {
  background-color: #E8941A;
  border-color: #E8941A;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: transparent;
  outline: none;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #E8941A;
  background-color: transparent;
}
.btn-outline-danger {
  border-color: #F02828;
  outline: none;
}
.btn-outline-danger:hover {
  background-color: #F02828;
  border-color: #F02828;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: transparent;
  outline: none;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #F02828;
  background-color: transparent;
}
.btn-outline-light {
  border-color: #e3e3e3;
  outline: none;
}
.btn-outline-light:hover {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  background: transparent;
  outline: none;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #e3e3e3;
  background-color: transparent;
}
.btn-outline-dark {
  border-color: #333333;
  outline: none;
}
.btn-outline-dark:hover {
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  background: transparent;
  outline: none;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #56565a;
  text-decoration: none;
}
.btn-link:hover {
  color: #0db3a9;
  text-decoration: none;
  background: transparent;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #bbbbbb;
  pointer-events: none;
  background: transparent;
  border: none;
}
.btn-link:disabled i,
.btn-link.disabled i {
  color: #bbbbbb;
}
.btn-link i.left-icon {
  color: #0db3a9;
  font-size: 1rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  min-width: 250px;
  height: 50px;
  line-height: 2;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .btn-lg,
  .btn-group-lg > .btn {
    height: 48px;
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .btn-xlg {
    min-width: 360px;
  }
}
@media (max-width: 768.98px) {
  .btn-xlg {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 10px;
  height: 30px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
@media (max-width: 768.98px) {
  .btn-block-small {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .btn-block-small-medium {
    display: block;
    width: 100%;
  }
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.btn:focus {
  text-decoration: none;
}
.btn.btn-primary {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.btn.btn-primary.no-shadow {
  box-shadow: none;
}
.btn.btn-outline-primary {
  border: 1px solid #0db3a9;
  background-color: #fff;
  color: #56565a;
}
.btn.btn-outline-primary:hover {
  background-color: #daeded;
}
.btn.btn-outline-primary:disabled,
.btn.btn-outline-primary.disabled {
  border-color: #bbbbbb;
  background: #bbbbbb;
  color: #fff;
}
@media (min-width: 769px) {
  .btn.btn-outline-primary:disabled,
  .btn.btn-outline-primary.disabled {
    border-color: #dadada;
    color: #bbbbbb;
    background-color: transparent;
  }
}
.btn.btn-outline-primary:disabled:hover,
.btn.btn-outline-primary.disabled:hover {
  border-color: #bbbbbb;
  background: #bbbbbb;
  color: #fff;
}
@media (min-width: 769px) {
  .btn.btn-outline-primary:disabled:hover,
  .btn.btn-outline-primary.disabled:hover {
    border-color: #dadada;
    color: #bbbbbb;
    background-color: transparent;
  }
}
.btn.btn-outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  color: #56565a;
}
.btn.btn-outline-secondary:hover {
  background-color: #f3f3f3;
}
.btn.btn-outline-danger:hover {
  background-color: #fbcaca;
}
.btn-primary:hover {
  background: #0ca59c;
  border-width: 1px;
  border-style: solid;
  border-color: #0db3a9;
  text-decoration: none;
}
.btn-primary:focus {
  color: #fff;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
  color: #fff;
}
.btn-outline-success {
  border-width: 1px;
  border-style: solid;
  border-color: #0db3a9;
  background: #f3fafa;
}
.btn-outline-success:hover {
  background: #fff;
}
.btn-outline-success i {
  color: #0db3a9;
}
.btn-outline-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #f3ac5d;
  background: #fff7ef;
}
.btn-outline-warning:hover {
  background: #fff;
}
.btn-outline-warning i {
  color: #f09835;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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: #56565a;
  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;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-sm769-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm769-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dadada;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #56565a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #4a4a4d;
  text-decoration: none;
  background-color: #e3e3e3;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0075a4;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #cccccc;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #cccccc;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #56565a;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.70313rem;
  padding-left: 0.70313rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.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: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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: flex;
  align-items: center;
  padding: 0.6875rem 0.9375rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #56565a;
  text-align: center;
  white-space: nowrap;
  background-color: #dadada;
  border: 1px solid #bbbbbb;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(4.5em);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(4em);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9375rem;
}
.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.3rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0db3a9;
  background: #0db3a9;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bbbbbb;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #cccccc;
  cursor: not-allowed;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f4f4f4;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: 400;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fafafa;
  border: #dadada solid 1px;
  border-radius: 4px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 1% 50%;
  background-size: 70%;
}
.custom-checkbox {
  margin-bottom: 8px;
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 0.6875rem;
  color: #fff;
  left: -1.3rem;
  top: 0.2rem;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0075a4;
  background-color: #0075a4;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 0.6875rem;
  color: #fff;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 179, 169, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(13, 179, 169, 0.5);
}
.custom-checkbox .custom-control-label {
  font-weight: 400;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #fff;
  border-color: #999999;
  border-color: #0db3a9;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #0db3a9;
  left: -1.25rem;
  top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #daeded;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-color: #daeded;
}
.custom-radio .custom-control-label {
  color: #56565a;
  font-weight: 400;
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(2.15rem);
  left: calc(-0.25rem);
  width: calc(-3rem);
  height: calc(-3rem);
  background-color: #808285;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fafafa;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 179, 169, 0.5);
}
select.form-control {
  -webkit-appearance: none;
  background-size: 26px auto;
  padding-right: 25px;
  position: relative;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.375em);
  padding: 0.6875rem 1.9375rem 0.6875rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #56565a;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #bbbbbb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 164, 0.25);
}
.custom-select:focus::-ms-value {
  color: #56565a;
  background-color: #fafafa;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9375rem;
  background-image: none;
}
.custom-select:disabled {
  color: #cccccc;
  background-color: #dadada;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #56565a;
}
.custom-select-sm {
  height: calc(4em);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(4.5em);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.375em);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.375em);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bbbbbb;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 164, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f4f4f4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.375em);
  padding: 0.6875rem 0.9375rem;
  font-weight: 400;
  line-height: 1;
  color: #56565a;
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.375em);
  padding: 0.6875rem 0.9375rem;
  line-height: 1;
  color: #56565a;
  content: "Browse";
  background-color: #dadada;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 117, 164, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 117, 164, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 117, 164, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0075a4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #58cfff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bbbbbb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0075a4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #58cfff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bbbbbb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0075a4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #58cfff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #bbbbbb;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #bbbbbb;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #808285;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #808285;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #808285;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  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: #cccccc;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dadada;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  color: #56565a;
  padding: 0.9375rem;
}
@media (min-width: 769px) {
  .nav-tabs .nav-link {
    padding: 1.75rem;
  }
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #0db3a9;
}
.nav-tabs .nav-link.disabled {
  color: #cccccc;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #56565a;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 2px solid #0db3a9;
}
@media (min-width: 769px) {
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #0db3a9;
  }
}
.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: #0075a4;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-sm769,
.navbar .container-md,
.navbar .container-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3375rem;
  padding-bottom: 0.3375rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-sm769,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-sm769,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .navbar-expand-sm769 > .container,
  .navbar-expand-sm769 > .container-fluid,
  .navbar-expand-sm769 > .container-sm,
  .navbar-expand-sm769 > .container-sm769,
  .navbar-expand-sm769 > .container-md,
  .navbar-expand-sm769 > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-expand-sm769 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm769 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm769 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm769 .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm769 > .container,
  .navbar-expand-sm769 > .container-fluid,
  .navbar-expand-sm769 > .container-sm,
  .navbar-expand-sm769 > .container-sm769,
  .navbar-expand-sm769 > .container-md,
  .navbar-expand-sm769 > .container-lg {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm769 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm769 .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-sm769,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-sm769,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-sm769,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-sm769,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-sm769,
.navbar-expand > .container-md,
.navbar-expand > .container-lg {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-sm769,
.navbar-expand > .container-md,
.navbar-expand > .container-lg {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  padding-left: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.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 0.75rem;
  margin-bottom: 0;
}
.card-header h2 .btn {
  border: none;
  height: auto;
  padding-left: 0;
  font-weight: 700;
}
.card-header h2 .btn::before {
  position: absolute;
  background-color: #757575;
  height: 1.5px;
  width: 12px;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
}
.card-header h2 .btn.collapsed::before {
  position: absolute;
  background-color: #757575;
  height: 1.5px;
  width: 12px;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
}
.card-header h2 .btn.collapsed::after {
  position: absolute;
  background-color: #757575;
  height: 1.5px;
  width: 12px;
  transform: rotate(90deg);
  content: '';
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.card-header h2 .btn:hover,
.card-header h2 .btn:focus {
  text-decoration: none;
}
.card-header h2 .btn:hover,
.card-header h2 .btn:focus {
  border: none;
}
.card-header h2 .btn-link i {
  color: #0075a4;
  font-size: 1.375rem;
}
.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.75rem) calc(-0.75rem);
}
.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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
  border-color: #dadada;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  padding: 0;
}
.accordion .card-body {
  padding: 0;
}
.accordion h2 .btn-link {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 13px 15px 13px 30px;
  margin: 0;
  color: #56565a;
  background-color: #f8f8fa;
  border-radius: 0;
}
.accordion h2 .btn-link::before {
  position: absolute;
  left: 10px;
  color: #0db3a9;
}
.accordion.with-primary-background h2 .btn-link {
  background-color: #daeded;
}
.accordion-v2 .card-header h2 .btn-link {
  padding: 13px 30px 13px 15px;
}
.accordion-v2 .card-header h2 .btn-link::before {
  left: auto;
  right: 10px;
}
.accordion-v2 .card-header h2 .btn-link::after {
  left: auto;
  right: 10px;
}
.accordion-v2 .card-header .card-body {
  padding: 0;
}
.accordion-v3 .card-header h2 .btn-link {
  padding: 18px;
  background: none;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .accordion-v3 .card-header h2 .btn-link {
    font-size: 1.125rem;
    padding: 30px;
  }
}
.accordion-v3 .card-header h2 .btn-link::before {
  left: auto;
  right: 10px;
  background-color: #0db3a9;
}
.accordion-v3 .card-header h2 .btn-link::after {
  left: auto;
  right: 10px;
  background-color: #0db3a9;
}
.accordion-v3 .card-header .card-body {
  padding: 0;
}
.accordion-v3 .card-header .card-body.spacing {
  padding: 30px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px 0 8px 0;
  margin: 0;
}
@media (min-width: 769px) {
  .breadcrumb {
    margin: 0 0 30px;
    padding-bottom: 0;
  }
}
.breadcrumb-item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 768.98px) {
  .breadcrumb-item {
    margin-top: 0px;
  }
}
.breadcrumb-item a {
  color: #56565a;
}
.breadcrumb-item a:hover {
  color: #333333;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #56565a;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #56565a;
}
.pagination {
  margin: 10px 0;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.25rem 0.625rem;
  line-height: 1.25;
  color: #56565a;
  background-color: #fff;
  border: 2px solid transparent;
}
.page-link:hover {
  z-index: 2;
  color: #086c66;
  text-decoration: none;
  background-color: transparent;
  border-color: #002F5F;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 164, 0.25);
}
.page-item {
  margin: 0 2px;
}
.page-item.hidden {
  display: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #002F5F;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #cccccc;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: transparent;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.alert {
  position: relative;
  padding: 15px 30px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
  color: #ed164c;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #ed164c;
}
.alert-primary {
  color: #075d58;
  background-color: #cff0ee;
  border-color: #bbeae7;
}
.alert-primary hr {
  border-top-color: #a8e4e0;
}
.alert-primary .alert-link {
  color: #032e2b;
}
.alert-secondary {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}
.alert-secondary hr {
  border-top-color: #e4e4e4;
}
.alert-secondary .alert-link {
  color: #515151;
}
.alert-success {
  color: #114720;
  background-color: #d2e7d8;
  border-color: #c1dec9;
}
.alert-success hr {
  border-top-color: #b0d5bb;
}
.alert-success .alert-link {
  color: #071e0d;
}
.alert-info {
  color: #004a66;
  background-color: #cce9f3;
  border-color: #b8e0ef;
}
.alert-info hr {
  border-top-color: #a3d7ea;
}
.alert-info .alert-link {
  color: #002533;
}
.alert-warning {
  color: #794d0e;
  background-color: #faead1;
  border-color: #f9e1bf;
}
.alert-warning hr {
  border-top-color: #f7d6a8;
}
.alert-warning .alert-link {
  color: #4b3009;
}
.alert-danger {
  color: #7d1515;
  background-color: #fcd4d4;
  border-color: #fbc3c3;
}
.alert-danger hr {
  border-top-color: #f9abab;
}
.alert-danger .alert-link {
  color: #510e0e;
}
.alert-light {
  color: #767676;
  background-color: #f9f9f9;
  border-color: #f7f7f7;
}
.alert-light hr {
  border-top-color: #eaeaea;
}
.alert-light .alert-link {
  color: #5d5d5d;
}
.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}
.alert-dismissible {
  color: #ed164c;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #bbbbbb;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #318bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #e3e3e3;
}
.list-group-item-action:active {
  color: #56565a;
  background-color: #dadada;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #cccccc;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0075a4;
  border-color: #0075a4;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-sm769 {
    flex-direction: row;
  }
  .list-group-horizontal-sm769 > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm769 > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm769 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm769 > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm769 > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #075d58;
  background-color: #bbeae7;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #075d58;
  background-color: #a8e4e0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #075d58;
  border-color: #075d58;
}
.list-group-item-secondary {
  color: #6a6a6a;
  background-color: #f1f1f1;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}
.list-group-item-success {
  color: #114720;
  background-color: #c1dec9;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #114720;
  background-color: #b0d5bb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #114720;
  border-color: #114720;
}
.list-group-item-info {
  color: #004a66;
  background-color: #b8e0ef;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #004a66;
  background-color: #a3d7ea;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #004a66;
  border-color: #004a66;
}
.list-group-item-warning {
  color: #794d0e;
  background-color: #f9e1bf;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #794d0e;
  background-color: #f7d6a8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #794d0e;
  border-color: #794d0e;
}
.list-group-item-danger {
  color: #7d1515;
  background-color: #fbc3c3;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7d1515;
  background-color: #f9abab;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7d1515;
  border-color: #7d1515;
}
.list-group-item-light {
  color: #767676;
  background-color: #f7f7f7;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #767676;
  background-color: #eaeaea;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}
.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.close,
.close2 {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close2:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus,
.close2:not(:disabled):not(.disabled):hover,
.close2:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close,
button.close2 {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.close2 {
  color: #fff;
  opacity: 5;
}
.close2:hover,
.close2:focus {
  border: none;
  outline: none;
  color: #fff;
  opacity: 6 !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 25px;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog .modal-close-out {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.modal-dialog .modal-close-out .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 2rem;
  z-index: 10;
  border: none;
  background: transparent;
  padding: 0 0 0 15px;
  margin: 0;
}
.modal-dialog .modal-close-out .modal-close:hover,
.modal-dialog .modal-close-out .modal-close:focus {
  outline: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(97%);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(97vh);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-scrollable .modal-body.modal-body-specific {
  font-size: 0.875rem;
}
.modal-dialog-scrollable .modal-body.modal-body-specific .btn {
  font-size: 0.875rem;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(97%);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(97vh);
  height: min-content;
  content: '';
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 18px;
  border-bottom: 1px solid #dadada;
  background: #daeded;
  color: #56565a;
}
.modal-header .close {
  padding: 10px 20px;
  margin: -15px -18px -15px auto;
  color: #fff;
  opacity: 9;
  font-weight: 400;
  font-size: 2rem;
}
.modal-header .close:hover,
.modal-header .close:focus {
  outline: none;
}
@media (min-width: 769px) {
  .modal-header {
    padding: 20px 20px;
  }
  .modal-header .close {
    padding: 10px 20px;
    margin: -20px -20px -20px auto;
  }
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 700;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
  min-height: 80px;
  background: #fff;
}
.modal-body.modal-body-specific {
  font-size: 0.875rem;
}
.modal-body.modal-body-specific .btn {
  font-size: 0.875rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  border-top: 1px solid #e3e3e3;
  background: #fff;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-footer .btn {
  font-size: 0.875rem;
  line-height: 1.3;
  min-width: 100px;
}
.modal-footer .btn.btn-lg,
.modal-footer .btn-group-lg > .btn {
  line-height: 2.5;
}
.sm-two-buttons {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .sm-two-buttons {
    display: block;
  }
}
.sm-two-buttons .btn {
  width: 47.5%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .sm-two-buttons .btn {
    width: auto;
  }
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 4.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(90.5%);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(90.5vh);
  }
  .modal-dialog-centered {
    min-height: calc(90.5%);
  }
  .modal-dialog-centered::before {
    height: calc(90.5vh);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
.modal-xl {
  max-width: 1140px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.6rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip .arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.6rem 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.6rem 0.5rem 0;
  border-top-color: #bbbbbb;
}
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fff;
  top: -1px;
  left: 2px;
  border-width: 8px 6px 0px;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.6rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.6rem;
  height: 1rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.5rem 0.6rem 0.5rem 0;
  border-right-color: #bbbbbb;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.6rem 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.5rem 0.6rem;
  border-bottom-color: #bbbbbb;
}
.bs-tooltip-bottom .arrow::after,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fff;
  top: 2px;
  left: 2px;
  border-width: 0px 6px 9px;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.6rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.6rem;
  height: 1rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-left-color: #bbbbbb;
}
.tooltip-inner {
  max-width: 200px;
  color: #56565a;
  text-align: left;
  background-color: #fff;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  box-shadow: 0px 0px 2px 0px #bbbbbb;
  font-size: 0.75rem;
  padding: 7px 11px;
}
@media (max-width: 768.98px) {
  .tooltip-inner {
    max-width: 180px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  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: 0.875rem;
  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(-1.5rem);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  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(-1.5rem);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #56565a;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 0.5% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #0db3a9 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0a837c !important;
}
.bg-secondary {
  background-color: #cccccc !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b3b3b3 !important;
}
.bg-success {
  background-color: #20893d !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #16602b !important;
}
.bg-info {
  background-color: #008fc5 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #006a92 !important;
}
.bg-warning {
  background-color: #E8941A !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #bc7713 !important;
}
.bg-danger {
  background-color: #F02828 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d60f0f !important;
}
.bg-light {
  background-color: #e3e3e3 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cacaca !important;
}
.bg-dark {
  background-color: #333333 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #bbbbbb !important;
}
.border-top {
  border-top: 1px solid #bbbbbb !important;
}
.border-right {
  border-right: 1px solid #bbbbbb !important;
}
.border-bottom {
  border-bottom: 1px solid #bbbbbb !important;
}
.border-left {
  border-left: 1px solid #bbbbbb !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: #0db3a9 !important;
}
.border-secondary {
  border-color: #cccccc !important;
}
.border-success {
  border-color: #20893d !important;
}
.border-info {
  border-color: #008fc5 !important;
}
.border-warning {
  border-color: #E8941A !important;
}
.border-danger {
  border-color: #F02828 !important;
}
.border-light {
  border-color: #e3e3e3 !important;
}
.border-dark {
  border-color: #333333 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-sm769-none {
    display: none !important;
  }
  .d-sm769-inline {
    display: inline !important;
  }
  .d-sm769-inline-block {
    display: inline-block !important;
  }
  .d-sm769-block {
    display: block !important;
  }
  .d-sm769-table {
    display: table !important;
  }
  .d-sm769-table-row {
    display: table-row !important;
  }
  .d-sm769-table-cell {
    display: table-cell !important;
  }
  .d-sm769-flex {
    display: flex !important;
  }
  .d-sm769-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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%;
}
.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 {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-sm769-row {
    flex-direction: row !important;
  }
  .flex-sm769-column {
    flex-direction: column !important;
  }
  .flex-sm769-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm769-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm769-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm769-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm769-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm769-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm769-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm769-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm769-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm769-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm769-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm769-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm769-center {
    justify-content: center !important;
  }
  .justify-content-sm769-between {
    justify-content: space-between !important;
  }
  .justify-content-sm769-around {
    justify-content: space-around !important;
  }
  .align-items-sm769-start {
    align-items: flex-start !important;
  }
  .align-items-sm769-end {
    align-items: flex-end !important;
  }
  .align-items-sm769-center {
    align-items: center !important;
  }
  .align-items-sm769-baseline {
    align-items: baseline !important;
  }
  .align-items-sm769-stretch {
    align-items: stretch !important;
  }
  .align-content-sm769-start {
    align-content: flex-start !important;
  }
  .align-content-sm769-end {
    align-content: flex-end !important;
  }
  .align-content-sm769-center {
    align-content: center !important;
  }
  .align-content-sm769-between {
    align-content: space-between !important;
  }
  .align-content-sm769-around {
    align-content: space-around !important;
  }
  .align-content-sm769-stretch {
    align-content: stretch !important;
  }
  .align-self-sm769-auto {
    align-self: auto !important;
  }
  .align-self-sm769-start {
    align-self: flex-start !important;
  }
  .align-self-sm769-end {
    align-self: flex-end !important;
  }
  .align-self-sm769-center {
    align-self: center !important;
  }
  .align-self-sm769-baseline {
    align-self: baseline !important;
  }
  .align-self-sm769-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-sm769-left {
    float: left !important;
  }
  .float-sm769-right {
    float: right !important;
  }
  .float-sm769-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-sm769-0 {
    margin: 0 !important;
  }
  .mt-sm769-0,
  .my-sm769-0 {
    margin-top: 0 !important;
  }
  .mr-sm769-0,
  .mx-sm769-0 {
    margin-right: 0 !important;
  }
  .mb-sm769-0,
  .my-sm769-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm769-0,
  .mx-sm769-0 {
    margin-left: 0 !important;
  }
  .m-sm769-1 {
    margin: 0.25rem !important;
  }
  .mt-sm769-1,
  .my-sm769-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm769-1,
  .mx-sm769-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm769-1,
  .my-sm769-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm769-1,
  .mx-sm769-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm769-2 {
    margin: 0.5rem !important;
  }
  .mt-sm769-2,
  .my-sm769-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm769-2,
  .mx-sm769-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm769-2,
  .my-sm769-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm769-2,
  .mx-sm769-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm769-3 {
    margin: 1rem !important;
  }
  .mt-sm769-3,
  .my-sm769-3 {
    margin-top: 1rem !important;
  }
  .mr-sm769-3,
  .mx-sm769-3 {
    margin-right: 1rem !important;
  }
  .mb-sm769-3,
  .my-sm769-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm769-3,
  .mx-sm769-3 {
    margin-left: 1rem !important;
  }
  .m-sm769-4 {
    margin: 1.5rem !important;
  }
  .mt-sm769-4,
  .my-sm769-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm769-4,
  .mx-sm769-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm769-4,
  .my-sm769-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm769-4,
  .mx-sm769-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm769-5 {
    margin: 3rem !important;
  }
  .mt-sm769-5,
  .my-sm769-5 {
    margin-top: 3rem !important;
  }
  .mr-sm769-5,
  .mx-sm769-5 {
    margin-right: 3rem !important;
  }
  .mb-sm769-5,
  .my-sm769-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm769-5,
  .mx-sm769-5 {
    margin-left: 3rem !important;
  }
  .p-sm769-0 {
    padding: 0 !important;
  }
  .pt-sm769-0,
  .py-sm769-0 {
    padding-top: 0 !important;
  }
  .pr-sm769-0,
  .px-sm769-0 {
    padding-right: 0 !important;
  }
  .pb-sm769-0,
  .py-sm769-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm769-0,
  .px-sm769-0 {
    padding-left: 0 !important;
  }
  .p-sm769-1 {
    padding: 0.25rem !important;
  }
  .pt-sm769-1,
  .py-sm769-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm769-1,
  .px-sm769-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm769-1,
  .py-sm769-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm769-1,
  .px-sm769-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm769-2 {
    padding: 0.5rem !important;
  }
  .pt-sm769-2,
  .py-sm769-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm769-2,
  .px-sm769-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm769-2,
  .py-sm769-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm769-2,
  .px-sm769-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm769-3 {
    padding: 1rem !important;
  }
  .pt-sm769-3,
  .py-sm769-3 {
    padding-top: 1rem !important;
  }
  .pr-sm769-3,
  .px-sm769-3 {
    padding-right: 1rem !important;
  }
  .pb-sm769-3,
  .py-sm769-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm769-3,
  .px-sm769-3 {
    padding-left: 1rem !important;
  }
  .p-sm769-4 {
    padding: 1.5rem !important;
  }
  .pt-sm769-4,
  .py-sm769-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm769-4,
  .px-sm769-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm769-4,
  .py-sm769-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm769-4,
  .px-sm769-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm769-5 {
    padding: 3rem !important;
  }
  .pt-sm769-5,
  .py-sm769-5 {
    padding-top: 3rem !important;
  }
  .pr-sm769-5,
  .px-sm769-5 {
    padding-right: 3rem !important;
  }
  .pb-sm769-5,
  .py-sm769-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm769-5,
  .px-sm769-5 {
    padding-left: 3rem !important;
  }
  .m-sm769-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm769-n1,
  .my-sm769-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm769-n1,
  .mx-sm769-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm769-n1,
  .my-sm769-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm769-n1,
  .mx-sm769-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm769-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm769-n2,
  .my-sm769-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm769-n2,
  .mx-sm769-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm769-n2,
  .my-sm769-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm769-n2,
  .mx-sm769-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm769-n3 {
    margin: -1rem !important;
  }
  .mt-sm769-n3,
  .my-sm769-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm769-n3,
  .mx-sm769-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm769-n3,
  .my-sm769-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm769-n3,
  .mx-sm769-n3 {
    margin-left: -1rem !important;
  }
  .m-sm769-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm769-n4,
  .my-sm769-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm769-n4,
  .mx-sm769-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm769-n4,
  .my-sm769-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm769-n4,
  .mx-sm769-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm769-n5 {
    margin: -3rem !important;
  }
  .mt-sm769-n5,
  .my-sm769-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm769-n5,
  .mx-sm769-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm769-n5,
  .my-sm769-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm769-n5,
  .mx-sm769-n5 {
    margin-left: -3rem !important;
  }
  .m-sm769-auto {
    margin: auto !important;
  }
  .mt-sm769-auto,
  .my-sm769-auto {
    margin-top: auto !important;
  }
  .mr-sm769-auto,
  .mx-sm769-auto {
    margin-right: auto !important;
  }
  .mb-sm769-auto,
  .my-sm769-auto {
    margin-bottom: auto !important;
  }
  .ml-sm769-auto,
  .mx-sm769-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-sm769-left {
    text-align: left !important;
  }
  .text-sm769-right {
    text-align: right !important;
  }
  .text-sm769-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #0db3a9 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #086c66 !important;
}
.text-secondary {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6a6a6 !important;
}
.text-success {
  color: #20893d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #124b21 !important;
}
.text-info {
  color: #008fc5 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #005779 !important;
}
.text-warning {
  color: #E8941A !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a56811 !important;
}
.text-danger {
  color: #F02828 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #be0d0d !important;
}
.text-light {
  color: #e3e3e3 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #bdbdbd !important;
}
.text-dark {
  color: #333333 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #0d0d0d !important;
}
.text-body {
  color: #56565a !important;
}
.text-muted {
  color: #cccccc !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.badge {
  font-size: 0.625rem;
  border-radius: 2px;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .badge {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}
.badge.xs {
  font-size: 0.625rem;
  padding: 3px 6px;
}
.badge.badge-new {
  text-transform: uppercase;
  background-color: #fff5f5;
  color: #e03843;
  border: 1px solid #f6bcbf;
}
.badge.badge-campaign {
  background-color: #fdf5ff;
  color: #9c45ad;
  border: 1px solid #dfbde5;
}
.badge.badge-soptarget {
  background-color: #f5faff;
  color: #1860a8;
  border: 1px solid #a8c4e1;
}
.badge.badge-gray {
  background-color: #fff;
  color: #56565a;
  border: 1px solid #bbbbbb;
}
/* Index for Global SCSS
1. start sharebar btn
2. Custom Overlay
3. Animation
4. Carousel
5. Tab
6.?Global?Paragraph
7.?Headings
8.?Font?Awesome?global?spacing
9.?Tags
10. Image hover Effect  
11. Floating Notification
12. Wishlist
13. Including Tax 
14. Floating Message
15. Offer Price and Shipping charge
====================================================*/
* {
  font-family: '?????? Pro W3', 'Hiragino Kaku Gothic Pro', '????', Meiryo, Osaka, '?? ?????', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.33;
  color: #56565a;
  font-family: '?????? Pro W3', 'Hiragino Kaku Gothic Pro', '????', Meiryo, Osaka, '?? ?????', 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}
a {
  color: #007eb0;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #002F5F;
}
a:not([href]) {
  color: #007eb0;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  cursor: default !important;
  color: #bbbbbb;
}
a:hover img {
  opacity: 0.8;
}
a.with-underline {
  text-decoration: underline;
}
a.gray-text {
  color: #56565a;
}
a.gray-text:hover {
  color: #002F5F;
}
a.dark-blue-text {
  color: #002F5F;
}
a.dark-blue-text:hover {
  color: #007eb0;
}
p {
  line-height: 1.5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
label.gray-text {
  color: #56565a;
}
label .required {
  color: #ed174c;
}
.gray-text {
  color: #56565a;
}
.gray-text a {
  color: #56565a;
}
.gray-text a:hover,
.gray-text a:active {
  color: #002F5F;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.strike-out {
  text-decoration: line-through;
}
.error {
  color: #F02828;
}
h1 {
  font-weight: 700;
}
h1.page-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
@media (min-width: 769px) {
  h1.page-title {
    font-size: 2.25rem;
    margin: 0 0 40px 0;
  }
}
h1.border-responsive {
  border-bottom: 1px solid #dadada;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 20px 15px;
}
@media (min-width: 992px) {
  h1.border-responsive {
    border-bottom: none;
    padding: 0;
    margin: 0 0 40px 0;
  }
}
.error-input-border {
  border-width: 1px;
  border-style: solid;
  border-color: #F02828;
  background-color: #fff8f8;
}
.error-input-border:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #ed164c;
}
.button-center {
  text-align: center;
}
@media (max-width: 991.98px) {
  .button-center .btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .button-center .btn {
    min-width: 150px;
  }
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.section-loader {
  text-align: center;
  margin: 15px;
}
.section-loader i {
  font-size: 1.125rem;
}
.red,
.u-fc-red,
.text-updateProfileForm-red,
.warning,
.histStatus-cancelled {
  color: #ed174c;
}
.green {
  color: #20893d;
}
.ag-green {
  color: #0db3a9;
}
.ag-red {
  color: #F02828;
}
.ag-red-darker {
  color: #ed174c;
}
.small-text {
  font-size: 0.75rem;
  line-height: 1.5;
}
.product-list-page-title {
  color: #002F5F;
  display: block;
  font-weight: 700;
}
h1.product-list-page-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h1.product-list-page-title {
    margin-bottom: 40px;
    font-size: 1.75rem;
  }
}
/* start sharebar btn */
.shareIcons {
  display: inline-block;
  color: #007eb0;
  border-width: 1px;
  border-style: solid;
  border-color: #007eb0;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 6px 10px 4px 10px;
  font-weight: 400;
  margin-bottom: 5px;
}
.shareIcons .btn-primary:hover,
.shareIcons .btn-primary:focus {
  color: #002F5F;
}
.shareIcons.redBtn {
  border-color: #ed164c;
  color: #ed164c;
}
.shareIcons.redBtn:hover {
  color: #ed164c;
}
[class^='icon-'],
[class*=' icon-'] {
  font-family: 'AmwayIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Utility helper classes */
.u-mb-5 {
  margin-bottom: 5px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-25 {
  margin-bottom: 25px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.u-mt-5 {
  margin-top: 5px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-15 {
  margin-top: 15px;
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mr-30 {
  margin-right: 30px;
}
.pall5 {
  padding: 0 5px;
}
.u-pt-40 {
  padding-top: 40px;
}
.u-pb-20 {
  padding-bottom: 20px;
}
.w-60 {
  width: 60%;
}
.btn-width-half {
  width: 48%;
}
/* Utility helper classes */
/* end sharebar btn */
/* Custom Overlay */
.customOverlay,
.successfully-message {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 901;
  width: 100%;
  height: 100%;
  display: none;
}
.customOverlay p,
.successfully-message p {
  background: rgba(0, 0, 0, 0.7);
  margin: 0px;
  padding: 7px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 34px;
  text-align: center;
  transform: translate(-50%, -20px);
  font-size: 0.875rem;
  font-weight: 700;
}
.customOverlay p i,
.successfully-message p i {
  color: #20893d;
}
/* End Custom Overlay */
/* Animation */
@-webkit-keyframes bounce {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* End Animation */
/* Carousel */
.owl-carousel .owl-nav {
  color: #282828;
}
.owl-carousel .owl-nav i {
  margin: 0;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:hover {
  border: none;
  outline: none;
}
.owl-carousel .owl-nav button span {
  font-size: 45px;
  color: #333333;
}
.owl-carousel .owl-nav button.owl-next {
  right: -3px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -3px;
}
.owl-carousel .owl-nav button:disabled,
.owl-carousel .owl-nav button.disabled {
  display: none;
}
/* Tab */
p {
  margin-bottom: 10px;
  line-height: 1.5;
}
h3 {
  font-size: 1.5625rem;
  position: relative;
  margin: 15px 0;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  h3 {
    font-size: 1.25rem;
  }
}
.fa,
.fas,
.far {
  margin-right: 5px;
}
/* Image hover Effect */
.amwayhover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.amwayhover img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* 11. Floating Notification */
.floating-notification {
  padding: 0px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  background: #fff;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.floating-notification .container {
  padding: 0 12px;
}
.hide-notification {
  height: 0;
  opacity: 0;
}
#shopping-cart .floating-notification {
  display: block;
}
.border-box {
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  padding: 10px;
  margin-bottom: 5px;
}
.purchasing-t-a {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 2;
  background: #fcf8e3;
  font-size: 0.8125rem;
  padding: 5px 5px 5px 8px;
  border-radius: 4px;
}
.purchasing-t-a p {
  margin: 8px 0 0 5px;
}
.purchasing-t-a .fas {
  margin-right: 2px;
  font-size: 1.125rem;
  position: relative;
  top: 2px;
}
.purchasing-t-a .btn {
  margin: 0;
  height: 40px;
  line-height: 1;
}
.floating-alert {
  position: fixed;
  top: 150px;
  width: 100%;
  left: 0;
  z-index: 9;
  text-align: center;
  display: none;
}
.lightBlue {
  color: #0075a4;
}
/* 12. Wishlist */
.cart-detail__dropdown-menu {
  width: 101.5% !important;
  border-radius: 0px;
  left: -2px;
  top: 30px;
  box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.1);
}
.cart-detail__dropdown-menu ul {
  padding: 5px 10px;
}
.cart-detail__dropdown-menu ul li {
  padding: 10px 5px;
}
.cart-detail__dropdown-menu ul li label {
  font-weight: 700;
}
.cart-detail__dropdown-menu .dropdown-menu-bottom {
  border-top: 1px solid #dadada;
  padding: 10px 10px 0px 10px;
}
.cart-detail__dropdown-menu .dropdown-menu-bottom .btn {
  float: left;
  margin: 0;
}
.cart-detail__dropdown-menu .dropdown-menu-bottom a {
  display: inline-block;
  padding: 10px 0 10px 10px;
}
.mrow {
  margin: 0;
}
@media (min-width: 768px) {
  .mrow {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.font14 {
  font-size: 0.875rem;
}
.btn-border {
  border-width: 2px;
  border-style: solid;
  border-color: #002F5F;
}
.error {
  display: none;
}
.shipping-delivery-dash {
  display: inline-block;
  width: 10px;
  height: 2px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 19px 7px;
  vertical-align: top;
}
/* 13. Including Tax */
.includingTax {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.85;
  width: 160%;
  float: right;
  padding-top: 5px;
}
.includingTax .block {
  display: block;
}
.includingTax span span {
  display: inline-block;
  min-width: 60px;
}
/* 14. Floating Message */
.js-floating-msg {
  display: none;
}
.floating-msg {
  border-width: 1px;
  border-style: solid;
  border-color: #002F5F;
  border-radius: 5px;
  padding: 7px 10px;
  color: #002F5F;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
}
.floating-msg p {
  font-weight: 700;
}
.floating-msg strong {
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .floating-msg {
    max-width: 300px;
    width: auto;
  }
}
@media (max-width: 768.98px) {
  .floating-msg.floating-msg-v2 {
    max-width: 300px;
  }
}
.floating-msg .fa-times {
  float: right;
  position: relative;
  right: -8px;
  top: -5px;
  color: #999999;
  -webkit-text-stroke: 0.5px #fbefb3;
}
.floating-msg .fa-bell {
  transform: rotate(45deg);
}
.floating-msg-v2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px;
  width: 240px;
  height: 71px;
  text-align: center;
  font-size: 0.75rem;
}
.floating-msg-v2 strong {
  font-size: 1rem;
}
.floating-msg-v2 strong.red {
  color: #f2711c;
  font-size: 0.75rem;
}
.floating-msg-v2 p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.floating-msg-v2 i {
  font-size: 1rem;
  margin-right: 2px;
}
.floating-msg-v2 sub {
  bottom: -0.15rem;
  font-size: 0.75rem;
}
.shopping-cart-total .new-cart-voucher {
  line-height: 1.5;
}
/* 15. Offer Price and Shipping charge */
@media (max-width: 768.98px) {
  .offer-price {
    margin-left: 105px;
    display: block;
  }
}
.shipping-charge {
  margin-bottom: 15px;
}
.shipping-charge,
.price-offer {
  font-size: 0.875rem;
}
.sharebar-applied {
  line-height: 1.5;
  word-break: break-all;
}
.sharebar-applied p {
  font-size: 0.875rem;
}
.sharebar-applied small {
  display: block;
}
.dislnone {
  display: none;
}
.min-width-140 {
  min-width: 140px;
}
.width140 {
  width: 140px;
}
@media (max-width: 768.98px) {
  .width140 {
    width: 120px;
  }
}
.slash {
  color: #dadada;
  line-height: 2.6;
  padding: 0 15px;
}
.slash-v2 {
  color: #bbbbbb;
  padding: 0 10px;
}
[v-cloak] {
  display: none;
}
#pleaseConfirm .modal-body p,
.pleaseConfirm .modal-body p {
  line-height: 20px;
  font-size: 0.9375rem;
}
#pleaseConfirm .btn,
.pleaseConfirm .btn {
  min-width: 200px;
}
#NLICouponCode .modal-dialog .fa-check {
  font-size: 3rem;
  -webkit-text-stroke: 4px white;
}
#NLICouponCode .modal-dialog .btn {
  min-width: 40%;
  width: 40%;
}
#overlay-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.6);
}
#overlay-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.bold {
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .global-alerts {
    padding: 0px;
  }
}
.global-alerts .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
@media (max-width: 768.98px) {
  .global-alerts .alert-danger {
    padding: 10px;
  }
}
.global-alerts .alert-danger .close {
  position: relative;
  top: 0px;
  right: 15px;
  color: inherit;
  font-size: 1.5625rem;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #002F5F;
  opacity: 9;
  float: left;
}
@media (max-width: 768.98px) {
  .global-alerts .alert-danger .close {
    right: 0px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
  }
}
.global-alerts .alert-danger .close:hover {
  opacity: 9;
  background: #002F5F;
  color: #ed164c;
  text-shadow: none;
}
.global-alerts .alert-danger .alert-txt {
  display: inline-block;
  margin-top: 7px;
}
@media (max-width: 768.98px) {
  .global-alerts .alert-danger .alert-txt {
    margin-top: 4px;
    width: 82%;
  }
}
.btn.link:hover,
.btn.link:focus {
  border: 2px solid transparent;
  color: #002F5F;
}
.btn.link:disabled,
.btn.link.disabled {
  color: #002F5F;
  background: none;
  border-color: transparent;
}
.btn.link2 {
  color: #002F5F;
}
.btn.link2:hover,
.btn.link2:focus {
  border: 2px solid transparent;
  color: #002F5F;
}
.block {
  display: block;
}
#smarteditoverlay {
  z-index: 999 !important;
}
.modal-v2 .modal-dialog {
  top: 12%;
}
@media (min-width: 768px) {
  .modal-v2 .modal-dialog {
    top: 25%;
  }
}
#referral-link-expire.modal-v2 .modal-dialog {
  top: 12%;
}
@media (min-width: 768px) {
  #referral-link-expire.modal-v2 .modal-dialog {
    top: 25%;
  }
}
@media (max-width: 768.98px) {
  #sop-modal-set-question .btn {
    width: auto;
  }
}
.blue-color {
  color: #002F5F;
}
.error-page-content {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .error-page-content {
    padding: 75px 0;
  }
}
.error-page-content h3 {
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .error-page-content h3 {
    font-size: 2.25rem;
  }
}
.error-page-content .txt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .container {
    max-width: 100%;
  }
}
.dark-blue {
  color: #002F5F;
}
.hidden {
  display: none;
}
.btn-auto .btn {
  min-width: 135px;
}
@media (max-width: 1279.98px) {
  .btn-auto .btn {
    width: auto;
    min-width: 135px;
  }
}
.alert .close:focus {
  border: none;
  outline: none;
}
.pc-mob-banner {
  text-align: center;
  padding-bottom: 25px;
}
.pc-mob-banner a {
  display: inline-block;
  max-width: 540px;
}
.pc-mob-banner img {
  display: none;
}
.pc-mob-banner img + img {
  display: inline-block;
}
@media (min-width: 768px) {
  .pc-mob-banner img {
    display: inline-block;
  }
  .pc-mob-banner img + img {
    display: none;
  }
}
#proxy-order .custom-control-label {
  font-weight: 400;
  line-height: 1.3;
}
#proxy-order .btn {
  min-width: 130px;
}
.errorMsg {
  color: #ed164c;
  line-height: 20px;
}
.paragraphs p {
  text-indent: -20px;
  padding-left: 20px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.white-box {
  border: 2px solid #e3e3e3;
  padding: 15px 20px 5px 20px;
}
@media (min-width: 768px) {
  .white-box {
    display: inline-block;
  }
}
.white-box .custom-radio .custom-control-label {
  font-size: 0.875rem;
  line-height: normal;
}
@media (max-width: 768.98px) {
  .white-box .custom-radio .custom-control-label::before {
    top: 2px;
  }
}
@media (max-width: 768.98px) {
  .white-box .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 6px;
  }
}
.white-box .custom-checkbox .custom-control-label {
  line-height: normal;
  color: #56565a;
  font-size: 0.875rem;
}
.accordionBody.checkout-space .btn {
  margin-top: 0px;
  top: 0;
}
@media (max-width: 768.98px) {
  .accordionBody.checkout-space .btn {
    margin-top: 5px;
  }
}
.warning-text.redborder {
  border: 1px solid #ed164c;
  padding: 15px 15px 5px 15px;
}
.text-index-para {
  padding-left: 15px;
  text-indent: -15px;
}
.dd-divider {
  padding: 0px 5px;
  font-size: 1.5625rem;
  color: #bbbbbb;
  line-height: 1.8;
  height: 45px;
}
.btn-download {
  border: 2px solid #008fc5;
  color: #008fc5;
}
.account-section-header-text {
  min-height: 45px;
}
.account-section-header-text .btn-download {
  position: relative;
  top: -15px;
}
@media (max-width: 768.98px) {
  .account-section-header-text .btn-download {
    width: auto;
  }
}
.radio-error.custom-control label::before,
.checkbox-error.custom-control label::before {
  border-color: #ed164c;
}
p.indent-1 {
  padding-left: 1em;
  padding-right: 1em;
  text-indent: -1em;
}
.new-cart-actions .btn {
  min-width: 150px;
}
.font-25 {
  font-size: 25px;
}
.no-nav-arrow .owl-carousel .owl-nav {
  display: none;
}
#addToQucikCart label {
  font-size: 1rem;
  font-weight: 700;
  color: #002F5F;
}
#addToQucikCart p {
  font-size: 0.875rem;
}
.blue-btn-border {
  border-color: #0474A5;
  color: #0474A5;
}
.main-title-adjust-parts {
  margin: 24px 0;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: left;
}
@media (min-width: 769px) {
  .main-title-adjust-parts {
    margin: 55px 0 35px 0;
    font-size: 2.25rem;
    text-align: center;
  }
}
.two-col-layout {
  display: block;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .two-col-layout {
    display: flex;
  }
}
.two-col-layout .left-col {
  display: block;
  margin-right: 0;
}
@media (min-width: 769px) {
  .two-col-layout .left-col {
    flex-basis: 63.3%;
    margin-right: 40px;
  }
}
.two-col-layout .right-col {
  display: block;
}
@media (min-width: 769px) {
  .two-col-layout .right-col {
    flex-basis: 444px;
  }
}
@media (max-width: 768.98px) {
  .not-logged-in-page {
    margin-top: 90px !important;
  }
}
.btn-width-auto .btn {
  min-width: 280px;
  display: inline-block;
}
.pc-breadcrumb {
  display: none;
}
@media (min-width: 769px) {
  .pc-breadcrumb {
    display: block;
  }
}
.mob-breadcrumb {
  display: block;
}
@media (min-width: 769px) {
  .mob-breadcrumb {
    display: none;
  }
}
.mob-breadcrumb i {
  color: #0db3a9;
}
.page-title-v2 {
  padding: 0px 20px;
}
@media (max-width: 768.98px) {
  .page-title-v2 {
    border-bottom: 1px solid #dadada;
    width: 100%;
    padding: 10px 15px 15px 15px;
  }
}
.amwayhover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.amwayhover img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.return-to-previous {
  padding: 0 0 8px 0;
  margin-bottom: 15px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.return-to-previous i {
  color: #0db3a9;
  margin-right: 10px;
  font-size: 0.875rem;
}
.likeit {
  float: right;
  color: #666666;
}
.likeit.cursorPointer {
  cursor: pointer;
}
.likeit input {
  width: 5px;
  height: 2px;
  padding: 0;
  opacity: 0;
  right: 0;
  position: absolute;
}
.likeit.active {
  color: #0db3a9;
}
.likeit.active i,
.likeit.active span {
  font-weight: 700;
}
.likeit i {
  margin-right: 0;
}
.likeit span {
  font-weight: 400;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}
@media (max-width: 768.98px) {
  .likeit span {
    font-size: 0.75rem;
    top: -1px;
  }
}
.main-divider {
  margin-top: 80px;
  margin-bottom: 25px;
  border-top: 5px solid #f0f0f3;
}
@media (max-width: 768.98px) {
  .main-divider {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.custom-row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1279.98px) {
  .custom-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.custom-row > .custom-column {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .custom-row > .custom-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#copytext-sharebar,
#copytext-amazonProduct {
  display: none;
}
.yellow-floating-msg {
  background: #fff6dc;
  padding: 10px 0;
  font-size: 14px;
  line-height: 0.93;
  margin-top: -13px;
}
@media (min-width: 992px) {
  .yellow-floating-msg {
    margin-top: -5px;
  }
}
.yellow-floating-msg a {
  color: #56565a;
  text-decoration: underline;
}
.yellow-floating-msg a:hover,
.yellow-floating-msg a:focus {
  color: #0db3a9;
  text-decoration: none;
}
.yellow-floating-msg i.fa-info-circle {
  font-size: 1rem;
}
.yellow-floating-msg.with-checkout {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .yellow-floating-msg.with-checkout {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .container,
  .container-sm,
  .container-sm769 {
    max-width: 100%;
  }
}
.dark-red {
  color: #ed174c;
}
.highlight-bg {
  background: rgba(250, 208, 0, 0.5);
  display: inline-block;
  padding: 1px 2px;
}
.general-header {
  position: fixed;
  width: 100%;
  z-index: 900;
  top: 0;
}
.general-header {
  position: fixed;
  width: 100%;
  z-index: 900;
  top: 0;
}
.general-header.checkout-header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.header-container {
  background: #fff;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .header-container {
    background: #002F5F;
    height: 72px;
  }
}
.amway-targo-label {
  margin-top: 15px;
  margin-bottom: 20px;
}
.amway-targo-label i {
  color: #0db3a9;
  font-size: 1.25rem;
  margin-right: 10px;
  vertical-align: middle;
}
#login-drop-content {
  display: none;
  box-shadow: 0px 0px 4px #cccccc;
  border-bottom: 1px solid #cccccc;
}
.userinfo-open #login-drop-content {
  display: block;
}
.userinfo-open .nav-item .icon i:before {
  content: '\f106';
}
.popover > .arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
}
.popover-content {
  padding: 10px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(-20vh);
}
.header-wrapper {
  padding: 0;
}
@media (min-width: 769px) {
  .header-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 12px;
  }
}
.header-wrapper .popover {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  max-width: 100%;
  border: 0;
  background: #fff;
  box-shadow: 0px -2px 2px #dadada;
}
@media (min-width: 769px) {
  .header-wrapper .popover {
    position: absolute;
    left: auto;
    top: 72px;
    max-width: 384px;
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.08);
  }
}
.header-wrapper .popover.bottom > .arrow {
  display: none;
}
@media (min-width: 769px) {
  .header-wrapper .popover.bottom > .arrow {
    display: block;
    left: 50%;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
    margin-left: 67px;
    background: transparent;
  }
}
.header-wrapper .popover.bottom > .arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.header-wrapper .popover.bottom.no-login > .arrow {
  margin-left: 71px;
}
.header-wrapper .popover .account-popover {
  width: 100%;
}
@media (min-width: 769px) {
  .header-wrapper .popover .account-popover {
    width: 354px;
  }
}
.header-wrapper .popover .sys-message {
  margin-bottom: 10px;
}
.header-wrapper .popover .sys-message .ico-wraper {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.header-wrapper .popover .sys-message span {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #808285;
  vertical-align: top;
}
.header-wrapper .popover .sys-message .ico-wraper i {
  color: #bbbbbb;
  font-size: 1.375rem;
}
.header-wrapper .popover .sys-message .ico-wraper.header-icon-color-red i {
  color: #ed164c;
}
.header-wrapper .popover .nav__links li {
  padding: 10px 0px;
  border-top: 1px solid #dadada;
}
.header-wrapper .popover .nav__links li:first-child {
  border-top: 0;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard {
  border-top: 2px solid #002F5F;
  border-bottom: 2px solid #002F5F;
  font-weight: 400;
  padding: 10px 16px 10px 16px;
  position: relative;
  margin-top: -3px;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard .fa-info-circle {
  color: #008fc5;
  font-size: 14px;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard p {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard .disp-date {
  font-size: 0.6875rem;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard .view-detail {
  color: #008fc5;
  margin-right: -20px;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard ol {
  max-width: 280px;
  margin-bottom: 15px;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard ol li {
  border: 0;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard ol span {
  width: 49%;
  float: left;
  text-align: right;
  font-weight: 700;
  font-size: 0.75rem;
}
.header-wrapper .popover .nav__links li.pv-bv-dashboard ol span + span {
  color: #002F5F;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  max-width: 230px;
}
.header-wrapper .popover .nav__links li.account-popover__element {
  padding: 10px 24px;
}
.header-wrapper .popover .nav__links li.account-popover__element a {
  font-size: 1rem;
  line-height: 1.875;
  display: block;
  color: #002F5F;
  font-weight: 700;
}
.header-wrapper .popover .nav__links li.account-popover__scores ul {
  padding: 8px 0;
  margin-bottom: 5px;
}
.header-wrapper .popover .nav__links li.account-popover__scores li {
  float: left;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #002F5F;
  line-height: 1;
  margin-right: 8px;
  padding: 0 5px 0 0;
  border-top: 0;
  border-right: 1px solid #dadada;
  border-top: 0px;
}
.header-wrapper .popover .nav__links li.account-popover__scores li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  float: none;
}
.header-wrapper .popover .nav__links li.sign-out i {
  color: #002F5F;
  font-size: 1.25rem;
  margin-right: 10px;
}
.header-wrapper .popover .login-form {
  padding: 20px;
}
.header-wrapper .popover .login-form__title {
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: #002F5F;
}
.header-wrapper .popover .login-form__link {
  margin: 10px 0;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4375;
  text-align: left;
  color: #0075a4;
}
.header-wrapper .popover .login-form__owner {
  color: #002F5F;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 10px;
}
.header-wrapper .country-language-container {
  padding-top: 0px;
}
@media (min-width: 769px) {
  .header-wrapper .country-language-container {
    padding-top: 10px;
  }
}
.header-wrapper .site-logo {
  float: left;
  padding-top: 10px;
}
.header-wrapper .site-logo a {
  width: 90px;
  height: 42px;
  position: relative;
  display: inline-block;
  background-size: 100%;
  margin: 7px 0 0 66px;
}
@media (min-width: 769px) {
  .header-wrapper .site-logo a {
    margin-left: 0px;
    width: 124px;
    margin: 0 0 0 0;
  }
}
.header-wrapper .site-logo img.mob-img-icon {
  display: block;
  width: 38px;
}
@media (min-width: 769px) {
  .header-wrapper .site-logo img.mob-img-icon {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header-wrapper .site-logo .pclogo {
    display: none;
  }
}
.header-wrapper .site-logo .mblogo {
  display: none;
}
@media (max-width: 768.98px) {
  .header-wrapper .site-logo .mblogo {
    display: inline-block;
  }
}
.header-wrapper .nav-links-container {
  float: right;
}
.header-wrapper .nav-links-container .nav-list {
  position: relative;
  top: 5px;
}
.header-wrapper .nav-links-container .nav-list li {
  display: inline-block;
}
.header-wrapper .nav-links-container .nav-list li .pvbv-icon,
.header-wrapper .nav-links-container .nav-list li .los-icon,
.header-wrapper .nav-links-container .nav-list li .icon-login-account {
  display: block;
  margin-right: 5px;
}
.header-wrapper .nav-links-container .nav-list li .pvbv-icon span,
.header-wrapper .nav-links-container .nav-list li .los-icon span,
.header-wrapper .nav-links-container .nav-list li .icon-login-account span {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
}
@media (max-width: 768.98px) {
  .header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(1),
  .header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(1),
  .header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(1) {
    display: none;
  }
}
.header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(2),
.header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(2),
.header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(2) {
  display: block;
}
.header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(2) img,
.header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(2) img,
.header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(2) img {
  display: block;
  width: 38px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(2),
  .header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(2),
  .header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(2) {
    display: none;
  }
}
.header-wrapper .nav-links-container .nav-list li a:hover .icon-cart,
.header-wrapper .nav-links-container .nav-list li a:hover .icon-account {
  opacity: 0.8;
}
.header-wrapper .nav-links-container .nav-list li a img {
  width: auto;
  max-width: 55px;
  vertical-align: baseline;
}
.header-wrapper .nav-links-container .nav-list li a img.mob-img-icon {
  display: block;
  width: 38px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a img.mob-img-icon {
    display: none;
  }
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a img {
    display: block;
  }
}
.header-wrapper .nav-links-container .nav-list li a .message-num-1 {
  position: absolute;
  left: 40px;
  top: -4px;
  background: #ed164c;
  border-radius: 10px;
  line-height: 1.4;
  font-size: 12px;
  min-width: 24px;
  height: 20px;
  color: #fff !important;
  text-align: center;
  padding: 2px 5px;
  border: 0px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .message-num-1 {
    border: 2px solid #002F5F;
    font-weight: 700;
    top: -6px;
    left: 32px;
    line-height: 1;
  }
}
.header-wrapper .nav-links-container .nav-list li a .user-name {
  display: none;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .user-name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    padding-top: 5px;
    vertical-align: top;
  }
}
.header-wrapper .nav-links-container .nav-list li a .icon-pvbv {
  background-image: url("../../images/header-icons/SP/PVBV.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 50px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .icon-pvbv {
    background-image: url("../../images/header-icons/PC/PVBV.png");
    width: 55px;
  }
}
.header-wrapper .nav-links-container .nav-list li a .icon-los {
  background-image: url("../../images/header-icons/SP/LOS.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 50px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .icon-los {
    background-image: url("../../images/header-icons/PC/LOS.png");
    width: 55px;
  }
}
.header-wrapper .nav-links-container .nav-list li a .icon-account {
  background-image: url("../../images/header-icons/SP/myaccount.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 50px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .icon-account {
    background-image: url("../../images/header-icons/PC/yui2.png");
    width: 55px;
  }
}
.header-wrapper .nav-links-container .nav-list li a .icon-cart {
  background-image: url("../../images/header-icons/SP/Cart.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 50px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .icon-cart {
    background-image: url("../../images/header-icons/PC/Cart.png");
    width: 55px;
  }
}
.header-wrapper .nav-links-container .nav-list li a .icon-login-account {
  background-image: url("../../images/header-icons/SP/login.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 50px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li a .icon-login-account {
    background-image: url("../../images/header-icons/PC/Login.png");
    width: 55px;
  }
}
.header-wrapper .nav-links-container .nav-list li.nav-item {
  border: 0;
  padding: 0;
}
.header-wrapper .nav-links-container .nav-list li.nav-item a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  display: block;
  padding: 8px 25px;
  outline: none;
}
.header-wrapper .nav-links-container .nav-list li.nav-item a:hover {
  color: #fff;
}
.header-wrapper .nav-links-container .nav-list li.nav-item a:focus {
  color: #fff;
}
.header-wrapper .nav-links-container .nav-list li.nav-item a.img-nav-link {
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-wrapper .nav-links-container .nav-list li.nav-item a .icon-account,
.header-wrapper .nav-links-container .nav-list li.nav-item a .icon-cart,
.header-wrapper .nav-links-container .nav-list li.nav-item a .icon-login-account {
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
}
.header-wrapper .nav-links-container .nav-list li.nav-item a .icon-account {
  width: 62px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-account {
    width: 55px;
  }
}
.header-wrapper .nav-links-container .nav-list li.nav-item a .icon-login-account {
  width: 62px;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-login-account {
    width: 78px;
  }
}
.header-wrapper .nav-links-container .nav-list li.nav-item a .icon {
  display: none;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li.nav-item a .icon {
    font-size: 1.125rem;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 3px;
  }
}
.header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link {
  padding: 0px 6px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link {
    padding: 0 15px 0 10px;
  }
}
.header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link .mini-cart-count {
  position: absolute;
  left: 17px;
  top: -4px;
  background: #ed174c;
  border-radius: 10px;
  font-size: 0.75rem;
  min-width: 24px;
  height: 20px;
  line-height: 1.4;
  text-align: center;
  padding: 2px 5px;
  border: 0px solid #002F5F;
  float: left;
  margin: 0 0 0 2px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link .mini-cart-count {
    border: 2px solid #002F5F;
    left: 36px;
    font-weight: 700;
    margin: 0 0 0 3px;
    line-height: 1;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.icon {
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
}
.btn-xl {
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 1.375rem;
}
.mobile-container {
  display: block;
}
@media (min-width: 769px) {
  .mobile-container {
    display: none;
  }
}
.amw-navigation-menu {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-top: none;
}
@media (min-width: 769px) {
  .amw-navigation-menu {
    height: 60px;
  }
}
.navigation-menu-container {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .navigation-menu-container {
    padding: 0 12px;
    position: relative;
  }
}
.navigation-menu-container .container {
  padding: 0px;
}
@media (min-width: 769px) {
  .navigation-menu-container .container {
    max-width: 1280px;
  }
}
.navigation-menu-container .content {
  display: inline;
  font-weight: 400;
}
.desktop-nav-menu {
  width: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .desktop-nav-menu {
    position: relative;
    top: -3px;
  }
}
@media (min-width: 769px) {
  .desktop-nav-menu .menu-nav-list .smartEditComponent {
    display: inline-block;
  }
}
@media (max-width: 768.98px) {
  .desktop-nav-menu .search-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .desktop-nav-menu .search-box {
    padding-right: 0px;
  }
}
.desktop-nav-menu .search-box .btn-default {
  padding: 6px 12px 6px 0;
  font-size: 1rem;
  color: #002F5F;
  margin: 0px;
  line-height: 1.7;
  -webkit-appearance: none;
}
.desktop-nav-menu .top-menu {
  display: none;
}
@media (min-width: 769px) {
  .desktop-nav-menu .top-menu {
    display: block;
    padding-left: 0px;
  }
}
.nav-list-item {
  display: inline-flex;
}
.nav-list-item a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #002F5F;
  padding: 20px 5px 20px 15px;
  line-height: 1.4375;
}
.nav-list-item .overlay-menu-component-desktop-wrapper {
  height: 60px;
  display: inline-flex;
}
.nav-list-item .overlay-menu-component-desktop-wrapper .collapsed .button-text > i:before {
  content: '\f107';
}
.nav-list-item .overlay-menu-component-desktop-wrapper .button-text > i:before {
  content: '\f106';
}
.nav-list-item .overlay-menu-toggle-desktop {
  border-right: 1px solid #dadada;
  padding-right: 5px;
  padding-left: 0px;
}
.right-border {
  border-right: 1px solid #dadada;
}
.overlay-menu-container {
  left: 0;
  border: 1px solid #dadada;
  border-top: 2px solid #cccccc;
  z-index: 9;
  max-width: 1260px;
  position: fixed;
  background: #fff;
  top: 132px;
  width: 100%;
  margin: 0 auto;
  height: 70%;
  max-height: 540px;
  overflow-y: scroll;
}
@media screen and (min-width: 1280px) {
  .overlay-menu-container {
    left: calc(-582%);
  }
}
.overlay-menu-container .overlay-menu-close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 36px;
  z-index: 10;
  padding: 0;
  top: 24px;
  border: 0;
  color: #757575;
  background: none;
  font-size: 1.5rem;
}
.overlay-menu-container .overlay-menu-close:focus {
  border: 0px;
  outline: none;
}
.overlay-menu-container .overlay-menu > .row {
  margin: 0px;
}
.overlay-menu-container .overlay-menu-headers {
  border-right: 1px solid #dadada;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fafafa;
}
.overlay-menu-container .image-label,
.overlay-menu-container .sub-category-image-label {
  width: 65%;
  text-align: left;
}
.overlay-menu-container .sub-category-image-label {
  width: 82%;
}
.overlay-menu-container .nav-tabs {
  border-bottom: 0px;
  min-height: 55px;
  background-color: #fff;
}
.overlay-menu-container .nav-tabs a {
  color: #56565a;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.overlay-menu-container .nav-tabs a:hover,
.overlay-menu-container .nav-tabs a.active {
  color: #0db3a9;
}
.overlay-menu-container .nav-tabs a.active .fa-chevron-right {
  display: none;
}
.overlay-menu-container .nav-tabs .nav-item {
  border-top: 1px solid #bdbdbd;
  width: 100%;
  margin-bottom: 0px;
  background-color: #daeded;
}
.overlay-menu-container .nav-tabs .nav-item .fa-chevron-right {
  font-size: 0.75rem;
}
.overlay-menu-container .nav-tabs .nav-item:first-child {
  border-top: none;
  border-bottom: 1px solid #dadada;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub-header {
  background-color: #daeded;
  font-weight: bold;
  padding: 13px 16px;
  font-size: 1rem;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub {
  margin-left: 16px;
  border-color: #dadada;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub:first-child {
  border-top: 0;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub a {
  padding: 13px 8px 13px 0;
  min-height: 70px;
  background-color: #fff;
  font-weight: normal;
  font-size: 0.875rem;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub a img {
  width: 50px;
  height: 50px;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub a.active {
  background-color: #fff;
}
.overlay-menu-container .nav-tabs .nav-item.nav-item-sub.without-img a {
  min-height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
.overlay-menu-container .nav-tabs .nav-item:nth-child(2) {
  border-top: none;
}
.overlay-menu-container .nav-tabs .nav-item:last-child {
  border-bottom: 1px solid #bdbdbd;
}
.overlay-menu-container .nav-tabs .nav-item a {
  padding: 13px 8px 13px 16px;
  min-height: 48px;
  display: flex;
  border: 0px;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.overlay-menu-container .nav-tabs .nav-item a.active {
  border-right: 5px solid #0db3a9;
  border-left: 0px;
  border-top: 0px;
  border-radius: 0;
  border-bottom: 0px;
  font-weight: bold;
  background-color: transparent;
}
.overlay-menu-container .nav-tabs .nav-item a.active:hover,
.overlay-menu-container .nav-tabs .nav-item a.active:focus {
  border-top: 0px;
}
.overlay-menu-container .nav-tabs .nav-item a:hover,
.overlay-menu-container .nav-tabs .nav-item a:focus {
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
}
.overlay-menu-container .overlay-menu-tab {
  padding-left: 26px;
  padding-right: 26px;
}
.overlay-menu-container .overlay-menu-tab a {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  color: #56565a;
}
.overlay-menu-container .overlay-menu-tab a:hover {
  color: #0db3a9;
}
.overlay-menu-container .overlay-menu-tab .category-header {
  margin: 27px 0 18px 0;
  padding-bottom: 27px;
  border-bottom: 1px solid #dadada;
}
.overlay-menu-container .overlay-menu-tab .category-header a {
  font-size: 1rem;
  font-weight: bold;
}
.overlay-menu-container .overlay-menu-tab .category-header i {
  margin-left: 10px;
  color: #0db3a9;
}
.overlay-menu-container .overlay-menu-tab .category-container ul {
  display: flex;
  flex-wrap: wrap;
}
.overlay-menu-container .overlay-menu-tab .category-container ul li {
  width: calc(9.333%);
  margin: 8px 12px;
}
@media (min-width: 1280px) {
  .overlay-menu-container .overlay-menu-tab .category-container ul li {
    width: calc(-4%);
  }
}
.overlay-menu-container .overlay-menu-tab .category-container ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay-menu-container .overlay-menu-tab .category-container ul li a img {
  width: 50px;
  height: 50px;
}
.overlay-menu-container .overlay-menu-tab .category-container ul li a .sub-category-image-label {
  width: calc(40%);
  margin-left: 10px;
}
.overlay-menu-container .overlay-menu-tab .category-container.without-img-3-col ul li {
  width: calc(9.3%);
}
.overlay-menu-container .overlay-menu-tab .category-container.without-img-3-col ul li a {
  font-size: 0.875rem;
}
.overlay-menu-container .overlay-menu-tab .category-bottom-container {
  border-top: 1px solid #dadada;
  padding: 21px 0 0 0;
  margin-top: 18px;
}
.overlay-menu-container .overlay-menu-tab .category-bottom-container a {
  display: block;
  padding: 5px 0;
  line-height: 1.8;
}
.overlay-menu-container .overlay-menu-tab .category-bottom-container .category-bottom-img {
  align-items: center;
  justify-content: space-between;
  text-align: right;
}
.overlay-menu-container .overlay-menu-tab .category-bottom-container .category-bottom-img a {
  display: inline-block;
  border: 2px solid #dadada;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  max-width: 162px;
  width: 100%;
}
.overlay-menu-container .overlay-menu-tab .category-bottom-container .category-bottom-img a img {
  height: 27px;
}
.navigation-menu-toggle-wrapper {
  width: 60px;
}
.overlay-menu-toggle-mobile {
  width: 60px;
  height: 60px;
  border-right: 1px solid #dadada;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: #002F5F;
}
.overlay-menu-toggle-mobile img {
  width: 37px;
}
.overlay-menu-toggle-mobile .hamburger-icon {
  display: block;
  text-align: center;
  position: relative;
  top: 5px;
  font-size: 2rem;
}
.overlay-menu-toggle-mobile .hamburger-icon .fa-times {
  display: block;
  color: #fff;
}
.overlay-menu-toggle-mobile .hamburger-icon .fa-times:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  content: '\f00d';
}
.overlay-menu-toggle-mobile.collapsed {
  background: #fff;
  height: 59px;
}
.overlay-menu-toggle-mobile.collapsed .hamburger-icon .fa-times {
  display: none;
}
.site-search .ui-front {
  padding: 10px 0;
}
.site-search .ui-front .btn-link {
  padding-left: 0px;
  padding-right: 5px;
}
.site-search .ui-front .btn-link:hover {
  border: 2px solid transparent;
}
.site-search .input-group {
  border: 1px solid #dadada;
  border-radius: 4px;
  height: 40px;
}
.site-search .input-group .form-control {
  border: 0;
  height: 38px;
  background: transparent;
  font-weight: 300;
  font-size: 0.875rem;
  padding: 6px 10px 6px 10px;
}
.site-search .input-group .form-control::placeholder {
  color: #999999;
}
.site-search .input-group .form-control:focus {
  border: 0;
  outline: none;
}
.suggest-window .auto-suggestion-popover {
  width: 100%;
  max-width: 100%;
  border: 0px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  top: 120px;
  margin: 0 0 0 auto;
  right: 0px;
}
@media (min-width: 769px) {
  .suggest-window .auto-suggestion-popover {
    width: 400px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    right: 2px;
    top: 50px;
  }
}
.suggest-window .popover-content {
  padding: 0px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(-65vh);
  max-width: 1280px;
}
@media (max-width: 991.98px) {
  .suggest-window .popover-content {
    padding-top: 15px;
  }
}
.suggest-window .search-popover-category .search-popover-category-header {
  background-color: #f0f0f3;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
}
.suggest-window .search-popover-category .search-popover-category-list {
  margin: 10px 0 15px 0;
}
.suggest-window .search-popover-category .search-popover-category-list ul li a {
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #56565a;
}
.suggest-window .search-popover-category .search-popover-category-list ul li a:hover {
  color: #0db3a9;
}
.suggest-window .search-popover-bottom-section {
  padding: 20px 40px;
  border-top: 1px solid #dadada;
}
.hide-search .search-box {
  height: 0px;
  opacity: 0;
  top: -20px;
  transition: all ease-in-out 0.25s;
}
.hide-search .suggest-window {
  display: none;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 991.98px) {
  body {
    margin-top: 140px !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 991.98px) {
  body.page-multiStepCheckoutSummaryPage {
    margin-top: 70px !important;
  }
}
.fa-angle-down {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .desktop-nav-menu .top-menu {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) and (max-width: 1279.98px) {
  .desktop-nav-menu .nav-list-item a {
    padding-left: 8px;
    font-size: 0.75rem;
  }
}
.balloon {
  background-color: #ed174c;
  padding: 1px 5px;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: -5px;
  border-radius: 26px;
  min-width: 80px;
  right: 0;
  text-align: center;
  line-height: normal;
}
@media (min-width: 769px) {
  .balloon {
    padding: 4px 9px;
    font-size: 0.875rem;
    bottom: -9px;
  }
}
.balloon::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ed174c;
  position: absolute;
  top: -4px;
  right: 19px;
  margin: auto;
}
@media (min-width: 769px) {
  .balloon::before {
    right: 38px;
  }
}
.balloon .currency {
  font-size: 0.5625rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  .balloon .currency {
    font-size: 0.625rem;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation: fadeInRight 0.3s;
}
.fadeInRightXs {
  animation: fadeInRight 0.5s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation: fadeInUp 0.3s;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation: fadeInDown 0.4s;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation: fadeOutDown 0.4s;
}
.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal.hamburger-left .modal-dialog,
.modal.hamburger-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1);
}
.modal.hamburger-left .modal-content,
.modal.hamburger-right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.modal.hamburger-left .modal-header,
.modal.hamburger-right .modal-header {
  padding: 18px;
  background-color: #fff;
  color: inherit;
  border-bottom: 2px solid #cccccc;
}
.modal.hamburger-left .modal-header .close,
.modal.hamburger-right .modal-header .close {
  position: fixed;
  right: -41px;
  top: 19px;
  display: block;
  outline: none;
  font-size: 1.6rem;
}
.modal.hamburger-left .modal-header .user-info,
.modal.hamburger-right .modal-header .user-info {
  color: #56565a;
}
.modal.hamburger-left .modal-header .user-info .user-name,
.modal.hamburger-right .modal-header .user-info .user-name {
  font-size: 1rem;
  line-height: 19px;
  color: #56565a;
}
.modal.hamburger-left .modal-body,
.modal.hamburger-right .modal-body {
  padding: 0;
  font-size: 0.875rem;
}
.modal .hamburger-nav {
  border-bottom: 1px solid #e3e3e3;
}
.modal .hamburger-nav:last-child {
  border: none;
  margin: 0;
}
.modal .hamburger-nav:last-child ul li:last-child {
  border: none;
}
.modal .hamburger-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal .hamburger-nav ul li {
  border-bottom: 1px solid #e3e3e3;
}
.modal .hamburger-nav ul li.no-border {
  border-bottom: none;
}
.modal .hamburger-nav ul li a {
  display: block;
  padding: 15px;
  color: #56565a;
  line-height: 1.5;
}
.modal .hamburger-nav ul li a:hover {
  color: #002F5F;
}
.modal .hamburger-nav.with-arrow a {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
}
.modal .hamburger-nav.with-arrow a i {
  font-size: 0.75rem;
}
.modal .hamburger-nav.with-arrow a i.fa-external-link {
  color: #757575;
}
.modal .hamburger-nav.with-arrow a:hover i.fa-external-link,
.modal .hamburger-nav.with-arrow a:focus i.fa-external-link {
  color: #757575;
}
.modal .hamburger-nav.with-min-height ul li,
.modal .hamburger-nav.with-min-height-sub-category ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.modal .hamburger-nav.with-min-height ul li .image-label,
.modal .hamburger-nav.with-min-height ul li .sub-category-image-label,
.modal .hamburger-nav.with-min-height-sub-category ul li .image-label,
.modal .hamburger-nav.with-min-height-sub-category ul li .sub-category-image-label {
  width: 75%;
  text-align: left;
}
.modal .hamburger-nav.with-min-height ul li .sub-category-image-label,
.modal .hamburger-nav.with-min-height-sub-category ul li .sub-category-image-label {
  width: 82%;
}
.modal .hamburger-nav.with-min-height ul li a,
.modal .hamburger-nav.with-min-height-sub-category ul li a {
  min-height: 76px;
}
.modal .hamburger-nav.with-min-height ul li a img,
.modal .hamburger-nav.with-min-height-sub-category ul li a img {
  max-height: 40px;
}
.modal .hamburger-nav.with-min-height-sub-category ul li a {
  min-height: 70px;
}
.modal .hamburger-nav.with-min-height-sub-category ul li a img {
  max-height: 38px;
}
.modal.hamburger-left.fade .modal-dialog {
  left: -270px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.hamburger-left.fade.show .modal-dialog {
  left: 0;
}
.modal.hamburger-right.fade .modal-dialog {
  right: -270px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.hamburger-right.fade.show .modal-dialog {
  right: 0;
}
.modal .proxy-note-container {
  font-size: 0.875rem;
}
.xs-sub-category-top .back-to-l1,
.xs-sub-category-top .xs-menu-category-title {
  display: block;
  color: #56565a;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 13px 15px 12px 15px;
  border-bottom: 1px solid #e3e3e3;
}
.xs-sub-category-top .back-to-l1:hover,
.xs-sub-category-top .xs-menu-category-title:hover {
  color: #002F5F;
}
.xs-sub-category-top .back-to-l1:active,
.xs-sub-category-top .back-to-l1:visited,
.xs-sub-category-top .xs-menu-category-title:active,
.xs-sub-category-top .xs-menu-category-title:visited {
  color: #56565a;
}
.xs-sub-category-top .xs-menu-category-title {
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
.xs-sub-category-bottom {
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}
.xs-sub-category-bottom a {
  width: 48%;
  border: 2px solid #dadada;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
.xs-sub-category-bottom a img {
  height: 27px;
}
.modal-backdrop {
  background: #2c2c2c;
}
.modal-backdrop.show {
  opacity: 0.5;
}
#proxy-order::before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
ul.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.steps.two-steps li {
  width: 100%;
}
ul.steps li {
  width: 50%;
  position: relative;
  z-index: 2;
}
ul.steps li::before {
  background-color: #dadada;
  position: absolute;
  width: 100%;
  content: '';
  z-index: -1;
  height: 2px;
}
ul.steps li:last-child {
  width: 16px;
}
ul.steps li:last-child .step-text {
  text-align: right;
  padding-right: 0;
}
@media (min-width: 769px) {
  ul.steps li:last-child .step-text {
    padding-right: 10px;
  }
}
ul.steps li:last-child::before {
  display: none;
}
ul.steps li .step-numer {
  font-size: 0.5625rem;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  line-height: 1.5;
  text-align: center;
  align-items: center;
  background-color: #bbbbbb;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 769px) {
  ul.steps li .step-numer {
    font-size: 0.625rem;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    line-height: 1.8;
  }
}
ul.steps li .step-text {
  font-size: 0.625rem;
  position: absolute;
  left: 32%;
  transform: translateX(-75%);
  bottom: 18px;
  color: #bbbbbb;
  width: 40px;
  text-align: center;
}
@media (min-width: 769px) {
  ul.steps li .step-text {
    left: 18%;
    font-size: 0.75rem;
    bottom: 22px;
    width: 100px;
  }
}
ul.steps li.active {
  color: #0db3a9;
}
ul.steps li.active .step-numer {
  font-size: 0.75rem;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  border-color: #0db3a9;
  background-color: #0db3a9;
  line-height: 1.6;
}
@media (min-width: 769px) {
  ul.steps li.active .step-numer {
    font-size: 0.875rem;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 1.71;
  }
}
ul.steps li.active .step-text {
  color: #0db3a9;
  font-size: 0.75rem;
  font-weight: 700;
  width: 51px;
  left: 40%;
}
@media (min-width: 769px) {
  ul.steps li.active .step-text {
    font-size: 0.875rem;
    width: 100px;
    left: 18%;
  }
}
ul.steps li.visited {
  color: #a0dcdc;
}
ul.steps li.visited .step-numer {
  background: #a0dcdc;
  color: #fff;
}
ul.steps li.visited .step-text {
  color: #a0dcdc;
}
ul.steps li.visited::before {
  background-color: #0db3a9;
}
.quick-links {
  box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding-bottom: 35px;
}
@media (min-width: 769px) {
  .quick-links {
    padding: 80px 0 80px 0;
    margin-top: 60px;
  }
}
#footerAccordion {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 769px) {
  #footerAccordion {
    max-width: 75%;
    flex: 0 0 75%;
  }
}
#footerAccordion h5 {
  color: #002F5F;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  #footerAccordion h5 {
    font-size: 0.9375rem;
  }
}
#footerAccordion h5::before {
  content: '+';
  font-size: 1.5625rem;
  position: relative;
  top: 4px;
  color: #0075a4;
}
@media (min-width: 769px) {
  #footerAccordion h5::before {
    display: none;
  }
}
#footerAccordion .quick-links-item {
  padding: 15px;
  border-bottom: 1px solid #dadada;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 769px) {
  #footerAccordion .quick-links-item {
    padding: 0 15px;
    border: none;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
#footerAccordion .quick-links-item.switcher .panel-collapse {
  display: block;
}
#footerAccordion .quick-links-item.switcher h5::before {
  content: '-';
}
#footerAccordion .panel-collapse {
  padding: 10px 0px;
}
@media (min-width: 769px) {
  #footerAccordion .panel-collapse {
    display: block;
    padding-top: 25px;
  }
}
#footerAccordion .panel-collapse li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.8125rem;
  color: #002F5F;
}
#footerAccordion .panel-collapse li a:hover,
#footerAccordion .panel-collapse li a:focus {
  color: #0075a4;
}
@media (min-width: 769px) {
  #footerAccordion .panel-collapse li a {
    padding: 5px 0;
  }
}
.quick-links-misc {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
@media (min-width: 769px) {
  .quick-links-misc {
    max-width: 25%;
    flex: 0 0 25%;
    margin: 0;
  }
}
.quick-links-misc ul li {
  padding: 0px 15px 5px 15px;
}
.quick-links-misc ul li:last-child {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .quick-links-misc ul li:last-child {
    border-bottom: none;
  }
}
.quick-links-misc ul li p {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 0.9375rem;
}
@media (max-width: 768.98px) {
  .quick-links-misc ul li p {
    margin-bottom: 10px;
  }
}
.quick-links-misc ul li:first-child .socialShareLinks a {
  padding-right: 1rem;
  display: inline-block;
}
.quick-links-misc ul li:first-child .socialShareLinks a img {
  max-width: 32px;
}
.socialShareLinks a {
  display: inline-block;
  margin: 0 1px 20px 0;
}
.socialShareLinks a img {
  max-width: 75px;
}
.footer {
  background: #002F5F;
  color: #fff;
  padding: 35px 0 30px 0;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  padding: 0 0.5rem 0 0.2rem;
  border-right: 1px solid #fff;
  margin-bottom: 0.7rem;
}
.footer ul li:last-child {
  border-right: none;
}
.footer ul li a {
  color: #fff;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .footer ul li a {
    font-size: 0.8125rem;
  }
}
.footer ul li a:hover {
  color: #999999;
}
.footer.checkout-footer {
  background: #f7f7fa;
  color: #282828;
  padding: 30px 0 30px 0;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .footer.checkout-footer {
    margin-top: 100px;
  }
}
.footer.checkout-footer ul li {
  border-right: none;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}
.footer.checkout-footer ul li::after {
  position: absolute;
  content: '';
  border-right: 1px solid #282828;
  height: 12px;
  top: 4px;
}
@media (min-width: 769px) {
  .footer.checkout-footer ul li::after {
    height: 14px;
  }
}
.footer.checkout-footer ul li:last-child::after {
  display: none;
}
.footer.checkout-footer ul li a {
  color: #282828;
  padding: 0 15px;
  font-size: 0.625rem;
}
.footer.checkout-footer ul li a:hover {
  color: #0db3a9;
}
@media (min-width: 769px) {
  .footer.checkout-footer ul li a {
    font-size: 0.875rem;
  }
}
.footer.checkout-footer .copyright {
  font-size: 0.5625rem;
}
@media (min-width: 769px) {
  .footer.checkout-footer .copyright {
    font-size: 0.75rem;
  }
}
.copyright {
  font-size: 0.8125rem;
}
#scrolTOTop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 10px;
  font-size: 13px;
  opacity: 0.7;
  height: 45px;
  width: 58px;
  text-align: center;
}
#scrolTOTop span {
  display: block;
  line-height: 0.1;
  font-size: 13px;
  position: relative;
  top: 0px;
  font-weight: normal;
}
#scrolTOTop span i {
  margin: 0;
}
.related_sites .quick-links-header {
  font-weight: 700;
  color: #002F5F;
  font-size: 0.875rem;
}
.ft_logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.ft_logo_link .logo_set {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ft_logo_link .logo_set {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .ft_logo_link .logo_set {
    width: 20%;
  }
}
.ft_logo_link .logo_set a {
  display: block;
}
.ft_logo_link .logo_set a img {
  border: 1px #dadada solid;
  display: block;
  width: 100%;
  padding: 3px 0;
  height: auto;
}
/* Login Modal
----------------------*/
.login-modal .btn {
  min-width: 400px;
}
@media (max-width: 768.98px) {
  .login-modal .btn {
    min-width: auto;
  }
}
.login-modal .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .login-modal .modal-body {
    padding: 40px 20px;
    text-align: center;
  }
}
.login-modal .modal-body h3 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .login-modal .modal-body h3 {
    font-size: 1.25rem;
  }
}
.login-modal ul {
  margin-top: 20px;
}
@media (max-width: 768.98px) {
  .login-modal ul {
    margin-top: 10px;
  }
}
.login-modal ul li {
  display: inline-block;
  width: 45%;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
@media (max-width: 768.98px) {
  .login-modal ul li {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.login-modal ul li a {
  color: #56565a;
}
.login-modal ul li i {
  color: #0db3a9;
  font-size: 1.3125rem;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.login-modal .modal-divider {
  background: #fff;
  padding: 0;
}
.login-modal .modal-divider hr {
  border-top: 1px solid #dadada;
  margin: 0;
}
@media (max-width: 768.98px) {
  .login-modal .modal-divider hr {
    margin: 10px 20px;
  }
}
.login-modal .modal-footer {
  padding: 30px;
  border-top: none;
}
@media (max-width: 768.98px) {
  .login-modal .modal-footer {
    padding: 20px 20px 40px 20px;
  }
}
.login-modal .modal-footer .btn {
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .login-modal .modal-footer .btn {
    line-height: 2.2;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .login-modal .modal-footer {
    padding: 40px 20px;
  }
}
.login-modal .modal-footer h3 {
  margin-bottom: 15px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .login-modal .modal-footer h3 {
    padding: 0px 60px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 768.98px) {
  .login-header .header-wrapper .site-logo a {
    margin-left: 15px;
  }
}
.login-page {
  max-width: 940px;
  margin: 0px auto;
}
.login-page .message-login-title p {
  color: #F02828;
}
.login-page .form-control {
  margin: 15px 0;
  border-radius: 4px;
}
.login-page .btn {
  margin-bottom: 15px;
  margin-top: 5px;
  height: 50px;
}
.login-page .btn.btn-primary {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .login-page .btn.btn-primary {
    font-size: 1rem;
  }
}
.login-page .error {
  display: none;
}
.login-page .product-item-element {
  padding-top: 10px;
}
.login-page .link-cancell {
  padding-bottom: 10px;
}
.login-page a {
  color: #0075a4;
  display: block;
}
.login-page a:hover {
  color: #002F5F;
}
.login-page .btn-width-auto .btn {
  display: inline-block;
}
@media (min-width: 768px) {
  .login-page .btn-width-auto .btn {
    min-width: 282px;
  }
}
.register-title {
  font-size: 0.875rem;
  color: #002F5F;
  font-weight: 700;
  padding-bottom: 15px;
}
.login-title {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .login-title {
    font-size: 2.25rem;
  }
}
.login-form__username-wrap {
  position: relative;
}
.login-form__username-wrap i {
  position: absolute;
  top: 12px;
  right: 7px;
  color: #0db3a9;
}
@media (min-width: 769px) {
  .login-inner-left {
    padding-right: 60px;
    border-right: 1px solid #dadada;
  }
  .login-inner-left p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .login-inner-left .login-form__username-wrap {
    margin: 25px 0px 30px 0;
  }
  .login-inner-left .login-form__password-wrap {
    margin: 20px 0px 10px 0;
  }
  .login-inner-left ul li {
    width: 48%;
  }
}
@media (max-width: 1279.98px) {
  .login-inner-left ul li,
  .login-inner-right ul li {
    width: 100% !important;
  }
}
.login-inner-right p {
  line-height: 1.8;
}
@media (min-width: 769px) {
  .login-inner-right {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .login-inner-right {
    border-top: 1px solid #bbbbbb;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.login-parent .login-title {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .login-parent .login-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .login-parent {
    padding: 0px 40px;
  }
  .login-parent .breadcrumb {
    display: none;
  }
}
header.main-header .amway-theme {
  margin: 0;
  padding: 0;
}
header.main-header .amway-theme .amw-navigation-menu {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-top: none;
}
header.main-header .amway-theme .header-container .header-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
header.main-header .amway-theme .header-container .country-language-container {
  margin-left: 0;
  padding-top: 20px;
}
.login-header {
  padding-top: 0px !important;
}
.login-header .header-element-content .site-logo {
  padding-top: 20px;
}
.img-responsive {
  max-width: 100%;
}
.pos-relative {
  position: relative;
}
.general-header .mobile-logo {
  padding-top: 0px;
}
.login-page {
  max-width: 940px;
  margin: 0px auto;
}
.login-modal ul li a {
  color: #56565a;
}
.login-modal ul li i {
  color: #0db3a9;
  font-size: 1.3125rem;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.fa-angle-right::before {
  content: "\f105";
}
.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.btn.btn-outline-primary {
  border: 1px solid #0db3a9;
  background-color: #fff;
  color: #56565a;
}
.btn.btn-outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  color: #56565a;
}
@media (min-width: 769px) {
  .login-inner-left {
    padding-right: 60px;
    border-right: 1px solid #dadada;
  }
  .login-inner-left p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .login-inner-left .login-form__username-wrap {
    margin: 25px 0px 30px 0;
  }
  .login-inner-left .login-form__password-wrap {
    margin: 20px 0px 10px 0;
  }
  .login-inner-left ul li {
    width: 48%;
  }
}
@media (max-width: 1279.98px) {
  .login-inner-left ul li,
  .login-inner-right ul li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  body {
    margin-top: 90px !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .login-page {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .general-header {
    background: #ffffff;
  }
}
.general-header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: 0;
}
.header-wrapper .mobile-logo {
  display: none;
}
@media (max-width: 991.98px) {
  .login-parent {
    padding-top: 0px !important;
  }
  .header-wrapper .site-logo {
    display: none;
  }
  .header-wrapper .mobile-logo {
    display: block;
    width: 90px;
    height: 42px;
    position: relative;
    background-size: 100%;
    margin: 7px 0 0 15px;
    padding-top: 10px;
    float: left;
  }
}
.login-page-height {
  position: relative;
  min-height: 100vh;
}
.login-page-height .login-page-content {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .login-page-height .login-page-content {
    padding-bottom: 160px;
  }
}
.login-page-height .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
}
@media (max-width: 767.98px) {
  .login-page-height .footer {
    height: 140px;
  }
}
.login-page .btn.btn-outline-primary,
.login-page .btn.btn-outline-secondary {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.copyright {
  font-size: 0.8125rem;
}
@media (max-width: 767.98px) {
  .copyright {
    font-size: 0.6875rem;
    font-family: Arial, Helvetica, sans-serif;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.footer {
  background: #002F5F;
  color: #fff;
  padding: 35px 0 30px 0;
  text-align: center;
}
.footer ul {
  margin-bottom: 1px;
}
.footer ul li {
  display: inline-block;
  padding: 0 0.5rem 0 0.5rem;
  border-left: 1px solid #fff;
  margin-bottom: 0.7rem;
  border-right: none;
}
@media (max-width: 767.98px) {
  .footer ul li {
    margin-bottom: 10px!important;
  }
}
.footer ul li:first-child {
  border-left: none;
}
.footer ul li a {
  color: #fff;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .footer ul li a {
    font-size: 0.8125rem;
  }
}
.footer ul li a:hover {
  color: #999999;
}
.btn-primary {
  background-color: #0db3a9 !important;
}
.login-inner-right.hideregister {
  border-top: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
/*start utilities.js*/
.lh-21 {
  line-height: 21px;
}
.lh-18 {
  line-height: 1.8;
}
.lh-16 {
  line-height: 1 !important;
}
.lh-25,
.lh-25 p {
  line-height: 25.2px;
}
.lh-15 {
  line-height: 1.5 !important;
}
.lh-18-15 {
  line-height: 1.8 !important;
}
@media (max-width: 768.98px) {
  .lh-18-15 {
    line-height: 1.5 !important;
  }
}
.lh-24-25 {
  line-height: 1.5 !important;
}
@media (max-width: 768.98px) {
  .lh-24-25 {
    line-height: 1.8 !important;
  }
}
.lh-28-21 {
  line-height: 1.75 !important;
}
@media (max-width: 768.98px) {
  .lh-28-21 {
    line-height: 1.5 !important;
  }
}
/*end utilities.js*/
/*start idp */
.green-box {
  border: 1px solid #b4dcdc;
  background: #F0F8F8;
  padding: 25px 20px;
  max-width: 604px;
  margin: 20px auto 20px auto;
}
@media (max-width: 768.98px) {
  .green-box {
    padding: 25px 20px 25px 20px;
    margin-bottom: 10px;
  }
}
.green-box .green-box-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 768.98px) {
  .green-box .green-box-title {
    font-size: 1rem;
  }
}
.green-box p {
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .green-box p {
    margin-bottom: 20px;
  }
}
.login-page-center {
  max-width: 445px;
  margin: 0 auto;
}
@media (max-width: 768.98px) {
  .login-page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.login-page-center-v2 {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 768.98px) {
  .login-page-center-v2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.login-page-center-v2 .green-box {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .login-page-center-v2 .green-box {
    margin-top: 30px;
  }
}
.login-page-center-v2 .green-box .btn-primary {
  max-width: 402px;
  width: 100%;
}
@media (max-width: 768.98px) {
  .login-page-center-v2 .green-box .btn-primary {
    padding-left: 0;
    padding-right: 0;
    height: 40px;
  }
}
.login-page-center-v3 {
  text-align: center;
  border-top: 1px solid #dadada;
  padding: 40px 140px 0 140px;
  margin-top: 40px;
}
@media (max-width: 768.98px) {
  .login-page-center-v3 {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .login-page-center-v3 {
    padding: 40px 0px 0 0px;
  }
}
.login-page-center-inner {
  min-width: auto;
}
@media (min-width: 768px) {
  .login-page-center-inner {
    padding-left: 50px;
    padding-right: 50px;
    min-width: 445px;
  }
}
.tollfreeno span {
  display: block;
  font-size: 0.875rem;
}
.tollfreeno label {
  font-size: 1.125rem;
}
.tollfreeno label small {
  font-size: 0.625rem;
}
.loggedin-user-info {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768.98px) {
  .loggedin-user-info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.loggedin-user-info .loggedin-user-pic {
  width: 46px;
}
@media (min-width: 769px) {
  .loggedin-user-info .loggedin-user-pic {
    width: 56px;
  }
}
.loggedin-user-info .loggedin-user-detail {
  padding-left: 14px;
}
@media (min-width: 769px) {
  .loggedin-user-info .loggedin-user-detail {
    padding-left: 20px;
  }
}
.loggedin-user-info .loggedin-user-detail label {
  color: #002F5F;
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media (min-width: 769px) {
  .loggedin-user-info .loggedin-user-detail label {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.loggedin-user-info .loggedin-user-detail p {
  line-height: 1;
}
.message-info {
  padding: 10px 15px 10px 40px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  background: #f4f4f4;
  text-align: left;
  font-weight: bold;
}
.message-info h6 {
  line-height: 1.5;
}
@media (min-width: 769px) {
  .message-info {
    text-align: center;
    padding: 20px;
  }
}
.message-info i {
  font-size: 1rem;
  margin-right: 4px;
  position: absolute;
  left: 15px;
  top: 11px;
}
@media (min-width: 769px) {
  .message-info i {
    font-size: 1rem;
    margin-right: 4px;
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.message-info .message-info-note {
  color: #ed174c;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 769px) {
  .message-info .message-info-note {
    font-size: 1rem;
  }
}
.message-info.with-left-align {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (min-width: 769px) {
  .message-info.with-left-align {
    text-align: left;
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.message-info.with-left-align .message-info-note {
  font-size: 0.875rem;
  line-height: 1.5;
}
.message-info.with-left-align p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (max-width: 768.98px) {
  .message-info.with-left-align p {
    margin-bottom: 15px;
  }
}
.message-info.with-left-align p.u-mb-15 {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .message-info.with-left-align .error {
    font-size: 1rem;
  }
}
.font-16-14 {
  font-size: 0.875rem !important;
}
@media (min-width: 769px) {
  .font-16-14 {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .button-center {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.email-verified-icon {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #0db3a9;
  font-size: 1.25rem;
}
.confirm-agree {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .confirm-agree {
    margin-bottom: 30px;
  }
}
.confirm-agree table {
  border: 1px solid #dadada;
}
.confirm-agree thead .custom-control {
  margin-bottom: 0;
  margin-top: 5px;
}
.confirm-agree thead .custom-control .custom-control-label {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  .confirm-agree thead .custom-control .custom-control-label {
    font-size: 0.875rem;
  }
}
.confirm-agree thead.thead-light th {
  border: none;
}
.confirm-agree th {
  padding: 12px 15px;
  line-height: 18px;
}
@media (max-width: 768.98px) {
  .confirm-agree th {
    padding: 8px 15px;
  }
}
.confirm-agree td {
  padding: 16px 15px;
  line-height: 21px;
}
@media (max-width: 768.98px) {
  .confirm-agree td {
    padding: 17px 15px;
  }
}
.confirm-agree .btn {
  min-width: 122px;
  height: 32px;
  padding: 5px;
  font-size: 0.875rem;
  color: #56565a;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 768.98px) {
  .confirm-agree .btn {
    font-size: 0.875rem;
    min-width: 108px;
    height: 30px;
  }
}
.confirm-agree .custom-control {
  margin-bottom: 0;
  margin-top: 5px;
}
.error-list .error-li {
  line-height: 18px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.error-list .error-li:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .error-list .error-li {
    font-size: 0.875rem;
    margin-bottom: 6px;
    line-height: 22.5px;
  }
}
.error-list .error-li.has-success .fa.fa-circle-check {
  display: inline-block;
}
.error-list .error-li.has-error {
  color: #F02828;
}
.error-list .error-li.has-error .fa.fa-circle-xmark {
  display: inline-block;
}
.error-list .error-li .fa {
  color: #bbbbbb;
  margin-right: 5px;
}
@media (min-width: 769px) {
  .error-list .error-li .fa {
    margin-right: 10px;
  }
}
.error-list .error-li .fa.fa-circle-xmark {
  color: #F02828;
}
.error-list .error-li .fa.fa-circle-check {
  color: #0db3a9;
}
.sms-code-auth {
  gap: 15px;
}
.sms-code-auth .btn {
  padding: 5px !important;
  margin: 0 !important;
}
.checked-icon {
  text-align: center;
}
.checked-icon i {
  font-size: 60px;
  color: #0db3a9;
  margin: 0;
}
@media (max-width: 768.98px) {
  .checked-icon i {
    font-size: 3.125rem;
  }
}
.login-hr {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .login-parent-IDPM .login-title {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
@media (max-width: 768.98px) {
  .login-parent-IDPM .form-control {
    height: 44px;
  }
}
@media (max-width: 768.98px) {
  .login-parent-IDPM .login-form__username-wrap i {
    top: 15px;
  }
}
@media (min-width: 768px) {
  .login-parent-IDPM .login-form__password-wrap {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768.98px) {
  .login-parent-IDPM .login-form__password-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 768.98px) {
  .login-parent-IDPM .login-form__password-wrap.login-form__password-wrap-v2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768.98px) {
  .login-parent-IDPM .login-form__password-wrap.login-form__password-wrap-v2 .form-control {
    margin-top: 15px;
  }
}
.tooltip.show {
  opacity: 1;
}
.form-control.is-invalid {
  padding-right: 0;
}
/*end idp  */
.btn-xxlg-v2 {
  height: 60px !important;
}
@media (max-width: 768.98px) {
  .btn-xxlg-v2 {
    height: 50px !important;
  }
}
.btn-lg-3 {
  height: 40px !important;
  line-height: 1.1;
}
.u-mb-25-15 {
  margin-bottom: 25px !important;
}
@media (max-width: 768.98px) {
  .u-mb-25-15 {
    margin-bottom: 15px !important;
  }
}
.u-mb-30-15 {
  margin-bottom: 30px !important;
}
@media (max-width: 768.98px) {
  .u-mb-30-15 {
    margin-bottom: 15px !important;
  }
}
.u-mb-80-0 {
  margin-bottom: 80px !important;
}
@media (max-width: 768.98px) {
  .u-mb-80-0 {
    margin-bottom: 0px !important;
  }
}
.u-mt-30-15 {
  margin-top: 15px !important;
}
@media (min-width: 769px) {
  .u-mt-30-15 {
    margin-bottom: 0px !important;
  }
}
.u-mb-24-16 {
  margin-bottom: 24px !important;
}
@media (max-width: 768.98px) {
  .u-mb-24-16 {
    margin-bottom: 16px !important;
  }
}
.u-mb-15-25 {
  margin-bottom: 15px !important;
}
@media (max-width: 768.98px) {
  .u-mb-15-25 {
    margin-bottom: 25px !important;
  }
}
.u-mt-15-5 {
  margin-top: 15px !important;
}
@media (max-width: 768.98px) {
  .u-mt-15-5 {
    margin-top: 5px !important;
  }
}
.u-mb-35-15 {
  margin-bottom: 35px !important;
}
@media (max-width: 768.98px) {
  .u-mb-35-15 {
    margin-bottom: 15px !important;
  }
}
.font-20-18 {
  font-size: 18px !important;
}
@media (min-width: 769px) {
  .font-20-18 {
    font-size: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .u-pb-sp-5 {
    padding-bottom: 5px;
  }
}
.text-center-pc {
  text-align: left;
}
@media (min-width: 769px) {
  .text-center-pc {
    text-align: center;
  }
}
.login-id-success-msg {
  color: #002F5F;
}
.single-btn-out-v3 {
  padding-top: 15px;
  gap: 15px;
  display: block !important;
}
@media (min-width: 769px) {
  .single-btn-out-v3 {
    gap: 20px;
    display: flex !important;
    padding-top: 30px;
  }
}
@media (min-width: 769px) {
  .single-btn-out-v3 .btn {
    margin: 0 !important;
  }
}
@media (max-width: 768.98px) {
  .single-btn-out-v3 .btn {
    width: 100% !important;
  }
}
.btn-xxlg-v2 {
  height: 60px !important;
}
@media (max-width: 768.98px) {
  .btn-xxlg-v2 {
    height: 50px !important;
  }
}
.btn-lg-3 {
  height: 40px !important;
  line-height: 1.1;
}
.login-page .btn.btn-outline-primary,
.login-page .btn.btn-outline-secondary {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.login-page .btn.btn-outline-primary.btn-xxlg-v2,
.login-page .btn.btn-outline-secondary.btn-xxlg-v2 {
  line-height: 50px;
}
@media (min-width: 768px) {
  .login-page .btn.btn-outline-primary.btn-xxlg-v2,
  .login-page .btn.btn-outline-secondary.btn-xxlg-v2 {
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  .form-control {
    font-size: 1rem;
  }
}
.reset-pwd {
  font-family: '?????? Pro W3', 'Hiragino Kaku Gothic Pro', '????', Meiryo, Osaka, '?? ?????', 'MS PGothic', sans-serif;
}
.form-control::placeholder {
  color: #9E9E9E;
  opacity: 1;
}
.u-mt-30-15 {
  margin-top: 15px !important;
}
@media (min-width: 769px) {
  .u-mt-30-15 {
    margin-top: 30px !important;
  }
}
.custom-control-label {
  color: #56565a;
  line-height: 1.33;
}
.u-mb-40-20 {
  margin-bottom: 40px !important;
}
.text-indent-1-v1 {
  text-indent: -1em !important;
  padding-left: 1.3em !important;
}
.complete-pwd-btn {
  border-radius: 50px !important;
}
@media (max-width: 768.98px) {
  .u-mb-40-20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .u-mb-15-10 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .btn-xxlg-v2 {
    height: 50px !important;
  }
}
.min-width-140 {
  min-width: 140px !important;
}
.u-mt-30-34 {
  margin-top: 34px !important;
}
@media (min-width: 769px) {
  .u-mt-30-34 {
    margin-top: 30px !important;
  }
}
.btn-disabled {
  cursor: not-allowed !important;
}
.btn-disabled:hover {
  cursor: not-allowed !important;
}
@media (max-width: 768.98px) {
  .login-parent-IDPM {
    padding-bottom: 25px;
  }
}
.bg-none {
  background-color: transparent !important;
}
.u-pr-30 {
  padding-right: 30px !important;
}
@media (max-width: 768.98px) {
  .footer ul {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 768.98px) {
  .login-page-height {
    min-height: calc(100vh - 90px);
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 35px !important;
  }
}
@media (max-width: 767px) {
  .footer ul li:last-child {
    position: relative;
    top: 1px !important;
  }
}
@media (max-width: 1300px) {
  .copyright {
    top: 1px !important;
  }
}
@media (min-width: 769px) {
  .login-page-center-v3 p {
    white-space: nowrap;
  }
}
