a:hover {
  text-decoration: none !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: 0 0;
  border: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-left: 1px solid #e3e3e3;
  border-top-right-radius: 0.1875rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 0.1875rem;
  border-right: 1px solid #e3e3e3;
  border-top-left-radius: 0.1875rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #e3e3e3;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fe0000;
  --orange: #f69100;
  --yellow: #f0ba00;
  --green: #00b91f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2c72c6;
  --secondary: #6c757d;
  --success: #00b91f;
  --info: #17a2b8;
  --warning: #f0ba00;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #333;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
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;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  color: #e83e8c;
  font-size: 87.5%;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.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.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  color: #333;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #ccc;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #ccc;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #ccc;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #333;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #c4d8ef;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #91b6e1;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0caea;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cccf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #b8ebc0;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #7adb8b;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e6af;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fbecb8;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #f7db7a;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9e5a0;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eef1f3;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #ccc;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}
@media (max-width: 543.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  color: #444;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 36px;
  line-height: 1.5;
  padding: 0.375rem 0.85714rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #fff;
  border-color: #2c72c6;
  box-shadow: none;
  color: #444;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #444;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #333;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-lg,
.form-control-sm {
  border-radius: 0.1875rem;
  line-height: 1.5;
}
.form-control-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #00b91f;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(0, 185, 31, 0.9);
  border-radius: 0.1875rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMwMGI5MWYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xJy8+PC9zdmc+);
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #00b91f;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #00b91f;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.85714rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300b91f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.85714rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #00b91f;
  padding-right: calc(0.75em + 2.41964rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #00b91f;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #00b91f;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #00b91f;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #00b91f;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #00ec28;
  border-color: #00ec28;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #00b91f;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #00b91f;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00b91f;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1875rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZGMzNTQ1JyBkPSdtMCAwIDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.85714rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.85714rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.41964rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 544px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  padding: 13px 20px;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #2c72c6;
  border-color: #2c72c6;
}
.btn-primary:hover {
  background-color: #2560a7;
  border-color: #235a9c;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 135, 207, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #2c72c6;
  border-color: #2c72c6;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #235a9c;
  border-color: #205492;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 135, 207, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}
.btn-success:hover {
  background-color: #009319;
  border-color: #008616;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 65, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #008616;
  border-color: #007914;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 65, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}
.btn-warning:hover {
  background-color: #ca9c00;
  border-color: #bd9200;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #bd9200;
  border-color: #b08900;
  color: #fff;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 164, 6, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 4%, 85%, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  border-color: #2c72c6;
  color: #2c72c6;
}
.btn-outline-primary:hover {
  background-color: #2c72c6;
  border-color: #2c72c6;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #2c72c6;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.5);
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  border-color: #00b91f;
  color: #00b91f;
}
.btn-outline-success:hover {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #00b91f;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.5);
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  border-color: #f0ba00;
  color: #f0ba00;
}
.btn-outline-warning:hover {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 186, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #f0ba00;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 186, 0, 0.5);
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  color: #444;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #1e1e1e;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.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 {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
  color: #333;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1260px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  bottom: auto;
  right: auto;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #2c72c6;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  color: #444;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.85714rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.85714rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #2c72c6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #b6d0ef;
  border-color: #b6d0ef;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J202LjU2NC43NS0zLjU5IDMuNjEyLTEuNTM4LTEuNTVMMCA0LjI2bDIuOTc0IDIuOTlMOCAyLjE5M3onLz48L3N2Zz4=);
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #2c72c6;
  border-color: #2c72c6;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  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;
  width: calc(1rem - 4px);
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.85714rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  color: #444;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 36px;
  line-height: 1.5;
  padding: 0.375rem 1.85714rem 0.375rem 0.85714rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #2c72c6;
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.25);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #444;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.85714rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: 36px;
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2c72c6;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  font-weight: 400;
  height: 36px;
  left: 0;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #444;
  line-height: 1.5;
  padding: 0.375rem 0.85714rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #2c72c6;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b6d0ef;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #2c72c6;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b6d0ef;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #2c72c6;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b6d0ef;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 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;
  }
}
.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img {
  border-radius: calc(0.1875rem - 1px);
  width: 100%;
}
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
  width: 100%;
}
.card-img-bottom {
  border-bottom-left-radius: calc(0.1875rem - 1px);
  border-bottom-right-radius: calc(0.1875rem - 1px);
  width: 100%;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .card-deck {
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 544px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0.1875rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  display: inline-block;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.1875rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #444;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #1e1e1e;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.25);
  outline: 0;
  z-index: 2;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.page-item.active .page-link {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
  z-index: 1;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.badge {
  border-radius: 0.1875rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  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;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #2c72c6;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #235a9c;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.5);
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  outline: 0;
}
.badge-success {
  background-color: #00b91f;
  color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #008616;
  color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.5);
  outline: 0;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #f0ba00;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #bd9200;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 186, 0, 0.5);
  outline: 0;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.1875rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.alert-primary {
  background-color: #d5e3f4;
  border-color: #c4d8ef;
  color: #173b67;
}
.alert-primary hr {
  border-top-color: #b0caea;
}
.alert-primary .alert-link {
  color: #0e233d;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cccf;
}
.alert-secondary .alert-link {
  color: #212326;
}
.alert-success {
  background-color: #ccf1d2;
  border-color: #b8ebc0;
  color: #006010;
}
.alert-success hr {
  border-top-color: #a4e6af;
}
.alert-success .alert-link {
  color: #002d08;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c32;
}
.alert-warning {
  background-color: #fcf1cc;
  border-color: #fbecb8;
  color: #7d6100;
}
.alert-warning hr {
  border-top-color: #f9e5a0;
}
.alert-warning .alert-link {
  color: #4a3900;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b1b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #eef1f3;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbd;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.1875rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}
.progress-bar {
  background-color: #2c72c6;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    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;
  }
}
.media {
  align-items: flex-start;
  display: flex;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #333;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  margin-bottom: 0;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
  z-index: 2;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-right: -1px;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  margin-right: 0;
}
@media (min-width: 544px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group-item-primary {
  background-color: #c4d8ef;
  color: #173b67;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #b0caea;
  color: #173b67;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #173b67;
  border-color: #173b67;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cccf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #b8ebc0;
  color: #006010;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #a4e6af;
  color: #006010;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #006010;
  border-color: #006010;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #fbecb8;
  color: #7d6100;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #f9e5a0;
  color: #7d6100;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #7d6100;
  border-color: #7d6100;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b1b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #eef1f3;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbd;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #e3e3e3;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-top: 1px solid #e3e3e3;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 544px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  display: block;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.1875rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.1875rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  height: 1rem;
  left: calc(-0.5rem + -1px);
  margin: 0.1875rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.1875rem 0;
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #333;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: no-repeat 50%/100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J201LjI1IDAtNCA0IDQgNCAxLjUtMS41TDQuMjUgNGwyLjUtMi41eicvPjwvc3ZnPg==);
}
.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J20yLjc1IDAtMS41IDEuNUwzLjc1IDRsLTIuNSAyLjVMMi43NSA4bDQtNHonLz48L3N2Zz4=);
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
.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: #2c72c6 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #235a9c !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #00b91f !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #008616 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #f0ba00 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #bd9200 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e3e3e3 !important;
}
.border-top {
  border-top: 1px solid #e3e3e3 !important;
}
.border-right {
  border-right: 1px solid #e3e3e3 !important;
}
.border-bottom {
  border-bottom: 1px solid #e3e3e3 !important;
}
.border-left {
  border-left: 1px solid #e3e3e3 !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: #2c72c6 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #00b91f !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #f0ba00 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded,
.rounded-sm {
  border-radius: 0.1875rem !important;
}
.rounded-top {
  border-top-left-radius: 0.1875rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.1875rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.1875rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.1875rem !important;
}
.rounded-left {
  border-top-left-radius: 0.1875rem !important;
}
.rounded-lg {
  border-radius: 0.1875rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.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: 544px) {
  .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: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-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 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}
.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: 544px) {
  .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: 768px) {
  .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: 992px) {
  .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;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  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;
}
.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.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: 544px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-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;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-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: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #2c72c6 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #1e4e87 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #00b91f !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #006d12 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #f0ba00 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #a47f00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #333 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #ccc;
  }
  .table .thead-dark th {
    border-color: #ccc;
    color: inherit;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container--small {
    max-width: 990px;
  }
}
@media (min-width: 1441px) {
  .container--small.homepage {
    max-width: 1140px;
  }
}
.carousel .carousel-control-prev {
  justify-content: flex-start;
}
.carousel .carousel-control-next {
  justify-content: flex-end;
}
.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-link {
  color: #e9ecef #e9ecef #dee2e6;
  font-size: 1.1rem;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #2c72c6;
}
.card {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
}
.card-header h4 {
  margin-bottom: 0;
}
.modal .modal-body {
  flex: 0 0 auto;
}
dt {
  color: #495057;
  font-weight: 400;
}
.custom-checkbox .custom-control-label:before {
  background: #e6e6e6;
  border: 0;
  height: 20px;
  width: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZicgZD0nTTYuNTY0Ljc1bC0zLjU5IDMuNjEyLTEuNTM4LTEuNTVMMCA0LjI2IDIuOTc0IDcuMjUgOCAyLjE5M3onLz48L3N2Zz4=);
  height: 20px;
  left: -25px;
  top: 0;
  width: 20px;
}
.form-control.is-invalid {
  background-image: none;
}
.btn {
  border-radius: 3px;
  font-size: 0.9285714286rem;
  height: 40px;
  line-height: 40px;
  min-width: 110px;
  padding: 0 30px;
  transition: all 0.35s ease;
}
.btn-primary {
  background-color: #1464f4;
  background-image: linear-gradient(90deg, #1464f4 0, #3062ec);
  border: 0;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #1464f4;
  background-image: linear-gradient(90deg, #3062ec 0, #1464f4);
  border-color: #1464f4;
  color: #fff;
  opacity: 0.8;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-image: linear-gradient(90deg, red 0, #cb2a1d);
  color: #fff;
  opacity: 0.8;
}
.btn-secondary {
  background: #cb2a1d;
  border: 0;
  color: #fff;
}
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover {
  background: #cb2a1d;
  border: 0;
  color: #fff;
  opacity: 0.8;
}
.btn-default {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0;
}
.btn-default.btn-ssm {
  min-width: 0;
  width: 115px;
}
.btn-default.red {
  border: 1px solid #cb2a1d;
  color: #cb2a1d;
}
.btn-default.grayLight {
  border: 1px solid #979797;
  color: #979797;
}
.btn-white {
  background: #fff;
  border-color: #1464f4;
  border-radius: 3px;
  color: #1464f4;
  opacity: 1;
  text-decoration: none !important;
}
.btn-white:focus,
.btn-white:hover {
  background: #fff;
  color: #1464f4;
  opacity: 0.8;
}
.btn-white.disabled,
.btn-white:disabled {
  background: #6c757d;
  color: #fff;
  opacity: 0.8;
}
.btn-white-bg {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 52px;
  box-sizing: border-box;
}
.btn-white-bg.disabled,
.btn-white-bg:disabled,
.btn-white-bg:focus,
.btn-white-bg:hover {
  opacity: 0.8;
}
.btn-outline-primary {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
}
.btn-outline-primary:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-outline-wrapper {
  border-radius: 5px;
  overflow: hidden;
  transform: scale(1);
}
.btn-outline-wrapper .btn-outline-primary {
  background: #fff;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 5px;
  line-height: 38px;
  overflow: initial;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.btn-outline-wrapper .btn-outline-primary span {
  background: linear-gradient(90deg, #cb2a1d, red);
  background-clip: border-box;
  -webkit-background-clip: text;
  position: relative;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.btn-outline-wrapper .btn-outline-primary:after,
.btn-outline-wrapper .btn-outline-primary:before {
  background: linear-gradient(90deg, red, #cb2a1d);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -5px;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transition-duration: 0.35s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.btn-outline-wrapper .btn-outline-primary:after {
  transform: scaleX(-1.1);
  z-index: 0;
}
.btn-outline-wrapper .btn-outline-primary:hover,
.btn-outline-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #cb2a1d;
}
.btn-outline-wrapper .btn-outline-primary:hover span,
.btn-outline-wrapper
  .btn-outline-primary:not(:disabled):not(.disabled):active
  span {
  background: 0 0;
  -webkit-text-fill-color: initial;
  color: #fff;
  z-index: 1;
}
.btn-outline-wrapper .btn-outline-primary:hover:after,
.btn-outline-wrapper
  .btn-outline-primary:not(:disabled):not(.disabled):active:after {
  transform: scaleX(1.1);
  z-index: 0;
}
.btn-outline-wrapper .btn-outline-primary.disabled,
.btn-outline-wrapper .btn-outline-primary:disabled {
  pointer-events: none;
}
.btn-outline-wrapper .btn-outline-primary.disabled:after,
.btn-outline-wrapper .btn-outline-primary.disabled:before,
.btn-outline-wrapper .btn-outline-primary:disabled:after,
.btn-outline-wrapper .btn-outline-primary:disabled:before {
  background: linear-gradient(90deg, #7d7d7d, #c9c9c9);
}
.btn-outline-wrapper .btn-outline-primary.disabled span,
.btn-outline-wrapper .btn-outline-primary:disabled span {
  background: 0 0;
  -webkit-text-fill-color: initial;
  color: #fff;
  z-index: 1;
}
.btn-outline-wrapper.width-auto {
  margin: 0 auto;
}
.btn-outline-wrapper.width-auto .btn-outline-primary {
  width: auto !important;
}
.btn-outline-wrapper.small .btn-outline-primary {
  font-size: 14px;
  font-size: 0.875rem;
  height: 40px;
  line-height: 38px;
}
.btn-outline-wrapper.xs .btn-outline-primary {
  font-size: 14px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 28px;
  padding: 0 20px;
}
.modal-box {
  background: rgba(0, 0, 0, 0.35);
}
.modal-box .modal-header {
  align-items: center;
  border: none;
  justify-content: center;
  padding: 0;
}
.modal-box .modal-header .modal-title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .modal-box .modal-header .modal-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .modal-box .modal-header .modal-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .modal-box .modal-header .modal-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.modal-box .modal-header .modal-title:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 92px;
}
.modal-box .modal-header button.close {
  color: #d0d9ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 999;
}
.modal-box .modal-dialog {
  max-width: 720px;
}
.modal-box .modal-content {
  background-clip: unset;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding: 35px 60px 38px;
}
@media (max-width: 767.98px) {
  .modal-box .modal-content {
    padding: 20px;
  }
}
.modal-box .modal-content .btn {
  text-transform: uppercase;
}
.modal-box .modal-content .form-control-label {
  margin-bottom: 5px;
}
.modal-box .close-modal {
  background: 0 0;
  border: none;
  color: #d0d9ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 999;
}
.modal-box .close-modal:focus {
  outline: none;
}
.modal-box .close-modal span {
  font-size: 30px;
}
.modal-box .modal-body {
  border: none;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.modal-box .modal-body h3 {
  color: #d0d9ff;
  font-size: 1.428rem;
  line-height: 2rem;
  margin-bottom: 4px;
  margin-top: 10px;
  text-transform: uppercase;
}
.modal-box .modal-body p {
  color: #747474;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.143rem;
}
@media (max-width: 575.98px) {
  .modal-box .modal-body p {
    font-size: 12px;
  }
}
.modal-box .modal-body .form-group {
  text-align: left;
  width: 100%;
}
.modal-box .modal-footer {
  align-items: center;
  border: none;
  justify-content: center;
  padding: 0;
}
#removeProductModal .modal-header {
  border-bottom: none;
}
#removeProductModal .modal-content .modal-body {
  padding-top: 0 !important;
}
.block-megamainmenu {
  margin-left: auto;
}
.block-megamainmenu * {
  font-family: Mulish;
}
.mega_menu {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 84px;
  transform: translateY(-15px);
  transition: 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}
@media (max-width: 991px) {
  .mega_menu {
    top: 60px;
  }
}
.mega_menu .container {
  max-width: 100% !important;
  padding: 30px;
}
@media (max-width: 991px) {
  .mega_menu .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.mega_menu .nav-tabs {
  align-items: center;
  border: none;
}
.mega_menu .nav-tabs .nav-link {
  border: none;
  color: #3c3c3c;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding: 0;
  text-transform: uppercase;
}
.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}
.mega_menu .nav-tabs .nav-link.active {
  color: #1464f4;
  font-size: 16px;
}
.mega_menu .pop_tu_van a {
  align-items: center;
  color: #3c3c3c;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
.mega_menu .pop_tu_van a svg {
  margin-right: 10px;
  fill: #3c3c3c;
}
.mega_menu .pop_tu_van a:hover {
  color: #1464f4;
}
.mega_menu .pop_tu_van a:hover svg {
  fill: #1464f4;
}
.mega_menu .item_name {
  color: #3c3c3c;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 125%;
  margin-top: 4px;
}
.mega_menu .slogan {
  color: #707070;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-bottom: 10px;
}
.mega_menu .price {
  color: #3c3c3c;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 127%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mega_menu .see-details {
  color: #1464f4;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.mega_menu .link {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  text-align: center;
}
.mega_menu .link a {
  color: #2998dd;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  text-decoration-line: underline;
}
.mega_menu .mega-title {
  color: #3c3c3c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 22px;
}
.mega_menu .img.col-md-6 {
  margin: -20px 0;
  max-width: 462px;
}
.mega_menu .desc {
  color: #707070;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-top: 20px;
  text-align: center;
}
.mega_menu .view_all {
  padding-top: 20px;
  text-align: center;
}
.mega_menu .view_all a {
  align-items: center;
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 16px;
  transition: 0.3s;
  width: 364px;
}
.mega_menu .view_all a:hover {
  background: #125eb9;
}
.mega_menu_header.mega-main-menu {
  display: flex;
  gap: 15px;
  height: 84px;
  justify-content: end;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.mega_menu_header.mega-main-menu * {
  font-family: Mulish;
}
@media screen and (min-width: 1200px) {
  .mega_menu_header.mega-main-menu .menu-header-oto-item {
    flex: 0 0 14.2857142857%;
  }
}
@media screen and (max-width: 992px) {
  .mega_menu_header.mega-main-menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .mega_menu_header.mega-main-menu {
    align-items: center;
    height: 60px;
  }
  .mega_menu_header.mega-main-menu .item-test-drive {
    display: none;
  }
}
.mega_menu_header.mega-main-menu > li {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 22px 0;
}
.mega_menu_header.mega-main-menu > li.active .mega_menu,
.mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu {
  border-top: 2px solid #d9e1e2;
  box-sizing: content-box;
  opacity: 1;
  overflow: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}
.mega_menu_header.mega-main-menu > li.active .mega_menu .fade.show,
.mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu .fade.show {
  visibility: visible;
}
.mega_menu_header.mega-main-menu > li.active .mega_menu .tab-content,
.mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu .tab-content {
  padding: 48px 0 0;
}
@media (max-width: 991px) {
  .mega_menu_header.mega-main-menu > li.active .mega_menu,
  .mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu {
    height: calc(100% - 60px);
    max-height: unset;
    padding-bottom: 92px;
  }
}
.mega_menu_header.mega-main-menu > li.active > a,
.mega_menu_header.mega-main-menu > li.mega_menu_active > a,
.mega_menu_header.mega-main-menu
  > li:not(.desktop-hover):not(.no-hover):hover
  > a {
  color: #1464f4;
}
.mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu {
  max-height: calc(100% - 70px);
  opacity: 1;
  overflow: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}
.mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu .fade.show {
  visibility: visible;
}
@media (max-width: 991px) {
  .mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu {
    max-height: unset;
  }
}
.mega_menu_header.mega-main-menu > li.mega-account:hover > a {
  color: #1464f4;
}
.mega_menu_header.mega-main-menu > li .mega_menu .fade.show {
  visibility: hidden;
}
.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem;
  transition: opacity 0.75s;
  width: -moz-fit-content;
  width: fit-content;
}
.mega_menu_header.mega-main-menu
  > li
  .mega_menu
  .tab-content
  .tab-pane
  a.img.vehicle-hover {
  background: rgba(20, 100, 244, 0.1);
}
.mega_menu_header.mega-main-menu
  > li
  .mega_menu
  .tab-content
  .tab-pane
  a.img.vehicle-hover
  .img-mega-menu-hover {
  display: block;
}
.mega_menu_header.mega-main-menu
  > li
  .mega_menu
  .tab-content
  .tab-pane
  a.img
  .img-mega-menu-hover,
.mega_menu_header.mega-main-menu
  > li
  .mega_menu
  .tab-content
  .tab-pane
  a.img.vehicle-hover
  .img-mega-menu-hover
  + .img-mega-menu {
  display: none;
}
.mega_menu_header.mega-main-menu
  > li
  .mega_menu
  .tab-content
  .tab-pane
  a.img
  .img-mega-menu {
  max-width: 270px;
  width: 100%;
}
.mega_menu_header.mega-main-menu > li > a {
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s;
  white-space: nowrap;
}
.mega_menu_header.mega-main-menu .btn-register-driver {
  align-items: center;
  background: #1464f4;
  border: 1px solid #1464f4;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  line-height: 125%;
  padding: 0 24px;
  text-transform: uppercase;
}
.mega_menu_header.mega-main-menu .btn-register-driver:hover {
  background: #fff;
  border-color: #1464f4;
  color: #1464f4 !important;
  opacity: 1;
}
@media (max-width: 992px) {
  .mega_menu_header.mega-main-menu .btn-register-driver {
    display: none;
  }
}
.mega_menu_header.mega-main-menu
  .mega-account.login:hover
  a.we-mega-menu-li.icon-logged {
  background-color: transparent;
}
.mega_menu_header.mega-main-menu
  .mega-account.login:hover
  a.we-mega-menu-li.icon-logged
  svg:last-child
  path {
  fill: #fff;
}
#block-megamainmenu {
  margin: auto;
}
#block-megamainmenu ul {
  margin: 0;
}
#block-megamainmenu .mega-main-menu {
  gap: 20px;
}
#block-megamainmenudichvu .tab-content {
  padding: 0;
}
#block-megamainmenubattery .img {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
#block-megamainmenubattery .img .img-mega-menu {
  max-width: 238px;
  width: 100%;
}
#block-megamainmenubattery .img .item_name {
  margin-top: 12px;
}
#block-megamainmenubattery .img:hover {
  background: rgba(20, 100, 244, 0.1);
  border-radius: 5px;
}
.hd-mega {
  display: flex;
  justify-content: center;
}
.mega-menu .we-mega-menu-li a {
  text-transform: uppercase;
}
.mega-menu .we-mega-menu-li a.active_mega {
  color: #1464f4 !important;
}
.mega-main-menu .tab-content {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}
.menu_service div.img {
  display: flex;
  justify-content: center;
  left: 15px;
  max-width: 100%;
  position: relative;
}
.menu_service div.img img.img-mega-menu {
  max-width: unset;
}
.menu_service div.img .btn-service {
  align-items: center;
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: flex;
  height: 48px;
  justify-content: center;
  margin: 16px 0;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% - 32px);
}
.menu_service .container {
  max-width: 1140px !important;
}
.mega-dich-vu {
  display: flex;
}
.mega-dich-vu table {
  width: 100%;
}
.mega-dich-vu table tr td,
.mega-dich-vu table tr th {
  padding: 0 15px;
  vertical-align: top;
  width: 30%;
}
.mega-dich-vu table tr td:first-child,
.mega-dich-vu table tr th:first-child {
  padding-left: 0;
}
.mega-dich-vu table tr ul li {
  margin-bottom: 10px;
}
.mega-dich-vu table tr ul li:last-child {
  margin-bottom: 0;
}
.mega-dich-vu li {
  margin-left: -10px;
  padding: 0 !important;
}
.mega-dich-vu li a {
  color: #3c3c3c !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 8px;
}
.mega-dich-vu li a:hover {
  background: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
}
.mega-dich-vu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-dich-vu .img {
  padding: 0;
}
.mega-dich-vu[data-id="2"] ul {
  display: flex;
}
.mega-dich-vu[data-id="2"] ul li:first-child {
  margin-right: 80px;
}
.mega-account {
  margin: 0 !important;
  padding: 0 !important;
}
.mega-account a.we-mega-menu-li {
  align-items: center;
  display: flex;
  padding: 10px;
}
.mega-account a.we-mega-menu-li p {
  color: #3c3c3c;
  margin: 0;
}
.mega-account a.we-mega-menu-li svg {
  fill: #1464f4;
  display: none;
}
.mega-account a.we-mega-menu-li svg:last-child {
  margin-left: 8px;
}
.mega-account a.we-mega-menu-li.btn {
  align-items: center;
  border: unset;
  border-radius: unset;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
.mega-account.login:hover a.we-mega-menu-li {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
}
.mega-account.login:hover a.we-mega-menu-li p {
  color: #1464f4;
}
.mega-account.login:hover a.we-mega-menu-li svg,
.mega-account.login:hover a.we-mega-menu-li svg:last-child path {
  fill: #1464f4;
}
.mega-account.login a.we-mega-menu-li svg {
  display: block !important;
  margin-right: 10px;
}
.mega-account.login .mega_menu {
  display: block !important;
}
.mega-account .content-asset {
  display: flex;
  justify-content: end;
}
.mega-account .content-asset .mega_menu {
  border-radius: 3px;
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.176);
  display: none;
  left: unset;
  margin-right: -30px;
  width: 290px;
}
.mega-account .content-asset .mega_menu ul li {
  margin: 10px;
  padding: 0;
}
.mega-account .content-asset .mega_menu ul li a {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
.mega-account .content-asset .mega_menu ul li a:hover {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
  color: #1464f4;
}
.mega-submenu {
  height: 100%;
}
@media (max-width: 991px) {
  .mega-submenu {
    margin: 0 !important;
  }
}
.mega-submenu li.block-megamainmenu {
  align-items: center;
  display: flex;
}
.mega-submenu li.block-megamainmenu .we-mega-menu-li {
  background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PScxNycgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDIxIDE1Jz48cGF0aCBmaWxsPScjM0MzQzNDJyBkPSdNLjM3NS43NWgyMC4yNVYzSC4zNzV6bTAgNS42MjVoMjAuMjV2Mi4yNUguMzc1em0wIDUuNjI1aDIwLjI1djIuMjVILjM3NXonLz48L3N2Zz4=)
    50% no-repeat;
  height: 44px;
  width: 44px;
}
@media (hover: hover) {
  .mega-submenu li.block-megamainmenu:not(.has-touch) .we-mega-menu-li:hover {
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PScxNycgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDIxIDE1Jz48cGF0aCBmaWxsPScjMTQ2NEY0JyBkPSdNLjM3NS43NWgyMC4yNVYzSC4zNzV6bTAgNS42MjVoMjAuMjV2Mi4yNUguMzc1em0wIDUuNjI1aDIwLjI1djIuMjVILjM3NXonLz48L3N2Zz4=)
      50% no-repeat;
  }
}
@media (max-width: 991px) {
  .mega-submenu li.block-megamainmenu .we-mega-menu-li {
    transition: unset;
  }
  .mega-submenu li.block-megamainmenu.mega_menu_active a.we-mega-menu-li {
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBzdHJva2U9JyMwMDAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScxLjYnIGQ9J20xMi42NjcgMy4zMzMtOS4zMzMgOS4zMzRNMy4zMzQgMy4zMzNsOS4zMzMgOS4zMzQnLz48L3N2Zz4=)
      50% no-repeat;
    background-color: rgba(44, 114, 198, 0.102);
  }
}
.mega-submenu li a.we-mega-menu-li {
  padding: 5px;
}
.mega-submenu li svg {
  fill: #3c3c3c;
}
@media (hover: hover) {
  .mega-submenu li:not(.has-touch):hover a.we-mega-menu-li {
    background-color: rgba(44, 114, 198, 0.102);
    border-radius: 3px;
    color: #1464f4;
  }
  .mega-submenu li:not(.has-touch):hover a.we-mega-menu-li svg {
    fill: #1464f4;
  }
}
.mega-submenu li.mega_menu_active a.we-mega-menu-li {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
  color: #1464f4;
}
.mega-submenu li.mega_menu_active a.we-mega-menu-li svg {
  fill: #1464f4;
}
.mega-submenu .content-asset {
  display: flex;
  justify-content: end;
}
.mega-submenu .content-asset .mega_menu::-webkit-scrollbar {
  width: 4px;
}
.mega-submenu .content-asset .mega_menu::-webkit-scrollbar-thumb {
  background: #7a99ac !important;
}
@media (min-width: 768px) {
  .mega-submenu .content-asset .mega_menu {
    border-radius: 3px;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.176);
    left: unset;
    margin-right: -50px;
    width: 330px;
  }
}
.mega-submenu .content-asset .mega_menu ul {
  margin: 0 !important;
}
.mega-submenu .content-asset .mega_menu ul li {
  margin: 10px;
  padding: 0;
}
.mega-submenu .content-asset .mega_menu ul li a {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
@media (max-width: 991px) {
  .mega-submenu .content-asset .mega_menu ul li > a {
    font-weight: 600;
  }
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand > a,
.mega-submenu .content-asset .mega_menu ul li:hover > a {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
  color: #1464f4;
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand svg,
.mega-submenu .content-asset .mega_menu ul li:hover svg {
  fill: #1464f4;
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand a {
  font-weight: 600 !important;
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul {
  border-left: 1px solid #d9e1e2;
  display: none;
  margin-left: 16px !important;
  margin-top: 20px !important;
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li {
  margin: 0;
  margin-left: 16px !important;
}
.mega-submenu
  .content-asset
  .mega_menu
  ul
  li.submenu-expand
  ul
  li.submenu-subheader {
  background-color: #f8f9fa;
  border-radius: 3px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 8px;
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li a {
  font-weight: 600;
  padding: 12px 0;
}
.mega-submenu
  .content-asset
  .mega_menu
  ul
  li.submenu-expand
  ul
  .submenu-subheader
  ~ li
  a {
  padding: 12px 24px;
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mega-submenu
  .content-asset
  .mega_menu
  ul
  li.submenu-expand
  .toggle-header
  .view-all {
  color: #1464f4;
  display: none;
  font-size: 12px;
  line-height: 150%;
  margin-left: auto;
}
.mega-submenu
  .content-asset
  .mega_menu
  ul
  li.submenu-expand
  .toggle-header
  .toggle-header-arrow {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBzdHJva2U9JyMzQzNDM0MnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScxLjYnIGQ9J200IDYgNCA0IDQtNCcvPjwvc3ZnPg==);
  height: 16px;
  margin: auto 16px auto auto;
  width: 16px;
}
.mega-submenu
  .content-asset
  .mega_menu
  ul
  li.submenu-expand.active-expand
  .toggle-header
  .view-all,
.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand ul {
  display: block;
}
.mega-submenu
  .content-asset
  .mega_menu
  ul
  li.submenu-expand.active-expand
  .toggle-header
  .toggle-header-arrow {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBzdHJva2U9JyMzQzNDM0MnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScxLjYnIGQ9J00xMiAxMCA4IDZsLTQgNCcvPjwvc3ZnPg==);
  margin-left: 16px;
}
.mega-submenu .content-asset .mega_menu ul li .account {
  display: none;
  padding-left: 15px;
}
.mega-submenu .content-asset .mega_menu ul li .account.active {
  display: block;
}
@media (max-width: 991px) {
  .login-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNCcgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE1IDE0Jz48cGF0aCBmaWxsPScjN0E5OUFDJyBkPSdNNy41IDdhMy4zMyAzLjMzIDAgMCAwIDMuMzMzLTMuMzMzIDMuMzMyIDMuMzMyIDAgMSAwLTYuNjY2IDBBMy4zMyAzLjMzIDAgMCAwIDcuNSA3bTAgMS42NjdDNS4yNzUgOC42NjcuODMzIDkuNzgzLjgzMyAxMnYxLjY2N2gxMy4zMzRWMTJjMC0yLjIxNy00LjQ0Mi0zLjMzMy02LjY2Ny0zLjMzMycvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 44px;
    min-width: unset;
    width: 44px;
  }
  #aip-chat-box {
    z-index: 1049 !important;
  }
}
.mega-menu-swiper-button-next {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBmaWxsPScjMTQ2NEY0JyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xNiAyOS4zMzNjLTcuMzY0IDAtMTMuMzMzLTUuOTctMTMuMzMzLTEzLjMzM1M4LjYzNiAyLjY2NyAxNiAyLjY2NyAyOS4zMzMgOC42MzcgMjkuMzMzIDE2IDIzLjM2MyAyOS4zMzMgMTYgMjkuMzMzTTExLjE1IDE0Ljc4OGExLjIxMiAxLjIxMiAwIDEgMCAwIDIuNDI0aDYuNzcxbC0yLjc4IDIuNzhhMS4yMTIgMS4yMTIgMCAwIDAgMS43MTUgMS43MTRsNC44NDgtNC44NDguMDA4LS4wMDlhMS4yIDEuMiAwIDAgMCAuMzQ3LS44NDV2LS4wMDhjMC0uMzI5LS4xMzMtLjYyNy0uMzQ3LS44NDVsLS4wMDgtLjAwOS00Ljg0OC00Ljg0N2ExLjIxMiAxLjIxMiAwIDEgMC0xLjcxNCAxLjcxNGwyLjc3OSAyLjc3OXonIGNsaXAtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  z-index: 1;
}
.mega-menu-swiper-button-next.swiper-button-disabled {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBmaWxsPScjM0MzQzNDJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xNiAyOS4zMzNjLTcuMzY0IDAtMTMuMzMzLTUuOTctMTMuMzMzLTEzLjMzM1M4LjYzNiAyLjY2NyAxNiAyLjY2NyAyOS4zMzMgOC42MzcgMjkuMzMzIDE2IDIzLjM2MyAyOS4zMzMgMTYgMjkuMzMzTTExLjE1IDE0Ljc4OGExLjIxMiAxLjIxMiAwIDEgMCAwIDIuNDI0aDYuNzcxbC0yLjc4IDIuNzhhMS4yMTIgMS4yMTIgMCAwIDAgMS43MTUgMS43MTRsNC44NDgtNC44NDguMDA4LS4wMDlhMS4yIDEuMiAwIDAgMCAuMzQ3LS44NDV2LS4wMDhjMC0uMzI5LS4xMzMtLjYyNy0uMzQ3LS44NDVsLS4wMDgtLjAwOS00Ljg0OC00Ljg0N2ExLjIxMiAxLjIxMiAwIDEgMC0xLjcxNCAxLjcxNGwyLjc3OSAyLjc3OXonIGNsaXAtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);
}
.mega-menu-swiper-button-prev {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBmaWxsPScjMTQ2NEY0JyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGQ9J00yLjY2NyAxNkMyLjY2NyA4LjYzNiA4LjYzNiAyLjY2NyAxNiAyLjY2N1MyOS4zMzMgOC42MzcgMjkuMzMzIDE2IDIzLjM2MyAyOS4zMzMgMTYgMjkuMzMzIDIuNjY3IDIzLjM2MyAyLjY2NyAxNm0xNC4xOS0zLjk5MWExLjIxMiAxLjIxMiAwIDAgMC0xLjcxNC0xLjcxNWwtNC44NDcgNC44NDgtLjAxNS4wMTRhMS4yMSAxLjIxIDAgMCAwIC4wMTMgMS43MDFsNC44NDkgNC44NDlhMS4yMTIgMS4yMTIgMCAwIDAgMS43MTQtMS43MTVsLTIuNzgtMi43NzloNi43NzFhMS4yMTIgMS4yMTIgMCAxIDAgMC0yLjQyNGgtNi43N3onIGNsaXAtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 1;
}
.mega-menu-swiper-button-prev.swiper-button-disabled {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBmaWxsPScjM0MzQzNDJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGQ9J00yLjY2NyAxNkMyLjY2NyA4LjYzNiA4LjYzNiAyLjY2NyAxNiAyLjY2N1MyOS4zMzMgOC42MzcgMjkuMzMzIDE2IDIzLjM2MyAyOS4zMzMgMTYgMjkuMzMzIDIuNjY3IDIzLjM2MyAyLjY2NyAxNm0xNC4xOS0zLjk5MWExLjIxMiAxLjIxMiAwIDAgMC0xLjcxNC0xLjcxNWwtNC44NDcgNC44NDgtLjAxNS4wMTRhMS4yMSAxLjIxIDAgMCAwIC4wMTMgMS43MDFsNC44NDkgNC44NDlhMS4yMTIgMS4yMTIgMCAwIDAgMS43MTQtMS43MTVsLTIuNzgtMi43NzloNi43NzFhMS4yMTIgMS4yMTIgMCAxIDAgMC0yLjQyNGgtNi43N3onIGNsaXAtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);
}
#megaMenuModal {
  overflow: hidden;
}
@media (max-width: 991px) {
  #megaMenuModal {
    margin-top: 60px;
  }
}
#megaMenuModal.modal {
  background: rgba(0, 0, 0, 0.4);
}
#megaMenuModal .modal-dialog {
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  left: unset;
  min-height: 100%;
  min-width: 344px;
  right: 0;
  top: 0;
  transform: none !important;
  width: 17.9166666667%;
}
@media (max-width: 991px) {
  #megaMenuModal .modal-dialog {
    min-width: 100%;
    position: relative;
    width: 100%;
  }
}
#megaMenuModal .modal-content {
  border: none;
  display: flex;
  justify-content: space-between;
  max-height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
}
#megaMenuModal .modal-content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
#megaMenuModal .modal-content .submenu-block {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  #megaMenuModal .modal-content {
    height: calc(100vh - 116px);
    min-height: unset;
    padding: 16px;
  }
}
#megaMenuModal .modal-header {
  border: none;
  margin-bottom: 2em;
}
#megaMenuModal .modal-header button {
  padding: 0;
}
#megaMenuModal .modal-body {
  flex: 1;
  padding: 0;
}
#megaMenuModal .modal-footer {
  border: none;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  line-height: 150%;
  padding: 0;
}
@media (max-width: 991px) {
  #megaMenuModal .modal-footer {
    border: none;
    bottom: 0;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    justify-content: space-between;
    line-height: 150%;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 100%;
  }
}
#megaMenuModal ul {
  list-style: none;
}
#megaMenuModal ul li {
  margin-bottom: 8px;
  padding: 8px;
}
#megaMenuModal ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
#megaMenuModal ul li:hover {
  background: rgba(20, 100, 244, 0.1);
  border-radius: 3px;
}
#megaMenuModal ul li p {
  margin: 0;
}
#megaMenuModal .header-language {
  height: auto;
  margin: 0;
  width: 100%;
}
#megaMenuModal .header-language--show {
  max-height: calc(100% - 60px);
  opacity: 1;
  overflow: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}
#megaMenuModal .header-language--show .fade.show {
  visibility: visible;
}
@media (max-width: 991px) {
  #megaMenuModal .header-language--show {
    height: calc(100% - 60px);
    max-height: unset;
    padding-bottom: 92px;
  }
}
#megaMenuModal .header-language .localeLink {
  display: flex !important;
  font-size: 16px;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
#megaMenuModal .header-language .localeLink span {
  text-decoration: none;
}
#megaMenuModal .header-language .localeLink span.blue-color {
  color: #1464f4;
}
#megaMenuModal .header-language .mega_menu {
  color: #3c3c3c;
  height: 100vh;
  margin: 0;
  max-height: unset;
  min-height: 100vh;
  padding: 0;
  position: absolute;
  top: 0;
}
#megaMenuModal .header-language .mega_menu .lang-head {
  height: 84px;
  position: relative;
}
#megaMenuModal .header-language .mega_menu .container {
  margin: 0 0 30px;
  padding: 0 30px 30px;
}
#megaMenuModal .header-language .mega_menu .container div.row {
  flex-direction: column;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item {
  margin: 0 0 56px;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item:last-child {
  margin: 0;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-list {
  flex-direction: column;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-title {
  font-weight: 600 !important;
  margin: 4px 0 16px;
  padding: 0 !important;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-title:hover {
  background: 0 0 !important;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-title.vietnamese {
  background: 0 0;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list {
  align-items: center;
  margin: 4px 0 16px;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list
  .region-item {
  margin-right: 30px !important;
  padding: 8px 8px 8px 0 !important;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list
  .region-item:hover {
  background-color: rgba(20, 100, 244, 0.1);
  border-radius: 3px;
  padding: 8px !important;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list
  .region-item:hover
  a {
  width: -moz-max-content;
  width: max-content;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list
  .region-item
  a {
  color: #3c3c3c !important;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list
  .region-item
  a:hover {
  box-shadow: none;
}
#megaMenuModal
  .header-language
  .mega_menu
  .container
  div.row
  .region-master-item
  .region-sub-list
  .region-item:last-child {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  #megaMenuModal
    .header-language
    .mega_menu
    .container
    div.row
    .region-master-item {
    margin-bottom: 24px;
    text-align: left;
  }
  #megaMenuModal
    .header-language
    .mega_menu
    .container
    div.row
    .region-master-item
    .region-title {
    margin-bottom: 16px;
  }
  #megaMenuModal
    .header-language
    .mega_menu
    .container
    div.row
    .region-master-item
    .region-list
    .region-sub-title:last-child
    .region-sub-list {
    margin-bottom: 0;
  }
}
#megaMenuModal .header-language .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
#megaMenuModal .header-language .block-megamainmenu {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#megaMenuModal .header-language .header-language--show {
  width: 100%;
}
@media (max-width: 991px) {
  #megaMenuModal .header-language {
    background-color: #fff;
    box-shadow: 0 -10px 20px 0 rgba(8, 7, 9, 0.102);
    height: 56px;
    margin-top: auto;
    pointer-events: visible;
    width: 100%;
  }
  #megaMenuModal .header-language .localeLink {
    padding: 0 1em;
  }
  #megaMenuModal .header-language .header-language--show {
    height: calc(100% - 116px);
    min-height: unset;
    padding-top: 20px;
    top: 60px;
    width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  #megaMenuModal #mega-submenu ul {
    margin: 0 !important;
  }
  #megaMenuModal #mega-submenu ul li {
    line-height: 30px;
    margin: 12px 0;
    padding: 0;
  }
  #megaMenuModal #mega-submenu ul li a {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
  }
  #megaMenuModal #mega-submenu ul li.header-major {
    font-weight: 700;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand,
  #megaMenuModal #mega-submenu ul li:hover {
    background: 0 0;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand > a,
  #megaMenuModal #mega-submenu ul li:hover > a {
    background-color: rgba(44, 114, 198, 0.102);
    border-radius: 3px;
    color: #1464f4;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand svg,
  #megaMenuModal #mega-submenu ul li:hover svg {
    fill: #1464f4;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand a {
    font-weight: 600 !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul {
    border-left: 1px solid #d9e1e2;
    display: none;
    margin-left: 16px !important;
    margin-top: 20px !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li {
    margin: 12px 0 12px 16px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li.submenu-subheader {
    background-color: #f8f9fa;
    border-radius: 3px;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 8px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li a {
    font-weight: 600;
    padding: 12px 0;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader ~ li {
    margin: 12px 0;
  }
  #megaMenuModal
    #mega-submenu
    ul
    li.submenu-expand
    ul
    .submenu-subheader
    ~ li
    a {
    padding: 12px 24px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .view-all {
    color: #1464f4;
    display: none;
    font-size: 12px;
    line-height: 150%;
    margin-left: auto;
  }
  #megaMenuModal
    #mega-submenu
    ul
    li.submenu-expand
    .toggle-header
    .toggle-header-arrow {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBzdHJva2U9JyMzQzNDM0MnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScxLjYnIGQ9J200IDYgNCA0IDQtNCcvPjwvc3ZnPg==);
    height: 16px;
    margin: auto 16px auto auto;
    width: 16px;
  }
  #megaMenuModal
    #mega-submenu
    ul
    li.submenu-expand.active-expand
    .toggle-header
    .view-all,
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand ul {
    display: block;
  }
  #megaMenuModal
    #mega-submenu
    ul
    li.submenu-expand.active-expand
    .toggle-header
    .toggle-header-arrow {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBzdHJva2U9JyMzQzNDM0MnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScxLjYnIGQ9J00xMiAxMCA4IDZsLTQgNCcvPjwvc3ZnPg==);
    margin-left: 16px;
  }
  #megaMenuModal #mega-submenu ul li.mmb-dklt {
    margin-top: 30px;
  }
  #megaMenuModal #mega-submenu ul li.mmb-dklt a {
    background: #1464f4;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  #megaMenuModal #mega-submenu ul li .account {
    display: none;
    padding-left: 15px;
  }
  #megaMenuModal #mega-submenu ul li .account.active {
    display: block;
  }
  #mobile-login {
    align-items: center;
    background: 0 0;
    display: flex;
    position: static;
  }
}
.veil {
  text-align: center;
  z-index: 100;
}
.veil,
.veil .underlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.veil .underlay {
  background-color: #000;
  opacity: 0.5;
}
.spinner {
  animation: sk-rotate 2s linear infinite;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}
.dot1,
.dot2 {
  animation: sk-bounce 2s ease-in-out infinite;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%;
}
.dot2 {
  animation-delay: -1s;
  bottom: 0;
  top: auto;
}
@keyframes sk-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes sk-bounce {
  0%,
  to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #222;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  background-color: transparent !important;
  border: none !important;
}
.row-reverse {
  flex-direction: row-reverse;
}
.veil {
  z-index: 9999 !important;
}
.red {
  color: #fe0000;
}
.gold {
  color: #c47c18;
}
.link-blue {
  color: #2f479b;
  font-weight: 600;
}
.link-blue:hover {
  color: #efad1d;
}
.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.bgr-building {
  background: #fff;
  position: relative;
}
.bgr-building:before {
  background: url(../images/login/register-bg-top.png) no-repeat 50%;
  background-size: cover;
  min-height: 80vh;
  padding: 38px 0 80px;
  position: relative;
  text-align: left;
}
.gold,
.gradientTxt {
  font-weight: 700;
}
.gold,
.gold sup,
.gradientTxt,
.gradientTxt sup {
  background: linear-gradient(90deg, #c78a34, #f4b11a);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gold:hover,
.gradientTxt:hover {
  background: linear-gradient(90deg, #f4b11a, #c78a34);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-group {
  position: relative;
}
.form-group.required .form-control-label:before {
  content: "" !important;
}
.form-group.required .form-control-label:after {
  color: #dc3545;
  content: "*";
}
.form-group .form-control-label {
  font-weight: 400;
  left: 0;
  margin-bottom: 10px;
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.form-group .form-control-label:before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.form-group .form-control {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  height: 40px;
  padding-left: 235px;
  position: relative;
  word-break: break-word;
}
.form-group .form-control:disabled,
.form-group .form-control[readonly] {
  background-color: #f3f3f3;
}
.form-group .num_text {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 9;
}
.root_numText {
  position: relative;
}
.root_numText .num_text {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 9;
}
.tabs {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.tabs:before {
  background-color: #9d9d9d;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  top: 32px;
  width: calc(100% - 30px);
}
.tab {
  float: left;
}
.tab [type="radio"] {
  display: none;
}
input[placeholder] {
  text-overflow: ellipsis;
}
.new {
  color: #00c6ff;
}
.confirmed {
  color: #00b91f !important;
}
.locked {
  color: #6b7dff;
}
.in-progress {
  color: #f0ba00 !important;
}
.cancelled {
  color: #fe0000;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.email,
.hotline {
  cursor: pointer;
}
.hide-order-discount,
.hide-shipping-discount {
  display: none;
}
.order-discount,
.shipping-discount {
  color: #00b91f;
}
.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.error-message {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}
.skip {
  background: #fff;
  left: 0;
  overflow: hidden;
  padding: 1em 1.5em;
  position: absolute;
  top: -4.2em;
}
.skip,
a.link {
  transition: all 0.2s ease-in-out;
}
a.link {
  color: #c47c18;
}
a.link:hover {
  color: #175eca;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
  background: #fff;
  height: auto;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: auto;
  z-index: 10000000;
}
.bar {
  height: 40px;
  margin-bottom: 12px;
}
.bar--blue {
  background-color: #182c71;
}
.form-control-label {
  margin-bottom: 2px;
}
.tooltip-info {
  font-style: italic;
}
.icon-bed {
  font-size: 13px !important;
}
.grecaptcha-badge {
  z-index: 2;
}
.price {
  font-size: 1.5rem;
}
.price .price-product {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.price .strike-through .value {
  line-height: 33px !important;
  text-decoration: line-through;
}
.price .strike-through .value,
.price .strike-through .value sub {
  color: #8a8a8a !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
.price .sales .value {
  font-size: 18px;
}
.price .sales .value,
.price .value {
  color: #c47c18;
  font-weight: 700;
  line-height: 26px;
}
.price .value {
  font-size: 22px;
}
.price .value .currency {
  color: #c47c18;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  top: -0.35em;
}
.price-detail-content .tooltip-image {
  font-size: 10px;
  position: relative;
}
.price-detail-content .tooltip-info {
  border: 1px solid #1464f4;
  color: #35240b;
  left: 150%;
  right: auto;
  z-index: 9;
}
.price-detail-content .tooltip-info:before {
  border-left: none;
  border-right: 7px solid #1464f4;
  left: -7px;
  right: auto;
}
.price-detail-content .tooltip-info:after {
  border-left: none;
  border-right: 6px solid #fff;
  left: -6px !important;
  right: auto;
}
.effect-apollo {
  overflow: hidden;
  position: relative;
}
.effect-apollo:before {
  background: hsla(0, 0%, 100%, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -200%, 0);
  transition: transform 0.6s;
  width: 100%;
}
.effect-apollo:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 200%, 0);
}
.button {
  align-items: center;
  background-image: linear-gradient(90deg, #c68426, #f0ae1d);
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.button:hover {
  background-image: linear-gradient(90deg, #a76f20, #e2a41b);
  color: #fff;
}
figure {
  margin: unset;
}
.btn-group-sm > .btn,
.btn-sm {
  background: #fff;
  border-radius: 22px;
  color: #c47c18;
  font-size: 14px;
  letter-spacing: 0.14px;
  overflow: hidden;
  padding: 11px 74px 10px;
  position: relative;
  transition: all 0.5s ease;
}
.btn-group-sm > .btn:hover,
.btn-sm:hover {
  background-clip: text;
  -webkit-background-clip: text;
}
.btn-group-sm > .btn:before,
.btn-sm:before {
  background: linear-gradient(90deg, #c68426, #efad1d);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -2px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  visibility: hidden;
  z-index: -1;
}
.btn-group-sm > .btn:hover:before,
.btn-sm:hover:before {
  transform: scaleX(1);
  visibility: visible;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 40px;
  font-size: 22px;
  letter-spacing: 0.23px;
  line-height: 30px;
  padding: 25px 125px;
}
@media (max-width: 991.98px) {
  .btn-group-lg > .btn,
  .btn-lg {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 280px;
  }
}
.btn-view-more,
.btn-view-more:focus,
.btn-view-more:hover {
  outline: none;
}
.btn-view-more:after {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 17px;
  margin-left: 10px;
  transform: rotate(90deg);
  width: 15px;
}
.btn-submit {
  background-image: linear-gradient(90deg, #c68426, #efad1d);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  outline: none;
  text-transform: uppercase;
}
.horizontal-product-item {
  border-bottom: 1px solid #ddd;
  height: 238px;
  padding: 25px 0;
}
.horizontal-product-item:last-child {
  border-bottom: unset;
}
.horizontal-product-item .img-box {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  float: left;
  overflow: hidden;
  width: 300px;
}
.horizontal-product-item .img-box:hover img {
  transform: scale(1.15);
}
.horizontal-product-item .img-box img {
  transition: all 0.5s ease;
  width: 100%;
}
.horizontal-product-item__description {
  float: left;
  padding: 0 0 0 22px;
  width: calc(100% - 300px);
}
.horizontal-product-item__description p {
  color: #000;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 5px;
}
.horizontal-product-item__description .project-name {
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}
.horizontal-product-item__description .project-name:after {
  background-color: #9d9d9d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 110px;
}
.horizontal-product-item__description .product-name {
  font-size: 16px;
  margin: unset;
  margin-bottom: 12px;
}
.horizontal-product-item__description .total-price,
.horizontal-product-item__description .total-price .total-price-label {
  margin-top: 10px;
}
.horizontal-product-item__description
  .total-price
  .total-price-label
  .icon-tooltip {
  position: relative;
}
.horizontal-product-item__description
  .total-price
  .total-price-label
  .icon-tooltip:before {
  color: #c47c18;
  font-size: 10px;
  left: 2px;
  position: absolute;
  top: -2px;
}
.horizontal-product-item__description .value {
  color: #c47c18;
  font-size: 22px;
  font-weight: 700;
}
.cart-feature-products .cart-heading-title {
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 30px 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.cart-feature-products .cart-heading-title:after,
.cart-feature-products .cart-heading-title:before {
  display: none;
}
@media (max-width: 767.98px) {
  .cart-feature-products .cart-heading-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.product-list {
  display: flex;
  flex-direction: row;
}
.product-list.col-12 {
  max-width: calc(100% + 30px);
  padding: 0;
  width: calc(100% + 30px);
}
@media (max-width: 543.98px) {
  .product-list.col-12 {
    padding: 0 15px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .wishlistTile .tooltip-info {
      width: 222px;
    }
    .price-detail-content .tooltip-info {
      width: 148px;
    }
  }
}
.product-detail .carousel-indicators,
.product-grid .carousel-indicators {
  bottom: unset;
  display: none;
  top: 0;
}
.product-detail .product-name,
.product-grid .product-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 4px;
  text-transform: uppercase;
}
.product-project {
  color: #1464f4;
  font-size: 12px;
}
.btn.add-to-cart {
  color: #1464f4;
  white-space: nowrap;
}
.modal .modal-dialog {
  background-color: #fff;
  left: 50%;
  margin: 0;
  min-width: 560px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
  margin-left: 1.25rem;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog {
    max-width: 95%;
    min-width: 480px;
  }
}
@media (max-width: 543.98px) {
  .modal .modal-dialog {
    max-width: 95%;
    min-width: 320px;
    width: 90%;
  }
  .modal .modal-dialog .modal-content .close-modal {
    right: 8px;
    top: 4px;
  }
  .modal .modal-dialog .modal-content h2.modal-title {
    text-align: center;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    display: block;
    text-align: center;
  }
  .modal .modal-dialog .modal-content .modal-footer > div {
    display: inline-block;
    width: 250px;
  }
  .modal .modal-dialog .modal-content .modal-footer > div button {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-footer > div.btn-cancel {
    width: auto;
  }
  .modal .modal-dialog .modal-content .modal-footer > .btn-cancelOrderConfirm {
    margin-bottom: 15px;
    width: auto;
  }
  .modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
    margin-left: 0;
  }
  .modal .modal-dialog .modal-content .modal-footer > :not(:last-child) {
    margin-right: 0;
  }
}
#email-verification-success .noti {
  margin-bottom: 28px;
}
#email-verification-success .effect-apollo {
  width: 216px;
}
#cancelOrderConfirm .modal-body,
#cancelOrderSuccess .modal-body {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: left;
}
#cancelOrderConfirm .modal-body table,
#cancelOrderSuccess .modal-body table {
  width: 100%;
}
#cancelOrderConfirm .modal-body table td,
#cancelOrderSuccess .modal-body table td {
  padding: 1px;
}
#cancelOrderConfirm .modal-body table td h6,
#cancelOrderSuccess .modal-body table td h6 {
  margin-left: 10px;
}
#cancelOrderConfirm .modal-body input:checked,
#cancelOrderSuccess .modal-body input:checked {
  background: 0 0;
}
#cancelOrderConfirm .modal-footer button,
#cancelOrderSuccess .modal-footer button {
  border-radius: 3px;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  min-width: auto;
  width: 160px;
}
#cancelOrderConfirm .modal-footer button:first-child,
#cancelOrderSuccess .modal-footer button:first-child {
  width: 80px;
}
@media screen and (max-width: 414px) {
  #cancelOrderConfirm .modal-footer button#cancelOrder1,
  #cancelOrderSuccess .modal-footer button#cancelOrder1 {
    margin-bottom: 10px;
  }
}
.payment-form__btn .order-confirmation-continue-shopping {
  font-size: 17px;
}
.cart-empty,
.wishlist-empty {
  padding-bottom: 20px;
  text-align: center;
}
.cart-empty img,
.wishlist-empty img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}
.cart-empty__icon,
.wishlist-empty__icon {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 192px;
  margin: 0 auto 25px;
  position: relative;
  width: 192px;
}
.cart-empty__msg,
.wishlist-empty__msg {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.cart-empty__back-home,
.wishlist-empty__back-home {
  color: #001f9c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.cart-empty__back-home:hover,
.wishlist-empty__back-home:hover {
  color: #c47c18;
}
#add-question .modal-dialog,
#confirm-resent-otp .modal-dialog,
#email-verification-error .modal-dialog,
#email-verification-sent .modal-dialog,
#email-verification-success .modal-dialog,
#otp-verification-sent .modal-dialog,
#product-overwrite-in-cart .modal-dialog,
#removeProductModal .modal-dialog {
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 hsla(0, 0%, 45%, 0.3);
  font-size: 14px;
  min-width: 500px;
  padding: 8px;
  z-index: 1;
}
#add-question .modal-dialog .modal-content,
#confirm-resent-otp .modal-dialog .modal-content,
#email-verification-error .modal-dialog .modal-content,
#email-verification-sent .modal-dialog .modal-content,
#email-verification-success .modal-dialog .modal-content,
#otp-verification-sent .modal-dialog .modal-content,
#product-overwrite-in-cart .modal-dialog .modal-content,
#removeProductModal .modal-dialog .modal-content {
  background-color: transparent;
  border: 1px solid #1464f4;
  height: 100%;
  padding: 15px;
  position: relative;
}
#add-question .modal-dialog .modal-content:before,
#confirm-resent-otp .modal-dialog .modal-content:before,
#email-verification-error .modal-dialog .modal-content:before,
#email-verification-sent .modal-dialog .modal-content:before,
#email-verification-success .modal-dialog .modal-content:before,
#otp-verification-sent .modal-dialog .modal-content:before,
#product-overwrite-in-cart .modal-dialog .modal-content:before,
#removeProductModal .modal-dialog .modal-content:before {
  border-color: #1464f4 #fff #fff;
  border-style: solid;
  border-width: 14px 14px 0 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
#add-question .modal-dialog .modal-content:after,
#confirm-resent-otp .modal-dialog .modal-content:after,
#email-verification-error .modal-dialog .modal-content:after,
#email-verification-sent .modal-dialog .modal-content:after,
#email-verification-success .modal-dialog .modal-content:after,
#otp-verification-sent .modal-dialog .modal-content:after,
#product-overwrite-in-cart .modal-dialog .modal-content:after,
#removeProductModal .modal-dialog .modal-content:after {
  border-color: #fff #fff #1464f4;
  border-style: solid;
  border-width: 0 0 14px 14px;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
#add-question .modal-dialog .modal-content .modal-body p,
#confirm-resent-otp .modal-dialog .modal-content .modal-body p,
#email-verification-error .modal-dialog .modal-content .modal-body p,
#email-verification-sent .modal-dialog .modal-content .modal-body p,
#email-verification-success .modal-dialog .modal-content .modal-body p,
#otp-verification-sent .modal-dialog .modal-content .modal-body p,
#product-overwrite-in-cart .modal-dialog .modal-content .modal-body p,
#removeProductModal .modal-dialog .modal-content .modal-body p {
  color: #000;
  font-size: 14px;
}
#add-question .modal-dialog .modal-content .modal-body h3,
#confirm-resent-otp .modal-dialog .modal-content .modal-body h3,
#email-verification-error .modal-dialog .modal-content .modal-body h3,
#email-verification-sent .modal-dialog .modal-content .modal-body h3,
#email-verification-success .modal-dialog .modal-content .modal-body h3,
#otp-verification-sent .modal-dialog .modal-content .modal-body h3,
#product-overwrite-in-cart .modal-dialog .modal-content .modal-body h3,
#removeProductModal .modal-dialog .modal-content .modal-body h3 {
  color: #000 !important;
}
#add-question .modal-dialog .modal-content .close-modal,
#confirm-resent-otp .modal-dialog .modal-content .close-modal,
#email-verification-error .modal-dialog .modal-content .close-modal,
#email-verification-sent .modal-dialog .modal-content .close-modal,
#email-verification-success .modal-dialog .modal-content .close-modal,
#otp-verification-sent .modal-dialog .modal-content .close-modal,
#product-overwrite-in-cart .modal-dialog .modal-content .close-modal,
#removeProductModal .modal-dialog .modal-content .close-modal {
  color: #1464f4;
  line-height: 0.5;
  margin-top: 0;
}
#add-question .modal-dialog .modal-content .effect-apollo,
#confirm-resent-otp .modal-dialog .modal-content .effect-apollo,
#email-verification-error .modal-dialog .modal-content .effect-apollo,
#email-verification-sent .modal-dialog .modal-content .effect-apollo,
#email-verification-success .modal-dialog .modal-content .effect-apollo,
#otp-verification-sent .modal-dialog .modal-content .effect-apollo,
#product-overwrite-in-cart .modal-dialog .modal-content .effect-apollo,
#removeProductModal .modal-dialog .modal-content .effect-apollo {
  width: 216px;
}
#add-question .modal-dialog .modal-content button,
#confirm-resent-otp .modal-dialog .modal-content button,
#email-verification-error .modal-dialog .modal-content button,
#email-verification-sent .modal-dialog .modal-content button,
#email-verification-success .modal-dialog .modal-content button,
#otp-verification-sent .modal-dialog .modal-content button,
#product-overwrite-in-cart .modal-dialog .modal-content button,
#removeProductModal .modal-dialog .modal-content button {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .heading-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  .form-group .form-control {
    padding-left: 150px;
  }
  .bgr-building:before {
    display: none;
  }
  .tabs {
    max-width: 100%;
  }
  .tabs:before {
    top: 33px;
  }
  .tabs .tab [type="radio"] {
    display: none;
  }
  .horizontal-product-item {
    flex-direction: column;
    height: unset;
    margin-bottom: 25px;
    padding: unset;
  }
  .horizontal-product-item .img-box {
    width: 100%;
  }
  .horizontal-product-item__description {
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 544px) {
  .product_item {
    margin-bottom: 35px;
  }
}
#dwfrm_profile input::-webkit-inner-spin-button,
#dwfrm_profile input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#dwfrm_profile input[type="number"] {
  -moz-appearance: textfield;
}
.invalid-feedback {
  transition: all 0.5s ease-in-out;
}
.invalid-feedback:not(:empty) {
  display: block;
}
.accordion-tab-content .align-top {
  min-width: 30px;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.paddingL0 {
  padding-left: 0;
}
.paddingR0 {
  padding-right: 0;
}
.col-center {
  margin-left: auto;
  margin-right: auto;
}
.heading-title span:before {
  background-image: url(../images/t-before.png);
  margin-right: 15px;
}
.heading-title span:after,
.heading-title span:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  width: 62px;
}
.heading-title span:after {
  background-image: url(../images/t-after.png);
  margin-left: 15px;
}
.heading-title-purple {
  color: #000;
  font-size: 36px;
  font-stretch: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 32px;
  padding-bottom: 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.heading-title-purple span:before {
  background-image: url(../images/t-before-black.png);
  margin-right: 15px;
}
.heading-title-purple span:after,
.heading-title-purple span:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  width: 62px;
}
.heading-title-purple span:after {
  background-image: url(../images/t-after-black.png);
  margin-left: 15px;
}
.star-box {
  text-align: right;
}
.box-price div:first-child h3 {
  text-align: left;
}
.box-price div:nth-child(2) h3 {
  text-align: right;
}
.product-name a {
  color: #000;
}
.box-price div:first-child h3 span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}
.box-price div:first-child h3 span sub {
  color: #000 !important;
  font-weight: 400 !important;
  -webkit-text-decoration: normal;
  text-decoration: normal;
}
.tal {
  text-align: left;
}
.select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
  height: unset;
  outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 0;
  text-align: left;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #d99c22 transparent transparent;
}
.select2-results__options {
  font-size: 13px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #1464f4;
  color: #fff;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
}
.select2-results__option--highlighted {
  background-color: #1464f4 !important;
  color: #fff !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #d99c22;
}
.remove {
  color: red !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.button-gradient span,
.gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #d89b22, #ffbb26);
  color: #000;
  letter-spacing: 0.15px;
  line-height: 1.5;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .button-gradient span,
  .gradient-text {
    margin: 0 auto;
  }
}
.button-gradient {
  background-clip: content-box, border-box;
  background-image: linear-gradient(90deg, #fff, #fff),
    linear-gradient(90deg, #d89b22, #ffbb26);
  background-origin: border-box;
  border: 2px solid transparent;
  border-image-slice: 1;
  border-radius: 50px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button-gradient span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 33px;
  text-transform: uppercase;
}
.button-gradient:hover {
  background-image: linear-gradient(90deg, #d89b22, #ffbb26),
    linear-gradient(90deg, #d89b22, #ffbb26);
}
.button-gradient:hover span {
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.button-gradient.disabled {
  background-image: linear-gradient(90deg, #838383, #bbb);
  color: #fff;
  cursor: inherit;
}
.button-gradient.disabled span {
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.heading-title-style {
  color: #000;
  display: table;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .heading-title-style {
    font-size: 28px;
  }
}
.heading-title-style i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.heading-title-style i:last-child {
  right: -85px;
}
.heading-title-style i:first-child {
  left: -85px;
  transform: translateY(-50%) rotate(180deg);
}
.order-status.new {
  color: #009fcd !important;
}
.order-status.locked {
  color: #e30000 !important;
}
.order-status.cancelled {
  color: red !important;
}
.order-status.confirmed {
  color: #00a70c !important;
}
.order-status.confirmed2 {
  color: #008309 !important;
}
.order-status.final-confirmed {
  color: #00910a !important;
}
.order-status.in-progress {
  color: #925300 !important;
}
.order-status.info-checked {
  color: #0056a7 !important;
}
.order-history-empty {
  padding-bottom: 20px;
  text-align: center;
}
.order-history-empty .order-history-empty__icon {
  background: transparent url(../images/order-empty.png) no-repeat 0 0;
  background-size: cover;
  height: 163px;
  margin: 0 auto 25px;
  position: relative;
  width: 163px;
}
.order-history-empty .order-history-empty__msg {
  color: #000;
}
.order-history-empty .order-history-empty__back-home,
.order-history-empty .order-history-empty__msg {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
}
.order-history-empty .order-history-empty__back-home {
  color: #001f9c;
  margin-top: 13px;
}
.order-history-empty .order-history-empty__back-home:hover {
  color: #c47c18;
}
#recaptcha-container {
  display: none;
}
.tab-empty .order-history-empty {
  background: #fff;
  border-radius: 3px 3px 0 0;
  min-width: 240px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .tab-empty .order-history-empty {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.tab-empty .order-history-empty .order-history-empty__icon {
  background: #c4c4c4;
  border-radius: 50%;
  height: 240px;
  margin-left: 25%;
  margin-top: 70px;
  opacity: 0.2;
  width: 240px;
}
@media (max-width: 767px) {
  .tab-empty .order-history-empty .order-history-empty__icon {
    height: 150px;
    margin-left: 20%;
    width: 150px;
  }
}
.tab-empty .order-history-empty .image-order-empty {
  height: auto;
  left: 15%;
  max-width: 530px;
  position: absolute;
  top: 70px;
  width: 90%;
}
@media (max-width: 767px) {
  .tab-empty .order-history-empty .image-order-empty {
    left: 10%;
  }
}
.tab-empty .order-history-empty .image-order-empty .img-empty {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.tab-empty .order-history-empty .order-empty-img {
  margin-bottom: 24px;
}
.tab-empty .order-history-empty .order-empty-title {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 8px;
}
.tab-empty .order-history-empty .order-empty-desc {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.tab-empty .order-history-empty .order-empty-btn a {
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 14px;
  text-align: center;
  width: 247px;
}
.modal.modal-vf .modal-dialog {
  border-radius: 3px 3px 0 0;
  max-width: 560px;
  min-width: 300px;
}
.modal.modal-vf .modal-dialog .modal-content {
  padding: 0;
}
.modal.modal-vf .modal-dialog .modal-banner {
  background: #1464f4;
  border: unset;
  border-radius: 3px 3px 0 0;
  height: 180px;
  margin: unset;
  position: relative;
  width: 100%;
}
.modal.modal-vf .modal-dialog .modal-banner:after {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
}
.modal.modal-vf .modal-dialog .modal-banner .logo-cancelOrderSuccess {
  display: block;
  margin: 20px auto auto;
  max-width: 100%;
  width: auto;
}
.modal.modal-vf .modal-dialog .modal-banner .vector-cancelOrderSuccess {
  display: block;
  margin-bottom: 45px;
  margin-left: 103px;
  margin-top: 20px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 567px) {
  .modal.modal-vf .modal-dialog .modal-banner .vector-cancelOrderSuccess {
    margin-left: 52px;
    margin-top: 40px;
    position: fixed;
    z-index: 10;
  }
}
.modal.modal-vf .modal-dialog .modal-banner .product-cancelOrderSuccess {
  bottom: -100px;
  left: 50%;
  max-height: 130%;
  max-width: 90%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 5;
}
.modal.modal-vf .modal-dialog .modal-content .modal-content-customer {
  padding: 100px 39px 40px;
}
@media (max-width: 567px) {
  .modal.modal-vf .modal-dialog .modal-content .modal-content-customer {
    padding: 100px 20px 40px;
  }
}
.modal.modal-vf .modal-dialog .modal-content .modal-content-customer h3.title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal.modal-vf
  .modal-dialog
  .modal-content
  .modal-content-customer
  .description {
  font-size: 13px;
  margin-bottom: 10px;
}
.modal.modal-vf
  .modal-dialog
  .modal-content
  .modal-content-customer
  .main-color {
  margin-bottom: 10px;
}
.modal.modal-vf
  .modal-dialog
  .modal-content
  .modal-content-customer
  .btn-finish {
  background: #1464f4;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
  width: 100%;
}
.popup-line {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  height: 7px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.v3s-footer {
  color: #1f2125;
}
.v3s-footer-top {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 768px) {
  .v3s-footer-top {
    padding-bottom: 15px;
  }
}
.v3s-footer-top-info {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .v3s-footer-top-info {
    margin-bottom: 20px;
  }
}
.v3s-footer-top-info ul {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .v3s-footer-top-info ul {
    margin-bottom: 20px;
  }
}
.v3s-footer-top-info ul li {
  margin-bottom: 15px;
}
.v3s-footer-top-info img {
  margin-right: 13px;
}
.v3s-footer-top-info a {
  color: #fff;
  font-size: 14px;
}
.v3s-footer-top-info span {
  font-size: 14px;
  line-height: 150%;
}
.v3s-footer-top .st-ftitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .v3s-footer-top .st-ftitle {
    background: url(../../images/vfast/ic-arrow-fup.png) 100% no-repeat;
    margin-bottom: 0;
  }
  .v3s-footer-top .st-ftitle.collapsed {
    background: url(../../images/vfast/ic-arrow-fdown.png) 100% no-repeat;
  }
}
.v3s-footer-bottom .box-collapse-inner {
  display: block;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .v3s-footer-bottom .box-collapse-inner:not(.show) {
    display: none;
  }
}
.v3s-footer-bottom .margin-top {
  margin-top: 20px;
}
.v3s-footer-bottom h6 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  margin: -15px auto 20px 0;
}
@media (max-width: 768px) {
  .v3s-footer-bottom h6 {
    margin: 10px auto 0;
    text-align: center;
  }
}
.v3s-footer-bottom h6 span {
  color: #979797;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .v3s-footer-bottom h6 span {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 1366px) {
  .v3s-footer-bottom .box-flex-center {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .v3s-footer-bottom .box-flex-center {
    margin-top: 0;
  }
  .v3s-footer-bottom .box-flex-center .d-flex:first-child span {
    color: inherit;
    margin-right: 0;
  }
  .v3s-footer-bottom .box-flex-center .header-language:after {
    display: none;
  }
}
.v3s-footer h2 {
  font-size: 1rem;
  line-height: 2.5em;
  margin-bottom: 0;
}
.v3s-footer .copyright,
.v3s-footer .social {
  margin-top: 1.25em;
}
.v3s-footer .content {
  font-size: 0.875em;
}
.v3s-footer .content li {
  height: 1.875rem;
}
.v3s-footer .copyright {
  font-weight: 500;
  line-height: unset;
  margin: 0;
  padding-top: 0;
}
.v3s-footer .copyright-end {
  padding-top: 10px;
  text-align: justify;
}
.v3s-footer .back-to-top {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0.1em 0.313em;
  padding: 0;
}
.v3s-footer a:hover {
  color: #c47c18 !important;
}
#ask-for-detail {
  display: none;
}
.socials-link {
  align-items: center;
  display: flex;
  min-width: 118px;
}
.socials-link a {
  margin-left: 20px;
}
.socials-link a img {
  height: 19px;
}
.back-to-top {
  background: #fff;
  border-radius: 50%;
  bottom: 19px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 30px;
  height: 38px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  transform: unset;
  width: 38px;
  z-index: 9;
}
.back-to-top .sprite-up {
  background: unset;
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.back-to-top .sprite-up:after {
  background: url(../images/vfast/ic-backtotop.svg) no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  z-index: 10;
}
.back-to-top:hover,
.tooltip-info {
  background: #fff;
}
.tooltip-info {
  border: 1px solid #c78a34;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-right: 10px;
  opacity: 0;
  padding: 8px 11px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@supports (-ms-ime-align: auto) {
  .tooltip-info {
    white-space: nowrap;
    width: auto;
  }
}
.tooltip-info .phone {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.tooltip-info .phone a {
  background: linear-gradient(180deg, #c78a34, #f4b11a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tooltip-info p {
  margin: 0;
}
.tooltip-info:before {
  border-bottom: 5px solid transparent;
  border-left: 7px solid #c78a34;
  border-top: 5px solid transparent;
  right: -7px;
}
.tooltip-info:after,
.tooltip-info:before {
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.tooltip-info:after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  right: -6px;
}
.tooltip-info.right {
  left: 100%;
  margin-left: 10px;
  margin-right: auto;
  right: auto;
}
.tooltip-info.right:before {
  left: -7px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.tooltip-info.right:after {
  left: -6px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.tooltip-info.bottom {
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  right: auto;
  top: 100%;
  transform: translateX(-50%);
}
.tooltip-info.bottom:before {
  top: -9px;
}
.tooltip-info.bottom:after,
.tooltip-info.bottom:before {
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(270deg);
}
.tooltip-info.bottom:after {
  top: -7px;
}
.tooltip-info.top {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}
.tooltip-info.top:before {
  bottom: -9px;
}
.tooltip-info.top:after,
.tooltip-info.top:before {
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%) rotate(90deg);
}
.tooltip-info.top:after {
  bottom: -7px;
}
.tooltip-image:hover .tooltip-info {
  opacity: 1;
  visibility: visible;
}
.feedback a {
  color: #dce0f9;
}
@media (-ms-high-contrast: none) {
  .back-to-top .tooltip-info,
  .contact-support .tooltip-info,
  .hotline-support .tooltip-info {
    white-space: nowrap;
  }
  .tooltip-info .phone a {
    background: 0 0;
    color: #c78a34;
  }
  input[name="hpEmailSignUp"] {
    border: none;
  }
}
@supports (-ms-ime-align: auto) {
  .back-to-top .tooltip-info,
  .contact-support .tooltip-info {
    white-space: nowrap;
  }
}
@media (min-width: 544px) and (max-width: 992px) {
  .feedback a,
  .promotion-note {
    font-size: 12px;
  }
  .footer-link .socials li:first-child {
    font-size: 12px;
    width: 200px;
  }
  .footer-link .socials li:not(:first-child) i {
    font-size: 17px;
  }
  .newsletter .form-control {
    font-size: 12px;
  }
  .newsletter .btn-register.subscribe-email {
    font-size: 12px;
    padding: 11px 10px 9px;
  }
}
@media (max-width: 543px) {
  .newsletter .input-group {
    width: 290px;
  }
}
.modal .modal-dialog.modal-lg {
  max-width: 900px;
  width: 90%;
}
.request-password-body .request-password-success {
  margin-top: 30px;
}
.align-center {
  align-items: center;
  display: flex;
}
.oauth-additional-info-modal .row-btn {
  margin-top: 15px;
  max-width: 220px;
  width: 100%;
}
.oauth-additional-info-modal .row-btn .btn {
  width: 100%;
}
.oauth-connection-modal .modal-body .form-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}
.oauth-connection-modal .row-btn {
  margin-top: 5px;
  max-width: 470px;
  width: 100%;
}
.oauth-connection-modal .row-btn .btn {
  width: 100%;
}
#email-verification-sent .lnkCustom {
  color: #1464f4;
}
#page-locale-placeholder .header-language:after {
  content: none;
}
@media only screen and (min-width: 1024px) {
  #aip-chat-box {
    bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #aip-chat-box {
    right: 40px !important;
  }
}
@media (max-width: 991.98px) {
  #aip-chat-box {
    bottom: 16px;
    right: 16px;
  }
}
.cw_hello_message.is-visible {
  display: none !important;
}
.cc-window {
  background: #fff !important;
  border-radius: 5px 5px 0 0;
}
.cc-window .cc-message-container {
  max-width: 87%;
}
.cc-window .cc-message-container .cc-message {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.cc-window .cc-message-container .cc-message a {
  color: #1464f4;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .cc-window .cc-message-container {
    margin-bottom: 16px;
    max-width: unset;
    text-align: justify;
  }
  .cc-window {
    bottom: 0 !important;
    max-width: unset !important;
    padding: 16px !important;
  }
}
.cc-window .cc-compliance {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .cc-window .cc-compliance {
    flex-direction: row !important;
  }
}
.cc-window .cc-compliance .cc-dismiss,
.cc-window .cc-compliance .cc-link {
  border-radius: 5px;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 10px;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.cc-window .cc-compliance .cc-dismiss:hover,
.cc-window .cc-compliance .cc-link:hover {
  opacity: 0.7;
}
.cc-window .cc-compliance .cc-dismiss {
  background: #1464f4 !important;
  color: #fff !important;
}
.cc-window .cc-compliance .cc-link {
  color: #1464f4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cc-window .cc-compliance .cc-link {
    justify-content: center;
  }
}
.cc-window .cc-compliance .cc-deny,
.cc-window .cc-compliance .cc-link span:first-child {
  display: none;
}
.tracking-consent.active {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}
.cmp-body .cmp-modal {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.1);
  }
}
.cmp-body .cmp-modal__body {
  background-color: #fff;
}
.cmp-body .cmp-modal__body .cmp-always-active {
  display: none !important;
}
.cmp-body .cmp-modal__body .cmp-modal__header .cmp-modal__title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
.cmp-body .cmp-modal__body .cmp-modal__header .cmp-modal__close {
  display: none;
}
.cmp-body .cmp-modal__body .cmp-modal__header .cmp-modal__close path {
  fill: #3c3c3c;
}
.cmp-body .cmp-modal__body .cmp-modal__sub-title {
  padding: 0 16px;
}
.cmp-body .cmp-modal__body .cmp-modal__sub-title span {
  color: #3c3c3c;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}
.cmp-body .cmp-modal__body .cmp-modal__sub-title span:last-child {
  margin-bottom: 0;
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs__content {
  border-top: none;
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs__content .cmp-tabs {
  padding: 0 !important;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs__content
  .cmp-tabs__opt-out.active {
  background: #f0f3f3 !important;
  border: none;
  border-radius: 3px;
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__header {
  margin-bottom: 8px;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__header
  .cmp-tabs__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .cmp-body
    .cmp-modal__body
    .cmp-horizontal-tabs
    .cmp-tabs__header
    .cmp-tabs__title {
    font-size: 14px;
    width: unset;
  }
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content {
  flex: 1;
  min-height: 400px !important;
  padding: 16px !important;
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content div,
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content label,
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content span {
  color: #3c3c3c;
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content::-webkit-scrollbar {
  border-radius: 18px;
  width: 4px;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content::-webkit-scrollbar-track {
  background: #f0f3f3;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content::-webkit-scrollbar-thumb {
  background: #7a99ac;
  border-radius: 18px;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content
  .cmp-tab-content {
  display: block;
  margin-bottom: 16px;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content
  .cmp-tab-content:last-child {
  margin-bottom: 0;
}
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content
  .cmp-tab-content
  .cmp-accordion,
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content
  .cmp-tab-content
  .cmp-tabs__section,
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content
  .cmp-tab-content
  .cmp-tabs__sub-title,
.cmp-body
  .cmp-modal__body
  .cmp-horizontal-tabs
  .cmp-tabs__content
  .cmp-tab-content
  .cmp-third-party-cookie {
  display: none;
}
@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content {
    max-height: unset;
    overflow: unset;
    padding-bottom: 1px;
  }
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__desc {
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__nav {
  display: none;
}
.cmp-body .cmp-modal__body .cmp-switch input:checked + .cmp-switch__slider {
  background-color: #3974e6 !important;
  border: 1px solid transparent;
}
.cmp-body
  .cmp-modal__body
  .cmp-switch
  input:checked
  + .cmp-switch__slider:after {
  background-color: #fff;
  transform: translateX(10px);
}
.cmp-body
  .cmp-modal__body
  .cmp-switch.readonly
  input:checked
  + .cmp-switch__slider {
  background: #7a99ac !important;
}
.cmp-body .cmp-modal__body .cmp-switch {
  height: -moz-fit-content;
  height: fit-content;
}
.cmp-body .cmp-modal__body .cmp-switch__slider {
  background: #fff;
  border: 1px solid #92a0b2;
  height: 16px;
  left: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.cmp-body .cmp-modal__body .cmp-switch__slider svg {
  display: none !important;
}
.cmp-body .cmp-modal__body .cmp-switch__slider:after {
  background: #92a0b2;
  left: 3px;
  right: unset;
  top: 1px;
}
.cmp-body .cmp-modal__footer .cmp-btn-wrapper {
  background: #fff;
  border-top: none;
  justify-content: center !important;
}
.cmp-body .cmp-modal__footer .cmp-btn-wrapper a {
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: unset;
  letter-spacing: 0.1em;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__footer .cmp-btn-wrapper a {
    flex: unset;
  }
}
.cmp-body .cmp-modal__footer .cmp-btn-wrapper a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__footer .cmp-btn-wrapper {
    align-items: flex-start;
    padding: 0;
  }
  .cmp-body .cmp-modal__footer {
    background: #fff !important;
    padding: 0 16px;
  }
  .cmp-body .cmp-modal {
    background: 0 0;
    bottom: 0;
    max-width: unset;
    top: unset;
    transform: translate(-50%);
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal::-webkit-scrollbar {
    border-radius: 18px;
    width: 4px;
  }
  .cmp-body .cmp-modal::-webkit-scrollbar-track {
    background: #f0f3f3;
  }
  .cmp-body .cmp-modal::-webkit-scrollbar-thumb {
    background: #80898f;
    border-radius: 18px;
  }
}
.checkbox-container,
.checkbox-container label {
  align-items: center;
  display: flex;
}
.checkbox-container label {
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.checkbox-container input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.checkbox-container label:before {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  content: "";
  height: 16px;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.checkbox-container label:after {
  background: transparent url(../images/order/icon-checked.png) no-repeat top;
  background-size: 18px 16px;
  content: "";
  display: none;
  height: 16px;
  left: 2px;
  position: absolute;
  top: -5px;
  transition: all 0.5s ease-in-out;
  width: 18px;
}
.checkbox-container input[type="checkbox"]:focus + label:before {
  border: 1px solid #c47c18;
}
.checkbox-container input[type="checkbox"]:disabled,
.checkbox-container input[type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: default;
}
.checkbox-container input[type="checkbox"]:checked + label:after {
  display: block;
}
.checkbox-container input[type="checkbox"]:disabled + label:before {
  background-color: #ccc;
  border-color: #999;
}
:root {
  --checkbox-color: #2c72c6;
  --label-color: #1f2125;
  --checkbox-disabled: #959495;
}
.checkbox__label {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 22px;
  align-items: center;
  color: var(--checkbox-color);
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
.checkbox__label.baseline {
  align-items: baseline;
}
.checkbox__label--checkbox-disabled {
  color: var(--checkbox-disabled);
}
.checkbox__control {
  border: 0.1em solid;
  border-radius: 0.2em;
  display: inline-grid;
  height: 1em;
  width: 1em;
}
.checkbox__control svg {
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.1s ease-in 25ms;
}
.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}
.checkbox__input > * {
  grid-area: checkbox;
}
.checkbox__input input {
  height: 1em;
  opacity: 0;
  width: 1em;
}
.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}
.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}
.checkbox__input input:disabled + .checkbox__control {
  color: var(--checkbox-disabled);
}
.radio__label {
  color: #1f2125;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.radio__label___description {
  color: #747474;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.checkbox-item__sub {
  margin-left: 0;
}
.brand-color {
  color: #1464f4;
}
:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c;
}
.custom-input-box {
  display: none;
}
.custom-input-box + label {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 35px;
  position: relative;
}
.custom-input-box + label:not(:empty) {
  padding-left: 28px;
}
.custom-input-box + label:before {
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.custom-input-box.disabled + label:before,
.custom-input-box:disabled + label:before {
  filter: grayscale(1);
}
.custom-input-box.checkbox-circle-gold + label:before {
  background: transparent url(../../images/checkbox-circle-gold.png) no-repeat 0
    0;
  background-size: cover;
}
.custom-input-box.radio-circle-blue + label:before {
  background: transparent url(../../images/order/radio-circle-blue.png)
    no-repeat 0 0;
  background-size: cover;
}
.custom-input-box.radio-circle-blue:checked + label:before,
.custom-input-box.radio-circle-blue:hover:not([disabled]) + label:before {
  background-position-y: -20px;
}
.custom-input-box.radio-circle-gold + label:before {
  background: transparent url(../../images/order/radio-circle-gold.png)
    no-repeat 0 0;
  background-size: cover;
}
.custom-input-box.radio-circle-gold:checked + label:before,
.custom-input-box.radio-circle-gold:hover:not([disabled]) + label:before {
  background-position-y: -20px;
}
.custom-input-box:last-child + label {
  padding-right: 0;
}
.tooltip-box {
  background: inherit;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: relative;
}
.tooltip-box .icon-tooltip {
  background: transparent url(../../images/order/icon-info.png) no-repeat 50%;
  background-size: 100%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  width: 16px;
}
.tooltip-box .icon {
  background-color: #00a1e0;
  border-radius: 1.25rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: 1.5625rem;
}
.tooltip-box .tooltip {
  animation: fade-in 0.5s linear forwards;
  left: 50%;
  padding-top: 8px;
  position: absolute;
  transform: translate(-50%);
  width: 355px;
}
.tooltip-box .tooltip--center {
  text-align: center;
}
@media (max-width: 991px) {
  .tooltip-box .tooltip#summary-tooltip-price {
    left: 86px;
  }
  .tooltip-box .tooltip#summary-tooltip-price .tooltip-wrapper:after,
  .tooltip-box .tooltip#summary-tooltip-price .tooltip-wrapper:before {
    left: 71px;
  }
  .tooltip-box .tooltip#summary-tooltip-temporarytotal {
    left: 6px;
    width: 290px;
  }
}
.tooltip-box .tooltip-wrapper {
  background-color: #fff;
  border: 1px solid #2c72c6;
  border-radius: 2px;
  color: #414141;
  display: inline-block;
  font-size: 0.928rem;
  font-style: italic;
  padding: 8px 17px;
  position: relative;
}
.tooltip-box .tooltip-wrapper a {
  color: #175eca;
  font-weight: 500;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltip-box .tooltip-wrapper:before {
  border-bottom: 8px solid #2c72c6;
  top: -8px;
}
.tooltip-box .tooltip-wrapper:after,
.tooltip-box .tooltip-wrapper:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.tooltip-box .tooltip-wrapper:after {
  border-bottom: 8px solid #fff;
  top: -6px;
}
.tooltip-box:hover .tooltip.d-none {
  display: block !important;
}
@media (min-width: 992px) and (max-width: 1310px) {
  .tooltip-box .tooltip {
    width: 240px;
  }
  .tooltip-box .tooltip-wrapper {
    padding: 8px 10px;
  }
}
.page-not-found {
  background: #8098ab;
  min-height: 80vh;
  padding: 96px 0 80px;
  position: relative;
  text-align: left;
}
.page-not-found h1 {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  text-transform: uppercase;
}
.page-not-found__desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}
.page-not-found__desc--error {
  max-width: 500px;
}
.page-not-found .btn-outline-wrapper {
  margin: auto;
  max-width: 280px;
  width: 100%;
}
.page-not-found .btn-outline-wrapper .btn-outline-primary:hover span {
  background: 0 0;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
.page-not-found .btn-primary {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-not-found .btn-primary {
    min-width: 400px;
  }
}
.page-not-found .page-not-found-group {
  margin-top: 50px;
}
.page-not-found .page-not-found-group a {
  color: #f7b51a;
}
.page-not-found .page-not-found-group a:hover {
  color: #fff;
}
.page-not-found .page-not-found-group .page-title-404 {
  color: #fff;
  font-family: Mulish;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 244px;
  text-transform: uppercase;
}
.page-not-found .page-not-found-group .page-title-404.page-error {
  font-size: 120px;
}
.page-not-found .page-not-found-group .page-group-404 {
  margin-left: 70px;
}
.page-not-found .page-not-found-group .page-group-404 .page-not-found-title {
  color: #fff;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 0;
  margin-top: 70px;
}
.page-not-found .page-not-found-group .page-group-404 .page-not-found-desc {
  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-top: 40px;
  max-width: 235px;
}
.page-not-found .page-not-found-group-search {
  padding-bottom: 50px;
  position: relative;
}
.page-not-found .page-not-found-group-search:before {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
}
.page-not-found .page-not-found-group-search .page-not-found-images {
  position: relative;
}
.page-not-found .page-not-found-group-search .page-not-found-images img {
  height: 404px;
  position: absolute;
  right: 0;
  top: -200px;
  width: 404px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  .page-not-found .page-not-found-group-search .page-not-found-images img {
    height: 300px;
    top: -150px;
    width: 300px;
  }
}
.page-not-found .page-not-found-group-search .group-search-p {
  padding-top: 40px;
}
.page-not-found
  .page-not-found-group-search
  .group-search-p
  .page-not-found__desc {
  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-bottom: 20px;
  max-width: 405px;
}
.page-not-found .page-not-found-group-search .group-form-search {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  max-width: 680px;
  width: 100%;
}
.page-not-found
  .page-not-found-group-search
  .group-form-search
  .not-found-search {
  align-items: center;
  border: none;
  border-radius: unset;
  color: #979797;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 35px;
  line-height: 140.4%;
}
.page-not-found .page-not-found-group-search .group-form-search .btn-search {
  align-items: center;
  background: #cb2a1d;
  border-radius: 3px;
  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 35px;
  line-height: 127%;
  margin: 3px 5px;
  padding: 7px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-not-found {
    padding: 90px 0 0;
  }
  .page-not-found .d-mobile-block {
    display: block !important;
    max-width: 320px;
  }
  .page-not-found .page-not-found-group {
    margin-bottom: 60px;
  }
  .page-not-found .page-not-found-group .page-title-404 {
    font-size: 150px;
    line-height: 183px;
    text-align: center;
  }
  .page-not-found .page-not-found-group .page-group-404 {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-not-found .page-not-found-group .page-group-404 .page-not-found-title {
    margin-top: 0;
  }
  .page-not-found .page-not-found-group .page-group-404 .page-not-found-desc {
    margin-top: 10px;
  }
  .page-not-found .page-not-found-group-search .group-search-p {
    padding-top: 85px;
  }
  .page-not-found
    .page-not-found-group-search
    .group-search-p
    .page-not-found__desc {
    margin: auto;
    max-width: 295px;
  }
  .page-not-found .page-not-found-group-search .page-not-found-images img {
    height: 282px;
    left: calc(50% - 141px);
    top: -130px;
    width: 282px;
  }
  .page-not-found .page-not-found-group-search .group-form-search {
    background: unset;
    border: unset;
    border-radius: unset;
    box-sizing: unset;
    display: block;
    margin: 20px auto auto;
    max-width: 380px;
  }
  .page-not-found
    .page-not-found-group-search
    .group-form-search
    .not-found-search {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .page-not-found .page-not-found-group-search .group-form-search .btn-search {
    margin: auto;
    width: 100%;
  }
}
#notEmailVerifiedModal .modal-dialog {
  min-width: 500px;
}
#notEmailVerifiedModal .modal-dialog .modal-content {
  padding: 30px;
}
#notEmailVerifiedModal .modal-dialog .modal-body p {
  color: #000;
  font-weight: 600;
  margin-top: 30px;
}
.page-expired {
  background-color: #fff;
  padding-top: 96px;
  position: relative;
  text-align: center;
}
.page-expired .background {
  margin-top: -5%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page-expired .background {
    margin-left: -5%;
    margin-top: 0;
    width: 110%;
  }
}
.page-expired .text-expired {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-expired .text-expired {
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 90px;
    transform: translate(-50%);
  }
}
.page-expired .text-expired h1 {
  color: #1464f4;
  font-size: 2rem;
}
.page-expired .text-expired span {
  font-weight: 700;
}
.page-expired .text-expired a {
  color: #1464f4;
  text-transform: uppercase;
}
.modal-box.login-popup {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.modal-box.login-popup .modal-dialog {
  border-radius: 3px;
  height: auto;
  min-height: auto;
  min-width: auto;
}
.modal-box.login-popup .modal-content {
  border-radius: 3px;
  padding: 30px 20px 20px;
}
@media screen and (min-width: 576px) {
  .modal-box.login-popup .modal-content {
    width: 366px;
  }
}
.modal-box.login-popup .modal-body h4 {
  color: #1464f4;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 30px;
}
.modal-box.login-popup .modal-body h6 {
  font-weight: 600;
}
.modal-box.login-popup .modal-body h6,
.modal-box.login-popup .modal-body p {
  color: #1f2125;
  font-size: 1em;
  line-height: 150%;
}
.modal-box.login-popup .modal-body .hotline {
  margin: 30px 0 0;
}
.modal-box.login-popup .modal-body .hotline a {
  color: #1464f4;
}
.modal-box.login-popup .modal-body .login-desc {
  color: #3c3c3c;
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.modal-box.login-popup .close-modal {
  color: #000;
}
.modal-box.login-popup .login-popup-logo {
  height: 80px;
  margin-bottom: 40px;
  width: 80px;
}
.modal-box.login-popup .login-popup-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
.modal-box.login-popup .form-group {
  margin-bottom: 10px;
}
.modal-box.login-popup .form-group .form-control {
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  padding: 8px 12px;
  width: 100%;
}
.modal-box.login-popup .form-group .form-control.is-invalid {
  border: 1px solid #dc3545 !important;
}
.modal-box.login-popup .form-group .form-control.hinput {
  padding-right: 40px;
}
.modal-box.login-popup .form-group .form-control.hinput#register-form-name {
  padding-right: 3.3em;
}
.modal-box.login-popup .form-group .form-control:focus {
  border: 1px solid #1464f4 !important;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
}
.modal-box.login-popup .toggle-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  z-index: 3;
}
.modal-box.login-popup .toggle-password .icon-hide:before {
  background: url(../images/vfast/login/ic-password-hide.png) no-repeat 50%;
  background-size: 100%;
  content: "";
  display: block;
  height: 15px;
  width: 22px;
}
.modal-box.login-popup .toggle-password .icon-show:before {
  background: url(../images/vfast/login/ic-password-show.png) no-repeat 50%;
  background-size: 100%;
  content: "";
  display: block;
  height: 15px;
  width: 22px;
}
.modal-box.login-popup .password-require {
  margin-top: 30px;
  text-align: left;
}
.modal-box.login-popup .password-require .descx {
  color: #1f2125;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}
.modal-box.login-popup .password-require .below-desc {
  color: #312f49;
  font-size: 13px;
  padding-left: 15px;
}
.modal-box.login-popup .password-require .below-desc li {
  line-height: 16px;
  list-style: none;
  padding-bottom: 12px;
}
.modal-box.login-popup .password-require .below-desc li:before {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxMScgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE0IDExJz48cGF0aCBmaWxsPScjOTc5Nzk3JyBkPSdtMTMuMjUgMS4yNS05IDlMLjEyNSA2LjEyNWwxLjA1OC0xLjA1OCAzLjA2NyAzLjA2TDEyLjE5My4xOTJ6Jy8+PC9zdmc+);
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: -15px;
  width: 14px;
}
.modal-box.login-popup .password-require .below-desc li span {
  margin-left: 10px;
}
.modal-box.login-popup .password-require .below-desc li.marked:before {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxMScgZmlsbD0nbm9uZScgdmlld0JveD0nMCAwIDE0IDExJz48cGF0aCBmaWxsPScjMTQ2NEY0JyBkPSdtMTMuMjUgMS4yNS05IDlMLjEyNSA2LjEyNWwxLjA1OC0xLjA1OCAzLjA2NyAzLjA2TDEyLjE5My4xOTJ6Jy8+PC9zdmc+);
}
.modal-box.login-popup .password-require .below-desc li.marked span {
  color: #1464f4;
}
.modal-box.login-popup .tab-content {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.modal-box.login-popup .btn {
  align-items: center;
  display: flex;
  font-size: 1em;
  font-weight: 700;
  justify-content: center;
  text-transform: none;
  width: 100%;
}
.modal-box.login-popup .btn-primary {
  background: #1464f4;
  margin: 30px auto 0;
  opacity: 1;
}
.modal-box.login-popup .btn-primary:focus,
.modal-box.login-popup .btn-primary:hover {
  background: #125eb9;
}
.modal-box.login-popup .btn-primary:disabled {
  background: #979797;
  color: #fff;
}
.modal-box.login-popup .btn-outline-primary {
  border: 1px solid #1464f4;
  color: #1464f4;
}
.modal-box.login-popup .btn-outline-primary:focus,
.modal-box.login-popup .btn-outline-primary:hover {
  background-color: #125eb9;
  color: #fff;
  opacity: 1;
}
.modal-box.login-popup .btn-outline-primary.active {
  display: none;
}
.modal-box.login-popup .invalid-feedback a {
  color: #2998dd;
}
.modal-box.login-popup.full-bg {
  background-color: #fff;
  height: calc(100vh - 69px);
  margin-top: 69px;
  z-index: 1040;
}
.modal-box.login-popup.full-bg .close-modal {
  display: none;
}
.modal-box.login-popup.full-bg .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
}
.modal-box.login-popup.full-bg .modal-content {
  border: none;
  box-shadow: none;
  overflow: unset;
  padding-bottom: 100px;
}
.modal-box.login-popup.full-bg .login-popup-logo {
  display: none;
}
.modal-box.login-popup.full-bg .login-popup-title {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}
.modal-box.login-popup.full-bg .form-login {
  padding-top: calc(22vh - 70px);
}
@media screen and (max-width: 991px) {
  .modal-box.login-popup.full-bg {
    height: calc(100vh - 50px);
    margin-top: 50px;
  }
}
.modal-box.login-popup.token-invalid .modal-content {
  width: 560px;
}
.modal-box.login-popup.token-invalid h3 {
  color: #1f2125;
  font-size: 1.75em;
  font-weight: 600;
  margin: 40px 0 10px;
  text-transform: unset;
}
.modal-box.login-popup.token-invalid .btn.btn-primary {
  margin-top: 40px;
  width: 200px;
}
.modal-box.login-popup.cart-login .login-popup-title {
  margin-bottom: 8px !important;
}
.modal-box.login-popup.cart-login .login-desc {
  display: block !important;
}
#modalLoginRegister.full-bg {
  overflow: auto;
}
#modalLoginRegister.full-bg .modal-dialog {
  justify-content: start;
}
#modalLoginRegister .modal-content .package-options--nav .nav-tabs {
  border: 0;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .form-group-margin-bottom-login {
  margin-bottom: 20px;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .custom-checkbox
  label {
  padding-left: 10px;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .custom-checkbox
  label:before {
  background-color: #fff;
  border: 1px solid #dbe1e3;
  top: 50%;
  transform: translateY(-50%);
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .custom-checkbox
  input:checked
  + label:before {
  background-color: #2c72c6;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .custom-checkbox
  input:checked
  + label:after {
  background: 0 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(calc(-50% - 5px));
  width: 6px;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .btn-outline-face {
  border: 1px solid #3a589e;
  color: #3a589e;
  margin-right: 20px;
  width: 100%;
}
@media screen and (max-width: 375px) {
  #modalLoginRegister
    .modal-content
    .modal-body
    .frmLoginRegister
    .btn-outline-face {
    padding: 0;
  }
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-social {
  margin-top: 10px;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .btn-outline-google {
  border: 1px solid #1f2125;
  color: #1f2125;
  font-weight: 600;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .btn-outline-google:before {
  background: url(../images/vfast/login/ic-google.png) no-repeat 50%;
  background-size: 100%;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}
@media screen and (max-width: 375px) {
  #modalLoginRegister
    .modal-content
    .modal-body
    .frmLoginRegister
    .btn-outline-google {
    padding: 0;
  }
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .has-logo {
  margin-bottom: 15px;
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .no-account {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin: 20px 0;
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .lnkCustom {
  color: #1464f4;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .password-reset {
  color: #707070;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .password-reset:focus,
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .password-reset:hover {
  color: #1464f4;
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .remember-me {
  margin-bottom: 0;
  width: auto;
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .save-pass {
  color: #1f2125;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .terms-conditions {
  font-size: 13px;
  line-height: 150%;
  text-align: left;
}
#modalLoginRegister
  .modal-content
  .modal-body
  .frmLoginRegister
  .terms-conditions
  a {
  color: #2998dd;
  text-decoration: underline;
}
#forgotPassword .reset-password-title {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
#forgotPassword .modal-body {
  text-align: left;
}
#changePasswordSuccess .modal-content,
#emailForgotPasswordSent .modal-content,
#emailResetPasswordSent .modal-content,
#emailVerificationSent .modal-content {
  padding: 30px;
}
.lnkCustom.linkToLogin {
  color: #1464f4;
}
.security-line {
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  position: relative;
}
.security-line .hr1 {
  border-bottom: 3px solid #eb5757;
  bottom: 0;
  position: absolute;
  width: 33%;
}
.security-line .hr2 {
  border-bottom: 3px solid #e38e0e;
  bottom: 0;
  position: absolute;
  width: 66%;
}
.security-line .hr3 {
  border-bottom: 3px solid #1d9000;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.security-text {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  #emailForgotPasswordSent .modal-content {
    width: 586px;
  }
}
html {
  font-size: 14px;
}
.hidden {
  display: none;
}
body > .page {
  overflow: hidden;
}
.lazy-bg {
  background-image: none !important;
}
.consultation-request {
  display: none;
}
.display-none,
.v3s-button-home[data-pid=""],
.v3s-button-home[data-pid="${productId}"] {
  display: none !important;
}
.select2-dropdown {
  border: 1px solid #e5e5e5;
}
.grecaptcha-badge {
  bottom: -4px !important;
  left: -4px !important;
  overflow: hidden !important;
  transform: scale(0.6);
  transition: all 0.3s ease !important;
  width: 70px !important;
}
.grecaptcha-badge:hover {
  bottom: 4px !important;
  left: 4px !important;
  transform: scale(1);
  width: 256px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    visibility: hidden !important;
    z-index: -10;
  }
}
.break-line {
  white-space: pre-line !important;
}
.d-none-force {
  display: none !important;
}
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) 50% no-repeat !important;
}
#codeIfrm {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed !important;
  visibility: hidden;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .back-to-top {
    display: none;
  }
}
.campaign-tet {
  bottom: 132px;
  height: 100px;
  position: fixed;
  right: 40px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .campaign-tet {
    bottom: 16px !important;
    left: unset !important;
    right: 102px !important;
  }
  .campaign-tet.icon-phukien {
    right: 190px !important;
  }
}
.campaign-tet #tooltip-tet {
  display: none;
}
.campaign-tet.icon-phukien {
  bottom: 206px;
}
.campaign-tet #tooltip-accessories {
  display: none;
}
@media screen and (max-width: 991px) {
  .campaign-tet {
    bottom: 75px;
    left: 10px;
    right: auto;
    z-index: 99;
  }
  .campaign-tet.icon-phukien {
    bottom: 200px;
  }
}
.campaign-tet .icon-tet {
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  display: block;
  height: 58px;
  position: absolute;
  right: 0;
  width: 58px;
}
.campaign-tet .icon-tet img {
  height: auto;
  max-width: 100%;
}
.campaign-tet #tooltip-accessories,
.campaign-tet #tooltip-tet,
.campaign-tet #tooltip-xmd {
  margin-right: 10px;
  margin-top: -10px;
}
.campaign-tet
  #tooltip-accessories
  #accessories-tooltip.hide-input:checked
  + .tooltip-content,
.campaign-tet
  #tooltip-accessories
  #state-tooltip.hide-input:checked
  + .tooltip-content,
.campaign-tet
  #tooltip-accessories
  #xmd-tooltip.hide-input:checked
  + .tooltip-content,
.campaign-tet
  #tooltip-tet
  #accessories-tooltip.hide-input:checked
  + .tooltip-content,
.campaign-tet #tooltip-tet #state-tooltip.hide-input:checked + .tooltip-content,
.campaign-tet #tooltip-tet #xmd-tooltip.hide-input:checked + .tooltip-content,
.campaign-tet
  #tooltip-xmd
  #accessories-tooltip.hide-input:checked
  + .tooltip-content,
.campaign-tet #tooltip-xmd #state-tooltip.hide-input:checked + .tooltip-content,
.campaign-tet #tooltip-xmd #xmd-tooltip.hide-input:checked + .tooltip-content {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.campaign-tet #tooltip-accessories #accessories-tooltip.hide-input,
.campaign-tet #tooltip-accessories #state-tooltip.hide-input,
.campaign-tet #tooltip-accessories #xmd-tooltip.hide-input,
.campaign-tet #tooltip-tet #accessories-tooltip.hide-input,
.campaign-tet #tooltip-tet #state-tooltip.hide-input,
.campaign-tet #tooltip-tet #xmd-tooltip.hide-input,
.campaign-tet #tooltip-xmd #accessories-tooltip.hide-input,
.campaign-tet #tooltip-xmd #state-tooltip.hide-input,
.campaign-tet #tooltip-xmd #xmd-tooltip.hide-input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.campaign-tet #tooltip-accessories .tooltip-arrow,
.campaign-tet #tooltip-tet .tooltip-arrow,
.campaign-tet #tooltip-xmd .tooltip-arrow {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-left: auto;
  max-width: 260px;
  padding: 10px 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.campaign-tet #tooltip-accessories .tooltip-arrow:before,
.campaign-tet #tooltip-tet .tooltip-arrow:before,
.campaign-tet #tooltip-xmd .tooltip-arrow:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -8px;
  content: "";
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}
.campaign-tet .tooltip-content .toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cw-user-bubble-color);
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  color: var(--cw-user-bubble-color);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
  width: 20px;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .icon-xmd-summer #tooltip-xmd {
    display: none;
  }
}
@media (max-width: 767px) {
  .campaign-tet .icon-tet {
    bottom: 0;
  }
  .tooltip-content .toggle {
    left: -10px;
    right: auto;
  }
  #tooltip-accessories .tooltip-arrow:before,
  #tooltip-tet .tooltip-arrow:before {
    left: 20px;
    position: absolute;
    right: auto;
  }
  .campaign-tet {
    height: 100px;
  }
}
.az-img {
  display: inline-flex;
  margin-bottom: 5px;
  margin-right: 5px;
}
.az-img img {
  margin-right: 0;
}
#azure-img-preview {
  z-index: 5000;
}
#azure-img-preview .modal-dialog {
  background: 0 0;
}
#azure-img-preview .modal-dialog .modal-content {
  border: none;
  padding: 40px 10px 25px;
}
#azure-img-preview .modal-dialog .modal-content .close-modal {
  color: #fff;
  right: 10px;
  top: 5px;
}
