@import url(https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Italiana&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?m3mlwi");
  src: url("../../fonts/icomoon.eot?m3mlwi#iefix") format("embedded-opentype"), url("../../fonts/icomoon.svg?m3mlwi") format("svg"), url("../../fonts/icomoon.ttf?m3mlwi") format("truetype"), url("../../fonts/icomoon.woff?m3mlwi") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-select-dropdown:before {
  content: "\e91b";
}

.icon-filters:before {
  content: "\e91a";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-cake:before {
  content: "\e904";
}

.icon-check-circle:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

.icon-chevron-up:before {
  content: "\e909";
}

.icon-Close-X:before {
  content: "\e90a";
}

.icon-hamburger:before {
  content: "\e90b";
}

.icon-info:before {
  content: "\e90c";
}

.icon-location:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-more-horizontal:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-shop:before {
  content: "\e912";
}

.icon-shopping-cart:before {
  content: "\e913";
}

.icon-star-filled:before {
  content: "\e914";
}

.icon-stars-unfilled:before {
  content: "\e915";
}

.icon-trash:before {
  content: "\e916";
}

.icon-upload-cloud:before {
  content: "\e917";
}

.icon-user-check:before {
  content: "\e918";
}

.icon-user-uncheck:before {
  content: "\e919";
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #be6484;
  --red: #eb5757;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #27ae60;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #262626;
  --secondary: #c6c6c6;
  --success: #27ae60;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #EB5757;
  --light: #FFFFFF;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #be6484;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #262626;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(194.24, 194.24, 194.24);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(142.16, 142.16, 142.16);
}

.table-hover .table-primary:hover {
  background-color: rgb(181.49, 181.49, 181.49);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(181.49, 181.49, 181.49);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.04, 239.04, 239.04);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(225.36, 225.36, 225.36);
}

.table-hover .table-secondary:hover {
  background-color: rgb(226.29, 226.29, 226.29);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(226.29, 226.29, 226.29);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.52, 232.32, 210.48);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(142.68, 212.88, 172.32);
}

.table-hover .table-success:hover {
  background-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(249.4, 207.96, 207.96);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(244.6, 167.64, 167.64);
}

.table-hover .table-danger:hover {
  background-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #c6c6c6;
  background-color: #FFFFFF;
  border-color: rgb(101.75, 101.75, 101.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #c6c6c6;
}
select.form-control:focus::-ms-value {
  color: #c6c6c6;
  background-color: #FFFFFF;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #262626;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #27ae60;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(39, 174, 96, 0.9);
  border-radius: 0rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #27ae60;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327ae60' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #27ae60;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327ae60' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #27ae60;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #27ae60;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #27ae60;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(54.0422535211, 209.9577464789, 119.8732394366);
  background-color: rgb(54.0422535211, 209.9577464789, 119.8732394366);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #27ae60;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #27ae60;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(235, 87, 87, 0.9);
  border-radius: 0rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EB5757;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB5757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EB5757;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EB5757;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB5757' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EB5757;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #EB5757;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EB5757;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(240.4255319149, 132.5744680851, 132.5744680851);
  background-color: rgb(240.4255319149, 132.5744680851, 132.5744680851);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EB5757;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EB5757;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EB5757;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #262626;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 56px;
  font-size: 1.125rem;
  line-height: 28px;
  border-radius: 0rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #262626;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: rgb(18.875, 18.875, 18.875);
  border-color: rgb(12.5, 12.5, 12.5);
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: rgb(18.875, 18.875, 18.875);
  border-color: rgb(12.5, 12.5, 12.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(12.5, 12.5, 12.5);
  border-color: rgb(6.125, 6.125, 6.125);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: rgb(178.875, 178.875, 178.875);
  border-color: rgb(172.5, 172.5, 172.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: rgb(178.875, 178.875, 178.875);
  border-color: rgb(172.5, 172.5, 172.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(172.5, 172.5, 172.5);
  border-color: rgb(166.125, 166.125, 166.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: rgb(31.9964788732, 142.7535211268, 78.7605633803);
  border-color: rgb(29.661971831, 132.338028169, 73.014084507);
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: rgb(31.9964788732, 142.7535211268, 78.7605633803);
  border-color: rgb(29.661971831, 132.338028169, 73.014084507);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(29.661971831, 132.338028169, 73.014084507);
  border-color: rgb(27.3274647887, 121.9225352113, 67.2676056338);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #FFFFFF;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: rgb(230.9308510638, 52.8191489362, 52.8191489362);
  border-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: rgb(230.9308510638, 52.8191489362, 52.8191489362);
  border-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
  border-color: rgb(228.2180851064, 30.0319148936, 30.0319148936);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
}

.btn-light {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-light:hover {
  color: #FFFFFF;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-light:focus, .btn-light.focus {
  color: #FFFFFF;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #262626;
  border-color: #262626;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #262626;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-secondary {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c6c6c6;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
}

.btn-outline-success {
  color: #27ae60;
  border-color: #27ae60;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #27ae60;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #EB5757;
  border-color: #EB5757;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EB5757;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:hover {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #262626;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #c6c6c6;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #262626;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #262626;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 42px;
  padding-left: 42px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #262626;
  background-color: #262626;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(101.75, 101.75, 101.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: rgb(127.25, 127.25, 127.25);
  border-color: rgb(127.25, 127.25, 127.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #262626;
  background-color: #262626;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(101.75, 101.75, 101.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-select:focus::-ms-value {
  color: #c6c6c6;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #c6c6c6;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(101.75, 101.75, 101.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  background-color: #FFFFFF;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #c6c6c6;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0rem 0rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #262626;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(127.25, 127.25, 127.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #262626;
  border: 0;
  border-radius: 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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(127.25, 127.25, 127.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #262626;
  border: 0;
  border-radius: 1rem;
  -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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(127.25, 127.25, 127.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #262626;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
.navbar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}

.card-deck .card {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -24px;
    margin-left: -24px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 24px;
  }
}

.card-group > .card {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #262626;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #FFFFFF;
  background-color: #262626;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: rgb(12.5, 12.5, 12.5);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #c6c6c6;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: rgb(172.5, 172.5, 172.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #27ae60;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: rgb(29.661971831, 132.338028169, 73.014084507);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #FFFFFF;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #FFFFFF;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #EB5757;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.badge-light {
  color: #FFFFFF;
  background-color: #FFFFFF;
}
a.badge-light:hover, a.badge-light:focus {
  color: #FFFFFF;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(19.76, 19.76, 19.76);
  background-color: rgb(211.6, 211.6, 211.6);
  border-color: rgb(194.24, 194.24, 194.24);
}
.alert-primary hr {
  border-top-color: rgb(181.49, 181.49, 181.49);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: rgb(102.96, 102.96, 102.96);
  background-color: rgb(243.6, 243.6, 243.6);
  border-color: rgb(239.04, 239.04, 239.04);
}
.alert-secondary hr {
  border-top-color: rgb(226.29, 226.29, 226.29);
}
.alert-secondary .alert-link {
  color: rgb(77.46, 77.46, 77.46);
}

.alert-success {
  color: rgb(20.28, 90.48, 49.92);
  background-color: rgb(211.8, 238.8, 223.2);
  border-color: rgb(194.52, 232.32, 210.48);
}
.alert-success hr {
  border-top-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}
.alert-success .alert-link {
  color: rgb(10.941971831, 48.818028169, 26.934084507);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(122.2, 45.24, 45.24);
  background-color: rgb(251, 221.4, 221.4);
  border-color: rgb(249.4, 207.96, 207.96);
}
.alert-danger hr {
  border-top-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}
.alert-danger .alert-link {
  color: rgb(84.9795031056, 31.4604968944, 31.4604968944);
}

.alert-light {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-light .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #262626;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #eaeaea;
}
.list-group-item-action:active {
  color: #262626;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(19.76, 19.76, 19.76);
  background-color: rgb(194.24, 194.24, 194.24);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(19.76, 19.76, 19.76);
  background-color: rgb(181.49, 181.49, 181.49);
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(19.76, 19.76, 19.76);
  border-color: rgb(19.76, 19.76, 19.76);
}

.list-group-item-secondary {
  color: rgb(102.96, 102.96, 102.96);
  background-color: rgb(239.04, 239.04, 239.04);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(102.96, 102.96, 102.96);
  background-color: rgb(226.29, 226.29, 226.29);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(102.96, 102.96, 102.96);
  border-color: rgb(102.96, 102.96, 102.96);
}

.list-group-item-success {
  color: rgb(20.28, 90.48, 49.92);
  background-color: rgb(194.52, 232.32, 210.48);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.28, 90.48, 49.92);
  background-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(20.28, 90.48, 49.92);
  border-color: rgb(20.28, 90.48, 49.92);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(122.2, 45.24, 45.24);
  background-color: rgb(249.4, 207.96, 207.96);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(122.2, 45.24, 45.24);
  background-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(122.2, 45.24, 45.24);
  border-color: rgb(122.2, 45.24, 45.24);
}

.list-group-item-light {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 3px solid #c6c6c6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 10px;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 3px solid #c6c6c6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #262626 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(12.5, 12.5, 12.5) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(172.5, 172.5, 172.5) !important;
}

.bg-success {
  background-color: #27ae60 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(29.661971831, 132.338028169, 73.014084507) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(229.5744680851, 41.4255319149, 41.4255319149) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #27ae60 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

.w-25 {
  width: 25% !important;
}

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

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

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-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: #FFFFFF !important;
}

.text-primary {
  color: #262626 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #c6c6c6 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(159.75, 159.75, 159.75) !important;
}

.text-success {
  color: #27ae60 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(24.9929577465, 111.5070422535, 61.5211267606) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #EB5757 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(219.3829787234, 26.1170212766, 26.1170212766) !important;
}

.text-light {
  color: #FFFFFF !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #262626 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "Overpass-Regular";
  src: url("../fonts/overpass/Overpass-Regular.ttf");
}
@font-face {
  font-family: "Overpass-ExtraLight";
  src: url("../fonts/overpass/Overpass-ExtraLight.ttf");
}
@font-face {
  font-family: "Overpass-ExtraBold";
  src: url("../fonts/overpass/Overpass-ExtraBold.ttf");
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/quicksand/Quicksand_Bold.otf");
}
@font-face {
  font-family: "Quicksand-SemiBold";
  src: url("../fonts/quicksand/Quicksand_SemiBold.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Sanchez-Regular";
  src: url("../fonts/Sanchez/Sanchez-Regular.ttf");
}
header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
  color: #262626;
}

h1,
h2 {
  font-family: "Sanchez-Regular";
  font-weight: 400;
}

h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.375rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.125rem;
}

header {
  /* Navigation */
  background: #FFFFFF;
}
header nav .header {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
header nav .header .hamburguer-container,
header nav .header .minicart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  header nav .header .minicart-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header nav .header .brand {
  width: auto;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  left: 0;
  position: unset;
  text-align: left;
}
header nav .header .brand img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  header nav .header .brand img {
    width: auto;
    height: 100%;
  }
}
header nav .header .navbar-toggler {
  color: #262626;
  font-size: 1.5em;
}
header nav .header .minicart {
  margin-top: 0;
}
header nav .header .minicart .minicart-quantity {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.9375rem;
  left: 0.9375rem;
  background-color: #be6484;
  color: #fff;
}
header nav .header .minicart .minicart-icon {
  color: #262626;
}
header nav .header .account,
header nav .header .storelocator,
header nav .header .minicart {
  margin-top: 0.4375rem;
}
header nav .header .account .account-icon,
header nav .header .storelocator .storelocator-icon {
  font-size: 1.5em;
  color: #262626;
  width: 2.5rem;
}
header nav .header .header-row > div {
  height: 2.5rem;
}
header nav .navbar-header .user {
  margin: 0;
}
header nav .search-mobile .site-search {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5625rem;
}
header nav .search-mobile .site-search button {
  color: #262626;
  right: 2.1875rem;
  top: 0.6875rem;
}
header nav .search-mobile .site-search .fa-search {
  right: 2rem;
}

body.sticky-header--active header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
body.sticky-header--active header.sticky-header--active {
  -webkit-box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
          box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
}

.header-banner {
  background-color: #262626;
}
.header-banner .header-promotion .left-column,
.header-banner .header-promotion .middle-column {
  margin-right: 10px;
}
.header-banner .header-promotion .left-column::after,
.header-banner .header-promotion .middle-column::after {
  content: "|";
  margin-left: 10px;
}
.header-banner .header-promotion .fa {
  margin-left: 0.625rem;
}
.header-banner .close-button .close {
  background-color: transparent;
}

.main-menu {
  background-color: #FFFFFF;
  border-top: 1px solid #e8e8e8;
}
.main-menu .nav-item > .nav-link {
  color: #000000;
}
.main-menu .nav-item > .nav-link::after {
  content: none;
}

.navbar .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 544px) {
  .navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.navbar .navbar-nav .nav-item.show .nav-link {
  background-color: #000000;
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
          box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
  height: 37.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul {
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300;
          flex: 0 0 300;
  width: 18.75rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item {
  padding: 0;
  border: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item:focus {
  color: #000000;
  background-color: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  outline: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link:hover {
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link::after {
  content: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul {
  padding: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item:focus {
  background-color: #8e8c9b;
  outline: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item .dropdown-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 1.875rem;
  line-height: 1.875rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-menu-content-asset {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .category-menu-content-asset {
    display: none;
  }
}
.navbar.bg-inverse .navbar-nav .nav-link {
  padding: 1.25rem;
  outline: none;
}

.menu-toggleable-left.in .nav-item + .nav-item {
  border-color: #e8e8e8;
}
.menu-toggleable-left.in .close-menu {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.menu-toggleable-left.in .dropdown-toggle::after {
  font-family: "FontAwesome";
  content: "\f054";
  border: none;
  right: 1rem;
  margin-top: 0;
}

.nav-open body {
  height: 100vh;
  overflow: hidden;
}
.nav-open .prices-add-to-cart-actions {
  z-index: inherit;
}

footer {
  background-color: #8e8c9b;
}
footer .footer-container .footer-item {
  border-bottom: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
footer .footer-container .footer-item button {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #262626;
  padding: 1.1875rem 0.625rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
@media (min-width: 992px) {
  footer .footer-container .footer-item button {
    font-size: 1.125rem;
  }
}
footer .footer-container .footer-item button::after {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
footer .footer-container .footer-item button:not(.subscribe-email):hover, footer .footer-container .footer-item button:not(.subscribe-email):focus {
  background-color: transparent;
  border-color: transparent;
}
footer .footer-container .footer-item.collapsible-xs button {
  border-bottom: 0.0625rem solid #C0C0C0;
  border-radius: 0;
  font-family: "Jost", sans-serif;
  padding: 1.1875rem 0.625rem;
}
footer .footer-container .footer-item.store h2::after {
  font-size: 1.25rem;
}
footer .footer-container .footer-item .menu-footer {
  padding: 1.1875rem 0.625rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-container .footer-item .menu-footer {
    padding: 0;
    padding-top: 1.875rem;
  }
}
footer .footer-container .footer-item .menu-footer li {
  height: auto;
  min-height: 1.3125rem;
}
footer .footer-container .footer-item .menu-footer li a {
  color: #646464;
}
footer .footer-container .footer-item .home-email-signup {
  background-color: transparent;
  padding: 1.1875rem 0.625rem;
}
@media (min-width: 768px) {
  footer .footer-container .footer-item .home-email-signup {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-container .footer-item .home-email-signup .input-group .form-control {
    padding: 0 0.3125rem;
  }
}
footer .footer-container .footer-item .home-email-signup .input-group .subscribe-email {
  border-radius: 0;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem;
}
footer .social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .social-links::after {
  content: none;
}
footer .social-links li {
  width: auto;
}
footer .social-links li a:not(.nav-link):not(.dropdown-link) {
  text-decoration: none;
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social-links li a:not(.nav-link):not(.dropdown-link).facebook {
  background-image: url(../../images/svg/facebook.svg);
}
footer .social-links li a:not(.nav-link):not(.dropdown-link).twitter {
  background-image: url(../../images/svg/twitter.svg);
}
footer .social-links li a:not(.nav-link):not(.dropdown-link).pinterest {
  background-image: url(../../images/svg/pinterest.svg);
}
footer .social-links li a:not(.nav-link):not(.dropdown-link).youtube {
  background-image: url(../../images/svg/youtube.svg);
}
footer .social-links li a:not(.nav-link):not(.dropdown-link).instagram {
  background-image: url(../../images/svg/instagram.svg);
}
footer .back-to-top {
  float: right;
}
footer .back-to-top i.fa-circle {
  text-shadow: none;
  color: #262626;
}
footer .back-to-top i.fa-arrow-up {
  color: #FFFFFF;
}
footer .footer-copy-container {
  background-color: #FFFFFF;
  padding-bottom: 8.75rem;
}
@media (min-width: 768px) {
  footer .footer-copy-container {
    padding-bottom: 2.5rem;
  }
}
footer .footer-copy-container .copyright-notice {
  width: 100%;
}
footer .footer-copy-container .copyright-notice .content-asset {
  width: 100%;
}
footer .footer-copy-container .copyright-notice .content-asset .notice-links-container,
footer .footer-copy-container .copyright-notice .content-asset .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (min-width: 768px) {
  footer .footer-copy-container .copyright-notice .content-asset .notice-links-container {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}
footer .footer-copy-container .copyright-notice .content-asset .notice-links-container a {
  text-decoration: underline;
}

.nav-tabs .nav-item .nav-link {
  border-color: #BDBDBD;
  color: #c6c6c6 !important;
  background-color: #F6F6F6;
  border-bottom: none;
  border-radius: 0;
}
.nav-tabs .nav-item .nav-link.active {
  color: #262626 !important;
  background-color: #FFFFFF;
}

.product-tile .tile-body .pdp-link .link {
  color: #262626 !important;
}
.product-tile .tile-body .tile-body-footer .fa-star,
.product-tile .tile-body .tile-body-footer .fa-star-half-o,
.product-tile .tile-body .tile-body-footer .fa-star-o {
  color: #c6c6c6;
}
.product-tile .tile-body .price {
  color: #646464;
}

.refinements h2 {
  color: #262626;
}
.refinements ul li {
  margin-left: 0px !important;
}
.refinements ul li button {
  color: #646464 !important;
  text-align: left !important;
}

.refinement ul li {
  margin-left: 0px !important;
}

.result-count {
  color: #646464;
}

.btn.filter-results {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero {
  height: 550px;
  background-position: 0;
}
.hero.slant-down::after {
  content: none;
}
.hero .page-title {
  color: #FFFFFF;
  font-size: 64px;
  font-size: 4rem;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .hero {
    height: 300px;
  }
  .hero .page-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: normal;
  }
}

h1.page-title {
  background-color: transparent;
  color: #c6c6c6;
}
h1.page-title::before {
  background-color: transparent;
}

.card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #262626;
}
.card .card-header::after {
  content: none;
}
.card .card-header .card-header-custom,
.card .card-header .profile-header {
  color: #262626;
}
.card .card-header .edit-button {
  margin-top: 0.3125rem;
}

.breadcrumb {
  background-color: transparent;
  padding-top: 0;
  border: none;
}
.breadcrumb .breadcrumb-item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  font-family: "Overpass-ExtraLight";
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
  font-family: "Overpass-ExtraLight";
}
.breadcrumb .breadcrumb-item:last-child a {
  font-family: "Overpass-ExtraBold";
}

.quick-view-dialog .list-unstyled {
  padding-left: 0.9375rem;
}
.quick-view-dialog .global-availability {
  padding: 0 2.8125rem;
}

.custom-select {
  height: 3.125rem;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg width='10' height='22' viewBox='0 0 10 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.75 6.875L5 3.125L1.25 6.875' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M1.25 15.125L5 18.875L8.75 15.125' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath d='M10 10L0 10L-8.74228e-07 8.74228e-07L10 0L10 10Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/9px 22px;
}

.btn {
  min-height: 3rem;
}
.btn:hover, .btn:focus {
  background-color: #646464;
  border-color: #646464;
  color: #FFFFFF;
}

.base-input, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid, input[type=tel].is-valid,
input[type=email].is-valid,
input[type=text].is-valid,
input[type=password].is-valid {
  height: 3.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 1.375rem;
  color: #c6c6c6;
}
.base-input:hover, input[type=tel]:hover:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:hover:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:hover:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:hover:not(.is-invalid):not(.is-valid):not(.search-field), input[type=tel].is-invalid:hover,
input[type=email].is-invalid:hover,
input[type=text].is-invalid:hover,
input[type=password].is-invalid:hover, input[type=tel].is-valid:hover,
input[type=email].is-valid:hover,
input[type=text].is-valid:hover,
input[type=password].is-valid:hover, .base-input:focus, input[type=tel]:focus:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:focus:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:focus:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:focus:not(.is-invalid):not(.is-valid):not(.search-field), input[type=tel].is-invalid:focus,
input[type=email].is-invalid:focus,
input[type=text].is-invalid:focus,
input[type=password].is-invalid:focus, input[type=tel].is-valid:focus,
input[type=email].is-valid:focus,
input[type=text].is-valid:focus,
input[type=password].is-valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=tel].is-valid,
input[type=email].is-valid,
input[type=text].is-valid,
input[type=password].is-valid {
  background-position: right 0.625rem center;
  padding-right: calc(1.5em + 1.5rem);
  color: #27ae60;
}
input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid {
  background-position: right 0.625rem center;
  padding-right: calc(1.5em + 1.5rem);
  color: #EB5757;
}
input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field) {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23EB5757'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8974 12.1026C7.19996 12.1026 6.66663 11.5692 6.66663 10.8718C6.66663 10.1744 7.19996 9.64102 7.8974 9.64102C8.59483 9.64102 9.12816 10.1744 9.12816 10.8718C9.12816 11.5692 8.59483 12.1026 7.8974 12.1026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12816 8.41025C9.12816 8.6564 8.96406 8.8205 8.71791 8.8205H7.07688C6.83073 8.8205 6.66663 8.6564 6.66663 8.41025V3.07691C6.66663 2.83076 6.83073 2.66666 7.07688 2.66666H8.71791C8.96406 2.66666 9.12816 2.83076 9.12816 3.07691V8.41025Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 3.125rem;
}

.accordion {
  font-family: "Overpass-Regular";
  font-size: 1rem;
  line-height: 1.625rem;
}
.accordion .card {
  border: none;
  margin-bottom: 0;
}
.accordion .card .card-header {
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #DFDFDF;
  padding: 0;
  height: 3.75rem;
}
.accordion .card .card-header .btn.btn-link {
  margin: auto 0;
  height: 3.75rem;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.015625rem;
  line-height: 1.25rem;
  color: #646464;
}
.accordion .card .card-header .btn.btn-link:hover, .accordion .card .card-header .btn.btn-link:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #c6c6c6 !important;
  text-decoration: none;
}
.accordion .card .card-header .btn.btn-link::after {
  content: "-";
  font-size: 3.5rem;
  color: #646464;
  position: absolute;
  right: 0;
  width: 2.5rem;
  font-weight: normal;
}
.accordion .card .card-header .btn.btn-link.collapsed {
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.9375rem;
  color: #c6c6c6;
  letter-spacing: 0.015625rem;
}
.accordion .card .card-header .btn.btn-link.collapsed::after {
  content: "+";
  font-size: 2.5rem;
  font-weight: normal;
}
.accordion .card .card-body {
  padding: 1.25rem 0;
}

.form-check input[type=radio] {
  display: none;
}
.form-check input[type=radio][disabled] + label::before {
  border: 0.0625rem solid #E9E9E9;
}
.form-check input[type=radio][disabled]:checked + label::after {
  background-color: #c6c6c6;
}
.form-check input[type=radio]:checked ~ label::after {
  top: 0.25rem;
  left: -1.5rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #262626;
}
.form-check .form-radio-label {
  position: relative;
  margin-left: 1.75rem;
  padding-left: 0.25rem;
}
.form-check .form-radio-label::before, .form-check .form-radio-label::after {
  position: absolute;
}
.form-check .form-radio-label::before {
  content: "";
  top: 0;
  left: -1.75rem;
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  border: 0.0625rem solid #c6c6c6;
}
.form-check .form-radio-label::after {
  content: "";
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check .form-check-label::before,
.custom-checkbox .custom-control-label::before {
  background: none;
  border: none !important;
}
.form-check .form-check-label::after,
.custom-checkbox .custom-control-label::after {
  background: none !important;
  background-color: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.625rem;
  border: 0.0625rem solid #c6c6c6;
}

form-check input[type=checkbox] {
  opacity: 0;
}
form-check input[type=checkbox][disabled] + label::before {
  background-color: #8e8c9b;
}
form-check input[type=checkbox][disabled] + label::after {
  border-color: #c6c6c6;
}

input[type=radio][disabled] + label::before,
input[type=checkbox][disabled] + label::before {
  background-color: #8e8c9b;
}
input[type=radio][disabled] + label::after,
input[type=checkbox][disabled] + label::after {
  border-color: #c6c6c6;
}
input[type=radio].form-check-input + label::before, input[type=radio].custom-control-input + label::before,
input[type=checkbox].form-check-input + label::before,
input[type=checkbox].custom-control-input + label::before {
  content: "";
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  border: 0.0625rem solid #c6c6c6 !important;
}
input[type=radio].form-check-input:checked + label::before, input[type=radio].custom-control-input:checked + label::before,
input[type=checkbox].form-check-input:checked + label::before,
input[type=checkbox].custom-control-input:checked + label::before {
  background: #fff !important;
  color: #FFFFFF;
  content: "\f00c";
  font-family: "FontAwesome";
}

.suggestions #search-results .header > div,
.suggestions #search-results .items .item > div {
  padding: 0 1.25rem;
}
.suggestions #search-results .header {
  margin-bottom: 0;
  border-top: none;
  padding-top: 0;
  color: #262626;
  font-size: 1.125rem;
}
.suggestions #search-results .items .item {
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.suggestions #search-results .items .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.suggestions #search-results .items .item a .name {
  white-space: normal;
  margin-top: 0;
  max-height: 2.5rem;
  line-height: 1.2;
}
.suggestions #search-results .items .item a:hover {
  text-decoration: none;
}
.suggestions #search-results .items .item:hover {
  background-color: #e8e8e8;
}
.suggestions #search-results .swatch-circle {
  border-radius: 0;
}

.minicart .popover {
  border-radius: 0;
}
.minicart .popover .cart {
  background-color: #fff;
  padding-top: 2.5rem;
}
.minicart .popover .cart .row h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}
.minicart .popover .cart .row a.normal {
  color: #262626;
}
.minicart .popover .cart .cart-title {
  border-bottom: 1px solid #8e8c9b;
  margin: 0;
  padding: 0;
}
.minicart .popover .cart .cart-title > div {
  padding-left: 0;
  padding-right: 0;
}
.minicart .popover .cart .card-body {
  padding: 0;
}
.minicart .popover .cart .product-summary {
  margin-right: 0;
  padding-right: 0;
}
.minicart .popover .cart .product-summary > .row {
  border: 1px solid #8e8c9b;
}
.minicart .popover .cart .product-summary .card {
  border: 0;
  margin-bottom: 0;
}
.minicart .popover .cart .product-summary .card .product-line-item {
  margin-top: 1.25rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .title-container .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .title-container .title-row .item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #8e8c9b;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .line-item-attributes-container .line-item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  height: 2.1875rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .line-item-attributes-container .line-item-attributes strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262626;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .line-item-attributes-container .line-item-attributes span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #262626;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .item-options .line-item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262626;
  height: 2.1875rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  height: 2.1875rem;
  margin-bottom: 0.625rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form .quantity-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262626;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form .quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #262626;
  height: auto;
  border-color: #8e8c9b;
  margin-bottom: 0.625rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  height: 2.1875rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price .line-item-pricing-info,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .line-item-pricing-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price .line-item-pricing-info .line-item-total-text,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .line-item-pricing-info .line-item-total-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262626;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price .price,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #262626;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .line-item-availability .line-item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262626;
  height: 2.1875rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product {
  color: #DFDFDF;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product:hover, .minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .remove-line-item .remove-product:focus {
  background-color: transparent;
  border-color: transparent;
  color: #C0C0C0;
}
.minicart .coupon-container {
  padding: 1.25rem 0;
}
.minicart .coupon-container .coupon-wrapper {
  height: 5.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.minicart .coupon-container .coupon-wrapper span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.modal-open .suggestions.modal {
  display: block;
}

#removeProductModal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#removeProductModal .modal-footer button {
  padding: 0 2.8125rem;
}

#consent-tracking .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#consent-tracking .modal-footer .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#consent-tracking .modal-footer .button-wrapper button {
  padding: 0 3.125rem;
}

.product-recommendations {
  padding-top: 1.25rem;
}
.product-recommendations .title-row {
  position: relative;
}
.product-recommendations .title-row .filler {
  border-top: 1px solid #DFDFDF;
  position: absolute;
  top: 50%;
}
.product-recommendations .title-row .right-filler {
  right: 0;
}
.product-recommendations .title-row .title-text {
  text-align: center;
}
.product-recommendations .product-card img {
  width: 100%;
}
.product-recommendations .product-recommendations-carousel {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .product-recommendations .product-recommendations-carousel .slick-prev {
    left: -0.9375rem;
  }
}
@media (min-width: 768px) {
  .product-recommendations .product-recommendations-carousel .slick-next {
    right: -0.9375rem;
  }
}

.search-results .product-grid .product .product-tile {
  min-height: auto;
}
.search-results .product-grid .product .product-tile .tile-body .pdp-link {
  padding-bottom: 0.625rem;
}
.search-results .product-grid .product .product-tile .tile-body .pdp-link .link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-weight: 300;
  min-height: 2.5rem;
  display: block;
}
.search-results .product-grid .product .product-tile .tile-body .price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 0.625rem;
}
.search-results .product-grid .product .product-tile .tile-body .color-swatches .swatches .swatch-circle {
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 991.98px) {
  .search-results .product-grid .show-more button {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }
}
.search-results .refinement-bar .accordion .card .card-header {
  background-color: transparent;
}
.search-results .refinement-bar .accordion .card .card-header .btn.btn-link {
  color: #262626;
}
.search-results .refinement-bar .accordion .card .card-header .btn.btn-link::after {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  top: 1.25rem;
}
.search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed {
  color: #262626;
}
.search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed::after {
  top: 1.5625rem;
}
.search-results .refinement-bar .accordion .card .card-body .swatch-circle {
  border-radius: 0;
  width: 1.75rem;
  height: 1.75rem;
}
.search-results .refinement-bar .accordion .card .card-body .swatch-circle-miscellaneous {
  -webkit-transform: none;
          transform: none;
}
.search-results .refinement-bar .accordion .card.refinement-size .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  margin: 0;
}
.search-results .refinement-bar .accordion .card.refinement-size .values li {
  margin-bottom: 0.9375rem;
}
.search-results .refinement-bar .accordion .card.refinement-size .values li button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  border: 1px solid #c6c6c6;
  width: 2.8125rem;
  height: 2.8125rem;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results .refinement-bar .accordion .card.refinement-size .values li.selected button {
  border: 2px solid #646464;
}

.hero-cta,
.hero-cta-aligned {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  min-height: 33.75rem;
}
@media (min-width: 768px) {
  .hero-cta,
  .hero-cta-aligned {
    min-height: 40.625rem;
  }
}
.hero-cta .hero-cta-wrapper,
.hero-cta-aligned .hero-cta-wrapper {
  min-height: 33.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .hero-cta .hero-cta-wrapper,
  .hero-cta-aligned .hero-cta-wrapper {
    min-height: 40.625rem;
  }
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
  padding: 0.9375rem;
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message,
  .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message {
    text-align: left;
  }
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .sub-title,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .title,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .title {
  margin-bottom: 1.5625rem;
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .copy,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .copy {
  margin-bottom: 2.5rem;
  display: block;
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:hover, .hero-cta .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:focus,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:hover,
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:focus {
  background: rgba(255, 255, 255, 0.2);
}

.hero-cta-aligned .hero-cta-wrapper .row {
  width: 100%;
  margin: 0;
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container,
.hero-cta-aligned .hero-cta-wrapper .row .image-container {
  min-height: 32.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container,
  .hero-cta-aligned .hero-cta-wrapper .row .image-container {
    min-height: 40.625rem;
  }
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message {
  color: #262626;
  text-align: center;
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .sub-title {
  color: #c6c6c6;
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button {
  color: #262626;
  border-color: #262626;
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:hover, .hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container .campaign-banner-message .cta-button:focus {
  border-color: #c6c6c6;
}
.hero-cta-aligned .hero-cta-wrapper .row .image-container {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .hero-cta-aligned .hero-cta-wrapper .row .image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero-cta-aligned .hero-cta-wrapper .row .campaign-banner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-cta-aligned.inverted .hero-cta-wrapper .row .campaign-banner-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .hero-cta-aligned.inverted .hero-cta-wrapper .row .campaign-banner-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero-cta-aligned.inverted .hero-cta-wrapper .row .image-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .hero-cta-aligned.inverted .hero-cta-wrapper .row .image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.hero-video {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}
.hero-video .hero-video-wrapper video.hero-video--inSlide {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.hero-video .hero-video-cta-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-video .hero-video-cta-container .row .campaign-banner-container {
  padding: 0.9375rem;
}
.hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message {
    text-align: left;
  }
}
.hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .title {
  margin-bottom: 1.5625rem;
}
.hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .copy {
  margin-bottom: 2.5rem;
  display: block;
}
.hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .cta-button {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .cta-button:hover, .hero-video .hero-video-cta-container .row .campaign-banner-container .campaign-banner-message .cta-button:focus {
  background: rgba(255, 255, 255, 0.2);
}

.product-category-carousel {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}
.product-category-carousel .category-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  position: absolute;
  color: #FFFFFF !important;
  bottom: 0;
  z-index: 2;
  background: rgba(90, 90, 90, 0.5);
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-category-carousel .category-title.right-alignment {
  right: 0;
}
.product-category-carousel .category-title.hide {
  display: none;
}
.product-category-carousel .category-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-category-carousel .swiper-container {
  height: 31.25rem;
}
.product-category-carousel .swiper-container .swiper-wrapper {
  height: 31.25rem;
}
.product-category-carousel .swiper-container .swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category-carousel .swiper-container .swiper-button-next,
.product-category-carousel .swiper-container .swiper-button-prev {
  text-shadow: 0 0 0.25rem #000000;
}
.product-category-carousel .swiper-container .swiper-button-next:after,
.product-category-carousel .swiper-container .swiper-button-prev:after {
  color: #FFFFFF;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
}

.product-edit-carousel img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  #refinementAccordion .collapsible-sm .card-body,
  #refinementAccordion .collapsible-sm .content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.category-slot {
  margin: 1.875rem 0;
}
.category-slot .category-item {
  margin-bottom: 1.25rem;
}
.category-slot .category-tile h1 {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.6875rem 1rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  background: rgba(90, 90, 90, 0.5);
  background-blend-mode: multiply;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #be6484;
  --red: #eb5757;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #27ae60;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #262626;
  --secondary: #c6c6c6;
  --success: #27ae60;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #EB5757;
  --light: #FFFFFF;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #be6484;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #262626;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(194.24, 194.24, 194.24);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(142.16, 142.16, 142.16);
}

.table-hover .table-primary:hover {
  background-color: rgb(181.49, 181.49, 181.49);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(181.49, 181.49, 181.49);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.04, 239.04, 239.04);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(225.36, 225.36, 225.36);
}

.table-hover .table-secondary:hover {
  background-color: rgb(226.29, 226.29, 226.29);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(226.29, 226.29, 226.29);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.52, 232.32, 210.48);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(142.68, 212.88, 172.32);
}

.table-hover .table-success:hover {
  background-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(249.4, 207.96, 207.96);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(244.6, 167.64, 167.64);
}

.table-hover .table-danger:hover {
  background-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #c6c6c6;
  background-color: #FFFFFF;
  border-color: rgb(101.75, 101.75, 101.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #c6c6c6;
}
select.form-control:focus::-ms-value {
  color: #c6c6c6;
  background-color: #FFFFFF;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #262626;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #27ae60;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(39, 174, 96, 0.9);
  border-radius: 0rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #27ae60;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327ae60' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #27ae60;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327ae60' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #27ae60;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #27ae60;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #27ae60;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(54.0422535211, 209.9577464789, 119.8732394366);
  background-color: rgb(54.0422535211, 209.9577464789, 119.8732394366);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #27ae60;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #27ae60;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(235, 87, 87, 0.9);
  border-radius: 0rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EB5757;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB5757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EB5757;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EB5757;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB5757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB5757' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EB5757;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #EB5757;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EB5757;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(240.4255319149, 132.5744680851, 132.5744680851);
  background-color: rgb(240.4255319149, 132.5744680851, 132.5744680851);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EB5757;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EB5757;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EB5757;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #262626;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 56px;
  font-size: 1.125rem;
  line-height: 28px;
  border-radius: 0rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #262626;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: rgb(18.875, 18.875, 18.875);
  border-color: rgb(12.5, 12.5, 12.5);
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: rgb(18.875, 18.875, 18.875);
  border-color: rgb(12.5, 12.5, 12.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(12.5, 12.5, 12.5);
  border-color: rgb(6.125, 6.125, 6.125);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70.55, 70.55, 70.55, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: rgb(178.875, 178.875, 178.875);
  border-color: rgb(172.5, 172.5, 172.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: rgb(178.875, 178.875, 178.875);
  border-color: rgb(172.5, 172.5, 172.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(172.5, 172.5, 172.5);
  border-color: rgb(166.125, 166.125, 166.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206.55, 206.55, 206.55, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: rgb(31.9964788732, 142.7535211268, 78.7605633803);
  border-color: rgb(29.661971831, 132.338028169, 73.014084507);
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: rgb(31.9964788732, 142.7535211268, 78.7605633803);
  border-color: rgb(29.661971831, 132.338028169, 73.014084507);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(29.661971831, 132.338028169, 73.014084507);
  border-color: rgb(27.3274647887, 121.9225352113, 67.2676056338);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71.4, 186.15, 119.85, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #FFFFFF;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 202.3, 44.2, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: rgb(230.9308510638, 52.8191489362, 52.8191489362);
  border-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: rgb(230.9308510638, 52.8191489362, 52.8191489362);
  border-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
  border-color: rgb(228.2180851064, 30.0319148936, 30.0319148936);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 112.2, 112.2, 0.5);
}

.btn-light {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-light:hover {
  color: #FFFFFF;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-light:focus, .btn-light.focus {
  color: #FFFFFF;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #262626;
  border-color: #262626;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #262626;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-secondary {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c6c6c6;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
}

.btn-outline-success {
  color: #27ae60;
  border-color: #27ae60;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #27ae60;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #EB5757;
  border-color: #EB5757;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EB5757;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:hover {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #262626;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #c6c6c6;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #262626;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #262626;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 42px;
  padding-left: 42px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #262626;
  background-color: #262626;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(101.75, 101.75, 101.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: rgb(127.25, 127.25, 127.25);
  border-color: rgb(127.25, 127.25, 127.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #262626;
  background-color: #262626;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 38, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(101.75, 101.75, 101.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-select:focus::-ms-value {
  color: #c6c6c6;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #c6c6c6;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(101.75, 101.75, 101.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #c6c6c6;
  background-color: #FFFFFF;
  border: 1px solid #c6c6c6;
  border-radius: 0rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #c6c6c6;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0rem 0rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #262626;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(127.25, 127.25, 127.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #262626;
  border: 0;
  border-radius: 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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(127.25, 127.25, 127.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #262626;
  border: 0;
  border-radius: 1rem;
  -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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(127.25, 127.25, 127.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #262626;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}

.card-deck .card {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -24px;
    margin-left: -24px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 24px;
  }
}

.card-group > .card {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #262626;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #FFFFFF;
  background-color: #262626;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: rgb(12.5, 12.5, 12.5);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #c6c6c6;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: rgb(172.5, 172.5, 172.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198, 198, 198, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #27ae60;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: rgb(29.661971831, 132.338028169, 73.014084507);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #FFFFFF;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #FFFFFF;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #EB5757;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: rgb(229.5744680851, 41.4255319149, 41.4255319149);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.badge-light {
  color: #FFFFFF;
  background-color: #FFFFFF;
}
a.badge-light:hover, a.badge-light:focus {
  color: #FFFFFF;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(19.76, 19.76, 19.76);
  background-color: rgb(211.6, 211.6, 211.6);
  border-color: rgb(194.24, 194.24, 194.24);
}
.alert-primary hr {
  border-top-color: rgb(181.49, 181.49, 181.49);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: rgb(102.96, 102.96, 102.96);
  background-color: rgb(243.6, 243.6, 243.6);
  border-color: rgb(239.04, 239.04, 239.04);
}
.alert-secondary hr {
  border-top-color: rgb(226.29, 226.29, 226.29);
}
.alert-secondary .alert-link {
  color: rgb(77.46, 77.46, 77.46);
}

.alert-success {
  color: rgb(20.28, 90.48, 49.92);
  background-color: rgb(211.8, 238.8, 223.2);
  border-color: rgb(194.52, 232.32, 210.48);
}
.alert-success hr {
  border-top-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}
.alert-success .alert-link {
  color: rgb(10.941971831, 48.818028169, 26.934084507);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(122.2, 45.24, 45.24);
  background-color: rgb(251, 221.4, 221.4);
  border-color: rgb(249.4, 207.96, 207.96);
}
.alert-danger hr {
  border-top-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}
.alert-danger .alert-link {
  color: rgb(84.9795031056, 31.4604968944, 31.4604968944);
}

.alert-light {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-light .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #262626;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #eaeaea;
}
.list-group-item-action:active {
  color: #262626;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #262626;
  border-color: #262626;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(19.76, 19.76, 19.76);
  background-color: rgb(194.24, 194.24, 194.24);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(19.76, 19.76, 19.76);
  background-color: rgb(181.49, 181.49, 181.49);
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(19.76, 19.76, 19.76);
  border-color: rgb(19.76, 19.76, 19.76);
}

.list-group-item-secondary {
  color: rgb(102.96, 102.96, 102.96);
  background-color: rgb(239.04, 239.04, 239.04);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(102.96, 102.96, 102.96);
  background-color: rgb(226.29, 226.29, 226.29);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(102.96, 102.96, 102.96);
  border-color: rgb(102.96, 102.96, 102.96);
}

.list-group-item-success {
  color: rgb(20.28, 90.48, 49.92);
  background-color: rgb(194.52, 232.32, 210.48);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.28, 90.48, 49.92);
  background-color: rgb(175.9745454545, 225.3654545455, 196.8284848485);
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(20.28, 90.48, 49.92);
  border-color: rgb(20.28, 90.48, 49.92);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(122.2, 45.24, 45.24);
  background-color: rgb(249.4, 207.96, 207.96);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(122.2, 45.24, 45.24);
  background-color: rgb(246.6872340426, 185.1727659574, 185.1727659574);
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(122.2, 45.24, 45.24);
  border-color: rgb(122.2, 45.24, 45.24);
}

.list-group-item-light {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 3px solid #c6c6c6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 10px;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 3px solid #c6c6c6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #262626 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(12.5, 12.5, 12.5) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(172.5, 172.5, 172.5) !important;
}

.bg-success {
  background-color: #27ae60 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(29.661971831, 132.338028169, 73.014084507) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(229.5744680851, 41.4255319149, 41.4255319149) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #27ae60 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

.w-25 {
  width: 25% !important;
}

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

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

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-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: #FFFFFF !important;
}

.text-primary {
  color: #262626 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #c6c6c6 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(159.75, 159.75, 159.75) !important;
}

.text-success {
  color: #27ae60 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(24.9929577465, 111.5070422535, 61.5211267606) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #EB5757 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(219.3829787234, 26.1170212766, 26.1170212766) !important;
}

.text-light {
  color: #FFFFFF !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #262626 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.blogcategory-box {
  padding: 1.6875rem 0;
  border-bottom: 1px solid #8e8c9b;
}
.blogcategory-box_main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .blogcategory-box_main_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blogcategory-box_content {
  padding: 3rem 1.875rem;
  background: #646464;
}
@media (min-width: 768px) {
  .blogcategory-box_content {
    max-height: 21.875rem;
  }
}
.blogcategory-box_name {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c6c6c6;
}
.blogcategory-box_short_bio {
  margin: 0.75rem 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #c6c6c6;
}
@media (min-width: 768px) {
  .blogcategory-box_short_bio {
    max-height: 6rem;
    overflow: hidden;
  }
}
.blogcategory-box_cta {
  color: #262626;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 2px solid #262626;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
  width: 10.4375rem;
  height: 3.125rem;
  display: block;
}
.blogcategory-box_img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .blogcategory-box_img {
    max-width: 33.5rem;
  }
}

.homepage {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .homepage {
    margin-bottom: 2.5rem;
  }
}
.homepage .main-callout .page-title {
  background-color: transparent;
  color: #FFFFFF;
}
.homepage .main-callout .page-title::before {
  background-color: transparent;
}
.homepage .hero {
  height: 16.4375rem;
}
.homepage .hero .page-title {
  color: #FFFFFF;
}
.homepage .category-tile h1, .homepage .category-tile h2 {
  display: none;
}
.homepage .home-main-categories .row [class*=col-] {
  padding: 0.625rem 1.9375rem;
}
@media (min-width: 768px) {
  .homepage .home-main-categories .row [class*=col-] {
    padding: 0 0.9375rem 1.4375rem 0;
  }
}
.homepage .home-main-categories .row .col {
  padding: 0.625rem 1.9375rem;
}
@media (min-width: 768px) {
  .homepage .home-main-categories .row .col {
    padding: 0;
    padding-right: 0.9375rem;
  }
}
.homepage .home-main-categories > .col {
  padding: 0.625rem 1.9375rem;
}
@media (min-width: 992px) {
  .homepage .home-main-categories > .col {
    padding: 0 0.9375rem;
  }
}
.homepage .homepage-product-listing > div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.homepage .homepage-product-listing .hp-product-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  min-height: auto;
}
@media (min-width: 992px) {
  .homepage .homepage-product-listing .hp-product-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.homepage .homepage-product-listing .hp-product-content span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #C0C0C0;
  display: block;
}
.homepage .homepage-product-listing .hp-product-content .largeText {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 5.625rem;
  color: #262626;
  margin-bottom: 5rem;
  display: block;
}
.homepage .homepage-product-listing .product .product-tile .tile-body .swatches .swatch-circle {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  border: none;
}
.homepage .homepage-product-listing .product .product-tile .tile-body .swatches span a {
  color: #DFDFDF !important;
}
.homepage .homepage-product-listing .product .product-tile .tile-body .pdp-link a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #262626 !important;
}
.homepage .homepage-product-listing .product .product-tile .tile-body .price .value {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #646464;
}
.homepage .homepage-product-listing .product .product-tile .tile-body .tile-body-footer .ratings {
  color: #c6c6c6;
}

.shop-the-style {
  margin-bottom: 0;
}
.shop-the-style .slant-up {
  height: 16.4375rem;
}
@media (min-width: 768px) {
  .shop-the-style .slant-up {
    height: 28.375rem;
  }
}
.shop-the-style .slant-up .page-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  background-color: transparent;
  top: 0;
  margin-top: 1rem;
  margin-left: 50%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .shop-the-style .slant-up .page-title {
    font-size: 72px;
    font-size: 4.5rem;
    font-weight: normal;
    top: 50%;
    margin: -1em 0 0 20rem;
  }
}
.shop-the-style .slant-up .page-title::before {
  background-color: transparent;
}
.shop-the-style .slant-up::after {
  content: none;
}

.product-detail.container {
  margin-top: 2.5rem;
}
.product-detail .product-breadcrumb .breadcrumb {
  border: none;
}
.product-detail .product-name {
  color: #262626;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
}
.product-detail .desktop-data-container .product-name,
.product-detail .mobile-data-container .product-name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
.product-detail .desktop-data-container .rating-wrapper,
.product-detail .mobile-data-container .rating-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c6c6c6;
  background-color: transparent;
  padding-bottom: 1.25rem;
}
.product-detail .desktop-data-container .rating-wrapper .fa-star,
.product-detail .desktop-data-container .rating-wrapper .fa-star-half-o,
.product-detail .desktop-data-container .rating-wrapper .fa-star-o,
.product-detail .mobile-data-container .rating-wrapper .fa-star,
.product-detail .mobile-data-container .rating-wrapper .fa-star-half-o,
.product-detail .mobile-data-container .rating-wrapper .fa-star-o {
  margin-right: 0.625rem;
}
.product-detail .desktop-data-container .product-availability,
.product-detail .mobile-data-container .product-availability {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.product-detail .desktop-data-container .product-availability .availability,
.product-detail .mobile-data-container .product-availability .availability {
  font-family: "Overpass-ExtraBold";
}
.product-detail .desktop-data-container .product-availability .list-unstyled,
.product-detail .mobile-data-container .product-availability .list-unstyled {
  margin-left: 0.625rem;
}
.product-detail .product-number-rating .product-number {
  color: #646464;
}
.product-detail .product-number-rating .ratings {
  color: #c6c6c6;
  background-color: transparent;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.product-detail .product-price-number-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.product-detail .product-price-number-container .product-number,
.product-detail .product-price-number-container .prices {
  padding-bottom: 0;
  padding-top: 0;
}
.product-detail .product-price-number-container .prices {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
}
.product-detail .product-price-number-container .product-number {
  color: #646464;
  text-align: right;
}
.product-detail .attributes {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px dashed #c6c6c6;
}
.product-detail .attributes .attribute {
  margin-top: 1.875rem;
}
.product-detail .attributes .attribute .non-input-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.product-detail .attributes .size-attribute,
.product-detail .attributes .color-attribute {
  border: 1px solid transparent;
}
.product-detail .attributes .size-attribute:focus,
.product-detail .attributes .color-attribute:focus {
  outline: none;
}
.product-detail .attributes .size-attribute .swatch-circle,
.product-detail .attributes .color-attribute .swatch-circle {
  outline: none;
  border-radius: 0;
  border: none;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0;
  vertical-align: middle;
}
.product-detail .attributes .size-attribute .swatch-circle.size-value.selected, .product-detail .attributes .size-attribute .swatch-circle.color-value.selected,
.product-detail .attributes .color-attribute .swatch-circle.size-value.selected,
.product-detail .attributes .color-attribute .swatch-circle.color-value.selected {
  border: 2px solid #646464;
}
.product-detail .attributes .size-attribute .swatch-circle.size-value.selected::after, .product-detail .attributes .size-attribute .swatch-circle.color-value.selected::after,
.product-detail .attributes .color-attribute .swatch-circle.size-value.selected::after,
.product-detail .attributes .color-attribute .swatch-circle.color-value.selected::after {
  content: none;
}
.product-detail .attributes .size-attribute {
  border: 1px solid #c6c6c6;
  padding: 0;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #646464;
  line-height: 1.8rem;
}
.product-detail .attributes .quantity label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.product-detail .attributes .quantity .quantity-select {
  height: 2.25rem;
}
@media (min-width: 992px) {
  .product-detail .attributes .quantity .quantity-select {
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .product-detail .attributes .quantity .attribute {
    margin-top: 0;
  }
}
.product-detail .attributes .size-quantity-container .coupon-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .product-detail .attributes .size-quantity-container .coupon-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-detail .attributes .size-quantity-container .quantity-and-addtocart-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .product-detail .attributes .size-quantity-container .quantity-and-addtocart-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product-detail .promotions .title,
.product-detail .description-and-detail .title {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-detail .promotions div.collapsible-xl button.callout {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #646464;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  .product-detail .promotions div.collapsible-xl button.callout {
    font-family: "Jost", sans-serif;
  }
}
.product-detail .promotions div.collapsible-xl button.callout::after {
  color: #646464;
}
.product-detail .description-and-detail .product-attributes > div.content,
.product-detail .description-and-detail .description > div.content,
.product-detail .description-and-detail .details > div.content {
  padding-right: 15px;
  padding-left: 15px;
}
.product-detail .description-and-detail .product-attributes > div .title,
.product-detail .description-and-detail .description > div .title,
.product-detail .description-and-detail .details > div .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #646464;
  font-family: "Jost", sans-serif;
  padding: 0;
}
.product-detail .size-chart > a {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #646464 !important;
}
.product-detail .size-chart .tips,
.product-detail .size-chart .nofit {
  padding: 0 1rem;
}
.product-detail .coupon-container {
  padding: 1.25rem 0;
}
.product-detail .coupon-container .coupon-wrapper {
  height: 5.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.product-detail .coupon-container .coupon-wrapper span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.product-detail .quantity-and-addtocart-container {
  margin-top: 1.875rem;
}
@media (min-width: 576px) {
  .product-detail .quantity-and-addtocart-container {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.product-detail .quantity-and-addtocart-container .quantity .attribute {
  margin-top: 0;
}
.product-detail .cart-and-ipay {
  text-align: right;
}
.product-detail .cart-and-ipay .add-to-cart {
  min-width: 10.625rem;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .product-detail .cart-and-ipay .add-to-cart {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product-detail .cart-and-ipay .add-to-cart {
    margin-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  .product-detail .cart-and-ipay .add-to-cart {
    margin-top: 0;
  }
}
.product-detail .add-to-cart-row .cart-and-ipay {
  text-align: left;
  margin-top: 0.9375rem;
}
.product-detail .prices-add-to-cart-actions .add-to-cart {
  min-width: 16.25rem;
  min-height: 3.125rem;
}
.product-detail .social-container .social-icons i {
  color: #DFDFDF;
  font-size: 1.5rem;
}
.product-detail .social-container .social-icons i:hover {
  color: #C0C0C0;
}
.product-detail .nav-tabs {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.product-detail .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-detail .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  border: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 6.25rem;
}
.product-detail .nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  border-bottom: 2px solid;
}
.product-detail .nav-tabs .nav-item.size-chart {
  margin-top: 0;
}
.product-detail .accordion .card .card-header {
  background-color: transparent;
}
.product-detail .accordion .card .card-header .btn.btn-link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #262626 !important;
}
.product-detail .accordion .card .card-header .btn.btn-link::after {
  color: #262626;
  font-size: 1.875rem;
  top: 20px;
}
.product-detail .accordion .card .card-header .btn.btn-link.collapsed {
  color: #c6c6c6 !important;
}
.product-detail .accordion .card .card-header .btn.btn-link.collapsed::after {
  color: #c6c6c6;
}
.product-detail .accordion .card .card-body {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}
.product-detail .accordion .card .card-body .content {
  margin-top: 0;
}
.product-detail .product-bundle .ratings,
.product-detail .bundle-items .ratings {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}

#checkout-main .address-selector-block .btn-show-details, #checkout-main .edit-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #646464;
}

#checkout-main .text-info-phone {
  text-align: right !important;
}
#checkout-main .form-group.required .form-control-label:before {
  margin-right: 0.3125rem;
}
#checkout-main .form-control-label {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
#checkout-main .leading-lines .start-lines::before {
  content: none;
}
#checkout-main .leading-lines .start-lines .shipping-method-option:after {
  top: 0.31rem;
  left: -1.68rem;
  position: absolute;
}
#checkout-main .leading-lines .pricing {
  color: #000000;
}
#checkout-main .gift-message-block .custom-checkbox {
  margin-left: 1.7rem;
}
#checkout-main .form-check .form-check-label::after {
  border-left: 0;
  border-bottom: 0;
}
#checkout-main .grand-total .order-receipt-label > span,
#checkout-main .grand-total .grand-total-sum {
  color: #646464;
}
#checkout-main .card .card-header {
  background-color: #FFFFFF;
}
#checkout-main .card .card-header h2 {
  font-family: "Overpass-Regular";
}
#checkout-main .card .order-total-summary .grand-total {
  background-color: #8e8c9b;
  margin: -0.625rem -1.25rem -1.25rem -1.25rem;
  padding: 0.625rem 1.25rem;
}
#checkout-main .card .order-total-summary .grand-total span {
  background-color: #8e8c9b;
  color: #000000;
}
#checkout-main .order-product-summary .grand-total-label,
#checkout-main .order-product-summary .grand-total-price {
  color: #646464;
}
#checkout-main .checkout-checkbox {
  line-height: 1.75rem;
}
#checkout-main .custom-checkbox .custom-control-label::before {
  background: #FFFFFF;
}
#checkout-main .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
#checkout-main .order-product-summary .leading-lines {
  background-color: #8e8c9b;
  margin: -1.3125rem -1.25rem -1.25rem -1.25rem;
  padding: 0.9375rem 1.25rem;
}
#checkout-main .order-product-summary .leading-lines span {
  background-color: #8e8c9b;
  color: #000000;
}
#checkout-main .order-product-summary .product-line-item-details {
  overflow: hidden;
  margin-top: 1.875rem;
}
#checkout-main .order-product-summary .product-line-item-details .item-image {
  width: 7.5rem;
  height: 7.5rem;
}
#checkout-main .order-product-summary .product-line-item-details .item-image img {
  max-height: unset;
}
#checkout-main .order-product-summary .product-line-item-details .remove-line-item .remove-btn {
  margin-top: 0.5rem;
  background-color: #646464;
  border-color: #646464;
  color: #FFFFFF;
}
#checkout-main .order-product-summary .item-attributes .item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}
#checkout-main .order-product-summary .item-attributes .line-item-attributes {
  font-size: 0.875rem;
}
#checkout-main .order-product-summary .item-attributes .line-item-attributes strong {
  color: #000000;
}
#checkout-main .order-product-summary .item-attributes .line-item-availability,
#checkout-main .order-product-summary .item-attributes .qty-card-quantity-label,
#checkout-main .order-product-summary .item-attributes .line-item-total-text {
  font-size: 0.875rem;
  color: #000000;
}
#checkout-main .order-product-summary .item-attributes .line-item-unit-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkout-main .order-product-summary .item-attributes .line-item-unit-price .price {
  margin-left: 0.625rem;
}
#checkout-main .order-product-summary .item-attributes .strike-through {
  color: #c6c6c6;
  margin-right: 0;
}
#checkout-main .order-product-summary .item-attributes .line-item-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
}
#checkout-main .order-product-summary .item-attributes .line-item-total-price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkout-main .order-product-summary .item-attributes .line-item-total-price .line-item-total-price-label {
  margin-right: 0.3125rem;
}
#checkout-main .order-product-summary .item-attributes .line-item-total-price .pricing {
  margin-left: 0.3125rem;
}
#checkout-main .credit-card-tab {
  border: 0.0625rem solid #c6c6c6;
}
#checkout-main .address-selector-block .btn-add-new {
  color: #FFFFFF !important;
  background-color: #262626;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px 0 5px;
  margin-top: 7px;
  border-radius: 0.25rem;
  font-size: small;
}
#checkout-main .address-selector-block .btn-show-details {
  color: #646464 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 2 9.375rem;
          flex: 0 2 9.375rem;
}
#checkout-main .address-selector-block .btn-show-details:hover {
  text-decoration: underline;
}

.page-title.checkout-title {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .page-title.checkout-title {
    margin-top: initial;
  }
}

.receipt .confirm-details .leading-lines .start-lines::before,
.receipt .order-product-summary .leading-lines .start-lines::before,
.receipt .order-total-summary .leading-lines .start-lines::before {
  content: none;
}
.receipt .order-total-summary .grand-total-sum,
.receipt .order-total-summary .order-receipt-label {
  color: #646464;
}

.store-locator-container .results-card .custom-select {
  margin-left: 1.25rem;
}

.cart-page .product-info {
  margin-bottom: 0.9375rem;
}
.cart-page .product-info .item-image {
  height: 8.75rem;
  width: 8.75rem;
}
.cart-page .product-info .item-image .product-image {
  max-height: 9.375rem;
}
.cart-page .product-info .sales {
  color: #c6c6c6;
}
.cart-page .product-info .product-card-footer p, .cart-page .product-info .product-card-footer label {
  font-size: 0.875rem;
}
.cart-page .product-info .product-card-footer .quantity {
  min-width: 0;
  width: 4.0625rem;
  height: 1.875rem;
  padding: 0.0625rem 0.3125rem 0 0.9375rem;
}
.cart-page .product-info .product-edit a {
  font-family: "Overpass-Regular";
  font-size: 1rem;
  line-height: 1.25;
}
.cart-page .product-info .remove-btn-lg.btn-light {
  background-color: inherit;
  padding: 0;
  margin: 0.3125rem 0.8125rem 0;
  min-height: 0;
  height: 1.875rem;
}
.cart-page .product-info .remove-btn-lg.btn-light span {
  color: #000000;
}
.cart-page .product-info .remove-btn-lg span {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.cart-page .product-info .bonus-product-button {
  margin-top: 1rem;
}
.cart-page .product-info .card.bonus-product-button {
  border: none;
}
.cart-page .optional-promo {
  color: #262626;
}
.cart-page .promo-code-form input[type=text] {
  padding-left: 0.75rem !important;
}
.cart-page .promo-code-form input[type=text]::-webkit-input-placeholder {
  color: #c6c6c6;
}
.cart-page .promo-code-form input[type=text]::-moz-placeholder {
  color: #c6c6c6;
}
.cart-page .promo-code-form input[type=text]:-ms-input-placeholder {
  color: #c6c6c6;
}
.cart-page .promo-code-form input[type=text]::-ms-input-placeholder {
  color: #c6c6c6;
}
.cart-page .promo-code-form input[type=text]::placeholder {
  color: #c6c6c6;
}
.cart-page .promo-code-form .promo-code-btn {
  background-color: #262626;
  padding: 0;
}
.cart-page .totals label {
  color: #000000;
}
.cart-page .totals .custom-select.form-control.shippingMethods {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-page .totals .cart__totals {
  padding: 0.75rem;
}
.cart-page .totals .cart__totals .row:last-child {
  background-color: #8e8c9b;
}
.cart-page .totals .cart__totals .row:last-child strong, .cart-page .totals .cart__totals .row:last-child p {
  color: #000000;
  font-weight: bold;
}

.page-style article > h4 {
  margin-top: 2rem;
}

.content-asset-container {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
  color: #262626;
}
.content-asset-container .content-header {
  margin: 0 0 1.6875rem;
  padding: 0 0 1.125rem;
  border-bottom: 1px #262626 solid;
}

.hero.login-banner {
  height: auto;
  background: none;
}
.hero.login-banner .page-title {
  top: auto;
  margin: 3.125rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #262626;
}

.login-page:before {
  content: "";
  display: block;
  height: 0;
  margin: 0 0 1.875rem;
  border-top: 1px solid #262626;
}
.login-page .breadcrumb {
  display: none;
}
.login-page .card {
  border-color: #c6c6c6;
}
.login-page .card-body {
  padding: 0;
}
.login-page .tab-content {
  padding: 1.25rem;
}
.login-page .nav-tabs {
  border: none;
}
.login-page .nav-tabs .nav-item .nav-link {
  padding: 1rem;
  border: 1px solid #c6c6c6;
  border-width: 0 0 1px 1px;
}
.login-page .nav-tabs .nav-item:first-child .nav-link {
  border-left: none;
}
.login-page .forgot-password a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: #646464;
}
.login-page .privacy-policy {
  margin-top: 1em;
}
.login-page .trackorder .card-header {
  margin: 0 1.25rem;
  padding: 1rem 0;
  color: #262626;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.login-page .trackorder .card-body {
  padding: 1.25rem;
}

.hero.contact-us-banner {
  background-image: none;
  background: #c6c6c6;
  height: 15.625rem;
}
.hero.contact-us-banner h1.page-title {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}

.container.contact-us-landing-page {
  padding-top: 2.5rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
body {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 400;
  font-family: "Italiana", serif !important;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4rem;
    line-height: 4.375rem;
  }
}

h2,
.h2 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}

h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.btn {
  border-radius: 0.1875rem;
  min-height: 2.75rem;
  min-width: 10.6875rem;
  font-size: 0.6875rem;
  line-height: 1.375rem;
  padding: 0.625rem 0.75rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  border-color: #262626;
}
@media (max-width: 991.98px) {
  .btn {
    min-width: 8.6875rem;
  }
}
.btn:hover, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.3254901961);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.3254901961);
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
}
.btn.btn-more {
  padding: 0 1.8125rem 0 0;
  min-height: inherit;
  min-width: inherit;
  border: 0;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.btn.btn-more:hover, .btn.btn-more:focus, .btn.btn-more:not(:disabled):not(.disabled):active, .btn.btn-more:not(:disabled):not(.disabled).active {
  background: none;
}
.btn.btn-more:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.125rem;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #262626;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background: #646464;
  border-color: #646464;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 1;
  color: #646464;
  background: #f1f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  color: #262626;
  background-color: transparent;
  border: 0.0625rem solid #262626;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  color: #262626;
  border-color: #262626;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.5;
  color: #8A9594;
  border-color: #8A9594;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .btn-mobile-text-stacked {
    margin: 0.875rem auto;
    display: block;
    min-width: 8.75rem;
    text-align: center;
  }
}

.info-widget-row .btn:focus {
  color: #262626;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check .form-check-label,
.custom-checkbox .custom-control-label {
  position: static;
}
.form-check .form-check-label::before,
.custom-checkbox .custom-control-label::before {
  background: none;
  border: none !important;
  left: 0;
  top: 0;
}
.form-check .form-check-label::after,
.custom-checkbox .custom-control-label::after {
  display: none;
}

.form-check input[type=checkbox] + .form-check-label,
.custom-checkbox input[type=checkbox] + .custom-control-label {
  padding-top: 0.1875rem;
}

.custom-control-input {
  width: 1.375rem;
  height: 1.375rem;
}

input[type=checkbox].custom-control-input {
  width: 1.75rem;
  height: 1.75rem;
}

form-check input[type=checkbox] {
  opacity: 0;
}
form-check input[type=checkbox][disabled] + label::before {
  background-color: #8e8c9b;
}
form-check input[type=checkbox][disabled] + label::after {
  border-color: #c6c6c6;
}

input[type=checkbox][disabled] + label::before {
  background-color: #8e8c9b;
}
input[type=checkbox][disabled] + label::after {
  border-color: #c6c6c6;
}
input[type=checkbox].form-check-input + label::before, input[type=checkbox].custom-control-input + label::before {
  content: "";
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 0.1875rem;
  margin-right: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  border: 0.0625rem solid #c6c6c6 !important;
}
input[type=checkbox].form-check-input:checked + label::before, input[type=checkbox].custom-control-input:checked + label::before {
  background: #fff !important;
  color: #262626;
  content: "\f00c";
  font-family: "FontAwesome";
}
input[type=checkbox].custom-control-input:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.25) !important;
}

input[type=radio][disabled] + label::before {
  background-color: #8e8c9b;
}
input[type=radio].form-check-input + label::before, input[type=radio].custom-control-input + label::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 100%;
  margin-right: 0.625rem;
  line-height: 1.375rem;
  background: #FFFFFF !important;
  border: 0.0625rem solid #c6c6c6 !important;
}
input[type=radio].form-check-input:checked + label::before, input[type=radio].custom-control-input:checked + label::before {
  background: #262626 !important;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF inset !important;
          box-shadow: 0 0 0 3px #FFFFFF inset !important;
  content: "";
}

.custom-control {
  padding-left: 2.1875rem;
  min-height: 1.75rem;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  opacity: 0.2;
  background: #c6c6c6 !important;
}

input[type=radio].psuedo-checkbox + label::before {
  border-radius: 0;
}
input[type=radio].psuedo-checkbox:checked + label::before {
  background: #fff !important;
  color: #000000;
  content: "\f00c";
  font-family: "FontAwesome";
}

.custom-select {
  border: 1px solid #262626;
  height: 2.75rem;
  font-size: 1rem;
  padding: 0 2.1875rem 0 1.0625rem;
  border-radius: 0.1875rem;
  border: 0;
  color: #262626;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 42' style='enable-background:new 0 0 22 42;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23231F20;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M11,34.5c-0.2,0-0.4-0.1-0.5-0.2l-5-5c-0.3-0.3-0.3-0.8,0-1.1s0.8-0.3,1.1,0l4.5,4.5l4.5-4.5 c0.3-0.3,0.8-0.3,1.1,0s0.3,0.8,0,1.1l-5,5C11.4,34.4,11.2,34.5,11,34.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M16,14c-0.2,0-0.4-0.1-0.5-0.2L11,9.3l-4.5,4.5c-0.3,0.3-0.8,0.3-1.1,0s-0.3-0.8,0-1.1l5-5 c0.3-0.3,0.8-0.3,1.1,0l5,5c0.3,0.3,0.3,0.8,0,1.1C16.4,13.9,16.2,14,16,14z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat right 8px center/20px auto;
  background-color: #f7f7f7;
}
.custom-select:focus {
  background-color: #f7f7f7;
  color: #262626;
}

.base-input, input[type=tel].is-valid,
input[type=email].is-valid,
input[type=text].is-valid,
input[type=password].is-valid, input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field) {
  height: 2.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0.9375rem;
  font-weight: 400;
  color: #262626;
  font-size: 0.6875rem;
  background-color: #f7f7f7;
  border-radius: 0.1875rem;
  border-color: #f7f7f7;
  font-family: "Jost", sans-serif;
}
.base-input:hover, input[type=tel].is-valid:hover,
input[type=email].is-valid:hover,
input[type=text].is-valid:hover,
input[type=password].is-valid:hover, input[type=tel].is-invalid:hover,
input[type=email].is-invalid:hover,
input[type=text].is-invalid:hover,
input[type=password].is-invalid:hover, input[type=tel]:hover:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:hover:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:hover:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:hover:not(.is-invalid):not(.is-valid):not(.search-field), .base-input:focus, input[type=tel].is-valid:focus,
input[type=email].is-valid:focus,
input[type=text].is-valid:focus,
input[type=password].is-valid:focus, input[type=tel].is-invalid:focus,
input[type=email].is-invalid:focus,
input[type=text].is-invalid:focus,
input[type=password].is-invalid:focus, input[type=tel]:focus:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:focus:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:focus:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:focus:not(.is-invalid):not(.is-valid):not(.search-field) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.base-input::-webkit-input-placeholder, input[type=tel].is-valid::-webkit-input-placeholder, input[type=email].is-valid::-webkit-input-placeholder, input[type=text].is-valid::-webkit-input-placeholder, input[type=password].is-valid::-webkit-input-placeholder, input[type=tel].is-invalid::-webkit-input-placeholder, input[type=email].is-invalid::-webkit-input-placeholder, input[type=text].is-invalid::-webkit-input-placeholder, input[type=password].is-invalid::-webkit-input-placeholder, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field)::-webkit-input-placeholder, input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field)::-webkit-input-placeholder, input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field)::-webkit-input-placeholder, input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field)::-webkit-input-placeholder {
  color: #c6c6c6;
}
.base-input::-moz-placeholder, input[type=tel].is-valid::-moz-placeholder, input[type=email].is-valid::-moz-placeholder, input[type=text].is-valid::-moz-placeholder, input[type=password].is-valid::-moz-placeholder, input[type=tel].is-invalid::-moz-placeholder, input[type=email].is-invalid::-moz-placeholder, input[type=text].is-invalid::-moz-placeholder, input[type=password].is-invalid::-moz-placeholder, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field)::-moz-placeholder, input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field)::-moz-placeholder, input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field)::-moz-placeholder, input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field)::-moz-placeholder {
  color: #c6c6c6;
}
.base-input:-ms-input-placeholder, input[type=tel].is-valid:-ms-input-placeholder, input[type=email].is-valid:-ms-input-placeholder, input[type=text].is-valid:-ms-input-placeholder, input[type=password].is-valid:-ms-input-placeholder, input[type=tel].is-invalid:-ms-input-placeholder, input[type=email].is-invalid:-ms-input-placeholder, input[type=text].is-invalid:-ms-input-placeholder, input[type=password].is-invalid:-ms-input-placeholder, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field):-ms-input-placeholder, input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field):-ms-input-placeholder, input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field):-ms-input-placeholder, input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field):-ms-input-placeholder {
  color: #c6c6c6;
}
.base-input::-ms-input-placeholder, input[type=tel].is-valid::-ms-input-placeholder, input[type=email].is-valid::-ms-input-placeholder, input[type=text].is-valid::-ms-input-placeholder, input[type=password].is-valid::-ms-input-placeholder, input[type=tel].is-invalid::-ms-input-placeholder, input[type=email].is-invalid::-ms-input-placeholder, input[type=text].is-invalid::-ms-input-placeholder, input[type=password].is-invalid::-ms-input-placeholder, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field)::-ms-input-placeholder, input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field)::-ms-input-placeholder, input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field)::-ms-input-placeholder, input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field)::-ms-input-placeholder {
  color: #c6c6c6;
}
.base-input::placeholder, input[type=tel].is-valid::placeholder,
input[type=email].is-valid::placeholder,
input[type=text].is-valid::placeholder,
input[type=password].is-valid::placeholder, input[type=tel].is-invalid::placeholder,
input[type=email].is-invalid::placeholder,
input[type=text].is-invalid::placeholder,
input[type=password].is-invalid::placeholder, input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field)::placeholder,
input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field)::placeholder,
input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field)::placeholder,
input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field)::placeholder {
  color: #c6c6c6;
}

input[type=tel].is-valid,
input[type=email].is-valid,
input[type=text].is-valid,
input[type=password].is-valid {
  background-position: right 0.625rem center;
  padding-right: calc(1.5em + 1.5rem);
  color: #27ae60;
}
input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid {
  background-position: right 0.625rem center;
  padding-right: calc(1.5em + 1.5rem);
  color: #EB5757;
}
input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field),
input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field) {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
}
input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23EB5757'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8974 12.1026C7.19996 12.1026 6.66663 11.5692 6.66663 10.8718C6.66663 10.1744 7.19996 9.64102 7.8974 9.64102C8.59483 9.64102 9.12816 10.1744 9.12816 10.8718C9.12816 11.5692 8.59483 12.1026 7.8974 12.1026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12816 8.41025C9.12816 8.6564 8.96406 8.8205 8.71791 8.8205H7.07688C6.83073 8.8205 6.66663 8.6564 6.66663 8.41025V3.07691C6.66663 2.83076 6.83073 2.66666 7.07688 2.66666H8.71791C8.96406 2.66666 9.12816 2.83076 9.12816 3.07691V8.41025Z' fill='white'/%3E%3C/svg%3E%0A");
}

footer {
  padding: 0;
  background: #FFFFFF;
}
footer .footer-container {
  padding-top: 2.1875rem;
  padding-bottom: 2.375rem;
}
@media (min-width: 992px) {
  footer .footer-container {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
  }
}
footer .footer-container .footer-item {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  footer .footer-container .footer-item {
    border-bottom: 0;
  }
}
footer .footer-container .footer-item:last-child {
  border-bottom: none;
}
footer .footer-container .footer-item .menu-footer {
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  footer .footer-container .footer-item .menu-footer {
    font-size: 0.8125rem;
    padding: 0.9375rem 0 0;
  }
}
footer .footer-container .footer-item .menu-footer li {
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  footer .footer-container .footer-item .menu-footer li {
    margin: 0 0 0.9375rem;
  }
}
footer .footer-container .footer-item .menu-footer li a {
  color: #262626;
}
footer .footer-container .footer-item .menu-footer li a:hover {
  text-decoration: none;
}
footer .footer-container .footer-item button {
  color: #262626 !important;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: none;
  padding: 1.0625rem 1.25rem;
}
footer .footer-container .footer-item button:after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.125rem;
}
footer .collapsible-sm.active button.title:after {
  content: "\e906";
}
footer .content {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  footer .content {
    font-size: 0.8125rem;
  }
}
footer h2 {
  font-weight: 400;
}
footer .copyright {
  margin: 0;
  color: #FFFFFF;
  padding: 1.375rem 0;
  background: #262626;
  text-align: center;
  position: relative;
  bottom: -27px;
  font-size: 0.8125rem;
}
footer .copyright p {
  margin: 0;
}
footer .simple-footer .copyright {
  margin-top: 3.75rem;
}

.subscription-form {
  background-image: url("../../images/bg01-xs.jpg");
  background-size: cover;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .subscription-form {
    text-align: left;
    padding: 0;
    background-image: url("../../images/bg01-lg.jpg");
  }
}
.subscription-form .container {
  padding-top: 3.5rem;
  padding-bottom: 2.9375rem;
}
@media (min-width: 768px) {
  .subscription-form .container {
    padding-top: 1.9375rem;
    padding-bottom: 1.875rem;
  }
}
.subscription-form h3 {
  margin: 0 0 0.75rem;
}
.subscription-form p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .subscription-form p {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    margin-bottom: 2.1875rem;
  }
}
.subscription-form .input-wrap {
  position: relative;
}
.subscription-form .input-wrap .form-control {
  font-size: 0.8125rem !important;
  padding-right: 8.125rem;
  height: 3.125rem !important;
  background: #FFFFFF !important;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .subscription-form .input-wrap .form-control {
    height: 3.25rem !important;
    padding-right: 9.375rem;
  }
}
.subscription-form .input-wrap .btn {
  position: absolute;
  top: 0.5rem;
  right: 0.4375rem;
  width: 6.8125rem;
  min-width: inherit;
  min-height: 2rem;
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .subscription-form .input-wrap .btn {
    width: 7.8125rem;
    min-height: 2.6875rem;
    top: 0.3125rem;
  }
}

.pd-text-container * {
  color: inherit !important;
}

.add-to-cart-messages {
  top: 25% !important;
}

header {
  /* Navigation */
  background: #FFFFFF;
}
header .checkout-header-banner {
  position: relative;
}
header .checkout-header-banner .checkout-logo {
  position: absolute;
  left: 9%;
  top: 22%;
}
header .checkout-header-banner .checkout-logo .checkout-logo-image {
  height: 36px;
}
header .checkout-header-banner .checkout-logo .secure-checkout {
  font-size: 2.25rem;
  margin-top: 3.625rem;
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  header .checkout-header-banner .checkout-logo .secure-checkout {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  header .checkout-header-banner .checkout-logo .secure-checkout {
    margin-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  header .checkout-header-banner .checkout-logo .secure-checkout {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  header .checkout-header-banner .checkout-logo .secure-checkout {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  header .checkout-header-banner .checkout-logo .secure-checkout {
    margin-top: 3.5rem;
  }
}
header .checkout-banner-image-large {
  width: 100%;
}
@media (min-width: 768px) {
  header .checkout-banner-image-large {
    max-height: 220px;
  }
}
header nav .header {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  header nav .header {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
header nav .header .hamburguer-container,
header nav .header .minicart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
header nav .header .minicart-container .row {
  width: 100%;
}
@media (min-width: 768px) {
  header nav .header .minicart-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header nav .header .minicart-container .icons-container {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 0rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  header nav .header .minicart-container .icons-container {
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header nav .header .minicart-container .icons-container .welcome-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 9.375rem;
  font-size: 0.6875rem;
  margin-right: 0.9375rem;
}
header nav .header .minicart-container .icons-container a {
  display: grid;
}
header nav .header .minicart-container .icons-container a:hover {
  text-decoration: none;
}
header nav .header .minicart-container .icons-container a img {
  margin: auto;
}
header nav .header .brand {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 100%;
  margin: 0;
  padding-top: 0;
  left: 0;
  text-align: center;
  position: unset;
}
@media (min-width: 768px) {
  header nav .header .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header nav .header .brand a {
  display: inline-block;
  vertical-align: top;
}
header nav .header .brand img {
  max-width: 12.5rem;
  margin: 0 auto;
  padding-right: 36px;
}
header nav .header .navbar-toggler {
  color: #262626;
  font-size: 1.5em;
}
header nav .header .minicart {
  margin-top: 0;
}
header nav .header .minicart.mobile-minicart {
  z-index: 10;
  padding-right: 2.5rem;
}
header nav .header .minicart .minicart-quantity {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.625rem;
  left: 0.625rem;
  background-color: #be6484;
  color: #fff;
}
header nav .header .minicart .minicart-icon {
  color: #262626;
}
header nav .header .account,
header nav .header .storelocator,
header nav .header .minicart {
  margin-top: 0.4375rem;
}
header nav .header > div {
  margin-top: 0rem;
}
header nav .header .account .account-icon,
header nav .header .storelocator .storelocator-icon {
  font-size: 1.5em;
  color: #262626;
  width: 100%;
}
header nav .header .header-row > div {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav .header .header-row .site-search {
  width: 100%;
}
header nav .header .header-row .site-search .search-field {
  background-color: #f7f7f7;
  border: none;
  border-radius: 0.1875rem;
  color: #262626;
  height: 2.5rem;
}
@media (min-width: 1200px) {
  header nav .header .header-row .site-search {
    width: 34.375rem;
    height: 2.5rem;
    max-width: 100%;
  }
}
header nav .header .header-row .site-search input {
  height: 2.5rem;
}
header nav .navbar-header {
  height: 0rem;
}
header nav .navbar-header .user {
  margin: 0;
  line-height: normal;
}
@media (min-width: 768px) {
  header nav .search-mobile {
    display: none;
  }
}
header nav .search-mobile .site-search {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5625rem;
}
header nav .search-mobile .site-search button {
  color: #262626;
  right: 2.1875rem;
  top: 0.6875rem;
}
header nav .search-mobile .site-search .fa-search {
  right: 2rem;
}
header nav .search-mobile .site-search input {
  height: 2.5rem;
}

body.sticky-header--active header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
body.sticky-header--active header.sticky-header--active {
  -webkit-box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
          box-shadow: 0.25rem 0.125rem 1.4375rem rgba(0, 0, 0, 0.26221);
}

.nomenu-navigation {
  height: 5rem;
  border-bottom: 0.0625rem solid #e8e8e8;
}
.nomenu-navigation .logo-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nomenu-navigation .logo-title-container .header-title span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .nomenu-navigation .logo-title-container .header-title span {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
  }
}
.nomenu-navigation .logo-title-container .brand {
  padding-left: 0;
}
.nomenu-navigation .logo-title-container .brand .logo-home {
  width: 10.8125rem;
}

.sticky-header-wrapper {
  background: #FFFFFF;
  position: fixed;
  z-index: 19;
  width: 100%;
}
@media (min-width: 992px) {
  .sticky-header-wrapper {
    max-height: 80px !important;
  }
}

body.minify-header .sticky-header-wrapper {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 4px #e8e8e8;
          box-shadow: 0 1px 4px #e8e8e8;
}

.breadcrumb {
  background-color: transparent;
  border: none !important;
  margin: 0 0 1.3125rem;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #c6c6c6 !important;
  font-family: "Jost", sans-serif;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3125rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e908";
  color: #c6c6c6;
  font-family: "icomoon";
  font-size: 1.25rem;
  padding-right: 0.1875rem;
}
.breadcrumb .breadcrumb-item:last-child a {
  color: #262626 !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.header-banner {
  background-color: #262626;
}
@media (min-width: 768px) {
  .header-banner .container {
    max-width: 100% !important;
  }
}
.header-banner .content {
  margin-right: 0;
}
@media (min-width: 768px) {
  .header-banner .header-promotion {
    white-space: nowrap;
  }
}
.header-banner .header-promotion .left-column,
.header-banner .header-promotion .middle-column {
  margin-right: 0.9375rem;
}
.header-banner .header-promotion .left-column::after,
.header-banner .header-promotion .middle-column::after {
  content: none;
}
.header-banner .header-promotion .left-column .right-column,
.header-banner .header-promotion .middle-column .right-column {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .header-banner .header-promotion .left-column,
  .header-banner .header-promotion .middle-column {
    white-space: nowrap;
  }
  .header-banner .header-promotion .left-column::after,
  .header-banner .header-promotion .middle-column::after {
    content: "|";
    margin-left: 0.9375rem;
  }
}
.header-banner .header-promotion .icon-chevron-right {
  margin-left: 0.25rem;
  font-size: 1.125rem;
}
.header-banner .header-promotion .splitter {
  background-color: #FFFFFF;
  height: 1.875rem;
  width: 0.0625rem;
  margin-right: 0.3125rem;
}
.header-banner .header-promotion a {
  color: #FFFFFF;
  white-space: nowrap;
}
.header-banner .header-promotion span {
  padding-left: 0.4375rem;
}
.header-banner .close-button .close {
  background-color: transparent;
  font-weight: 300;
  padding-bottom: 0.3125rem;
}
.header-banner .close-button .close i {
  font-size: 1rem;
  vertical-align: middle;
}

.storepage {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.visual-banner,
.noImage-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
}
@media (min-width: 992px) {
  .visual-banner,
  .noImage-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.visual-banner picture,
.noImage-banner picture {
  display: block;
  width: 100%;
}
.visual-banner picture .banner-image,
.noImage-banner picture .banner-image {
  width: 100%;
}
.visual-banner h1,
.noImage-banner h1 {
  margin: 0 0 0.9375rem;
}
.visual-banner .caption,
.noImage-banner .caption {
  padding: 1.375rem 1.5625rem 0;
}
@media (min-width: 992px) {
  .visual-banner .caption,
  .noImage-banner .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .visual-banner .caption,
  .noImage-banner .caption {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .visual-banner .caption p,
  .noImage-banner .caption p {
    margin: 0 3.125rem 1.6875rem 0;
  }
}
.visual-banner .sub-title,
.noImage-banner .sub-title {
  font-size: 6.875rem;
  line-height: 7.5rem;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  opacity: 0.13;
  display: block;
  pointer-events: none;
  margin: 0 0 -3.875rem -1.5rem;
}
@media (min-width: 1200px) {
  .visual-banner .sub-title,
  .noImage-banner .sub-title {
    font-size: 12.5rem;
    line-height: 13.125rem;
    margin: 0 0 -7.0625rem -3.5rem;
  }
}
@media (min-width: 992px) {
  .visual-banner .btn,
  .noImage-banner .btn {
    max-width: 10.6875rem;
  }
}
.visual-banner .btn.btn-primary, .visual-banner .btn.btn-secondary,
.noImage-banner .btn.btn-primary,
.noImage-banner .btn.btn-secondary {
  width: 100%;
}
.visual-banner.white-content,
.noImage-banner.white-content {
  color: #FFFFFF;
}
.visual-banner.white-content .sub-title,
.noImage-banner.white-content .sub-title {
  opacity: 0.3;
}

@media (min-width: 1200px) {
  .visual-banner.justify-content-end .caption {
    padding: 0 0 0 7.625rem;
  }
}

.noImage-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noImage-banner .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .noImage-banner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.noImage-banner .container .title {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-left: 1.5625rem;
}
.noImage-banner .container .title h1 {
  font-size: 1.6875rem;
}
@media (min-width: 992px) {
  .noImage-banner .container .title {
    margin-left: 0;
    padding-left: 2.5rem;
  }
  .noImage-banner .container .title .sub-title {
    font-size: 11.5625rem;
  }
  .noImage-banner .container .title h1 {
    font-size: 2.8125rem;
  }
}
.noImage-banner .container .content {
  padding: 1.875rem;
  padding-top: 0;
}
@media (min-width: 992px) {
  .noImage-banner .container .content {
    padding: 2.5rem;
    padding-right: 1.875rem;
    padding-left: 3.75rem;
  }
}

.category-section {
  padding: 4.25rem 0.3125rem;
}
@media (min-width: 1200px) {
  .category-section {
    padding: 7.5625rem 0 8.75rem;
  }
}
.category-section .category-head {
  max-width: 35.625rem;
  margin: 0 1.5625rem 3.4375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .category-section .category-head {
    margin: 0 auto 1.875rem;
  }
}
@media (min-width: 1200px) {
  .category-section .category-head {
    margin-bottom: 5.9375rem;
  }
}
.category-section .category-head h2 {
  margin: 0 0 0.75rem;
}
.category-section .category-row {
  margin: 0 -0.9375rem;
}
@media (min-width: 768px) {
  .category-section .category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.category-section .experience-region {
  padding: 0 0.9375rem 1.875rem;
}

.category-tile a {
  color: #FFFFFF;
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.category-tile a:hover .tile-caption {
  top: 0;
}
.category-tile a:hover .category-heading {
  opacity: 0;
}
.category-tile .image-wrapper img {
  width: 100%;
}
.category-tile .tile-caption {
  color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(38, 38, 38, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .category-tile .tile-caption {
    padding: 2.3125rem 2.1875rem 0.8125rem;
  }
}
.category-tile .tile-caption p {
  margin: 0 0 0.9375rem;
}
@media (min-width: 1200px) {
  .category-tile .tile-caption p {
    margin: 0 0 1.875rem;
  }
}
.category-tile .cat-name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0 0 0.9375rem;
}
@media (min-width: 1200px) {
  .category-tile .cat-name {
    margin: 0 0 1.5625rem;
  }
}
.category-tile .btn-more {
  color: #FFFFFF;
  font-size: 0.8125rem;
}
.category-tile .category-heading {
  padding: 1.625rem 2.6875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .category-tile .category-heading {
    padding: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .category-tile .category-heading {
    padding: 1.8125rem 1.5625rem;
  }
}
.category-tile .category-heading .cat-name {
  color: #FFFFFF;
  margin: 0;
  position: relative;
  padding: 0 1.75rem 0 0;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category-tile .category-heading .cat-name {
    font-size: 1.125rem;
  }
}
.category-tile .category-heading .cat-name:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
}

.product-tiles-section {
  padding: 6.0625rem 0.3125rem 1.875rem;
}
@media (min-width: 1200px) {
  .product-tiles-section {
    padding: 6.0625rem 0 6.625rem;
  }
}
.product-tiles-section h2 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 3.75rem;
}
@media (min-width: 768px) {
  .product-tiles-section h2 {
    font-size: 2.125rem;
    line-height: 2.375rem;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .product-tiles-section h2 {
    margin: 0 0 5rem;
  }
}
.product-tiles-section .products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.9375rem;
}
.product-tiles-section .products-row .experience-region {
  width: 50%;
  padding: 0 0.9375rem 2.25rem;
}
@media (min-width: 768px) {
  .product-tiles-section .products-row .experience-region {
    width: 25%;
  }
}

.info-widget-row {
  margin-top: 9.125rem;
  padding: 0 0.3125rem;
}
@media (min-width: 768px) {
  .info-widget-row {
    padding: 0;
    margin-top: 8.9375rem;
    margin-bottom: 3.125rem;
  }
}
.info-widget-row .col-md-6 {
  padding-bottom: 4.6875rem;
}
.info-widget-row .title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}
.info-widget-row .title-bar i {
  font-size: 2.0625rem;
}
.info-widget-row .title-bar h3 {
  margin: 0.4375rem 0 0 0.875rem;
}
.info-widget-row .image {
  width: 100%;
  margin: 0 0 1.6875rem;
}
@media (min-width: 768px) {
  .info-widget-row .image {
    margin: 0;
    max-width: 10.25rem;
  }
}
.info-widget-row .image img {
  width: 100%;
}
.info-widget-row .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .info-widget-row .details {
    padding: 0 0 0 0.625rem;
    margin: 0 0 -0.4375rem;
  }
}
@media (min-width: 1200px) {
  .info-widget-row .details {
    padding: 0 1.875rem;
  }
}
.info-widget-row .details p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 1.1875rem;
}

.accordion-content-header {
  text-align: center;
}

.accordion-element.accordion-card.card .card-header {
  background-color: #FFFFFF;
  border: none;
  border-bottom: 0.1875rem double #c6c6c6;
}
.accordion-element.accordion-card.card .card-header .accordion-btn {
  padding-left: 0 !important;
  right: 0;
}
.accordion-element.accordion-card.card .card-header .accordion-btn.collapsed::after {
  right: 0;
  top: 1.25rem !important;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
.accordion-element.accordion-card.card .card-header .btn-link::after {
  right: 0 !important;
  top: 1.25rem;
}
.accordion-element.accordion-card.card .card-body:last-child {
  border-bottom: 0.0625rem solid #c6c6c6;
}
.accordion-element.accordion-card.card .card-body .region:last-child > div:last-child > div .row {
  border-bottom: none;
}

@media (min-width: 992px) {
  .global-accordion {
    margin: 0 5rem;
  }
}

.award-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award-component .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #ebebeb;
  width: 100%;
}
@media (min-width: 992px) {
  .award-component .row {
    margin: 0 1.875rem;
  }
}
.award-component .row [class^=col-] {
  padding-left: 0;
  padding-right: 0.9375rem;
}
.award-component .row .award-month {
  border: 0.0625rem solid #ebebeb;
  text-align: center;
}
.award-component .row .award-text p {
  margin: 0;
}

.richText-component-container-centered {
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .richText-component-container-centered {
    margin: 2.5rem 8.125rem;
  }
}
.richText-component-container-centered h1,
.richText-component-container-centered p {
  text-align: center;
  padding: 0 2.5rem;
  font-family: "Jost", sans-serif !important;
}
.richText-component-container-centered h1 {
  font-size: 2.125rem;
}
.richText-component-container-centered p {
  font-size: 0.9375rem;
}

.visual-banner-overlay-text {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.visual-banner-overlay-text .caption {
  position: absolute;
  top: 30%;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .visual-banner-overlay-text .caption {
    top: 50%;
  }
}
.visual-banner-overlay-text h1 {
  word-spacing: 9.375rem;
}
@media (min-width: 992px) {
  .visual-banner-overlay-text h1 {
    word-spacing: normal;
  }
}

.carousel {
  padding-bottom: 3.125rem !important;
}
@media (min-width: 992px) {
  .carousel .carousel-inner.row {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}
.carousel .pd-carousel-indicators li {
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #c6c6c6;
  border-radius: 50%;
}
.carousel .pd-carousel-indicators li.active {
  background-color: #c6c6c6;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  background-color: transparent;
  opacity: 1;
}
.carousel .carousel-control-prev:focus,
.carousel .carousel-control-next:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.3254901961);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.3254901961);
}
.carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='black' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>");
}
.carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='black' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>");
}

.ITC-text-underneath {
  padding-top: 0.3125rem !important;
  padding-left: 0 !important;
}
.ITC-text-underneath span {
  text-align: left !important;
}
.ITC-text-underneath p {
  margin: 0;
}

.image-banner,
.image-banner-title {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.375rem;
  margin-bottom: 2.5rem;
}
.image-banner .container,
.image-banner-title .container {
  padding: 2.5rem 1.25rem;
}
@media (min-width: 992px) {
  .image-banner .container,
  .image-banner-title .container {
    padding: 2.5rem;
  }
}
.image-banner .container .image,
.image-banner .container .content,
.image-banner-title .container .image,
.image-banner-title .container .content {
  padding: 0.625rem 1.875rem;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .image-banner .container .image,
  .image-banner .container .content,
  .image-banner-title .container .image,
  .image-banner-title .container .content {
    padding: 2.5rem;
  }
}
.image-banner .container .image,
.image-banner-title .container .image {
  margin: auto;
  text-align: center;
}
.image-banner .container .image img,
.image-banner-title .container .image img {
  min-width: 90%;
  max-width: 90%;
}
@media (min-width: 992px) {
  .image-banner .container .image img,
  .image-banner-title .container .image img {
    min-width: auto;
  }
}
.image-banner .container .content a,
.image-banner-title .container .content a {
  color: #FFFFFF !important;
  margin-top: 0.625rem;
}

.two-buttons-component {
  margin: 1.875rem 0;
}
.two-buttons-component .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.two-buttons-component .row .btn {
  margin-top: 1.25rem;
  width: 16.6875rem;
  height: 2.6875rem;
}
@media (min-width: 992px) {
  .two-buttons-component .row .btn {
    margin-right: 1.25rem;
  }
}

.product-display {
  margin: 2.5rem 0;
}
.product-display .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-display .row .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.product-display .row .image .banner-image {
  width: 7.9375rem;
}
@media (min-width: 992px) {
  .product-display .row .image .banner-image {
    width: auto;
  }
}
.product-display .row .image .mobile-free-text {
  margin-left: 0.9375rem;
}
.product-display .row .mobile-product-title,
.product-display .row .product-title {
  padding-left: 0.9375rem;
}
@media (min-width: 992px) {
  .product-display .row .mobile-product-title,
  .product-display .row .product-title {
    padding-left: 0;
  }
}
.product-display .row .mobile-product-title .title,
.product-display .row .product-title .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400 !important;
}
.product-display .row .mobile-product-title .sub-title,
.product-display .row .product-title .sub-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.product-display .row .free-text {
  border-top: 0.0625rem solid #c6c6c6;
  border-bottom: 0.0625rem solid #c6c6c6;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .product-display .row .free-text {
    border-top: 3px double #c6c6c6;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .image-banner-title .container {
    padding: 1.25rem;
  }
}
.image-banner-title .container .content {
  padding-bottom: 1.25rem;
}
.image-banner-title .container .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: unset;
  padding: 0 1.875rem;
}
.image-banner-title .container .image img {
  max-width: 100%;
}
.image-banner-title .container .sub-title {
  font-size: 6.875rem;
  line-height: 7.5rem;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  opacity: 0.13;
  display: block;
  pointer-events: none;
  margin: 0 0 -3.875rem -1.5rem;
}
@media (min-width: 1200px) {
  .image-banner-title .container .sub-title {
    font-size: 12.5rem;
    line-height: 13.125rem;
    margin: 0 0 -7.0625rem -3.5rem;
  }
}
@media (min-width: 992px) {
  .image-banner-title .container .btn {
    max-width: 10.6875rem;
  }
}
.image-banner-title .container .btn.btn-primary, .image-banner-title .container .btn.btn-secondary {
  width: 100%;
}

.special-order-form {
  margin: 4.625rem auto 6.5rem;
  max-width: 31.3125rem;
  padding: 1rem;
  border: 1px solid #c6c6c6;
}
@media (min-width: 768px) {
  .special-order-form {
    padding: 1.5rem;
    margin: 2.9375rem auto;
  }
}
.special-order-form h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .special-order-form h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.3375rem;
  }
}
.special-order-form .specialOrderForm .form-group {
  margin-bottom: 1.4375rem;
}
.special-order-form .specialOrderForm .form-group label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
  letter-spacing: 0.000625rem;
  display: block;
  margin-bottom: 0.4375rem;
  color: #262626;
}
.special-order-form .specialOrderForm .form-group label sup {
  margin-right: 0.3125rem;
  display: inline-block;
  vertical-align: baseline;
  color: #eb5757;
}
.special-order-form .specialOrderForm .form-group .form-control {
  width: 100%;
  height: 2.75rem;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 0.6875rem 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: #262626;
  border-radius: 0;
}
.special-order-form .specialOrderForm .form-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}
.special-order-form .specialOrderForm .form-group .form-control::-moz-placeholder {
  color: #c6c6c6;
}
.special-order-form .specialOrderForm .form-group .form-control:-ms-input-placeholder {
  color: #c6c6c6;
}
.special-order-form .specialOrderForm .form-group .form-control::-ms-input-placeholder {
  color: #c6c6c6;
}
.special-order-form .specialOrderForm .form-group .form-control::placeholder {
  color: #c6c6c6;
}
.special-order-form .specialOrderForm .form-group textarea.form-control {
  min-height: 12.5rem;
  background-color: #FFFFFF;
  border: 1px solid #c6c6c6;
  margin-bottom: 0.8125rem;
}
@media (min-width: 768px) {
  .special-order-form .specialOrderForm .form-group textarea.form-control {
    min-height: 13.75rem;
  }
}
.special-order-form .specialOrderForm .quoteForm {
  display: block;
  width: 100%;
}

.corporate-gifting {
  padding-top: 4.0625rem;
}
@media (min-width: 992px) {
  .corporate-gifting {
    padding-top: 5.25rem;
  }
}
.corporate-gifting .corporate-head {
  margin: auto;
  text-align: center;
  max-width: 40rem;
}
.corporate-gifting .corporate-head h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .corporate-gifting .corporate-head h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 2.55rem;
    margin-bottom: 0.75rem;
  }
}
.corporate-gifting .corporate-text {
  margin: 0 auto 3rem;
  text-align: center;
  max-width: 40rem;
}
@media (min-width: 992px) {
  .corporate-gifting .corporate-text {
    margin: 0 auto 3.5rem;
  }
}

.corporate-info-boxes .infoboxes {
  margin: 0 auto 4.875rem;
  max-width: 58.5rem;
}
@media (min-width: 992px) {
  .corporate-info-boxes .infoboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 3.4375rem;
  }
}
.corporate-info-boxes .infoboxes .info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 9.5rem;
  margin-bottom: 0.9375rem;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 0.25rem;
  padding: 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  .corporate-info-boxes .infoboxes .info-box {
    -ms-flex-preferred-size: 28.3125rem;
        flex-basis: 28.3125rem;
    max-width: 28.3125rem;
    margin-bottom: 0;
  }
}
.corporate-info-boxes .infoboxes .info-box p {
  margin: 0;
}

.panel-content {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .panel-content {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.panel-content .panel-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media (min-width: 768px) {
  .panel-content .panel-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.panel-content .panel-text .panel-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .panel-content .panel-text .panel-head {
    margin-bottom: 2.75rem;
  }
}
.panel-content .panel-text .panel-head strong {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.59375rem;
}
@media (min-width: 992px) {
  .panel-content .panel-text .panel-head strong {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.8125rem;
  }
}
.panel-content .panel-text p {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .panel-content .panel-text p {
    margin-bottom: 2.125rem;
  }
}
.panel-content .panel-text p:last-child {
  margin-bottom: 0;
}
.panel-content .panel-text .btn {
  color: #262626;
  min-width: 13.4375rem;
  padding: 0.75rem 3.125rem;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  border-color: #262626;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00125rem;
}
.panel-content .panel-text .btn:hover, .panel-content .panel-text .btn:focus, .panel-content .panel-text .btn:not(:disabled):not(.disabled):active, .panel-content .panel-text .btn:not(:disabled):not(.disabled).active {
  background: #262626;
  border-color: #262626;
  color: #FFFFFF !important;
}
.panel-content .panel-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .panel-content .panel-image {
    text-align: left;
    margin: 0 0 0 4rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.panel-content .panel-image img {
  max-width: 100%;
  margin: 0 auto 1.25rem;
}
@media (min-width: 768px) {
  .panel-content .panel-image img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .panel-content.align-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.panel-content.align-right .panel-image {
  text-align: center;
}
@media (min-width: 768px) {
  .panel-content.align-right .panel-image {
    text-align: right;
    margin: 0 4rem 0 0;
  }
}

.wholesale-content {
  text-align: center;
  margin-top: 1.5rem;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .wholesale-content {
    padding: 1.5rem 1rem;
  }
}
.wholesale-content .panel-head {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  max-width: 35.625rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
  .wholesale-content .panel-head {
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.59375rem;
  }
}
.wholesale-content .panel-head p:last-child {
  margin-bottom: 0;
}
.wholesale-content .panel-head strong.panel-title {
  display: block;
  margin-bottom: 2rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .wholesale-content .panel-head strong.panel-title {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.8125rem;
  }
}
.wholesale-content .wholesale-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .wholesale-content .wholesale-boxes {
    margin-bottom: 2rem;
  }
}
.wholesale-content .wholesale-boxes .wholesale-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #c6c6c6;
  border-radius: 0.25rem;
  padding: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  margin-bottom: 0.75rem;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 6.625rem;
}
@media (min-width: 992px) {
  .wholesale-content .wholesale-boxes .wholesale-infobox {
    max-width: 16.833125rem;
    -ms-flex-preferred-size: 16.833125rem;
        flex-basis: 16.833125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .wholesale-content .wholesale-boxes .wholesale-infobox {
    padding: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.59375rem;
  }
}
.wholesale-content .wholesale-boxes .wholesale-infobox p {
  margin-bottom: 0;
}
.wholesale-content .wholesale-contact {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .wholesale-content .wholesale-contact {
    margin-bottom: 2.25rem;
  }
}
.wholesale-content .wholesale-contact .contact-info {
  margin: 0 auto 0.9375rem;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 0.25rem;
  padding: 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  .wholesale-content .wholesale-contact .contact-info {
    -ms-flex-preferred-size: 28.3125rem;
        flex-basis: 28.3125rem;
    max-width: 28.3125rem;
    margin: 0 auto;
  }
}
.wholesale-content .wholesale-contact .contact-info p {
  margin: 0;
}
.wholesale-content .btn {
  color: #262626;
  min-width: 13.4375rem;
  padding: 0.75rem 3.125rem;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  border-color: #262626;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00125rem;
}
.wholesale-content .btn:hover, .wholesale-content .btn:focus, .wholesale-content .btn:not(:disabled):not(.disabled):active, .wholesale-content .btn:not(:disabled):not(.disabled).active {
  background: #262626;
  border-color: #262626;
  color: #FFFFFF !important;
}

.sporder-accordion {
  margin: 0 auto;
  max-width: 58.5rem;
}
.sporder-accordion h2 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .sporder-accordion h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 2.55rem;
  }
}
.sporder-accordion .accordion {
  margin: 0;
}
.sporder-accordion .accordion .card .card-header .btn.btn-link {
  font-size: 1.25rem !important;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .sporder-accordion .accordion .card .card-header .btn.btn-link {
    font-size: 1.375rem !important;
  }
}
.sporder-accordion .experience-commerce_assets-giftContent {
  margin-top: 1rem;
}
.sporder-accordion .experience-commerce_assets-giftContent:first-child {
  margin-top: 0;
}

.careers-content {
  padding: 3.8125rem 0 0;
}
@media (min-width: 992px) {
  .careers-content {
    padding: 3.125rem 0 0;
  }
}
.careers-content .careers-head {
  max-width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.59375rem;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .careers-content .careers-head {
    max-width: 38.125rem;
  }
}
.careers-content .careers-head h2 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 1.0625rem;
}
@media (min-width: 992px) {
  .careers-content .careers-head h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 2.55rem;
  }
}
.careers-content .careers-head p {
  margin-bottom: 0;
}
.careers-content .careers-infoboxes {
  margin: 0 auto 1.875rem;
  max-width: 58.5rem;
}
@media (min-width: 992px) {
  .careers-content .careers-infoboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 2.3125rem;
  }
}
.careers-content .careers-infoboxes .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 9.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 0.25rem;
  padding: 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  .careers-content .careers-infoboxes .info-box {
    -ms-flex-preferred-size: 28.3125rem;
        flex-basis: 28.3125rem;
    max-width: 28.3125rem;
    margin-bottom: 0;
  }
}
.careers-content .careers-infoboxes .info-box .info-inner .heading strong {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.8125rem;
  margin-bottom: 0.75rem;
}
.careers-content .careers-infoboxes .info-box .info-inner p {
  margin: 0;
}
.careers-content .careers-opportunity {
  margin: 0 auto 3.1875rem;
  max-width: 58.5rem;
}
@media (min-width: 992px) {
  .careers-content .careers-opportunity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 2.1875rem;
  }
}
.careers-content .careers-opportunity .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 9.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 0.25rem;
  padding: 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  .careers-content .careers-opportunity .info-box {
    -ms-flex-preferred-size: 31.3125rem;
        flex-basis: 31.3125rem;
    max-width: 31.3125rem;
    margin-bottom: 0;
  }
}
.careers-content .careers-opportunity .info-box .info-inner .heading strong {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.8125rem;
  margin-bottom: 0.75rem;
}
.careers-content .careers-opportunity .info-box .info-inner p {
  margin: 0;
}

.careers-form {
  margin: 0 auto 5.5rem;
  max-width: 31.3125rem;
  padding: 1rem;
  border: 1px solid #c6c6c6;
}
@media (min-width: 768px) {
  .careers-form {
    padding: 1.5rem;
    margin: 0 auto 12.5rem;
  }
}
.careers-form h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .careers-form h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.3375rem;
  }
}
.careers-form .careersForm .form-group {
  margin-bottom: 1.4375rem;
}
.careers-form .careersForm .form-group label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
  letter-spacing: 0.000625rem;
  display: block;
  margin-bottom: 0.4375rem;
  color: #262626;
}
.careers-form .careersForm .form-group label sup {
  margin-right: 0.3125rem;
  display: inline-block;
  vertical-align: baseline;
  color: #eb5757;
}
.careers-form .careersForm .form-group .form-control {
  width: 100%;
  height: 2.75rem;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 0.6875rem 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: #262626;
  border-radius: 0;
}
.careers-form .careersForm .form-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}
.careers-form .careersForm .form-group .form-control::-moz-placeholder {
  color: #c6c6c6;
}
.careers-form .careersForm .form-group .form-control:-ms-input-placeholder {
  color: #c6c6c6;
}
.careers-form .careersForm .form-group .form-control::-ms-input-placeholder {
  color: #c6c6c6;
}
.careers-form .careersForm .form-group .form-control::placeholder {
  color: #c6c6c6;
}
.careers-form .careersForm .quoteForm {
  display: block;
  width: 100%;
}

.speciality-content {
  padding-top: 3.5625rem;
}
.speciality-content .speciality-text {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.59375rem;
  margin: 0 auto 3.75rem;
  max-width: 38.125rem;
}
@media (min-width: 992px) {
  .speciality-content .speciality-text {
    margin: 0 auto 6.1875rem;
  }
}
.speciality-content .speciality-text h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .speciality-content .speciality-text h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 2.55rem;
  }
}
.speciality-content .speciality-text p {
  margin-bottom: 1.5rem;
}
.speciality-content .speciality-text p:last-child {
  margin-bottom: 0;
}

.imagetile-grid {
  position: relative;
  max-width: 13.1875rem;
  margin: 0 auto 1.125rem;
}
@media (min-width: 992px) {
  .imagetile-grid {
    margin: 0 auto 1.875rem;
  }
}
.imagetile-grid a {
  display: block;
  width: 100%;
  height: auto;
}
.imagetile-grid a:hover, .imagetile-grid a:focus {
  text-decoration: none;
}
.imagetile-grid .gird-image {
  max-width: 164px;
  margin: 0 auto;
  overflow: hidden;
}
.imagetile-grid .gird-image img {
  max-width: 100%;
  margin: 0 auto 1rem;
}
.imagetile-grid .gird-tile strong {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.59375rem;
  margin-bottom: 0.75rem;
}
.imagetile-grid .grid-desc {
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.imagetile-grid .grid-desc p {
  margin-bottom: 1.5rem;
}
.imagetile-grid .grid-desc p:last-child {
  margin-bottom: 0;
}

.experience-commerce_assets-productTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.experience-commerce_assets-productTile .product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.experience-commerce_assets-productTile .product-tile .tile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.experience-commerce_assets-productTile .product-tile .tile-body .pdp-link {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0.625rem;
}
.experience-commerce_assets-productTile .text-m {
  color: #262626 !important;
  padding-left: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.experience-commerce_assets-productTile .text-m::before {
  content: "|";
  color: #c6c6c6;
  padding-right: 0.3125rem;
}

.experience-commerce_assets-productTile .product-tile .tile-body .pdp-link {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0.625rem;
  height: 46px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-productTile .product-tile .tile-body .pdp-link {
    height: 36px;
    overflow: hidden;
  }
}

.yotpo {
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
}

.product-tile .tile-body .yotpo {
  min-height: 20px;
}

@media (max-width: 350px) {
  .yotpo .text-m {
    font-size: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 14.5px !important;
  }
}

.quick-add-to-cart-grid {
  min-width: 50%;
}
@media (max-width: 991.98px) {
  .quick-add-to-cart-grid {
    min-width: 100%;
  }
}

.einstein-carousel .carousel-inner .carousel-item .product-tile .tile-body .pdp-link {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0.625rem;
  height: 46px !important;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .einstein-carousel .carousel-inner .carousel-item .product-tile .tile-body .pdp-link {
    height: 36px;
    overflow: hidden;
  }
}

.product-tile {
  min-height: inherit;
}
.product-tile .tile-body {
  padding: 1.0625rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .product-tile .tile-body {
    font-size: 1.0625rem;
    line-height: 1.375rem;
  }
}
.product-tile .tile-body .pdp-link {
  margin: 0 0 0.875rem;
}
.product-tile .tile-body .pdp-link a {
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 1.0625rem;
    line-height: 1.375rem;
  }
}
.product-tile .tile-body .price,
.product-tile .tile-body .product-price {
  color: #262626;
  font-weight: 600;
}
.product-tile .tile-body .price del,
.product-tile .tile-body .product-price del {
  color: #c6c6c6;
  font-weight: 400;
  margin: 0 0.5rem 0 0;
}
@media (min-width: 992px) {
  .product-tile .image-container .tile-img-contain {
    min-width: 15.625rem;
  }
}
.product-tile .image-container .badges {
  position: absolute;
  top: 0.625rem;
  left: 0;
  padding: 0.313rem 0.625rem;
}
.product-tile .image-container .badges .product-badge-image {
  width: 1.563rem;
}
.product-tile .image-container .badges .product-badge-text {
  border-radius: 0.4375rem;
  padding: 2px 10px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: 14px;
}

.search-results .product-cat-grid .col-6,
.search-results .product-grid .col-6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-results .product-cat-grid .product,
.search-results .product-grid .product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-results .product-cat-grid .product .product-tile,
.search-results .product-grid .product .product-tile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0.9375rem;
}
@media (min-width: 992px) {
  .search-results .product-cat-grid .product .product-tile,
  .search-results .product-grid .product .product-tile {
    margin: 1.25rem 0 0.625rem 0;
  }
}
.search-results .product-cat-grid .product .product-tile .tile-body,
.search-results .product-grid .product .product-tile .tile-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-results .product-cat-grid .product .product-tile .tile-body .pdp-link,
.search-results .product-grid .product .product-tile .tile-body .pdp-link {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0.625rem;
}
.search-results .product-cat-grid .product .product-tile .tile-body .pdp-link .link,
.search-results .product-grid .product .product-tile .tile-body .pdp-link .link {
  font-weight: 400;
  font-size: 0.9375rem;
  min-height: inherit;
}
@media (min-width: 992px) {
  .search-results .product-cat-grid .product .product-tile .tile-body .pdp-link .link,
  .search-results .product-grid .product .product-tile .tile-body .pdp-link .link {
    font-size: 1.0625rem;
  }
}
.search-results .product-cat-grid .product .product-tile .tile-body .product-price,
.search-results .product-cat-grid .product .product-tile .tile-body .price,
.search-results .product-grid .product .product-tile .tile-body .product-price,
.search-results .product-grid .product .product-tile .tile-body .price {
  color: #262626;
  font-weight: 600;
  padding: 0;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .search-results .product-cat-grid .product .product-tile .tile-body .product-price,
  .search-results .product-cat-grid .product .product-tile .tile-body .price,
  .search-results .product-grid .product .product-tile .tile-body .product-price,
  .search-results .product-grid .product .product-tile .tile-body .price {
    font-size: 1.0625rem;
  }
}
.search-results .product-cat-grid .product .product-tile .tile-body .product-price .starting,
.search-results .product-cat-grid .product .product-tile .tile-body .price .starting,
.search-results .product-grid .product .product-tile .tile-body .product-price .starting,
.search-results .product-grid .product .product-tile .tile-body .price .starting {
  font-weight: 600;
}
.search-results .product-cat-grid .product .product-tile .tile-body .product-price .strike-through,
.search-results .product-cat-grid .product .product-tile .tile-body .price .strike-through,
.search-results .product-grid .product .product-tile .tile-body .product-price .strike-through,
.search-results .product-grid .product .product-tile .tile-body .price .strike-through {
  color: #c6c6c6;
  margin: 0;
}
.search-results .product-cat-grid .product .quick-add-to-cart-grid,
.search-results .product-grid .product .quick-add-to-cart-grid {
  width: 100%;
  margin-bottom: 1.5625rem;
  min-width: auto;
}
@media (min-width: 992px) {
  .search-results .product-cat-grid .product .quick-add-to-cart-grid,
  .search-results .product-grid .product .quick-add-to-cart-grid {
    background-color: #FFFFFF;
    color: #262626;
  }
}
.search-results .product-cat-grid .product .quick-add-to-cart-grid:hover,
.search-results .product-grid .product .quick-add-to-cart-grid:hover {
  background-color: #262626;
  color: #FFFFFF;
}
.search-results .product-cat-grid .product .quick-add-to-cart-grid:disabled,
.search-results .product-grid .product .quick-add-to-cart-grid:disabled {
  opacity: 1;
  color: #646464;
  background-color: #f1f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}
.search-results .product-cat-grid .text-m,
.search-results .product-grid .text-m {
  color: #262626 !important;
  padding-left: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.search-results .product-cat-grid .text-m::before,
.search-results .product-grid .text-m::before {
  content: "|";
  color: #c6c6c6;
  padding-right: 0.3125rem;
}
.search-results .tab-pane {
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .search-results .tab-pane {
    padding-bottom: 6.25rem;
  }
}
.search-results .refinement-bar {
  z-index: 12;
}
.search-results .refinement-bar .accordion .card {
  border-bottom: 0.0625rem solid #ebebeb;
}
.search-results .refinement-bar .accordion .card:first-child {
  border-top: 0.0625rem solid #ebebeb;
}
.search-results .refinement-bar .accordion .card .collapsing,
.search-results .refinement-bar .accordion .card .collapse {
  border-top: 0.0625rem solid #ebebeb;
}
.search-results .refinement-bar .accordion .card .card-header {
  border-bottom: 0;
}
.search-results .refinement-bar .accordion .card .card-header .btn.btn-link:after {
  top: 0.6875rem;
  font-size: 1.25rem;
}
.search-results .refinement-bar .accordion .card .card-header .btn.btn-link.collapsed::after {
  top: 0.6875rem;
}
.search-results .refinement-bar .accordion .card .card-body {
  padding: 1.1875rem 0 0;
}
.search-results .grid-header {
  margin-top: 0;
}
@media (min-width: 992px) {
  .search-results .grid-header {
    margin-bottom: 2.4375rem;
  }
}
.search-results .grid-header .custom-select {
  min-width: auto;
  width: 100%;
  max-width: 12.25rem;
}
.search-results .breadcrumb {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .search-results .breadcrumb {
    margin: 0.1875rem 0 -2rem;
  }
}
.search-results .tab-content {
  padding: 1.4375rem 0.3125rem 0;
}
@media (min-width: 992px) {
  .search-results .tab-content {
    padding: 2.4375rem 0 0;
  }
}

#refinementAccordion .collapsible-sm .card-body,
#refinementAccordion .collapsible-sm .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.refinements {
  padding: 1.25rem 0.3125rem 0 !important;
}
@media (min-width: 768px) {
  .refinements {
    padding: 0 !important;
  }
}
.refinements .values {
  padding: 0 !important;
}
.refinements .values .values {
  padding: 0 0 0 1.875rem !important;
}
.refinements ul {
  margin: 0;
}
.refinements ul li {
  padding: 0 !important;
}
.refinements ul li button {
  color: #262626 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.75rem;
  padding: 0;
}

.grid-header .filter-results {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
  padding: 0;
  border: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  background: none;
  margin: 0.375rem 0.375rem 0 0;
}
.grid-header .filter-results i {
  font-size: 1.375rem;
  margin: 0 0 0 0.875rem;
}

.filter-bar li.filter-value button {
  min-height: 1.25rem;
}

.search-keywords {
  font-weight: 600;
}

.text-m {
  color: #262626 !important;
  padding-left: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.text-m::before {
  content: "|";
  color: #c6c6c6;
  padding-right: 0.3125rem;
}

.product-tile .image-container .carousel-badges {
  position: absolute;
  top: 1.825rem;
  left: 0;
  padding: 0.613rem 0.625rem;
}
.product-tile .image-container .carousel-badges .carousel-product-badge-text {
  border-radius: 0.4375rem;
  padding: 8px 12px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: 16px;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100%;
  background-color: white;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}
.offcanvas .open-btn {
  font-size: 18px;
  cursor: pointer;
  padding: 10px 20px;
  margin: 20px;
  background-color: #333;
  color: white;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.offcanvas .open-btn:hover {
  background-color: #575757;
}
.offcanvas.open {
  right: 0;
}
.offcanvas.open .overlay {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  right: 40%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .offcanvas {
    width: 85%;
    right: -100%;
  }
  .offcanvas.open .overlay {
    right: 85%;
  }
}
.offcanvas .offcanvas-body {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.offcanvas .offcanvas-body ::-webkit-scrollbar {
  width: 7px;
}
.offcanvas .offcanvas-body ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.offcanvas .offcanvas-body ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.offcanvas .offcanvas-body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.offcanvas .offcanvas-body .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #eaeaea;
  font-family: American Typewriter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.offcanvas .offcanvas-body .close-btn {
  border: 1px solid black;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  color: black;
  font-size: 12px;
  font-weight: bold;
  top: 2rem;
  cursor: pointer;
}
.offcanvas .offcanvas-body .body .custombox-items {
  font-size: 12px;
  max-height: 10rem;
  overflow-y: scroll;
}
.offcanvas .offcanvas-body .body .custombox-items p {
  margin: 0;
}
.offcanvas .offcanvas-body .body .recipient-container {
  border: 1px solid #eaeaea;
  line-height: 1.2;
}
.offcanvas .offcanvas-body .body .recipient-container label {
  gap: 0.5rem;
}
.offcanvas .offcanvas-body .body .recipient-container label:not(:first-child) {
  border-top: 1px solid #eaeaea;
  margin-top: 6px;
  padding-top: 6px;
}
.offcanvas .offcanvas-body .body .recipient-container input[type=checkbox] {
  accent-color: #262626;
  height: 24px;
  width: 24px;
  border-radius: 0;
}
.offcanvas .offcanvas-body .body .recipient-container .new-shipment a {
  gap: 0.5rem;
}
.offcanvas .offcanvas-body .body .totals {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
}
.offcanvas .offcanvas-body .footer .pdp-link {
  color: #004b91 !important;
}
.offcanvas .offcanvas-body .footer .pdp-link:hover {
  text-decoration: none;
}
.offcanvas .offcanvas-body .footer .continue-shopping {
  text-decoration: underline;
}
.offcanvas .offcanvas-body .footer .continue-shopping:hover {
  text-decoration: none;
}
.offcanvas .product-info {
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .offcanvas .product-info {
    gap: 0.5rem;
  }
}
.offcanvas .product-info .product-image {
  height: 150px;
  width: 150px;
}

.accordion {
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.accordion .card .card-header {
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #c6c6c6;
  padding: 0;
  height: inherit;
}
.accordion .card .card-header .btn.btn-link {
  margin: auto 0;
  height: inherit;
  padding: 0 1.5625rem;
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: 0.015625rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #262626;
  text-align: left;
  border: 0;
  width: 100%;
  min-height: 3.0625rem;
}
.accordion .card .card-header .btn.btn-link:hover, .accordion .card .card-header .btn.btn-link:focus {
  color: #262626 !important;
  text-decoration: none;
}
.accordion .card .card-header .btn.btn-link::after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 0.75rem;
  color: #262626;
  position: absolute;
  right: 1.5625rem;
  width: auto;
  font-weight: normal;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .accordion .card .card-header .btn.btn-link::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.accordion .card .card-header .btn.btn-link.collapsed {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.75rem;
  color: #262626;
  letter-spacing: 0.015625rem;
}
.accordion .card .card-header .btn.btn-link.collapsed::after {
  content: "\e908";
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-transform: none;
          transform: none;
}
.accordion .card .card-body {
  padding: 1.25rem 0;
}
.accordion .card .square-check {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.25rem;
  border-radius: 0.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.75rem 0 0;
  border: 0.0625rem solid #c6c6c6;
}
.accordion .card .square-check .fa-check {
  color: #000000;
}

.suggestions {
  z-index: 1000;
  width: 100%;
}
.suggestions .container {
  padding: 1rem 0 0 0;
}
.suggestions .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.suggestions #search-results .header > div,
.suggestions #search-results .items .item > div {
  padding: 0 1.25rem;
}
.suggestions #search-results .header {
  margin-bottom: 0;
  border-top: none;
  padding-top: 0;
  color: #262626;
  font-size: 1.125rem;
}
.suggestions #search-results .items .item {
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.suggestions #search-results .items .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suggestions #search-results .items .item a .name {
  white-space: normal;
  margin-top: 0;
  max-height: 2.5rem;
  line-height: 1.2;
}
.suggestions #search-results .items .item a:hover {
  text-decoration: none;
}
.suggestions #search-results .items .item:hover {
  background-color: #e8e8e8;
}
.suggestions #search-results .swatch-circle {
  border-radius: 0;
}

.site-search .suggestions-wrapper {
  position: relative;
  max-width: 90%;
  margin-left: 0.625rem;
}
.site-search .reset-button {
  position: absolute;
  border: none;
  top: 0.9em; /* 9/16 */
  right: 2em; /* 32/16 */
  padding: 0;
  background-color: transparent;
}
.site-search .fa-search {
  top: 0.9em;
}

.main-menu {
  background-color: #FFFFFF;
  border: none;
  margin-right: 0 !important;
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.main-menu .nav-item > .nav-link {
  color: #000000;
}
.main-menu .nav-item > .nav-link::after {
  content: none;
}
@media (max-width: 992px) {
  .main-menu .container {
    max-width: 100%;
  }
}

.modal-background {
  position: absolute;
  z-index: 11;
}
@media (min-width: 992px) {
  .modal-background {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .minicart-total.hide-link-med {
    display: block;
  }
}

.minicart-total.hide-no-link {
  display: none;
}

.main-menu.menu-toggleable-left {
  z-index: 20;
}

@media (max-width: 767px) {
  .minicart-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .minicart-container .hide-contents-in-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (max-width: 991.98px) {
  .menu-toggleable-left {
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    background-color: #FFFFFF;
    position: fixed;
    left: -100%;
    width: 100%;
    max-width: 100%;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-left.in {
    min-width: 50%;
    left: 0;
  }
}
@media (min-width: 576px) {
  .menu-toggleable-left .close-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar.navbar-expand-md {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.navbar .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    height: 3.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    padding: 0;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.navbar .navbar-nav .nav-item.show .nav-link {
  background-color: transparent;
  color: #262626;
  text-shadow: 1px 0 0 currentColor;
}
.navbar .navbar-nav .nav-item.show .nav-link::before {
  content: "";
  background-color: #262626;
  height: 0.3125rem;
  width: 0.3125rem;
  border-radius: 50%;
  top: 45%;
  margin-left: -0.625rem;
  position: absolute;
  z-index: 999;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  border: 0.0625rem;
  border-style: solid;
  border-color: #262626;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    display: none;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300;
          flex: 0 0 300;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu > ul {
    width: 100%;
    padding: 0 0 0 0.625rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item {
  padding: 0;
  padding-right: 1.5625rem;
  border: none;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item {
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item:focus {
  color: #000000;
  text-shadow: 1px 0 0 currentColor;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  outline: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link:hover {
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link::after {
  content: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link:focus-visible, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item .dropdown-link:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul {
  padding: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item:focus {
  background-color: #e8e8e8;
  outline: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item .dropdown-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 1.875rem;
  line-height: 1.875rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu > ul .dropdown-item > ul .dropdown-item .dropdown-link:hover {
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-menu-content-asset {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .category-menu-content-asset {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .content-asset {
  height: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .category-image {
  width: 16.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .img-text-container {
  position: relative;
  text-align: center;
  height: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .img-text-container a,
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .img-text-container span {
  width: 100%;
  display: inline-block;
  left: 0;
  z-index: 100;
  color: #FFFFFF;
  position: absolute;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .img-text-container span {
  font-size: 1.5rem;
  bottom: 2.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .category-image-container .img-text-container a {
  font-size: 0.6875rem;
  bottom: 0.875rem;
  text-decoration: underline;
}
.navbar.bg-inverse .navbar-nav .nav-link {
  padding: 0.76rem 1.25rem;
  outline: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.76rem 0.325rem;
  }
}
.navbar.bg-inverse .navbar-nav .nav-link:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@media (max-width: 991.98px) {
  .navbar.bg-inverse .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 2.5rem;
    position: relative;
  }
  .navbar.bg-inverse .navbar-nav .nav-link.dropdown-toggle:after {
    content: "\e906";
    font-family: "icomoon";
    position: absolute;
    right: 1.25rem;
    top: 1.3125rem;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .active .navbar.bg-inverse .navbar-nav .nav-link.dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 991.98px) {
  .navbar.bg-inverse .navbar-nav .active .nav-link.dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 1199.98px) {
  .menu-toggleable-left.in {
    overflow: auto;
  }
}
.menu-toggleable-left.in .nav-item {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  padding-top: 0.625rem;
  padding-left: 1.5625rem;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.in .nav-item {
    padding: 0;
  }
}
.menu-toggleable-left.in .nav-item + .nav-item {
  border: none;
  padding-left: 1.5625rem;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    padding: 0;
  }
}
.menu-toggleable-left.in .nav-item.account, .menu-toggleable-left.in .nav-item.locator {
  padding-left: 2.5rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  border-color: #e8e8e8;
}
.menu-toggleable-left.in .nav-item.account a,
.menu-toggleable-left.in .nav-item.account span, .menu-toggleable-left.in .nav-item.locator a,
.menu-toggleable-left.in .nav-item.locator span {
  padding: 0;
}
.menu-toggleable-left.in .nav-item.account .fa, .menu-toggleable-left.in .nav-item.locator .fa {
  color: #262626;
}
.menu-toggleable-left.in .nav-item.account.locator, .menu-toggleable-left.in .nav-item.locator.locator {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  border-top: 1px solid #e8e8e8 !important;
}
.menu-toggleable-left.in .nav-item.flavor {
  padding-left: 2.375rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  padding-top: 0.625rem;
}
.menu-toggleable-left.in .close-menu {
  background-color: #262626;
  border-color: #262626;
}
.menu-toggleable-left.in .close-menu .close-button {
  color: #FFFFFF;
}
.menu-toggleable-left.in .close-menu .close-button button {
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.in .dropdown-menu {
    position: static;
    left: auto;
  }
}

.nav-open body {
  height: 100vh;
  overflow: hidden;
}
.nav-open .prices-add-to-cart-actions {
  z-index: inherit;
}

.menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 3.3125rem;
}

.modal-content {
  padding: 1.25rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .modal-content {
    width: 34.3125rem;
  }
}

.videoComponent {
  margin-top: 2rem;
}

.videoCTAText {
  font-family: "Jost", sans-serif;
}
.videoCTAText .ctaLinkText {
  font-size: 1rem;
}
.videoCTAText .ctaText {
  font-size: 2rem;
  font-weight: bold;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 3px #c6c6c6;
  border-bottom-style: double;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .request-password-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.modal-body {
  padding: 0;
}
.modal-body .description, .modal-body .suggestedDescription {
  color: #eb5757;
}
.modal-body .request-password-body {
  padding-top: 1.5rem;
}
.modal-body .send-email-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-body .send-email-btn #submitEmailButton {
  width: 90%;
}

.reset-password .splitter {
  border-bottom-style: double;
  border-bottom-color: #e8e8e8;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.reset-password .card-header {
  background-color: #FFFFFF;
  border-bottom: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.reset-password .card-header h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.reset-password .reset-text {
  padding-bottom: 1.25rem;
}

.forgot-password-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.reset-buttons {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .reset-buttons .col:nth-child(1) {
    padding-right: 0;
  }
}

.hero {
  height: inherit;
  min-height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero.account-image {
  background: #262626;
  margin-bottom: 1.25rem;
}
.hero.account-image h1.page-title {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0;
  padding: 0 1.25rem;
  top: auto;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero.account-image h1.page-title {
    font-size: 3rem;
    line-height: 3.25rem;
    padding: 0 0 0 5rem;
  }
}
.hero.account-image h1.page-title:before {
  display: none;
}

@media (max-width: 767.98px) {
  .accounts-page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.accounts-page .card {
  margin: 0 0 1.5rem;
  padding: 1.5rem 1.25rem 0;
  border-color: #262626;
}
.accounts-page .card dl {
  margin: 0 0 1.625rem;
}
.accounts-page .card dt {
  color: #262626;
  font-weight: 600;
}
.accounts-page .card .card-body {
  padding: 1.5rem 0 0;
  margin: 0 0 -0.4375rem;
}
.accounts-page .card .title {
  font-weight: 600;
  display: block;
}
.accounts-page .card .dashboard-order-card-footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accounts-page .card .dashboard-order-card-footer-value {
  font-size: 0.9375rem;
  font-weight: 600;
  padding-left: 0.3125rem;
}
.accounts-page .card .card-info-group div {
  margin-bottom: 0;
}
.accounts-page .card-header {
  background: none;
  padding: 0 0 1.3125rem;
  border-bottom-color: #262626;
}
.accounts-page .card-header h2 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.03125rem;
}
.accounts-page .card-footer {
  background: none;
  border-top: 0;
  padding: 1.9375rem 0 0.8125rem;
}

.edit-profile .splitter {
  border-bottom-style: double;
  border-bottom-color: #e8e8e8;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.edit-profile .card-header {
  background-color: #FFFFFF;
  border-bottom: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.edit-profile .card-header h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.edit-profile .missingDetails {
  color: #eb5757;
}

.login-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .login-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.login-header .page-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
}
.login-header .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .login-header .header-phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.login-header .header-phone .page-phone-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .login-header .header-phone .page-phone-text {
    padding-right: 0.625rem;
  }
}
.login-header .header-phone .page-phone {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.login-page {
  margin-top: 0 !important;
}
.login-page:before {
  content: "";
  display: block;
  height: 0;
  margin: 0 0 1.875rem;
  border-top: 0.1875rem double #c6c6c6;
}
.login-page .nav-tabs .nav-item {
  width: 50%;
}
.login-page .nav-tabs .nav-item .nav-link {
  height: 4rem;
  color: #262626 !important;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
.login-page .nav-tabs .nav-item .nav-link.active {
  background-color: #262626;
  color: #FFFFFF !important;
}
.login-page .trackorder .card-header {
  padding: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 0.1875rem double #c6c6c6;
}
.login-page .custom-control-label {
  padding-top: 0 !important;
}
.login-page .fa {
  color: #eb5757;
  margin-left: 0.3125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: normal;
}

.registration-email-error {
  color: #eb5757;
}

.edit-address .splitter {
  border-bottom-style: double;
  border-bottom-color: #e8e8e8;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.edit-address .card-header {
  background-color: #FFFFFF;
  border-bottom: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.edit-address .card-header h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.edit-address .reset-buttons {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .edit-address .reset-buttons .col:nth-child(1) {
    padding-right: 0;
  }
}
.edit-address .custom-address-select {
  height: 2.75rem;
  border: none;
  border-radius: 0.1875rem;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: #f7f7f7;
  color: #262626;
  font-size: 1rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMiA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMxRjIwO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEsMzQuNWMtMC4yLDAtMC40LTAuMS0wLjUtMC4ybC01LTVjLTAuMy0wLjMtMC4zLTAuOCwwLTEuMXMwLjgtMC4zLDEuMSwwbDQuNSw0LjVsNC41LTQuNQoJCWMwLjMtMC4zLDAuOC0wLjMsMS4xLDBzMC4zLDAuOCwwLDEuMWwtNSw1QzExLjQsMzQuNCwxMS4yLDM0LjUsMTEsMzQuNXoiLz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiwxNGMtMC4yLDAtMC40LTAuMS0wLjUtMC4yTDExLDkuM2wtNC41LDQuNWMtMC4zLDAuMy0wLjgsMC4zLTEuMSwwcy0wLjMtMC44LDAtMS4xbDUtNQoJCWMwLjMtMC4zLDAuOC0wLjMsMS4xLDBsNSw1YzAuMywwLjMsMC4zLDAuOCwwLDEuMUMxNi40LDEzLjksMTYuMiwxNCwxNiwxNHoiLz4KPC9nPgo8L3N2Zz4K);
  background-position: calc(100% - 0.5rem), 100% 0;
  background-size: 2em 2em;
  background-repeat: no-repeat;
}
.edit-address .custom-address-select:focus {
  background-color: #f7f7f7;
  color: #262626;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.edit-address .remove-btn {
  color: black;
  background-color: transparent;
  width: 3rem;
}

.splitter {
  border-bottom-style: double;
  border-bottom-color: #e8e8e8;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.one-liner {
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #c6c6c6;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.order-history-header {
  background-color: #FFFFFF;
  border-bottom: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.order-history-header h3.pull-left {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400 !important;
}

.receipt .order-receipt-header {
  background-color: #FFFFFF;
  border-bottom: none;
}
.receipt .row .confirm-details .card-body {
  padding-left: 2.5rem;
}
.receipt .row .order-product-summary .splitter {
  border-bottom-style: double;
  border-bottom-color: #e8e8e8;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.receipt .row .order-product-summary button {
  display: none;
}
.receipt .row .checkout-order-total-summary .grand-total {
  border-top: 0.0625rem solid #c6c6c6;
  padding-top: 0.625rem;
}

.order-history-footer {
  background-color: #FFFFFF;
  border-top: none;
}

.order-history-custom-select {
  background-color: #f7f7f7;
  height: 2.75rem;
  border: none;
  border-radius: 0.1875rem;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: #f7f7f7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMiA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMxRjIwO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEsMzQuNWMtMC4yLDAtMC40LTAuMS0wLjUtMC4ybC01LTVjLTAuMy0wLjMtMC4zLTAuOCwwLTEuMXMwLjgtMC4zLDEuMSwwbDQuNSw0LjVsNC41LTQuNQoJCWMwLjMtMC4zLDAuOC0wLjMsMS4xLDBzMC4zLDAuOCwwLDEuMWwtNSw1QzExLjQsMzQuNCwxMS4yLDM0LjUsMTEsMzQuNXoiLz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiwxNGMtMC4yLDAtMC40LTAuMS0wLjUtMC4yTDExLDkuM2wtNC41LDQuNWMtMC4zLDAuMy0wLjgsMC4zLTEuMSwwcy0wLjMtMC44LDAtMS4xbDUtNQoJCWMwLjMtMC4zLDAuOC0wLjMsMS4xLDBsNSw1YzAuMywwLjMsMC4zLDAuOCwwLDEuMUMxNi40LDEzLjksMTYuMiwxNCwxNiwxNHoiLz4KPC9nPgo8L3N2Zz4K);
  background-position: calc(100% - 0.5rem), 100% 0;
  background-size: 2em 2em;
  background-repeat: no-repeat;
}

.shipping-datepicker-modal {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  display: block !important;
  visibility: hidden;
}
.shipping-datepicker-modal.show {
  visibility: visible;
}
.shipping-datepicker-modal .modal-title {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.shipping-datepicker-modal .close {
  opacity: 1;
  font-size: 1.375rem;
}
.shipping-datepicker-modal .modal-dialog {
  max-width: 34.375rem;
}
.shipping-datepicker-modal .modal-dialog .modal-content {
  width: 100%;
  padding: 0.625rem;
}
.shipping-datepicker-modal .calendar-info {
  padding: 0.5rem 0;
}
.shipping-datepicker-modal .calendar-info p {
  margin: 0;
  font-size: 14px;
}
.shipping-datepicker-modal .calendar-info p strong {
  font-weight: 600;
}

.ui-widget.ui-widget-content {
  width: 100%;
  margin: 0 0 20px;
}

/***** FullCalendar Datepicker customization ********/
.fc .fc-view-harness {
  height: inherit !important;
}

/* day is in other month: */
.fc .fc-day-other,
.fc-day-other .fc-non-business {
  background: #ccc;
}

.fc .fc-scrollgrid-liquid {
  border: 0;
  padding: 0.9375rem 0 0;
  border-top: 0.1875rem double #ebebeb;
}

.fc .fc-col-header-cell-cushion {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.fc .fc-daygrid-day-number {
  font-weight: bold;
  line-height: 1rem;
}

.fc-day .nlc-rate {
  font-size: 0.6875rem;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .fc-day .nlc-rate {
    font-size: 0.6875rem;
  }
}

.fc .fc-daygrid-day-frame {
  margin: 0.3125rem;
  width: 3.875rem;
  border-radius: 0.1875rem;
  padding: 2px 5px 0 0;
  min-height: inherit;
}
@media (max-width: 767.98px) {
  .fc .fc-daygrid-day-frame {
    margin: 0.1875rem 0.125rem;
    width: 3.125rem;
  }
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 0;
}

.fc-theme-standard th {
  width: 1%;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: inherit;
}

.fc .fc-day-other,
.fc .fc-day-disabled {
  background: none;
  pointer-events: none;
}

.fc-theme-standard .fc-day-past:not(.fc-day-disabled) .fc-daygrid-day-frame,
.fc .fc-day-disabled .fc-daygrid-day-frame {
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
}

.fc .fc-day-disabled .fc-daygrid-day-frame {
  min-height: 17px;
}

.fc .fc-day-disabled .fc-daygrid-day-frame .fc-daygrid-day-number {
  color: #c6c6c6 !important;
}

.fc .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-number {
  line-height: 2rem;
  color: #fff !important;
}

.fc-theme-standard .fc-day-future:not(.fc-day-disabled) .fc-daygrid-day-frame {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  cursor: pointer;
}

.fc-theme-standard .fc-day-future:not(.fc-day-disabled) .fc-daygrid-day-frame:hover {
  border-color: #646464;
  background: none;
}

.fc-theme-standard .nlc-day-regular .fc-daygrid-day-frame,
.fc .fc-daygrid-day.nlc-day-selected.nlc-day-regular .fc-daygrid-day-frame,
.fc .fc-daygrid-day.nlc-day-selected.nlc-day-regular .fc-daygrid-day-frame .fc-daygrid-day-number,
.fc .fc-daygrid-day.nlc-day-regular .fc-daygrid-day-frame .fc-daygrid-day-number,
.fc-theme-standard .nlc-day-regular .fc-daygrid-day-frame .fc-daygrid-day-frame:hover {
  color: #c6c6c6 !important;
  border-color: #646464 !important;
  background: none !important;
}

.fc .fc-daygrid-day.nlc-day-selected.nlc-day-regular .fc-daygrid-day-frame .daygrid-day-number {
  color: #c6c6c6 !important;
}

.fc-theme-standard .fc-day-future.fc-day-other .fc-daygrid-day-frame,
.fc-theme-standard .fc-day-past.fc-day-other .fc-daygrid-day-frame {
  border: 0;
  background: none;
  color: #c6c6c6;
}

.fc-theme-standard .fc-day-future.fc-day-other .fc-daygrid-day-frame a,
.fc-theme-standard .fc-day-past .fc-daygrid-day-frame a {
  color: #c6c6c6 !important;
}

.fc .fc-daygrid-day-top {
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background: none;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  border: 0;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #646464;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #646464;
  width: 2rem;
  height: 2rem;
  color: #fff;
  border-radius: 0.1875rem;
  text-align: center;
  line-height: 1.5rem;
  float: right;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  width: 100%;
}

.fc .fc-daygrid-day.nlc-day-selected .fc-daygrid-day-frame,
.fc .fc-daygrid-day.nlc-day-selected .fc-daygrid-day-frame .fc-daygrid-day-number {
  background: #90EE90 !important;
  color: #fff !important;
  font-weight: 600;
  cursor: default;
}

.fc-header-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0.9375rem;
}
.fc-header-toolbar .fc-toolbar-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .fc-header-toolbar .fc-toolbar-title {
    font-size: 1.375rem;
  }
}
.fc-header-toolbar .month-name {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0 0.625rem;
}
@media (min-width: 768px) {
  .fc-header-toolbar .month-name {
    font-size: 1.0625rem;
  }
}
.fc-header-toolbar .fc-toolbar-chunk button {
  border: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc-header-toolbar .fc-toolbar-chunk button:before {
  font-family: "icomoon";
  color: #262626;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .fc-header-toolbar .fc-toolbar-chunk button:before {
    margin: 0 1.25rem;
  }
}
.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button .month-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button:before {
  content: "\e907";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button:before {
  content: "\e908";
}

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

.card {
  border: 0.0625rem solid #262626;
}

.actual-shipping-cost {
  color: #c6c6c6;
  text-decoration: line-through;
}

.shippingDiscountApplied {
  word-break: break-all;
}

.shipment-container .strike-through {
  color: #c6c6c6;
  margin-right: 0;
  text-decoration: line-through;
}

.shipping-strike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -35px;
}

.hide-discounted-shipping-price {
  display: none;
}

.checkout-header,
.checkout-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .checkout-header,
  .checkout-header-main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.checkout-header .page-title,
.checkout-header-main .page-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
}
.checkout-header .header-phone,
.checkout-header-main .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .checkout-header .header-phone,
  .checkout-header-main .header-phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.checkout-header .header-phone .page-phone-text,
.checkout-header-main .header-phone .page-phone-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .checkout-header .header-phone .page-phone-text,
  .checkout-header-main .header-phone .page-phone-text {
    padding-right: 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.checkout-header .header-phone .page-phone,
.checkout-header-main .header-phone .page-phone {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.checkout-header-main {
  border-bottom: 0.1875rem double #c6c6c6;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}

.checkout-page {
  margin-top: 2rem;
}
.checkout-page .card-header-custom {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.checkout-page .fa {
  color: #eb5757;
  margin-left: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.checkout-page .card-header {
  border-bottom: none;
  background-color: white;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.checkout-page .guest-email-error {
  color: #eb5757;
}

#checkout-main .order-total-summary-card .card-header,
.receipt .order-total-summary-card .card-header {
  border-bottom: none;
  padding-left: 0.9375rem;
}
#checkout-main .order-total-summary-card .card-header h2,
.receipt .order-total-summary-card .card-header h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
#checkout-main .order-total-summary-card .card-body,
.receipt .order-total-summary-card .card-body {
  padding-left: 0.9375rem;
  padding-top: 0;
}
#checkout-main .order-total-summary-card .card-body p,
.receipt .order-total-summary-card .card-body p {
  padding: 0.9375rem 0 0.9375rem 0;
  margin: 0;
}
#checkout-main .order-total-summary-card .card-body .grand-total-cost,
.receipt .order-total-summary-card .card-body .grand-total-cost {
  border-top: 0.0625rem solid #c6c6c6;
  border-bottom: 0.0625rem solid #c6c6c6;
}
#checkout-main .order-total-summary-card .card-body .grand-total-cost .grand-total,
#checkout-main .order-total-summary-card .card-body .grand-total-cost .grand-total-sum,
.receipt .order-total-summary-card .card-body .grand-total-cost .grand-total,
.receipt .order-total-summary-card .card-body .grand-total-cost .grand-total-sum {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #262626;
}
#checkout-main .order-total-summary-card .card-body .grand-total-cost .order-receipt-label span,
.receipt .order-total-summary-card .card-body .grand-total-cost .order-receipt-label span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #262626;
}
#checkout-main .order-total-summary-card.account-order-details p,
.receipt .order-total-summary-card.account-order-details p {
  margin-left: 0;
  padding-left: 0;
}
#checkout-main .order-total-summary-card.account-order-details .summary-section-label,
#checkout-main .order-total-summary-card.account-order-details .shipping-method,
.receipt .order-total-summary-card.account-order-details .summary-section-label,
.receipt .order-total-summary-card.account-order-details .shipping-method {
  padding: 0;
}
#checkout-main .order-product-summary .card-header,
.receipt .order-product-summary .card-header {
  border: none;
}
#checkout-main .order-product-summary .card-header span,
.receipt .order-product-summary .card-header span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #262626;
}
#checkout-main .order-product-summary .card-body,
.receipt .order-product-summary .card-body {
  padding-top: 0.3125rem;
}
#checkout-main .order-product-summary .card-body .product-summary-block,
.receipt .order-product-summary .card-body .product-summary-block {
  margin-top: 0;
}
#checkout-main .order-product-summary .card-body .product-summary-block .title-container,
.receipt .order-product-summary .card-body .product-summary-block .title-container {
  padding-top: 0.3125rem;
}
#checkout-main .order-product-summary .card-body .product-summary-block .line-item-attributes,
.receipt .order-product-summary .card-body .product-summary-block .line-item-attributes {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
#checkout-main .order-product-summary .card-body .product-summary-block .line-item-total-price-amount,
.receipt .order-product-summary .card-body .product-summary-block .line-item-total-price-amount {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
#checkout-main .order-product-summary .card-body .product-summary-block .line-item-total-text,
.receipt .order-product-summary .card-body .product-summary-block .line-item-total-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
#checkout-main .order-product-summary .card-body .product-summary-block .value,
.receipt .order-product-summary .card-body .product-summary-block .value {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
#checkout-main .order-product-summary .card-body .product-summary-block .qty-card-quantity-count,
.receipt .order-product-summary .card-body .product-summary-block .qty-card-quantity-count {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
#checkout-main .order-product-summary .card-body .product-line-item-details,
.receipt .order-product-summary .card-body .product-line-item-details {
  margin: 0.625rem 0 0.625rem 0;
}
#checkout-main .order-product-summary .card-body .product-line-item + .product-line-item::before,
#checkout-main .order-product-summary .card-body .multi-shipping + .product-line-item::before,
.receipt .order-product-summary .card-body .product-line-item + .product-line-item::before,
.receipt .order-product-summary .card-body .multi-shipping + .product-line-item::before {
  content: "";
  display: block;
  border-width: 0.1875rem;
  border-bottom-style: double;
  border-bottom-color: #e8e8e8;
  margin-left: 0;
  margin-right: 0;
}
#checkout-main .order-product-summary .card-body .splitter,
.receipt .order-product-summary .card-body .splitter {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
#checkout-main .disableddash,
.receipt .disableddash {
  opacity: 0.4;
}
#checkout-main .disabledstage,
.receipt .disabledstage {
  opacity: 0.4;
}
#checkout-main .stage-bar,
.receipt .stage-bar {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
}
#checkout-main .stage-bar .stage-bar-display .stage-bar-cart, #checkout-main .stage-bar .stage-bar-display .stage-bar-shipping, #checkout-main .stage-bar .stage-bar-display .stage-bar-payment,
.receipt .stage-bar .stage-bar-display .stage-bar-cart,
.receipt .stage-bar .stage-bar-display .stage-bar-shipping,
.receipt .stage-bar .stage-bar-display .stage-bar-payment {
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Makes the div circular */
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  margin-top: 0.5rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #checkout-main .stage-bar .stage-bar-display .stage-bar-cart, #checkout-main .stage-bar .stage-bar-display .stage-bar-shipping, #checkout-main .stage-bar .stage-bar-display .stage-bar-payment,
  .receipt .stage-bar .stage-bar-display .stage-bar-cart,
  .receipt .stage-bar .stage-bar-display .stage-bar-shipping,
  .receipt .stage-bar .stage-bar-display .stage-bar-payment {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}
#checkout-main .stage-bar .stage-bar-display .stage-cart, #checkout-main .stage-bar .stage-bar-display .stage-shipping, #checkout-main .stage-bar .stage-bar-display .stage-payment,
.receipt .stage-bar .stage-bar-display .stage-cart,
.receipt .stage-bar .stage-bar-display .stage-shipping,
.receipt .stage-bar .stage-bar-display .stage-payment {
  position: absolute;
  bottom: 60px;
}
@media (max-width: 767.98px) {
  #checkout-main .stage-bar .stage-bar-display .stage-cart, #checkout-main .stage-bar .stage-bar-display .stage-shipping, #checkout-main .stage-bar .stage-bar-display .stage-payment,
  .receipt .stage-bar .stage-bar-display .stage-cart,
  .receipt .stage-bar .stage-bar-display .stage-shipping,
  .receipt .stage-bar .stage-bar-display .stage-payment {
    margin-left: -0.625rem;
  }
}
#checkout-main .stage-bar .stage-bar-display .dash-shipping, #checkout-main .stage-bar .stage-bar-display .dash-payment,
.receipt .stage-bar .stage-bar-display .dash-shipping,
.receipt .stage-bar .stage-bar-display .dash-payment {
  width: 20%;
  border-top: 0.15rem dashed black; /*Gives a dashed line*/
  margin: 2rem 0rem;
  -webkit-transform: rotate(-0.07deg);
          transform: rotate(-0.07deg);
}
@media (max-width: 767.98px) {
  #checkout-main .stage-bar .stage-bar-display .dash-shipping, #checkout-main .stage-bar .stage-bar-display .dash-payment,
  .receipt .stage-bar .stage-bar-display .dash-shipping,
  .receipt .stage-bar .stage-bar-display .dash-payment {
    margin: 1.75rem -0.125rem 0rem 0rem;
  }
}
@media (max-width: 465px) {
  #checkout-main .stage-bar .stage-bar-display .dash-shipping, #checkout-main .stage-bar .stage-bar-display .dash-payment,
  .receipt .stage-bar .stage-bar-display .dash-shipping,
  .receipt .stage-bar .stage-bar-display .dash-payment {
    width: 25%;
  }
}
#checkout-main .multiAddressShippingNote,
.receipt .multiAddressShippingNote {
  margin-left: 3rem;
  margin-bottom: 2rem;
  margin-top: -1rem;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  #checkout-main .multiAddressShippingNote,
  .receipt .multiAddressShippingNote {
    max-width: 59%;
  }
}
@media (max-width: 767.98px) {
  #checkout-main .multiAddressShippingNote,
  .receipt .multiAddressShippingNote {
    margin-left: 0rem;
    max-width: 100%;
  }
}
#checkout-main .shipping-summary .card-header,
#checkout-main .payment-summary .card-header,
#checkout-main .payment-form .card-header,
.receipt .shipping-summary .card-header,
.receipt .payment-summary .card-header,
.receipt .payment-form .card-header {
  border-bottom: none;
  background-color: white;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  padding-left: 0;
}
#checkout-main .shipping-summary .card-body,
#checkout-main .payment-summary .card-body,
#checkout-main .payment-form .card-body,
.receipt .shipping-summary .card-body,
.receipt .payment-summary .card-body,
.receipt .payment-form .card-body {
  padding-left: 0;
}
#checkout-main .shipping-summary .card-body .summary-details,
#checkout-main .payment-summary .card-body .summary-details,
#checkout-main .payment-form .card-body .summary-details,
.receipt .shipping-summary .card-body .summary-details,
.receipt .payment-summary .card-body .summary-details,
.receipt .payment-form .card-body .summary-details {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#checkout-main .payment-form .card-body,
.receipt .payment-form .card-body {
  padding-left: 0;
  padding-right: 0;
}
#checkout-main .payment-form .heading-billing-payment-title,
.receipt .payment-form .heading-billing-payment-title {
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}
#checkout-main .ghost-title-payment.payment,
.receipt .ghost-title-payment.payment {
  border: none;
  opacity: 1;
}
#checkout-main .ghost-title-payment.payment .card-header,
.receipt .ghost-title-payment.payment .card-header {
  border-bottom: 0.1875rem double #c6c6c6;
  padding-left: 0;
}
#checkout-main .ghost-title-payment.payment .card-header .checkout-card-header,
.receipt .ghost-title-payment.payment .card-header .checkout-card-header {
  color: #262626 !important;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
#checkout-main .single-shipping .card,
.receipt .single-shipping .card {
  border: none;
}
#checkout-main .single-shipping .card .card-header,
.receipt .single-shipping .card .card-header {
  border-bottom: 0.1875rem double #e8e8e8;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
}
#checkout-main .single-shipping .card .card-body .shipping-form label,
.receipt .single-shipping .card .card-body .shipping-form label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#checkout-main .single-shipping .shipment-selector-block-buttons,
.receipt .single-shipping .shipment-selector-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
}
#checkout-main .single-shipping .shipment-selector-block-buttons button,
.receipt .single-shipping .shipment-selector-block-buttons button {
  color: #FFFFFF !important;
  background-color: #262626;
  padding: 0 5px 0 5px;
  border-radius: 0.25rem;
  font-size: small;
}
#checkout-main .single-shipping .summary-details .shipping-method-price,
.receipt .single-shipping .summary-details .shipping-method-price {
  display: none;
}
@media (min-width: 768px) {
  #checkout-main .single-shipping .shipping-content,
  .receipt .single-shipping .shipping-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #checkout-main .single-shipping .shipping-content,
  .receipt .single-shipping .shipping-content {
    padding-left: 0;
    padding-right: 0;
  }
}
#checkout-main .one-liner,
.receipt .one-liner {
  margin: 0 0.9375rem 0 0.9375rem;
}
#checkout-main .edit-button,
.receipt .edit-button {
  color: #be6484;
  text-decoration: underline;
}
#checkout-main .card-header-custom,
.receipt .card-header-custom {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
#checkout-main .payment-form .card-header,
.receipt .payment-form .card-header {
  border-bottom: none;
  background-color: white;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
#checkout-main .payment-form .card-body .contact-info-block,
.receipt .payment-form .card-body .contact-info-block {
  border-bottom: none;
}
#checkout-main .payment-form .card-body .payment-information .credit-card-tab,
.receipt .payment-form .card-body .payment-information .credit-card-tab {
  border: 0.0625rem solid #262626;
}
#checkout-main .payment-form .card-body .billing-address-block .form-control-label,
.receipt .payment-form .card-body .billing-address-block .form-control-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#checkout-main .payment-form .card-body .billing-address-block .form-control-label::before,
.receipt .payment-form .card-body .billing-address-block .form-control-label::before {
  content: "*";
  color: #eb5757;
}
#checkout-main .payment-form .card-body .billing-address-block .form-control-label.billingAddressTwoLabel,
.receipt .payment-form .card-body .billing-address-block .form-control-label.billingAddressTwoLabel {
  margin-left: 0.75rem;
}
#checkout-main .payment-form .card-body .billing-address-block .form-control-label.billingAddressTwoLabel::before,
.receipt .payment-form .card-body .billing-address-block .form-control-label.billingAddressTwoLabel::before {
  content: none;
}
#checkout-main .payment-form .card-body .billing-address-block .form-control-label-title,
.receipt .payment-form .card-body .billing-address-block .form-control-label-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
#checkout-main .payment-form .card-body .billing-address-block .form-control-label-title::before,
.receipt .payment-form .card-body .billing-address-block .form-control-label-title::before {
  content: none;
}
#checkout-main .payment-form .card-body .billing-address-block .address-selector-block-buttons,
.receipt .payment-form .card-body .billing-address-block .address-selector-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkout-main .payment-form .card-body .billing-address-block .address-selector-block-buttons button,
.receipt .payment-form .card-body .billing-address-block .address-selector-block-buttons button {
  background-color: transparent;
  color: #262626 !important;
}
#checkout-main .payment-form .contact-info-block label,
.receipt .payment-form .contact-info-block label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#checkout-main .payment-form .select-payment-method-label,
.receipt .payment-form .select-payment-method-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#checkout-main .page-title,
.receipt .page-title {
  margin-right: 0.625rem;
}
#checkout-main .header-phone,
.receipt .header-phone {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#checkout-main .header-phone .page-phone,
.receipt .header-phone .page-phone {
  white-space: nowrap;
}
#checkout-main .payment-form .card,
.receipt .payment-form .card {
  border: none;
}
#checkout-main .shipping-summary.card,
.receipt .shipping-summary.card {
  border: none;
}
#checkout-main .shipping-summary .shipping-method-price,
.receipt .shipping-summary .shipping-method-price {
  display: none;
}
#checkout-main .shipment-selector-block-buttons,
.receipt .shipment-selector-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
}
#checkout-main .shipment-selector-block-buttons button,
.receipt .shipment-selector-block-buttons button {
  background-color: transparent;
  color: #262626;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1.875rem;
}
#checkout-main .form-button-container,
.receipt .form-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout-main .splitter,
.receipt .splitter {
  margin: 0;
}
#checkout-main .multi-shipping-checkbox-block,
.receipt .multi-shipping-checkbox-block {
  padding-left: 0;
}
#checkout-main .shipping-content .btn-add-new,
.receipt .shipping-content .btn-add-new {
  color: #FFFFFF !important;
  background-color: #262626;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px 0 5px;
  margin-top: 7px;
  border-radius: 0.25rem;
  font-size: small;
}

.multi-shipping .card-header {
  border: none;
}
.multi-shipping .shipping-address-block label, .multi-shipping .shipment-selector-block label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400 !important;
}
.multi-shipping .shipping-widget {
  border: 0.0625rem solid #c6c6c6;
  padding: 0.5rem 0.9375rem;
  border-top: none;
}

.shipping-address .shipping-type-container {
  margin-top: 0.9375rem;
}
.shipping-address .shipping-type-container > * {
  margin-bottom: 0.3125rem;
}
.shipping-address .search-container {
  height: 5rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .shipping-address .search-container {
    margin-bottom: 0;
  }
}
.shipping-address .search-container .sl-search-form .card-body {
  padding: 0.625rem 0;
}
.shipping-address .store-result-wrap.results {
  min-height: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .shipping-address .store-result-wrap.results .store-details .store-name {
    margin-right: 1.25rem;
    margin-left: 0.3125rem;
  }
}
@media (min-width: 992px) {
  .shipping-address .store-result-wrap.results .store-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.shipping-address .store-result-wrap .form-check input[type=radio] {
  display: block;
  position: absolute;
  top: 0.625rem;
}

.shipping-header-text,
.shipping-date-header-text,
.shipping-gift-header-text {
  font-size: 15px !important;
  font-weight: 600;
  margin-bottom: 0.625rem !important;
}

.order-product-summary .leading-lines {
  background-color: #fff !important;
}
.order-product-summary .leading-lines span {
  background-color: #fff !important;
}

#credit-card-content .user-payment-instruments .stored-payments {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#credit-card-content .user-payment-instruments .stored-payments .form-control-label,
#credit-card-content .user-payment-instruments .stored-payments .saved-credit-card-type {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0;
}
#credit-card-content .user-payment-instruments .stored-payments .saved-payment-security-code {
  background-color: #fff;
}
#credit-card-content .user-payment-instruments .stored-payments .form-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#credit-card-content .add-creditcard-button-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#credit-card-content .add-creditcard-button-row .add-payment {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  width: 95%;
  background-color: #fff;
  border: none;
  margin-bottom: 0.625rem;
  margin-top: 0px;
}
#credit-card-content .add-creditcard-button-row .add-payment:hover {
  background-color: #262626;
}
#credit-card-content .user-payment-instruments {
  background-color: #ebebeb;
}
#credit-card-content .credit-card-form {
  background-color: #f7f7f7;
  padding: 0.625rem 1.25rem 0 1.25rem;
}
#credit-card-content .credit-card-form input {
  background-color: #fff;
}
#credit-card-content .credit-card-form label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
#credit-card-content .credit-card-form .custom-select {
  background-color: #fff;
}

.receipt .order-confirm-create-account.card,
.receipt .confirm-details.card {
  border: none;
}
.receipt .order-confirm-create-account.card .card-header,
.receipt .confirm-details.card .card-header {
  padding-left: 0;
}
.receipt .order-confirm-create-account.card .card-header-custom,
.receipt .confirm-details.card .card-header-custom {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.receipt .order-confirm-create-account .splitter,
.receipt .confirm-details .splitter {
  margin-left: 0;
  margin-right: 0;
}
.receipt .order-confirm-create-account .card-header {
  background-color: #fff;
  border-bottom: 0.1875rem double #e8e8e8;
}
.receipt .order-total-summary-card .card-header {
  background-color: #fff;
}
.receipt .order-total-summary-card .leading-lines::before,
.receipt .order-total-summary-card .start-lines::before {
  content: "";
}
.receipt .order-product-summary.card .card-header {
  background-color: #fff;
}
.receipt .order-product-summary.card .splitter {
  padding: 0 !important;
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.error-shipping-widget {
  display: none;
  color: #eb5757;
}

.shipping-calender-widget {
  padding: 0.9375rem 0;
  border: 0.0625rem solid #c6c6c6;
}
.shipping-calender-widget .irregular-shipping-widget {
  display: none;
}
.shipping-calender-widget .error-shipping-widget {
  display: none;
  color: #eb5757;
}
.shipping-calender-widget .form-check {
  padding: 0.5rem 0.9375rem;
  border-bottom: 0.0625rem solid #c6c6c6;
}
.shipping-calender-widget .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem !important;
}
.shipping-calender-widget .method-name:after {
  content: "-";
  margin: 0 0.3125rem;
}
@media (min-width: 992px) {
  .shipping-calender-widget .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shipping-calender-widget .head .delivery-date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0.3125rem 0 0;
}
.shipping-calender-widget .head .delivery-date .date {
  font-weight: 600;
}
.shipping-calender-widget .details {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  padding: 0.5rem 0.9375rem;
}
.shipping-calender-widget .details p {
  margin: 0;
}
.shipping-calender-widget .pricing {
  font-size: 0.8125rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .shipping-calender-widget .pricing {
    margin: 0 0 0.3125rem;
  }
}
.shipping-calender-widget .pricing .stroke {
  color: #262626;
  text-decoration: line-through;
  padding: 0 0.3125rem 0 0;
}
.shipping-calender-widget .pricing .price {
  color: #AE256C;
  font-weight: 600;
}

.shipping-method-block .shipping-method-list, .shipping-method-block .direct-shipping {
  display: block;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
}
.shipping-method-block .shipping-method-list .form-check:last-child, .shipping-method-block .direct-shipping .form-check:last-child {
  padding: 0 !important;
}
.shipping-method-block .border-bottom {
  margin: 12px 0 0;
  border-color: #c6c6c6;
}
.shipping-method-block .shipping-warn-message {
  border: 0.0625rem solid #c6c6c6;
  padding: 0.5rem 0.9375rem;
}
@media (max-width: 991.98px) {
  .shipping-method-block .mob-space {
    margin-left: 3.125rem;
  }
}

.gift-message-block .custom-checkbox {
  margin-left: 0 !important;
}
.gift-message-block #giftMessage,
.gift-message-block .form-control {
  color: #262626;
}

.salesforce-secure-payment {
  display: none;
}

.payment-method .card-header {
  display: none;
}

.salesforce-payments-fields .sfpp-payment-method-card {
  border: none;
}
.salesforce-payments-fields .sfpp-payment-method-card .sfpp-payment-method-body {
  background-color: #f7f7f7;
  border: none;
  border-color: transparent;
  padding: 0.9375rem 0.625rem;
  margin-bottom: 1.25rem;
}
.salesforce-payments-fields .sfpp-payment-method-card .sfpp-payment-method-card-number-element,
.salesforce-payments-fields .sfpp-payment-method-card .sfpp-payment-method-card-expiry-element,
.salesforce-payments-fields .sfpp-payment-method-card .sfpp-payment-method-card-cvc-element {
  border: none;
}
.salesforce-payments-fields .sfpp-payment-method-last4:before {
  content: "**********";
}

.sfpp-payment-method-brand-amex .sfpp-payment-method-icon {
  width: 3rem;
  height: 3rem;
  margin: -0.5rem 0 0;
}

.creditcards-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid #262626;
  margin-bottom: 0.625rem;
}

.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary {
  display: none !important;
}
.data-checkout-stage[data-checkout-stage=placeOrder] .multi-shipping-checkbox-block {
  display: none;
}

.data-checkout-stage[data-checkout-stage] .salesforce-paymentrequest-element {
  display: none;
}
.data-checkout-stage[data-checkout-stage=payment] .salesforce-paymentrequest-element {
  display: block;
}
.data-checkout-stage[data-checkout-stage=placeOrder] .salesforce-paymentrequest-element {
  display: block;
}
.data-checkout-stage[data-checkout-stage=submitted] .salesforce-paymentrequest-element {
  display: none;
}

.salesforce-paymentrequest-element {
  margin: 0 !important;
}

.salesforce-paymentrequest-element:not(:empty) {
  margin: 0;
  padding: 1rem 0;
}
.salesforce-paymentrequest-element:not(:empty) .sfpp-paymentrequest {
  padding: 0;
}

.salesforce-paymentrequest-element-loading:not(:empty) {
  padding: 0;
}

.shipping-method-arrival-time {
  display: block;
}

.custom-select.is-invalid {
  background-color: #f7f7f7;
}

.salesforce-payments-element, .sfpp-payment-method-choice {
  border-top: transparent !important;
}

.sfpp-payment-single-method .sfpp-payment-method-choice .sfpp-payment-method-header .sfpp-payment-method-radio {
  display: block !important;
}

.sfpp-payment-method-description {
  padding-left: 2.8125rem !important;
}

.custom-order-summary-allignment {
  overflow: visible !important;
}

.custom-image-allignment {
  margin-bottom: 0.938em;
}

.error-message {
  padding: 0.625em;
  background-color: #F67280;
  color: #fff;
  border-radius: 0.188em;
}

.custom_shipping {
  margin-top: 10px;
  margin-bottom: -10px;
}
.custom_shipping .description-header {
  padding-left: 0;
}
.custom_shipping .description-header label {
  cursor: pointer;
}
.custom_shipping .description-header label::before {
  vertical-align: middle !important;
}
.custom_shipping .description-header label span {
  font-weight: bold;
}

.direct-shipping-wrapper label {
  cursor: pointer;
}

.shipping-datepicker-modal {
  font-size: 1rem;
}

.delivery-msg {
  font-weight: bold;
}

.details p.help-text {
  margin-bottom: 0.3rem;
}

.shipnow-heading {
  margin: 0 0 0.5rem 2.3rem;
}

.single-address-edit {
  font-size: 14px;
  text-decoration: underline;
  border: none;
  padding: 0;
  cursor: pointer;
}
.single-address-edit:hover {
  text-decoration: none;
}

.recepient-popup {
  margin-top: -8px !important;
}

.recepient-title {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.recepient-title .remove-shipmentbtn,
.recepient-title .address-editlink {
  min-height: inherit;
  min-width: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 15px;
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.recepient-title .remove-shipmentbtn:hover,
.recepient-title .address-editlink:hover {
  text-decoration: none;
}
.recepient-title .remove-shipmentbtn:focus,
.recepient-title .address-editlink:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #262626;
}
.recepient-title h3 {
  margin: 0;
}

.card-contain {
  border: 0.0625rem solid #262626;
  margin-bottom: 35px;
}
.card-contain .card {
  border: none;
  border-bottom: 0.0625rem solid #c6c6c6;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.card-contain .card:last-child {
  border-bottom: none;
}
.card-contain .card .card-header {
  padding-top: 5px;
}
.card-contain .shipment-summary p {
  margin-bottom: 4px;
}
.card-contain .shipment-summary .total-value {
  font-weight: bold;
}
.card-contain .shipping-warn-message {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.shipping-address-block .form-check-input + label::before,
.shipping-method-block .form-check-input + label::before {
  position: relative;
  top: -3px;
}

.gift.custom-control-input + label::before {
  top: 6px;
}

.shipping-address .form-check input[type=radio] {
  display: block;
  opacity: 0;
  z-index: 1;
}

#removeModal button.btn {
  min-width: 70px;
  margin: 0 10px;
}

.address-editlink[disabled][disabled-tooltip] {
  cursor: not-allowed;
  position: relative;
}
.address-editlink[disabled][disabled-tooltip]:hover:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% + 8px));
          transform: translate(-50%, calc(-100% + 8px));
}
.address-editlink[disabled][disabled-tooltip]:hover:after {
  content: attr(disabled-tooltip);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 1px));
          transform: translate(-50%, calc(-100% - 1px));
  width: 300px;
  background-color: #000;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 10px;
  white-space: normal;
  line-height: 1;
}

#checkout-main.data-checkout-stage[data-checkout-stage=shipping] .shipping-summary .edit-button {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block {
  display: block;
}
#checkout-main.data-checkout-stage[data-checkout-stage=shipping] .single-shipping .view-address-block {
  display: block;
}

#checkout-main.data-checkout-stage[data-checkout-stage=shipping] .card-contain .product-line-item,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .card-contain .product-line-item {
  width: 100%;
}
#checkout-main.data-checkout-stage[data-checkout-stage=shipping] .card-contain .product-line-item .product-image,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .card-contain .product-line-item .product-image {
  margin: inherit;
}
#checkout-main.data-checkout-stage[data-checkout-stage=shipping] .card-contain .product-line-item .title-summary,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .card-contain .product-line-item .title-summary {
  font-size: 0.875rem;
}
#checkout-main.data-checkout-stage[data-checkout-stage=shipping] .card-contain .product-line-item .bold-font,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .card-contain .product-line-item .bold-font {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #checkout-main.data-checkout-stage[data-checkout-stage=shipping] .card-contain .product-line-item .border-topmob,
  #checkout-main.data-checkout-stage[data-checkout-stage=payment] .card-contain .product-line-item .border-topmob {
    border-color: #c6c6c6;
    padding-top: 7px;
    border-top-style: double;
  }
}

@media (max-width: 991.98px) {
  .multi-shipping-checkbox-block {
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .multi-shipping-checkbox-block #multiShipButton {
    margin: auto auto 20px;
  }
}

.gift-summary .summary-section-label {
  font-size: 15px !important;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  #checkout-main.data-checkout-stage[data-checkout-stage=payment] .single-shipping .shipping-content {
    padding-left: 0;
  }
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .single-shipping .shipping-content .view-address-block {
  display: block;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .multishipment-help-text {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .multiAddressShippingNote {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipping-summary .single-address-edit {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipping-summary .card-body .card-contain .card-header {
  padding: 1.25rem;
  font-size: 1em;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipping-summary .card-body .card-contain .card-body {
  padding: 1.25rem;
  font-weight: normal;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .first-shipping {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .multi-shipping-checkbox-block {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .summary-section-label .recepient-title .address-editlink,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .summary-section-label .recepient-title .remove-shipmentbtn,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipment-container .recepient-title .address-editlink,
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipment-container .recepient-title .remove-shipmentbtn {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipping-section {
  display: block;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .shipping-addr-label.multi-shipping {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .card.shipping-summary {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .single-shipping .shipping-form .shipping-address {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .single-shipping .shipment-summary {
  display: none;
}
#checkout-main.data-checkout-stage[data-checkout-stage=payment] .multiship-container {
  display: none;
}

.shipping-method-pricing {
  font-weight: inherit !important;
}
.shipping-method-pricing .pricing {
  font-weight: inherit !important;
}

.recipient-content {
  background-color: #f1f1f1;
  border: 1px solid #eaeaea;
  padding: 5px 7px 5px 15px;
  margin: 5px -20px 7px;
}

.next-step-button-container {
  position: fixed;
  bottom: 0;
  z-index: 3;
  padding-right: 0;
  padding-left: 0;
  gap: 5px;
}
@media (max-width: 575.98px) {
  .next-step-button-container {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    left: 0;
    right: 0;
  }
  .next-step-button-container div {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .next-step-button-container {
    position: static;
    padding: 20px;
    padding-top: 0;
  }
}
.next-step-button-container .btn-container {
  gap: 5px;
}
.next-step-button-container .btn-block.place-order {
  margin-top: 0;
}
.next-step-button-container .next-step-button {
  position: unset !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pac-container {
  z-index: 100000;
}

#addNewFormModal .modal-dialog {
  max-width: 800px;
}
#addNewFormModal .modal-dialog .new-shipping-address .recepient-title {
  margin: -20px -20px 8px;
  padding: 9px 27px;
}
#addNewFormModal .modal-dialog .modal-content {
  padding: 0px;
}
#addNewFormModal .modal-dialog .modal-content .close.remove-shipping-form {
  position: absolute;
  right: 20px;
  top: 11px;
  z-index: 1;
}
@media (min-width: 768px) {
  #addNewFormModal .modal-dialog .modal-content {
    width: 800px;
  }
}
#addNewFormModal .modal-dialog .modal-content .form-control-label {
  font-weight: normal;
}
#addNewFormModal .modal-dialog .modal-content .shipment-selector-block .form-group {
  margin-bottom: 0.3rem;
}
#addNewFormModal .modal-dialog .modal-content .shipping-address-block .form-group {
  margin-bottom: 0.6rem;
}
#addNewFormModal .modal-dialog .modal-content .shipping-address-block label {
  margin-bottom: 0.1rem;
}

.modal-open .veil {
  z-index: 9999;
}

#tidio-chat {
  position: absolute;
  z-index: 999;
}

#address-validation-modal.show {
  display: block;
  z-index: 1052;
}

.multi-ship .order-product-summary .card-body {
  max-height: 850px;
  overflow: hidden;
  overflow-y: auto;
}
.multi-ship .order-product-summary .card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #F5F5F5;
}
.multi-ship .order-product-summary .card-body::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.multi-ship .order-product-summary .card-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.4392156863);
}

.multishipment-help-text {
  color: #eb5757;
  padding-left: 20px;
}

#validationBeforeAddAnotherForm:disabled {
  opacity: 1;
  color: #646464;
  background-color: #f1f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}

.minicart .popover {
  min-width: 23.625rem;
  max-width: 23.625rem;
}
.minicart .popover .cart {
  padding: 0 1.5rem;
}
.minicart .popover .cart .cart-title {
  color: #fff;
  background: #262626;
  padding: 1.6875rem 1.8125rem 1.8125rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.5rem;
  border-bottom: 0;
}
.minicart .popover .cart .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.minicart .popover .cart .normal {
  color: #fff;
  letter-spacing: 0.03125rem;
}
.minicart .popover .cart .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0.625rem;
}
.minicart .popover .cart .title-row .item-title {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  margin: 0 1.25rem 0 0;
}
.minicart .popover .cart .item-image {
  width: 4.375rem;
  margin-right: 1.25rem;
}
.minicart .popover .cart .estimated-total {
  margin-top: 0;
}
.minicart .popover .cart .minicart-footer {
  padding-top: 1.5rem;
  border-top-color: #ebebeb;
}
.minicart .popover .cart .minicart-footer .sub-total-label {
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 1.3125rem;
}
.minicart .popover .cart .minicart-footer .sub-total {
  font-size: 0.9375rem;
}
.minicart .popover .cart .minicart-footer .row {
  width: auto !important;
}
.minicart .popover .cart .minicart-footer .mb-sm-3 {
  padding: 1.5rem 0.8125rem 0.3125rem;
  border-top: 0.0625rem solid #ebebeb;
}
.minicart .popover .cart .product-summary {
  padding-right: 1.5rem;
  margin-right: -1.5rem;
  max-height: 19.375rem;
}
.minicart .popover .cart .product-summary .row {
  width: auto;
  border: 0;
}
.minicart .popover .cart .product-summary .row + .row .card {
  border-top: 0.0625rem solid #ebebeb;
}
.minicart .popover .cart .product-summary .card {
  padding: 0.5rem 0 3px;
}
.minicart .popover .cart .product-summary .card .product-line-item {
  margin-top: 0;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes {
  padding: 0;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form {
  display: block;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form .quantity-label {
  max-width: 100%;
  font-weight: 400;
  font-size: 0.8125rem;
  margin: 0 0 0.5625rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form .quantity {
  height: 2.75rem;
  width: 5rem;
  margin: 0;
  max-width: 100%;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price {
  display: block;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .line-item-pricing-info {
  max-width: 100%;
  margin: 0 0 1.125rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .line-item-pricing-info .line-item-total-text {
  max-width: 100%;
  font-size: 0.8125rem;
  font-weight: 400;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .price {
  max-width: 100%;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price .pricing {
  font-size: 0.9375rem;
  font-weight: 600;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .line-item-availability .line-item-attributes,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .quantity-form,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-unit-price,
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .item-attributes .totals-container .line-item-total-price {
  margin: 0;
  height: inherit;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .line-item-availability {
  margin: 0 0 0.3125rem;
}
.minicart .popover .cart .product-summary .card .product-line-item .product-line-item-details .line-item-availability .line-item-attributes {
  font-size: 0.9375rem;
}
.minicart .popover .cart .product-summary .card .remove-product {
  border: none;
  background: none;
  padding: 0;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-decoration: underline;
}
.minicart .popover .cart .product-summary .card .price {
  font-size: 0.9375rem;
}
.minicart .popover .cart .product-summary .card .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0.3125rem;
}
.minicart .popover .cart .product-summary .card .price-row .line-item-quantity,
.minicart .popover .cart .product-summary .card .price-row .line-item-total-price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.minicart .popover .cart.multiship {
  max-height: 85vh;
  overflow-y: scroll;
}
.minicart .popover .cart.multiship .product-summary {
  max-height: unset;
}
.minicart .popover .cart.multiship .product-summary .multiship-recipient {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  gap: 5px;
}
.minicart .popover .cart.multiship .cart-title {
  position: sticky;
  top: 0;
  z-index: 1;
}
.minicart .popover .cart.multiship .minicart-footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
}

#removeProductModal {
  z-index: 1080;
}

.build-box {
  background: #F6F5F5;
}
.build-box .head {
  text-align: center;
  margin: 0 0 3.75rem;
}
@media (min-width: 992px) {
  .build-box .head {
    margin: 0 0 6.875rem;
  }
}
.build-box .head h2 {
  line-height: 2.5625rem;
}
.build-box .product-grid {
  padding-top: 0;
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}
.build-box .product-grid .col-6,
.build-box .product-grid .col-md-4 {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-bottom: 1.375rem;
  max-width: 100%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
@media (min-width: 768px) {
  .build-box .product-grid .col-6,
  .build-box .product-grid .col-md-4 {
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .build-box .product-grid .col-6,
  .build-box .product-grid .col-md-4 {
    max-width: 20%;
  }
}
.build-box .search-results .tab-pane {
  padding-bottom: 0;
}
.build-box .search-results .tab-content {
  padding-top: 5rem;
}
@media (min-width: 992px) {
  .build-box .search-results .tab-content {
    padding-top: 5.625rem;
  }
}

.box-tile {
  text-align: center;
}
.box-tile .link {
  color: #000000;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-decoration: none;
  border-left: 0.1875rem solid #3F3430;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.03);
          box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .box-tile .link {
    display: block;
    border-left: 0;
    min-height: 17.1875rem;
    border-top: 0.1875rem solid #3F3430;
    padding: 3.125rem 0.9375rem 2.5rem;
  }
}
.box-tile .link:before {
  content: "";
  position: absolute;
  left: 0.0625rem;
  top: 0;
  bottom: 0;
  background: #3F3430;
  width: 0.0625rem;
}
@media (min-width: 768px) {
  .box-tile .link:before {
    left: 0;
    right: 0;
    top: 0.0625rem;
    bottom: auto;
    width: 100%;
    height: 0.0625rem;
  }
}
.box-tile .link:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .box-tile .link:after {
    display: none;
  }
}
.box-tile .link:hover {
  color: #fff !important;
  text-decoration: none;
  background: #3F3430;
}
@media (min-width: 768px) {
  .box-tile .link:hover {
    padding: 2.1875rem 0.9375rem 2.5rem;
  }
  .box-tile .link:hover .start {
    opacity: 1;
  }
}
.box-tile .link:hover .price {
  color: #fff;
}
.box-tile .link:hover .pieces::before {
  visibility: hidden;
  opacity: 0;
}
.box-tile .pieces {
  width: 5.1875rem;
  height: 5.1875rem;
  background: #3F3430;
  overflow: hidden;
  color: #fff;
  padding: 0.75rem;
  border-radius: 0.21875rem;
  position: relative;
  border: 0.0625rem solid #fff;
}
@media (min-width: 768px) {
  .box-tile .pieces {
    margin: 0 auto;
    margin-bottom: 2.375rem;
  }
}
.box-tile .pieces:before {
  content: "";
  height: 0.5rem;
  width: 1.875rem;
  background: #B0C464;
  position: absolute;
  left: -0.4375rem;
  top: 0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-tile .pieces .qty {
  font-size: 2.125rem;
  line-height: 2.5rem;
  display: block;
}
.box-tile .pieces .piece {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: block;
}
.box-tile .title {
  display: block;
  font-weight: 400;
  margin: 0 0 0.3125rem;
}
.box-tile .price {
  color: #000000;
  margin: 0 0 0.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-tile .price .sales {
  font-weight: 400;
}
.box-tile .details {
  padding: 0 0 0 0.625rem;
  text-align: left;
}
@media (min-width: 768px) {
  .box-tile .details {
    padding: 0;
    text-align: center;
  }
}
.box-tile .start {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.375rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-tile .start span {
  color: #B0C464;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 0.6875rem;
  padding: 0 1.5625rem 0 0;
}
@media (max-width: 767.98px) {
  .box-tile .start span {
    display: none;
  }
}
.box-tile .start span:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
}

.promo-banner img {
  width: 100%;
  height: auto;
}

.build-box-section .headings {
  text-align: center;
  margin: 0 0 3.75rem;
}
.build-box-section .box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.5rem;
}
@media (max-width: 767.98px) {
  .build-box-section .box-head {
    background: #ebebeb;
    padding: 0.625rem 1.25rem;
    margin: 0 -1.25rem;
    position: sticky;
    top: -0.0625rem;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
.build-box-section .box-head .items-counter {
  padding: 0.625rem;
  min-width: 10.1875rem;
  background: rgba(176, 196, 100, 0.2);
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .build-box-section .box-head .items-counter {
    min-width: inherit;
    background: #fff;
  }
}
@media (max-width: 767.98px) {
  .build-box-section .box-head .btn {
    min-width: inherit;
    min-height: inherit;
    border: 0;
    padding: 0;
    background: none;
    color: #262626;
  }
}
.build-box-section .box-head .btn .icon-filters {
  font-size: 1.5625rem;
  margin-top: 0.1875pxrem;
}

.build-items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.9375rem;
}
.build-items-row .item-box {
  width: 50%;
  font-size: 0.8125rem;
  padding: 0 0.9375rem 1.875rem;
}
@media (min-width: 768px) {
  .build-items-row .item-box {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .build-items-row .item-box {
    width: 16.6666%;
  }
}
.build-items-row .item-box .name {
  font-weight: 600;
  display: block;
  padding: 0.625rem 0 0;
  text-decoration: underline;
}
.build-items-row .item-box .name button {
  padding: 0;
  border: 0;
  text-decoration: underline;
  background: none;
}
.build-items-row .item-box .selection {
  position: relative;
}
.build-items-row .item-box .selection .box-select {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
@media (max-width: 767.98px) {
  .build-items-row .item-box .selection .box-select {
    color: #B0C464 !important;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
}
.build-items-row .item-box .selection .box-select i {
  margin: 0 0 1.25rem;
}
@media (max-width: 767.98px) {
  .build-items-row .item-box .selection .box-select i {
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .build-items-row .item-box .selection .count-detail {
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .build-items-row .item-box .selection.selected .box-select {
    background: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 767.98px) {
  .build-items-row .item-box .selection.selected .box-select i {
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .build-items-row .item-box .selection.selected .count-detail {
    visibility: visible;
  }
}
.build-items-row .image img {
  width: 100%;
}
.build-items-row .count-detail {
  padding: 1.5rem;
  background: #F2F3F8;
  text-align: center;
}
@media (max-width: 767.98px) {
  .build-items-row .count-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .build-items-row .count-detail .items-count button {
    background: none !important;
    padding: 0;
    color: #fff;
    font-size: 1.25rem;
    line-height: 0.9375rem;
    margin: 0 0.3125rem;
  }
}
.build-items-row .count-detail .items-count button.disablePlus {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .build-items-row .count-detail .items-count input {
    color: #262626;
    background: #fff;
    width: 3.25rem;
    height: 1.9375rem;
    line-height: 1.9375rem;
    border-radius: 0.25rem;
    margin: 0;
  }
}
.build-items-row .items-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.build-items-row .items-count button {
  width: 1.5rem;
  height: 1.5rem;
  background: #3F3430;
  border-radius: 0.1875rem;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 1rem;
}
.build-items-row .items-count input {
  padding: 0 0.3125rem;
  background: none;
  border: 0;
  text-align: center;
  width: 3.4375rem;
}
.build-items-row .items-count input[type=number]::-webkit-inner-spin-button,
.build-items-row .items-count input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.build-items-row .selection-row .items-count {
  margin: 0 0 0.625rem;
}

.box-modal .modal-dialog {
  max-width: 37.5rem;
}
.box-modal .modal-content {
  display: block;
  max-width: 17.25rem;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .box-modal .modal-content {
    max-width: 37.5rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .box-modal .items-count input {
    margin: 0;
  }
}
.box-modal .modal-body {
  text-align: center;
}
@media (min-width: 768px) {
  .box-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.box-modal .modal-body .details {
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .box-modal .modal-body .details {
    width: 54.17%;
    padding: 2.8125rem 1.875rem 1.25rem 2.8125rem;
  }
}
.box-modal .modal-body .p-name {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .box-modal .image-holder {
    width: 45.833%;
  }
}
.box-modal .image-holder img {
  width: 100%;
}
.box-modal .cross {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .box-modal .selection-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.box-modal .close.btn-close {
  opacity: 1;
  border: 1px solid #262626;
  width: 10.1875rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.75rem;
  text-transform: uppercase;
  float: none;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .box-modal .close.btn-close {
    width: auto;
    min-width: inherit;
    border: 0;
    padding: 0;
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  .product-detail .box-head .btn-cart-wrap {
    position: static;
    background: none;
    padding: 0;
  }
}
.product-detail .box-head .btn-cart-wrap .btn {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .product-detail .box-head .btn-cart-wrap .btn {
    padding: 0.625rem;
    margin: 0;
    background: none;
    padding: 0;
    color: #262626;
  }
}

.quick-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25rem 0;
}
.quick-select-box .title {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0.625rem 0 0;
}

.quick-checkbox {
  margin: 0;
}
.quick-checkbox .fake-checkbox {
  width: 3.5625rem;
  height: 1.75rem;
  background: #262626;
  border: 0.0625rem solid #E0E0E0;
  border-radius: 1.875rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick-checkbox .fake-checkbox:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0.375rem;
  top: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick-checkbox input[type=checkbox] {
  display: none;
}
.quick-checkbox input[type=checkbox]:checked + .fake-checkbox {
  background: #B0C464;
}
.quick-checkbox input[type=checkbox]:checked + .fake-checkbox:after {
  left: 1.9375rem;
}

.filter-hold {
  min-width: 1.5rem;
}
@media (min-width: 768px) {
  .filter-hold {
    min-width: 10.6875rem;
  }
}

.account-payment .card-header {
  background-color: #fff;
  border-bottom: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.account-payment .card-header h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.account-payment .remove-btn {
  color: black;
  background-color: transparent;
  width: 3rem;
}
.account-payment .custom-control-label span {
  padding-left: 0.625rem;
  vertical-align: middle;
}
.account-payment .custom-control-label::after {
  background-image: none !important;
}
.account-payment .account-payment-buttons {
  text-align: center;
}

.contact-us-landing-page .card {
  border: 0;
}
.contact-us-landing-page .card .title {
  display: block;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 400;
  padding: 0.75rem 0;
  margin: 0 0 1.375rem;
  border-bottom: 0.1875rem double #c6c6c6;
}
.contact-us-landing-page .card p {
  margin: 0;
}
.contact-us-landing-page .card .card-body {
  padding: 0;
}
.contact-us-landing-page .contact-us {
  padding: 0.9375rem 0 0;
}
.contact-us-landing-page .contact-us textarea.form-control {
  resize: none;
  min-height: 16.25rem;
}
.contact-us-landing-page .contact-us .btn-primary {
  max-width: 16.25rem;
  margin: 1rem auto 0;
  min-height: 2.4375rem;
}

.press-link-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.press-link-component .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #ebebeb;
  width: 100%;
}
@media (min-width: 992px) {
  .press-link-component .row {
    margin: 0 1.875rem;
  }
}
.press-link-component .row [class^=col-] {
  padding-left: 0.9375rem;
  padding-right: 0;
}
.press-link-component .row .press-button-container {
  border: 0.0625rem solid #c6c6c6;
}
.press-link-component .row .press-button-container .button {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #c6c6c6;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.press-link-component .row .press-button-container .button:hover {
  background-color: #c6c6c6;
  color: #fff;
}
.press-link-component .row .press-text p {
  margin: 0;
}

.chocolate-classes-form {
  margin: 2.5rem auto 5.5rem;
  max-width: 31.3125rem;
  padding: 1rem;
  border: 1px solid #c6c6c6;
}
@media (min-width: 768px) {
  .chocolate-classes-form {
    padding: 1.5rem;
    margin: 6.25rem auto 12.5rem;
  }
}
.chocolate-classes-form h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .chocolate-classes-form h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.3375rem;
  }
}
.chocolate-classes-form .heading {
  margin-bottom: 1.25rem;
}
.chocolate-classes-form .heading strong {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.chocolate-classes-form .cookingClassForm .form-group,
.chocolate-classes-form .chocolateClassesForm .form-group {
  margin-bottom: 1.4375rem;
}
.chocolate-classes-form .cookingClassForm .form-group label,
.chocolate-classes-form .chocolateClassesForm .form-group label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
  letter-spacing: 0.000625rem;
  display: block;
  margin-bottom: 0.4375rem;
  color: #262626;
}
.chocolate-classes-form .cookingClassForm .form-group .form-control,
.chocolate-classes-form .chocolateClassesForm .form-group .form-control {
  width: 100%;
  height: 2.75rem;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 0.6875rem 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: #262626;
  border-radius: 0;
}
.chocolate-classes-form .cookingClassForm .form-group .form-control::-webkit-input-placeholder, .chocolate-classes-form .chocolateClassesForm .form-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}
.chocolate-classes-form .cookingClassForm .form-group .form-control::-moz-placeholder, .chocolate-classes-form .chocolateClassesForm .form-group .form-control::-moz-placeholder {
  color: #c6c6c6;
}
.chocolate-classes-form .cookingClassForm .form-group .form-control:-ms-input-placeholder, .chocolate-classes-form .chocolateClassesForm .form-group .form-control:-ms-input-placeholder {
  color: #c6c6c6;
}
.chocolate-classes-form .cookingClassForm .form-group .form-control::-ms-input-placeholder, .chocolate-classes-form .chocolateClassesForm .form-group .form-control::-ms-input-placeholder {
  color: #c6c6c6;
}
.chocolate-classes-form .cookingClassForm .form-group .form-control::placeholder,
.chocolate-classes-form .chocolateClassesForm .form-group .form-control::placeholder {
  color: #c6c6c6;
}
.chocolate-classes-form .cookingClassForm .form-group sup,
.chocolate-classes-form .chocolateClassesForm .form-group sup {
  color: #eb5757;
  margin-right: 0.3125rem;
}
.chocolate-classes-form .cookingClassForm .quoteForm,
.chocolate-classes-form .chocolateClassesForm .quoteForm {
  display: block;
  width: 100%;
}
.chocolate-classes-form .cookingClassForm .checkbox-container,
.chocolate-classes-form .chocolateClassesForm .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.9375rem;
}
.chocolate-classes-form .cookingClassForm .checkbox-container label,
.chocolate-classes-form .chocolateClassesForm .checkbox-container label {
  margin: 0 0 0 0.625rem;
}
.chocolate-classes-form .cookingClassForm #commentMessage,
.chocolate-classes-form .chocolateClassesForm #commentMessage {
  border: 0.0625rem solid #c6c6c6;
  background-color: #fff;
  min-height: 9.375rem;
}
.chocolate-classes-form .cookingClassForm #commentMessage::-webkit-input-placeholder, .chocolate-classes-form .chocolateClassesForm #commentMessage::-webkit-input-placeholder {
  opacity: 0;
}
.chocolate-classes-form .cookingClassForm #commentMessage::-moz-placeholder, .chocolate-classes-form .chocolateClassesForm #commentMessage::-moz-placeholder {
  opacity: 0;
}
.chocolate-classes-form .cookingClassForm #commentMessage:-ms-input-placeholder, .chocolate-classes-form .chocolateClassesForm #commentMessage:-ms-input-placeholder {
  opacity: 0;
}
.chocolate-classes-form .cookingClassForm #commentMessage::-ms-input-placeholder, .chocolate-classes-form .chocolateClassesForm #commentMessage::-ms-input-placeholder {
  opacity: 0;
}
.chocolate-classes-form .cookingClassForm #commentMessage::placeholder,
.chocolate-classes-form .chocolateClassesForm #commentMessage::placeholder {
  opacity: 0;
}

.pdp-in-store-inventory .btn-get-in-store-inventory {
  margin-bottom: 0.625rem;
}
.pdp-in-store-inventory .selected-store-with-inventory .card-header {
  background-color: #fff;
  border: none;
}
.pdp-in-store-inventory .selected-store-with-inventory .card-header h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
}
.pdp-in-store-inventory .selected-store-with-inventory .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.25rem;
}
.pdp-in-store-inventory .selected-store-with-inventory .button-container .btn {
  width: 80%;
}

.change-store {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.instore-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  #inStoreInventoryModal .modal-dialog {
    margin-right: 48%;
  }
}
@media (min-width: 992px) {
  #inStoreInventoryModal .modal-dialog .modal-content {
    width: 59.375rem;
    height: 46.875rem;
  }
}
#inStoreInventoryModal .modal-dialog .modal-content .sl-search-form .card-body {
  padding: 0;
}
#inStoreInventoryModal .modal-dialog .modal-content .sl-search-form .card-body .search-field {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  #inStoreInventoryModal .modal-dialog .modal-content .sl-search-form .card-body .search-field {
    margin-bottom: 0;
  }
}
#inStoreInventoryModal .modal-dialog .store-locator-container .store-result-wrap {
  padding-right: 0;
}
#inStoreInventoryModal .modal-dialog .select-store {
  margin-bottom: 1.25rem;
}
#inStoreInventoryModal .modal-dialog .store-details {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#inStoreInventoryModal .modal-dialog .store-locator-list {
  height: 37.5rem;
}
#inStoreInventoryModal .modal-dialog .store-result-wrap.results {
  padding-right: 0;
  overflow: overlay;
}
@media (min-width: 992px) {
  #inStoreInventoryModal .modal-dialog .store-result-wrap.results {
    padding-right: 1.875rem;
  }
}
#inStoreInventoryModal .form-check input[type=radio] {
  display: block;
  position: absolute;
  top: 0.625rem;
}

.search-results .result-count {
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767.98px) {
  .search-results .result-count {
    color: #fff;
    font-size: 0.8125rem;
  }
}
.search-results .result-count > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .search-results .result-count > span {
    text-align: left;
  }
}
.search-results .filter-header .result-count {
  width: auto;
}
.search-results .grid-header .custom-select {
  min-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .search-results .grid-header .custom-select {
    min-width: 16.1875rem;
  }
}
.search-results .header-bar {
  background: #262626;
  padding: 0.6875rem 1.125rem;
}
.search-results .header-bar button.close {
  color: #fff;
  text-shadow: none;
  font-size: 1.25rem;
  margin: 0.1875rem 0.4375rem 0 0;
}
.search-results .futureStock {
  background-color: #d5df45;
}

.recommendations {
  margin: 0;
  padding: 4.1875rem 0 0;
  position: relative;
}
@media (min-width: 1200px) {
  .recommendations {
    margin: 0 0.3125rem;
    padding: 7.5625rem 0 2.125rem;
  }
}
.recommendations:before {
  content: "";
  height: 0.1875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 0.0625rem solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
}
@media (min-width: 768px) {
  .recommendations:before {
    border-top: 0.0625rem solid #ebebeb;
    border-bottom: 0.0625rem solid #ebebeb;
  }
}
.recommendations h2 {
  text-align: center;
  margin: 0 0.625rem 3.25rem;
}
@media (max-width: 767.98px) {
  .recommendations h2 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .recommendations h2 {
    margin: 0 0 6.875rem;
  }
}
.recommendations .product-tile {
  margin-bottom: 3.375rem;
}
.recommendations .text-m {
  color: #262626 !important;
  padding-left: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.recommendations .text-m::before {
  content: "|";
  color: #c6c6c6;
  padding-right: 0.3125rem;
}

.category-banner {
  position: relative;
}
.category-banner .image img {
  width: 100%;
  height: auto;
  min-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .category-banner .image img {
    width: 100%;
    height: auto;
  }
}
.category-banner .caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 3.9375rem 0;
}
@media (min-width: 992px) {
  .category-banner .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.3125rem;
  }
}
.category-banner .caption .subtitle-container {
  margin-top: 25%;
}
@media (min-width: 768px) {
  .category-banner .caption .subtitle-container {
    margin-top: 15%;
  }
}
@media (min-width: 992px) {
  .category-banner .caption .subtitle-container {
    margin-top: 0;
  }
}
.category-banner .caption .nosubtitle-container {
  margin-top: 35%;
}
@media (min-width: 768px) {
  .category-banner .caption .nosubtitle-container {
    margin-top: 15%;
  }
}
@media (min-width: 992px) {
  .category-banner .caption .nosubtitle-container {
    margin-top: 0;
  }
}
.category-banner h1 {
  color: #fff;
  margin: 0 0 0 1.5625rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .category-banner h1 {
    margin: 0 0 0 3.4375rem;
  }
}
.category-banner h1.no-subtitle-category-name {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .category-banner h1.no-subtitle-category-name {
    margin-top: 0;
  }
}
.category-banner .sub-title {
  color: rgba(255, 255, 255, 0.3);
  font-size: 6.875rem;
  line-height: 6.875rem;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  display: block;
  margin: 0 0 -3.5625rem;
}
@media (min-width: 992px) {
  .category-banner .sub-title {
    font-size: 12.5rem;
    line-height: 12.5rem;
    margin: 0 0 -6.5625rem;
  }
}
.category-banner .sub-title.subtitle-large {
  white-space: nowrap;
  font-size: 5rem;
}
@media (min-width: 768px) {
  .category-banner .sub-title.subtitle-large {
    font-size: 9.375rem;
  }
}
@media (min-width: 992px) {
  .category-banner .sub-title.subtitle-large {
    font-size: 12.5rem;
  }
}

.category-slot {
  margin: 4.3125rem 0.3125rem -3.1875rem;
}
@media (min-width: 992px) {
  .category-slot {
    margin: 5.4375rem 0.3125rem -3.875rem;
  }
}
.category-slot h2 {
  text-align: center;
  margin: 0 0 4.8125rem;
}
@media (min-width: 992px) {
  .category-slot h2 {
    margin: 0 0 6.375rem;
  }
}
.category-slot .category-tile:before {
  display: none;
}
.category-slot .category-tile .btn-more {
  color: #262626;
  letter-spacing: 0;
  margin: 0 -0.3125rem 0 0;
}
.category-slot .category-item {
  margin-bottom: 1.9375rem;
}
@media (min-width: 992px) {
  .category-slot .category-item {
    margin-bottom: 4.0625rem;
  }
}

.category-tile .image {
  margin: 0 0 0.625rem;
}
.category-tile .image img {
  width: 100%;
}

.product-detail.container {
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .product-detail.container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .product-detail .product-breadcrumb {
    padding-bottom: 2.125rem;
  }
}
.product-detail .product-breadcrumb .breadcrumb {
  border: none;
  margin-left: 0;
}
.product-detail .product-name {
  color: #262626;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
}
.product-detail .desktop-data-container .product-name,
.product-detail .mobile-data-container .product-name {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin: 0 0 0.75rem;
  font-family: "Jost", sans-serif !important;
}
@media (min-width: 992px) {
  .product-detail .desktop-data-container .product-name,
  .product-detail .mobile-data-container .product-name {
    font-size: 2.125rem;
    line-height: 2.375rem;
    margin: 0 0 0.625rem;
  }
}
.product-detail .desktop-data-container .top-review,
.product-detail .mobile-data-container .top-review {
  background-color: #98f2c8;
  width: 100%;
  margin: 1rem;
  padding: 1rem 1.5rem;
}
.product-detail .desktop-data-container .top-review .review-description,
.product-detail .mobile-data-container .top-review .review-description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.product-detail .desktop-data-container .rating-wrapper,
.product-detail .mobile-data-container .rating-wrapper {
  color: #c6c6c6;
  background-color: transparent;
  padding-bottom: 1.5rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .product-detail .desktop-data-container .rating-wrapper,
  .product-detail .mobile-data-container .rating-wrapper {
    padding-bottom: 2.25rem;
  }
}
.product-detail .desktop-data-container .rating-wrapper .fa-star,
.product-detail .desktop-data-container .rating-wrapper .fa-star-half-o,
.product-detail .desktop-data-container .rating-wrapper .fa-star-o,
.product-detail .mobile-data-container .rating-wrapper .fa-star,
.product-detail .mobile-data-container .rating-wrapper .fa-star-half-o,
.product-detail .mobile-data-container .rating-wrapper .fa-star-o {
  color: #be6484;
  margin-right: -0.0625rem;
  font-size: 0.75rem;
}
.product-detail .desktop-data-container .product-availability,
.product-detail .mobile-data-container .product-availability {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.product-detail .desktop-data-container .product-availability .availability,
.product-detail .mobile-data-container .product-availability .availability {
  font-family: "Overpass-ExtraBold";
}
.product-detail .desktop-data-container .product-availability .list-unstyled,
.product-detail .mobile-data-container .product-availability .list-unstyled {
  margin-left: 0.625rem;
}
.product-detail .product-number-rating .product-number {
  color: #646464;
}
.product-detail .product-number-rating .ratings {
  color: #c6c6c6;
  background-color: transparent;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .product-detail .btn-cart-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
  }
  .product-detail .btn-cart-wrap .quick-add-to-cart-grid {
    background-color: #262626;
    color: #fff;
  }
}
.product-detail .btn-cart-wrap .btn {
  width: 100%;
  margin: 0;
  letter-spacing: 0.05rem;
  margin-top: 0.625rem;
  min-width: 100%;
}
.product-detail .product-cat-grid .col-6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail .product-cat-grid .product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.product-detail .product-cat-grid .product .product-tile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0.9375rem;
}
.product-detail .product-cat-grid .product .product-tile .tile-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail .product-cat-grid .product .product-tile .tile-body .pdp-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-detail .recommendations {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .product-detail .recommendations .btn-cart-wrap {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .product-detail .recommendations .product-tile {
    margin: 0;
  }
}
.product-detail .futureStock {
  background-color: #d5df45;
}
.product-detail .offcanvas .recipients {
  border: unset;
}
.product-detail .product-price-number-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 992px) {
  .product-detail .product-price-number-container {
    margin-bottom: 2.875rem;
  }
}
.product-detail .product-price-number-container .prices {
  font-size: 1.375rem;
  font-weight: 400;
}
.product-detail .product-price-number-container .prices .price {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.product-detail .product-price-number-container .prices .price .sales {
  font-weight: 400;
}
.product-detail .description {
  display: block;
  margin: 0 0 2.1875rem;
}
@media (min-width: 992px) {
  .product-detail .description {
    margin: 0 0 2.5625rem;
  }
}
.product-detail .showLess {
  max-height: 78px;
  overflow: hidden;
}
.product-detail .multi-shipment .btn-cart-wrap {
  width: 37%;
}
@media (max-width: 991.98px) {
  .product-detail .multi-shipment .btn-cart-wrap {
    width: 100%;
  }
}
.product-detail .recipients {
  border: 1px solid #eaeaea;
  line-height: 1.2;
}
.product-detail .recipients label {
  gap: 0.5rem;
}
.product-detail .recipients label:not(:first-child) {
  border-top: 1px solid #eaeaea;
  margin-top: 6px;
  padding-top: 6px;
}
.product-detail .recipients input[type=checkbox] {
  accent-color: #262626;
  height: 24px;
  width: 24px;
  border-radius: 0;
}
.product-detail .recipients .new-shipment a {
  gap: 10px;
}
.product-detail.custom-products .recipients {
  border: none;
}
.product-detail .sd-more-less-button,
.product-detail .wi-more-less-button,
.product-detail .si-more-less-button,
.product-detail .ai-more-less-button {
  color: #262626;
  font-weight: bold;
  text-align: end;
}
@media (min-width: 576px) {
  .product-detail .description-scrollbar {
    max-height: 210px;
    overflow-y: auto;
  }
}
.product-detail .desktop-data-container {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product-detail .desktop-data-container ::-webkit-scrollbar {
  width: 7px;
}
.product-detail .desktop-data-container ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-detail .desktop-data-container ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.product-detail .desktop-data-container ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-detail .attributes {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.6875rem;
  padding-bottom: 3.1875rem;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
@media (min-width: 992px) {
  .product-detail .attributes {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.product-detail .attributes:after, .product-detail .attributes:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background: #c6c6c6;
}
.product-detail .attributes:after {
  top: 0.0625rem;
}
.product-detail .attributes:before {
  bottom: 0.0625rem;
}
.product-detail .attributes .pdp-quantity {
  margin: 0 0 1.1875rem;
}
@media (min-width: 768px) {
  .product-detail .attributes .pdp-quantity {
    margin: 0;
  }
}
.product-detail .attributes .pdp-quantity label {
  color: #262626;
  text-transform: uppercase;
  margin: 0 0 0.9375rem;
}
@media (min-width: 992px) {
  .product-detail .attributes .pdp-quantity label {
    margin: 0 0 1.25rem;
  }
}
.product-detail .attributes .pdp-quantity .custom-select {
  height: 2.625rem;
  max-width: 160px;
  font-size: 1.0625rem;
  color: #262626;
}
@media (min-width: 992px) {
  .product-detail .attributes .pdp-quantity .custom-select {
    height: 2.25rem;
    margin: 0 0 0.25rem;
  }
}
.product-detail .nav-tabs {
  padding-bottom: 0rem;
  margin-bottom: 1.875rem;
  border: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.product-detail .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-detail .nav-tabs .nav-item .nav-link {
  color: #262626 !important;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 12px;
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
}
@media (min-width: 992px) {
  .product-detail .nav-tabs .nav-item .nav-link {
    padding: 3px 17px;
  }
}
.product-detail .nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
  border-color: #262626;
  border-bottom-width: 0.0625rem;
}
.product-detail .accordion .card {
  border-bottom: 0.0625rem solid #c6c6c6 !important;
}
.product-detail .accordion .card:last-child {
  border-bottom: 0 !important;
}
.product-detail .accordion .card .card-header {
  background-color: transparent;
  border: 0;
}
.product-detail .accordion .card .card-header .btn.btn-link {
  color: #262626 !important;
  font-size: 0.9375rem;
  text-transform: none;
  font-weight: 600;
  min-height: 4.5625rem;
  padding: 0 3.125rem 0 0.75rem;
}
.product-detail .accordion .card .card-header .btn.btn-link::after {
  color: #262626;
  font-size: 1.3125rem;
  top: 1.4375rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.product-detail .accordion .card .card-header .btn.btn-link.collapsed {
  color: #262626 !important;
}
.product-detail .accordion .card .card-header .btn.btn-link.collapsed::after {
  color: #262626;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-detail .accordion .card .card-body {
  font-size: 0.9375rem;
  padding: 0 1.5625rem 1.5625rem;
}
.product-detail .accordion .card .card-body .content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-detail .description-and-detail {
    margin-bottom: 2rem;
  }
}
.product-detail .description-and-detail > div:last-child {
  margin: 0;
}
.product-detail .primary-images .zoom-wrapper {
  max-width: 36.25rem;
}
.product-detail .primary-images .zoom-wrapper img.active_img {
  height: auto;
  display: block;
}
.product-detail .primary-images .zoom-wrapper .gallery-wrapper {
  width: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0 -0.5625rem;
}
.product-detail .primary-images .zoom-wrapper .gallery-wrapper .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1;
  border: none;
  background: transparent;
}
.product-detail .primary-images .zoom-wrapper .gallery-wrapper .slick-arrow:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .product-detail .primary-images .zoom-wrapper .gallery-wrapper .slick-prev {
    left: -12px;
  }
  .product-detail .primary-images .zoom-wrapper .gallery-wrapper .slick-next {
    right: -13px;
  }
}
.product-detail .primary-images .zoom-wrapper .gallery-wrapper .slick-next:before {
  margin-top: -2px;
  margin-left: 1px;
}
.product-detail .primary-images .zoom-wrapper .gallery-wrapper .slick-prev:before {
  margin-top: -2px;
  margin-left: -2px;
}
.product-detail .primary-images .zoom-wrapper .slick-track {
  margin: 0;
}
.product-detail .primary-images .zoom-wrapper .slick-slide {
  margin: 0 0.5625rem;
}
@media (min-width: 992px) {
  .product-detail .primary-images .zoom-wrapper .slick-slide {
    max-width: 6.0625rem;
  }
}
.product-detail .primary-images .zoom-wrapper img {
  width: 100% !important;
  height: auto !important;
}
.product-detail .primary-images .zoom-wrapper a {
  display: block;
  border: 0.0625rem solid #fff;
  background: #f7f7f7;
}
.product-detail .primary-images .zoom-wrapper a.active, .product-detail .primary-images .zoom-wrapper a:hover {
  border-color: #262626;
}
.product-detail .primary-images .zoom-wrapper a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.product-detail .primary-images .zoom-wrapper button.slick-arrow:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.product-detail .primary-images .zoom-wrapper .badges {
  position: absolute;
  top: 0.625rem;
  left: 5;
  padding: 0.313rem 0.625rem;
}
.product-detail .primary-images .zoom-wrapper .product-badge-text {
  border-radius: 0.25rem;
  padding: 6px 16px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 22px;
}
.product-detail .main-widget .yotpo-small-box, .product-detail .yotpo-display-wrapper .yotpo-small-box {
  padding-top: 0;
}
.product-detail .main-widget .yotpo-stars,
.product-detail .main-widget .yotpo-review-stars,
.product-detail .main-widget .yotpo-first-review, .product-detail .yotpo-display-wrapper .yotpo-stars,
.product-detail .yotpo-display-wrapper .yotpo-review-stars,
.product-detail .yotpo-display-wrapper .yotpo-first-review {
  color: #AE256C;
}
.product-detail .main-widget .yotpo-stars .yotpo-icon,
.product-detail .main-widget .yotpo-stars .yotpo-icon-star,
.product-detail .main-widget .yotpo-stars .yotpo-icon-empty-star,
.product-detail .main-widget .yotpo-review-stars .yotpo-icon,
.product-detail .main-widget .yotpo-review-stars .yotpo-icon-star,
.product-detail .main-widget .yotpo-review-stars .yotpo-icon-empty-star,
.product-detail .main-widget .yotpo-first-review .yotpo-icon,
.product-detail .main-widget .yotpo-first-review .yotpo-icon-star,
.product-detail .main-widget .yotpo-first-review .yotpo-icon-empty-star, .product-detail .yotpo-display-wrapper .yotpo-stars .yotpo-icon,
.product-detail .yotpo-display-wrapper .yotpo-stars .yotpo-icon-star,
.product-detail .yotpo-display-wrapper .yotpo-stars .yotpo-icon-empty-star,
.product-detail .yotpo-display-wrapper .yotpo-review-stars .yotpo-icon,
.product-detail .yotpo-display-wrapper .yotpo-review-stars .yotpo-icon-star,
.product-detail .yotpo-display-wrapper .yotpo-review-stars .yotpo-icon-empty-star,
.product-detail .yotpo-display-wrapper .yotpo-first-review .yotpo-icon,
.product-detail .yotpo-display-wrapper .yotpo-first-review .yotpo-icon-star,
.product-detail .yotpo-display-wrapper .yotpo-first-review .yotpo-icon-empty-star {
  color: #AE256C !important;
}
.product-detail .main-widget .write-review-button, .product-detail .yotpo-display-wrapper .write-review-button {
  background-color: #fff;
  border: 0.0625rem solid #262626;
  border-radius: 0.25rem;
  width: 16.1875rem;
  height: 2.4375rem;
}
.product-detail .main-widget .write-review-button .yotpo-icon-write, .product-detail .yotpo-display-wrapper .write-review-button .yotpo-icon-write {
  display: none;
}
.product-detail .main-widget .write-review-button .yotpo-icon-button-text, .product-detail .yotpo-display-wrapper .write-review-button .yotpo-icon-button-text {
  color: #262626 !important;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  vertical-align: sub;
}
.product-detail .main-widget .write-review-button.yotpo-visible-mobile, .product-detail .yotpo-display-wrapper .write-review-button.yotpo-visible-mobile {
  border: none;
}
.product-detail .main-widget .write-review-button:hover, .product-detail .yotpo-display-wrapper .write-review-button:hover {
  background-color: #fff;
}
.product-detail .main-widget .write-review-button:hover .yotpo-icon-button-text, .product-detail .yotpo-display-wrapper .write-review-button:hover .yotpo-icon-button-text {
  color: #262626 !important;
}
@media (min-width: 992px) {
  .product-detail .main-widget .write-review-button:hover, .product-detail .yotpo-display-wrapper .write-review-button:hover {
    background-color: #262626;
  }
  .product-detail .main-widget .write-review-button:hover .yotpo-icon-button-text, .product-detail .yotpo-display-wrapper .write-review-button:hover .yotpo-icon-button-text {
    color: #fff !important;
  }
}
.product-detail .main-widget .write-review .y-input, .product-detail .yotpo-display-wrapper .write-review .y-input {
  background-color: #e8e8e8;
  border: none;
}
.product-detail .main-widget .write-review .yotpo-default-button.yotpo-submit, .product-detail .yotpo-display-wrapper .write-review .yotpo-default-button.yotpo-submit {
  background-color: #262626;
  color: #fff;
  border-radius: 0.25rem;
}
.product-detail .main-widget .write-review .yotpo-default-button.yotpo-submit:hover, .product-detail .yotpo-display-wrapper .write-review .yotpo-default-button.yotpo-submit:hover {
  color: #fff;
  background-color: #646464 !important;
}
.product-detail .main-widget .write-review .stars-wrapper, .product-detail .yotpo-display-wrapper .write-review .stars-wrapper {
  color: #AE256C;
}
.product-detail .main-widget .write-review .stars-wrapper .yotpo-icon,
.product-detail .main-widget .write-review .stars-wrapper .yotpo-icon-star,
.product-detail .main-widget .write-review .stars-wrapper .yotpo-icon-empty-star, .product-detail .yotpo-display-wrapper .write-review .stars-wrapper .yotpo-icon,
.product-detail .yotpo-display-wrapper .write-review .stars-wrapper .yotpo-icon-star,
.product-detail .yotpo-display-wrapper .write-review .stars-wrapper .yotpo-icon-empty-star {
  color: #AE256C !important;
}
.product-detail .main-widget .write-review .connect-wrapper, .product-detail .yotpo-display-wrapper .write-review .connect-wrapper {
  padding-left: 0;
}
.product-detail .main-widget .write-review .socialize, .product-detail .main-widget .write-review .yotpo-or, .product-detail .yotpo-display-wrapper .write-review .socialize, .product-detail .yotpo-display-wrapper .write-review .yotpo-or {
  display: none !important;
}
.product-detail .main-widget .yotpo-footer, .product-detail .main-widget .yotpo-logo-title, .product-detail .main-widget .yotpo-icon-yotpo-logo .yotpo-star-distribution,
.product-detail .main-widget .yotpo-star-distribution-content,
.product-detail .main-widget .yotpo-icon-btn-big, .product-detail .yotpo-display-wrapper .yotpo-footer, .product-detail .yotpo-display-wrapper .yotpo-logo-title, .product-detail .yotpo-display-wrapper .yotpo-icon-yotpo-logo .yotpo-star-distribution,
.product-detail .yotpo-display-wrapper .yotpo-star-distribution-content,
.product-detail .yotpo-display-wrapper .yotpo-icon-btn-big {
  display: none;
}
@media (min-width: 768px) {
  .product-detail .main-widget .yotpo-review, .product-detail .yotpo-display-wrapper .yotpo-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-detail .main-widget .yotpo-review .yotpo-header, .product-detail .main-widget .yotpo-review .yotpo-verified-user, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-detail .main-widget .yotpo-review .yotpo-header .yotpo-review-stars, .product-detail .main-widget .yotpo-review .yotpo-verified-user .yotpo-review-stars, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header .yotpo-review-stars, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user .yotpo-review-stars {
  color: #AE256C;
}
.product-detail .main-widget .yotpo-review .yotpo-header .yotpo-header-element, .product-detail .main-widget .yotpo-review .yotpo-verified-user .yotpo-header-element, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header .yotpo-header-element, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user .yotpo-header-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name,
.product-detail .main-widget .yotpo-review .yotpo-header .yotpo-header-element .y-label, .product-detail .main-widget .yotpo-review .yotpo-verified-user .yotpo-header-element .yotpo-user-name,
.product-detail .main-widget .yotpo-review .yotpo-verified-user .yotpo-header-element .y-label, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name,
.product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header .yotpo-header-element .y-label, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user .yotpo-header-element .yotpo-user-name,
.product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user .yotpo-header-element .y-label {
  color: #262626 !important;
  margin: 0.3125rem 0 0.3125rem 0;
}
.product-detail .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title, .product-detail .main-widget .yotpo-review .yotpo-verified-user .yotpo-header-element .yotpo-user-title, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user .yotpo-header-element .yotpo-user-title {
  background-color: #262626 !important;
  color: #fff !important;
  padding: 0.3125rem;
}
.product-detail .main-widget .yotpo-review .yotpo-header .yotpo-icon-profile, .product-detail .main-widget .yotpo-review .yotpo-verified-user .yotpo-icon-profile, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-header .yotpo-icon-profile, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-verified-user .yotpo-icon-profile {
  display: none;
}
.product-detail .main-widget .yotpo-review .yotpo-main .content-title, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-main .content-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #262626;
}
.product-detail .main-widget .yotpo-review .yotpo-main .content-review, .product-detail .yotpo-display-wrapper .yotpo-review .yotpo-main .content-review {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #262626;
}
.product-detail .main-widget .text-m, .product-detail .yotpo-display-wrapper .text-m {
  color: #262626 !important;
  padding-left: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.product-detail .main-widget .text-m::before, .product-detail .yotpo-display-wrapper .text-m::before {
  content: "|";
  color: #c6c6c6;
  padding-right: 0.3125rem;
}
.product-detail .main-widget .yotpo-first-review, .product-detail .yotpo-display-wrapper .yotpo-first-review {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.product-detail .main-widget .yotpo-first-review .write-first-review-button, .product-detail .yotpo-display-wrapper .yotpo-first-review .write-first-review-button {
  color: #262626;
}
@media (min-width: 768px) {
  .product-detail .main-widget .yotpo-first-review, .product-detail .yotpo-display-wrapper .yotpo-first-review {
    display: none;
  }
}
.product-detail .main-widget .yotpo-first-review .yotpo-first-review-stars, .product-detail .yotpo-display-wrapper .yotpo-first-review .yotpo-first-review-stars {
  display: none;
}
.product-detail .main-widget .yotpo-nav-wrapper span, .product-detail .yotpo-display-wrapper .yotpo-nav-wrapper span {
  color: #262626 !important;
}

#zoom_img {
  pointer-events: none;
}

#zoom_img-zoomContainer {
  display: none;
}
@media (max-width: 767.98px) {
  #zoom_img-zoomContainer {
    pointer-events: none;
  }
}

.yotpo.yotpo-main-widget.yotpo-small .yotpo-hidden-mobile, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-hidden-mobile {
  display: block !important;
}

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .transparent-color-btn {
  display: none !important;
}

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse {
  width: 100%;
  background: white;
  border: none !important;
  text-align: center !important;
  margin-top: 26px;
  margin-bottom: 20px;
}

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
  border: 1px solid #1e1e1e;
  font-size: 12px;
  text-align: center !important;
  padding: 10px 16px;
  display: block;
  white-space: normal;
  margin: auto;
}

.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button, .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button {
  display: none !important;
}

.btn-cart-wrap-pd {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .btn-cart-wrap-pd .quick-add-to-cart-grid {
    background-color: #fff;
    color: #262626;
  }
}
.btn-cart-wrap-pd .quick-add-to-cart-grid:hover {
  background-color: #262626;
  color: #fff;
}
.btn-cart-wrap-pd .quick-add-to-cart-grid:disabled {
  opacity: 1;
  color: #646464;
  background-color: #f1f5f5;
  border-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .yotpo-display-wrapper .yotpo-stars-and-sum-reviews .yotpo-stars {
    padding-bottom: 0px !important;
  }
  .yotpo-display-wrapper .yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
    padding: 0px !important;
  }
  .yotpo-display-wrapper .yotpo-stars-and-sum-reviews .yotpo-sum-reviews span.based-on {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
}
.cart-header {
  position: relative;
  padding: 0 0 0.625rem;
  margin: 2.1875rem 0;
  border-bottom: 0.0625rem solid #c6c6c6;
}
@media (min-width: 768px) {
  .cart-header {
    margin-bottom: remca-cl(25);
  }
}
.cart-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.0625rem;
  height: 0.0625rem;
  background: #c6c6c6;
}
.cart-header h1.page-title {
  margin: 0;
  padding: 0;
  left: auto;
  color: #262626;
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
.cart-header .need-help strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .cart-header .need-help strong {
    display: block;
  }
}

.futureStock {
  background-color: #d5df45;
}

.cart-head .number-of-items {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin: 0 0 1.875rem;
}
@media (max-width: 767.98px) {
  .cart-head .number-of-items {
    position: relative;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #c6c6c6;
  }
  .cart-head .number-of-items:before {
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0;
    right: 0;
    height: 0.0625rem;
    background: #c6c6c6;
  }
}

.promotion-bar {
  padding: 0.9375rem;
  text-align: center;
  color: #fff;
  background: #A45974;
  margin: 0 0 1.5625rem;
}
@media (min-width: 768px) {
  .promotion-bar {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.promotion-bar .sub-title {
  display: block;
  margin: 0 0 0.3125rem;
}
@media (min-width: 768px) {
  .promotion-bar .sub-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    padding: 0 0.3125rem 0 0;
  }
}
.promotion-bar a {
  color: #fff !important;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .cart-page .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart-page .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart-page .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cart-page .shipment-block .multiship-recipient {
  background-color: #f7f7f7;
  border: 1px solid #c6c6c6;
  border-bottom: none;
  padding: 0.9375rem;
  gap: 5px;
}
.cart-page .multishipment .shipment-block .product-info-container {
  border: 0.0625rem solid #262626;
  margin-bottom: 1rem;
}
.cart-page .multishipment .shipment-block .product-info-container .product-info {
  border: none;
}
.cart-page .product-info {
  border: 0.0625rem solid #262626;
  padding: 0.9375rem;
}
@media (max-width: 767.98px) {
  .cart-page .product-info .item-image {
    margin-bottom: 0.625rem;
  }
}
.cart-page .product-info .line-item-header {
  position: relative;
  margin: 0 0 0.9375rem;
  padding: 0 0 0.9375rem;
  border-bottom: 0.0625rem solid #c6c6c6;
}
.cart-page .product-info .line-item-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.0625rem;
  height: 0.0625rem;
  background: #c6c6c6;
}
@media (max-width: 991.98px) {
  .cart-page .product-info .price-row {
    padding: 0.625rem 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.9375rem;
    border-top: 0.0625rem solid #c6c6c6;
  }
  .cart-page .product-info .price-row:before {
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0;
    right: 0;
    height: 0.0625rem;
    background: #c6c6c6;
  }
  .cart-page .product-info .price-row p {
    margin: 0 0.625rem 0 0 !important;
  }
}
.cart-page .product-info .line-item-name {
  margin: 0;
}
.cart-page .product-info .remove-btn-lg.btn-light {
  min-width: inherit;
  margin: 0;
  height: inherit;
  border: 0;
  font-size: 1.5rem;
}
.cart-page .product-info .remove-btn-lg.btn-light span {
  height: inherit;
}
.cart-page .product-info .line-item-availability .line-item-attributes {
  color: #262626;
  font-size: 0.9375rem;
  font-weight: 600;
}
.cart-page .product-info .price .strike-through {
  color: #8A9594;
  font-weight: 400;
}
.cart-page .product-info .price .sales {
  color: #262626;
  font-weight: 600;
}
.cart-page .product-info .pricing {
  font-size: 1.0625rem;
  font-weight: 600;
}
.cart-page .product-info .product-edit a {
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: underline;
}
.cart-page .product-info .product-card-footer p,
.cart-page .product-info .product-card-footer label {
  display: block;
}
.cart-page .product-info .product-card-footer .quantity {
  color: #262626;
  font-size: 1.0625rem;
  width: 5rem;
  height: 2.75rem;
}
.cart-page .promo-code-form .form-control {
  font-size: 0.8125rem !important;
  padding-right: 6.875rem;
}
.cart-page .promo-code-form .promo-code-btn {
  min-width: inherit;
  width: 5.9375rem;
  min-height: inherit;
  height: 2.1875rem;
}
@media (min-width: 768px) {
  .cart-page .promo-code-form .promo-code-btn {
    width: 6.25rem;
  }
}
.cart-page .promo-code-form .fields-row {
  position: relative;
}
.cart-page .promo-code-form .fields-row .promo-code-submit {
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
}
.cart-page .totals .cart__totals {
  padding: 0.75rem 1.25rem;
  border-top: 0.0625rem solid #c6c6c6;
}
.cart-page .totals .cart__totals .row:last-child {
  background: none;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  border-top: 0.0625rem solid #c6c6c6;
  border-bottom: 0.0625rem solid #c6c6c6;
}
.cart-page .totals .cart__totals .row:last-child strong,
.cart-page .totals .cart__totals .row:last-child p {
  color: #262626;
  font-weight: 600;
}
.cart-page .totals .cart__totals .row:last-child strong {
  font-weight: 400;
}
.cart-page .totals .cart__totals .row:last-child .grand-total {
  font-size: 1.0625rem;
}

.coupon-code-wrap {
  position: relative;
  margin: 0 0 0.625rem;
  padding: 0.75rem 0;
  border-top: 0.0625rem solid #c6c6c6;
  border-bottom: 0.0625rem solid #c6c6c6;
}
.coupon-code-wrap:after, .coupon-code-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.0625rem;
  height: 0.0625rem;
  background: #c6c6c6;
}
.coupon-code-wrap:after {
  top: auto;
  bottom: 0.0625rem;
}
.coupon-code-wrap .btn-coupon {
  color: #262626;
  display: block;
  border: 0;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0 1.25rem;
  margin: 0;
  position: relative;
  background: none;
  text-align: left;
}
.coupon-code-wrap .btn-coupon:before {
  content: "+";
  position: absolute;
  left: 0;
  top: -0.0625rem;
  font-size: 1.0625rem;
}
.coupon-code-wrap .btn-coupon:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.1875rem;
  top: 0.0625rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.coupon-code-wrap .btn-coupon.collapsed:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.coupon-code-wrap .promo-code-form .form-group {
  margin: 0;
  padding: 0.625rem 0 0;
}

.cart-aside {
  margin: 0 0 1.75rem;
  padding: 1.125rem 0.9375rem;
  border: 0.0625rem solid #262626;
}
@media (min-width: 768px) {
  .cart-aside {
    padding-bottom: 0.625rem;
    margin: 0;
  }
}
.cart-aside .sub-title {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.875rem;
}
.cart-aside .sub-info {
  display: block;
  font-size: 0.8125rem;
  margin: 0 0 0.9375rem;
}

.btn-continue-wrap {
  display: block;
  margin: 0 0 0.625rem;
}
.btn-continue-wrap a {
  text-decoration: underline;
}

.checkout-continue {
  left: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .checkout-continue {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  .page[data-action=Product-Show],
  .page[data-action=Cart-Show] {
    padding-bottom: 3.9375rem;
  }
}

.coupon-error {
  color: #eb5757;
}

.coupon-missing-error {
  display: none;
}

.product .quick-add-to-cart-grid {
  background-color: #FFFFFF;
  color: #262626;
  width: 100%;
  margin-top: 1rem;
}
.product .quick-add-to-cart-grid:hover {
  background-color: #262626;
  color: #FFFFFF;
}

.product-cat-grid .col-6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-cat-grid .product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-cat-grid .product .product-tile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.9375rem 0;
}
@media (min-width: 992px) {
  .product-cat-grid .product .product-tile {
    margin: 1.25rem 0 0.625rem 0;
  }
}
.product-cat-grid .product .product-tile .tile-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-cat-grid .product .product-tile .tile-body .pdp-link {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0.625rem;
}
.product-cat-grid .product .product-tile .tile-body .pdp-link .link {
  font-weight: 400;
  font-size: 0.9375rem;
  min-height: inherit;
}
@media (min-width: 992px) {
  .product-cat-grid .product .product-tile .tile-body .pdp-link .link {
    font-size: 1.0625rem;
  }
}
.product-cat-grid .product .product-tile .tile-body .product-price,
.product-cat-grid .product .product-tile .tile-body .price {
  padding: 0;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .product-cat-grid .product .product-tile .tile-body .product-price,
  .product-cat-grid .product .product-tile .tile-body .price {
    font-size: 1.0625rem;
  }
}
.product-cat-grid .product .product-tile .tile-body .product-price .starting,
.product-cat-grid .product .product-tile .tile-body .price .starting {
  font-weight: 600;
}
.product-cat-grid .product .product-tile .tile-body .product-price .strike-through,
.product-cat-grid .product .product-tile .tile-body .price .strike-through {
  color: #c6c6c6;
  margin: 0;
}

.store-map-banner .map-canvas {
  display: block;
  height: 21.875rem;
}
@media (min-width: 992px) {
  .store-map-banner .map-canvas {
    height: 29.75rem;
  }
}

.store-map-banner .gm-style-iw .store-details {
  position: relative;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
}
.store-map-banner .gm-style-iw .store-details::before {
  content: "";
  top: 1.25rem;
  left: 0rem;
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.75rem;
  background-size: cover;
  background-image: url("../../images/map-logo.png");
}
.store-map-banner .gm-style-iw .store-details .store-name {
  color: #262626;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.59375rem;
  display: block;
}
.store-map-banner .gm-style-iw .store-details .address {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
}
.store-map-banner .gm-style-iw .store-details .address a.store-map {
  color: #262626;
  text-decoration: none;
  display: inline-block;
  vertical-align: auto;
}
.store-map-banner .gm-style-iw .store-details .address a.store-map:hover {
  text-decoration: none;
}
.store-map-banner .gm-style-iw .store-details .address .store-tel,
.store-map-banner .gm-style-iw .store-details .address .store-hours {
  display: block;
}
.store-map-banner .gm-style-iw .store-details .address .store-tel a {
  color: #262626;
  text-decoration: underline;
  display: inline-block;
  vertical-align: auto;
}
.store-map-banner .gm-style-iw .store-details .address .store-tel a:hover {
  text-decoration: none;
}

.sl-search-form .detect-location {
  margin-bottom: 2.25rem !important;
}
.sl-search-form .search-field {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .sl-search-form .search-field {
    margin-bottom: 8.25rem;
  }
}
.sl-search-form .search-field .form-control {
  font-size: 0.8125rem !important;
  height: 3.25rem !important;
  padding-right: 8.75rem;
}
.sl-search-form .search-field .btn-sl-search {
  position: absolute;
  left: auto;
  top: 2.375rem;
  max-width: 7.75rem;
  right: 0.375rem;
  min-width: auto;
  height: 2.4375rem;
}
.sl-search-form .search-field .btn-sl-search:hover, .sl-search-form .search-field .btn-sl-search:focus, .sl-search-form .search-field .btn-sl-search:not(:disabled):not(.disabled):active, .sl-search-form .search-field .btn-sl-search:not(:disabled):not(.disabled).active {
  background: #646464;
  border-color: #646464;
}

.store-locator-logo {
  text-align: center;
}
.store-locator-logo strong {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
  margin-bottom: 0.875rem;
}
@media (min-width: 992px) {
  .store-locator-logo strong {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 0.875rem;
  }
}
.store-locator-logo .stores-logo {
  margin: 0 auto;
  max-width: 30.25rem;
}
.store-locator-logo .stores-logo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.salons-container .salons-head {
  position: relative;
  padding-bottom: 0.75rem;
}
.salons-container .salons-head h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 0rem;
}
@media (min-width: 992px) {
  .salons-container .salons-head h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 2.55rem;
  }
}
.salons-container .salons-head::before, .salons-container .salons-head::after {
  content: "";
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  background-color: #c6c6c6;
}
.salons-container .salons-head::after {
  bottom: 0;
}
.salons-container .salons-col {
  position: relative;
}
.salons-container .salons-col::after {
  content: none;
}
@media (min-width: 576px) {
  .salons-container .salons-col::after {
    content: "";
    bottom: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    height: 0.0625rem;
    position: absolute;
    background-color: #c6c6c6;
  }
}
.salons-container .salons-col .col-sm-6::after {
  content: "";
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
  height: 0.0625rem;
  position: absolute;
  background-color: #c6c6c6;
}
@media (min-width: 576px) {
  .salons-container .salons-col .col-sm-6::after {
    content: none;
  }
}
.salons-container .salons-address {
  margin: 1.875rem auto;
  max-width: 16.25rem;
}
@media (min-width: 768px) {
  .salons-container .salons-address {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .salons-container .salons-address {
    margin: 3.4375rem 0 2rem;
  }
}
.salons-container .salons-address .salons-store {
  color: #262626;
}
.salons-container .salons-address .salons-store h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.35625rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.salons-container .salons-address .salons-store .address {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
  margin-bottom: 1.5625rem;
}
.salons-container .salons-address .salons-store .address strong {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.salons-container .salons-address .salons-store .address span {
  display: block;
}
.salons-container .salons-address .salons-store .address span a {
  color: #262626;
}
.salons-container .salons-address .salons-store .working-days {
  font-size: 0.9375rem;
  line-height: 1.59375rem;
  margin-bottom: 1rem;
}
.salons-container .salons-address .salons-store .working-days span {
  display: block;
}
.salons-container .salons-address .salons-store .occasional-on {
  font-size: 0.8125rem;
  line-height: 1.38125rem;
  padding: 0.625rem 1rem;
  border: 1px solid #c6c6c6;
}
.salons-container .salons-address .salons-tile {
  font-size: 0.9375rem;
  line-height: 1.59375rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .salons-container .salons-address .salons-tile {
    margin-bottom: 0rem;
  }
}
.salons-container .salons-address .salons-tile h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.35625rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.salons-container .salons-address .salons-tile .salons-image {
  max-width: 16.25rem;
  margin: 0 auto 1.5625rem;
}
.salons-container .salons-address .salons-tile .salons-image img {
  max-width: 100%;
  height: auto;
}
.salons-container .salons-address .salons-tile .salons-close-info {
  color: #eb5757;
}
.salons-container .salons-address .salons-tile .salons-close-info span {
  display: block;
}

.store-locator-container .store-locator-header {
  margin-bottom: 1.875rem;
}
.store-locator-container .store-locator-header label {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .store-locator-container .store-locator-list .store-locator-no-results {
    margin-top: 2.8125rem;
  }
}

.store-locator-container .store-result-wrap {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1.875rem;
  counter-reset: section;
  max-height: 100%;
  min-height: auto;
  overflow: visible;
}
@media (min-width: 768px) {
  .store-locator-container .store-result-wrap {
    padding-right: 1.875rem;
    margin-top: 2.5625rem;
    min-height: 32.5rem;
  }
}

.store-locator-panel {
  position: relative;
  min-height: 8.125rem;
  border: 1px solid #c6c6c6;
  border-radius: 0.1875rem;
  padding: 1rem 1.5rem;
  margin-bottom: 0.625rem;
}
.store-locator-panel::before {
  top: 1rem;
  left: 1.5rem;
  text-align: center;
  position: absolute;
  counter-increment: section;
  content: counter(section);
  width: 2.625rem;
  height: 2.625rem;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
  border-radius: 0.1875rem;
  padding: 0.5rem 0.9375rem;
  background-color: #262626;
}
.store-locator-panel .store-icon {
  top: 3.4375rem;
  left: 0.625rem;
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 2.75rem;
  background-size: cover;
  background-image: url("../../images/store-icon.png");
}
.store-locator-panel .form-check {
  padding: 0 0.9375rem 0 4.5rem;
}
@media (min-width: 768px) {
  .store-locator-panel .form-check {
    padding: 0 4.5rem;
  }
}
.store-locator-panel .form-check label.form-check-label {
  display: block;
  margin: 0;
  width: 100%;
}
.store-locator-panel .form-check .store-details {
  margin: 0;
  display: block;
}
@media (min-width: 1200px) {
  .store-locator-panel .form-check .store-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.store-locator-panel .form-check .store-details .store-name {
  color: #262626;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.59375rem;
}
@media (min-width: 1200px) {
  .store-locator-panel .form-check .store-details .store-name {
    max-width: 10.25rem;
    -ms-flex-preferred-size: 10.25rem;
        flex-basis: 10.25rem;
  }
}
.store-locator-panel .form-check .store-details .address {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.59375rem;
}
@media (min-width: 1200px) {
  .store-locator-panel .form-check .store-details .address {
    max-width: 12.5rem;
    -ms-flex-preferred-size: 12.5rem;
        flex-basis: 12.5rem;
  }
}
.store-locator-panel .form-check .store-details .address a.store-map {
  color: #262626;
  text-decoration: none;
  display: inline-block;
  vertical-align: auto;
}
.store-locator-panel .form-check .store-details .address a.store-map:hover {
  text-decoration: none;
}
.store-locator-panel .form-check .store-details .address .store-tel,
.store-locator-panel .form-check .store-details .address .store-hours {
  display: block;
}
.store-locator-panel .form-check .store-details .address .store-tel a {
  color: #262626;
  text-decoration: underline;
  display: inline-block;
  vertical-align: auto;
}
.store-locator-panel .form-check .store-details .address .store-tel a:hover {
  text-decoration: none;
}

.font-size-6 {
  font-size: 6px !important;
}

.font-size-7 {
  font-size: 7px !important;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-9 {
  font-size: 9px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

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

.font-size-55 {
  font-size: 55px !important;
}

.font-size-75 {
  font-size: 75px !important;
}

.font-size-77 {
  font-size: 77px !important;
}

@media (min-width: 576px) {
  .font-size-sm-6 {
    font-size: 6px !important;
  }
  .font-size-sm-7 {
    font-size: 7px !important;
  }
  .font-size-sm-8 {
    font-size: 8px !important;
  }
  .font-size-sm-9 {
    font-size: 9px !important;
  }
  .font-size-sm-10 {
    font-size: 10px !important;
  }
  .font-size-sm-11 {
    font-size: 11px !important;
  }
  .font-size-sm-12 {
    font-size: 12px !important;
  }
  .font-size-sm-13 {
    font-size: 13px !important;
  }
  .font-size-sm-14 {
    font-size: 14px !important;
  }
  .font-size-sm-15 {
    font-size: 15px !important;
  }
  .font-size-sm-16 {
    font-size: 16px !important;
  }
  .font-size-sm-17 {
    font-size: 17px !important;
  }
  .font-size-sm-18 {
    font-size: 18px !important;
  }
  .font-size-sm-20 {
    font-size: 20px !important;
  }
  .font-size-sm-22 {
    font-size: 22px !important;
  }
  .font-size-sm-24 {
    font-size: 24px !important;
  }
  .font-size-sm-25 {
    font-size: 25px !important;
  }
  .font-size-sm-27 {
    font-size: 27px !important;
  }
  .font-size-sm-30 {
    font-size: 30px !important;
  }
  .font-size-sm-32 {
    font-size: 32px !important;
  }
  .font-size-sm-35 {
    font-size: 35px !important;
  }
  .font-size-sm-40 {
    font-size: 40px !important;
  }
  .font-size-sm-50 {
    font-size: 50px !important;
  }
  .font-size-sm-55 {
    font-size: 55px !important;
  }
  .font-size-sm-75 {
    font-size: 75px !important;
  }
  .font-size-sm-77 {
    font-size: 77px !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-6 {
    font-size: 6px !important;
  }
  .font-size-md-7 {
    font-size: 7px !important;
  }
  .font-size-md-8 {
    font-size: 8px !important;
  }
  .font-size-md-9 {
    font-size: 9px !important;
  }
  .font-size-md-10 {
    font-size: 10px !important;
  }
  .font-size-md-11 {
    font-size: 11px !important;
  }
  .font-size-md-12 {
    font-size: 12px !important;
  }
  .font-size-md-13 {
    font-size: 13px !important;
  }
  .font-size-md-14 {
    font-size: 14px !important;
  }
  .font-size-md-15 {
    font-size: 15px !important;
  }
  .font-size-md-16 {
    font-size: 16px !important;
  }
  .font-size-md-17 {
    font-size: 17px !important;
  }
  .font-size-md-18 {
    font-size: 18px !important;
  }
  .font-size-md-20 {
    font-size: 20px !important;
  }
  .font-size-md-22 {
    font-size: 22px !important;
  }
  .font-size-md-24 {
    font-size: 24px !important;
  }
  .font-size-md-25 {
    font-size: 25px !important;
  }
  .font-size-md-27 {
    font-size: 27px !important;
  }
  .font-size-md-30 {
    font-size: 30px !important;
  }
  .font-size-md-32 {
    font-size: 32px !important;
  }
  .font-size-md-35 {
    font-size: 35px !important;
  }
  .font-size-md-40 {
    font-size: 40px !important;
  }
  .font-size-md-50 {
    font-size: 50px !important;
  }
  .font-size-md-55 {
    font-size: 55px !important;
  }
  .font-size-md-75 {
    font-size: 75px !important;
  }
  .font-size-md-77 {
    font-size: 77px !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-6 {
    font-size: 6px !important;
  }
  .font-size-lg-7 {
    font-size: 7px !important;
  }
  .font-size-lg-8 {
    font-size: 8px !important;
  }
  .font-size-lg-9 {
    font-size: 9px !important;
  }
  .font-size-lg-10 {
    font-size: 10px !important;
  }
  .font-size-lg-11 {
    font-size: 11px !important;
  }
  .font-size-lg-12 {
    font-size: 12px !important;
  }
  .font-size-lg-13 {
    font-size: 13px !important;
  }
  .font-size-lg-14 {
    font-size: 14px !important;
  }
  .font-size-lg-15 {
    font-size: 15px !important;
  }
  .font-size-lg-16 {
    font-size: 16px !important;
  }
  .font-size-lg-17 {
    font-size: 17px !important;
  }
  .font-size-lg-18 {
    font-size: 18px !important;
  }
  .font-size-lg-20 {
    font-size: 20px !important;
  }
  .font-size-lg-22 {
    font-size: 22px !important;
  }
  .font-size-lg-24 {
    font-size: 24px !important;
  }
  .font-size-lg-25 {
    font-size: 25px !important;
  }
  .font-size-lg-27 {
    font-size: 27px !important;
  }
  .font-size-lg-30 {
    font-size: 30px !important;
  }
  .font-size-lg-32 {
    font-size: 32px !important;
  }
  .font-size-lg-35 {
    font-size: 35px !important;
  }
  .font-size-lg-40 {
    font-size: 40px !important;
  }
  .font-size-lg-50 {
    font-size: 50px !important;
  }
  .font-size-lg-55 {
    font-size: 55px !important;
  }
  .font-size-lg-75 {
    font-size: 75px !important;
  }
  .font-size-lg-77 {
    font-size: 77px !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-6 {
    font-size: 6px !important;
  }
  .font-size-xl-7 {
    font-size: 7px !important;
  }
  .font-size-xl-8 {
    font-size: 8px !important;
  }
  .font-size-xl-9 {
    font-size: 9px !important;
  }
  .font-size-xl-10 {
    font-size: 10px !important;
  }
  .font-size-xl-11 {
    font-size: 11px !important;
  }
  .font-size-xl-12 {
    font-size: 12px !important;
  }
  .font-size-xl-13 {
    font-size: 13px !important;
  }
  .font-size-xl-14 {
    font-size: 14px !important;
  }
  .font-size-xl-15 {
    font-size: 15px !important;
  }
  .font-size-xl-16 {
    font-size: 16px !important;
  }
  .font-size-xl-17 {
    font-size: 17px !important;
  }
  .font-size-xl-18 {
    font-size: 18px !important;
  }
  .font-size-xl-20 {
    font-size: 20px !important;
  }
  .font-size-xl-22 {
    font-size: 22px !important;
  }
  .font-size-xl-24 {
    font-size: 24px !important;
  }
  .font-size-xl-25 {
    font-size: 25px !important;
  }
  .font-size-xl-27 {
    font-size: 27px !important;
  }
  .font-size-xl-30 {
    font-size: 30px !important;
  }
  .font-size-xl-32 {
    font-size: 32px !important;
  }
  .font-size-xl-35 {
    font-size: 35px !important;
  }
  .font-size-xl-40 {
    font-size: 40px !important;
  }
  .font-size-xl-50 {
    font-size: 50px !important;
  }
  .font-size-xl-55 {
    font-size: 55px !important;
  }
  .font-size-xl-75 {
    font-size: 75px !important;
  }
  .font-size-xl-77 {
    font-size: 77px !important;
  }
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field) {
  font-size: 1rem;
}

input.is-valid[type=tel], input.is-valid[type=email], input.is-valid[type=text], input.is-valid[type=password], input.is-invalid[type=tel], input.is-invalid[type=email], input.is-invalid[type=text], input.is-invalid[type=password], input[type=tel]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=email]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=text]:not(.is-invalid):not(.is-valid):not(.search-field), input[type=password]:not(.is-invalid):not(.is-valid):not(.search-field) {
  height: 2.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0.9375rem;
  font-weight: 400;
  color: #262626;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-radius: 0.1875rem;
  border-color: #f7f7f7;
  font-family: "Jost", sans-serif;
}

.cart-page .promo-code-form .form-control {
  font-size: 1rem !important;
  padding-right: 6.875rem;
}

.sl-search-form .search-field .form-control {
  font-size: 1rem !important;
  height: 3.25rem !important;
  padding-right: 8.75rem;
}

.subscription-form .input-wrap .form-control {
  font-size: 1rem !important;
  background: #fff !important;
}

.careers-form .careersForm .form-group .form-control {
  width: 100%;
  height: 2.75rem;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 0.6875rem 1.25rem;
  font-size: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: #262626;
  border-radius: 0;
}

.special-order-form .specialOrderForm .form-group .form-control {
  width: 100%;
  height: 2.75rem;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 0.6875rem 1.25rem;
  font-size: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: #262626;
  border-radius: 0;
}

input[type=tel].is-invalid, input[type=email].is-invalid, input[type=text].is-invalid, input[type=password].is-invalid {
  color: #EB5757;
}
