@charset "UTF-8";
/*******************************************************************************
******************************* COLOUR VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* FONTS VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ZINDEX VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ANIMATION VARIABLES ****************************
*******************************************************************************/
.padding-top--5px {
  padding-top: 5px; }

.padding-top--10px {
  padding-top: 10px; }

.padding-top--15px {
  padding-top: 15px; }

.padding-top--20px {
  padding-top: 20px; }

.padding-top--25px {
  padding-top: 25px; }

.padding-top--30px {
  padding-top: 30px; }

.padding-top--35px {
  padding-top: 35px; }

.padding-top--40px {
  padding-top: 40px; }

.padding-top--45px {
  padding-top: 45px; }

.padding-top--50px {
  padding-top: 50px; }

.padding-top--55px {
  padding-top: 55px; }

.padding-top--60px {
  padding-top: 60px; }

.padding-top--65px {
  padding-top: 65px; }

.padding-top--70px {
  padding-top: 70px; }

.padding-top--75px {
  padding-top: 75px; }

.padding-top--80px {
  padding-top: 80px; }

.padding-top--85px {
  padding-top: 85px; }

.padding-top--90px {
  padding-top: 90px; }

.padding-top--95px {
  padding-top: 95px; }

.padding-top--100px {
  padding-top: 100px; }

.padding-top--105px {
  padding-top: 105px; }

.padding-top--110px {
  padding-top: 110px; }

.padding-top--115px {
  padding-top: 115px; }

.padding-top--120px {
  padding-top: 120px; }

.padding-top--125px {
  padding-top: 125px; }

.padding-top--130px {
  padding-top: 130px; }

.padding-top--135px {
  padding-top: 135px; }

.padding-top--140px {
  padding-top: 140px; }

.padding-top--145px {
  padding-top: 145px; }

.padding-top--150px {
  padding-top: 150px; }

.padding-top--155px {
  padding-top: 155px; }

.padding-top--160px {
  padding-top: 160px; }

.padding-top--165px {
  padding-top: 165px; }

.padding-top--170px {
  padding-top: 170px; }

.padding-top--175px {
  padding-top: 175px; }

.padding-top--180px {
  padding-top: 180px; }

.padding-top--185px {
  padding-top: 185px; }

.padding-top--190px {
  padding-top: 190px; }

.padding-top--195px {
  padding-top: 195px; }

.padding-top--200px {
  padding-top: 200px; }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

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; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  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: 80%;
  font-weight: 400; }

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid, .cart-container .shop-protection img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  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: #e83e8c;
  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; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .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: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.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: #454d55; }
  .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: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  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: #212529;
  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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 8px; }

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 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='%2328a745' 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") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745; }

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 8px; }

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' 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: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545; }

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #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 {
      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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    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 {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

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

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

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

.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: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 8px; }
  .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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

.custom-control-inline {
  display: 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: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .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: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 8px; }

.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: #007bff;
  background-color: #007bff; }

.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(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 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: #495057;
  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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      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 #495057; }

.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;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px; }
  .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: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 8px 8px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #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 {
  border-radius: 8px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff; }

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

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

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

@media (max-width: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      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 {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  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: 8px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }

.card-body {
  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: 7px 7px 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px; }

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden; }
  .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: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 8px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 8px; }

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }

.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: 8px;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      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: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    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: 8px; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

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

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .list-group-item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
  .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: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 8px;
    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 {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 8px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 8px;
      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 {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 8px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 8px;
      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 {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 8px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 8px;
      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 {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 8px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 8px;
      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 .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #004085;
    border-color: #004085; }

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

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

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

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

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

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

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

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

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.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 {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  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 {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  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); }
  .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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: 8px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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 #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #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: no-repeat 50% / 100% 100%; }

.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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #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: #007bff !important; }

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 8px !important; }

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important; }

.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

@media (min-width: 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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

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

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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); }

.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; } }

.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: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !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;
  overflow-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;
    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; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #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; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

.amlocator-map {
  min-height: 400px; }

.ampickup-store-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }

.ampickup-store-container.-cart {
  padding: 0 5px; }

.ampickup-store-container .ampickup-field {
  width: 100%; }

.ampickup-store-container .ampickup-field:not(:last-of-type) {
  margin-bottom: 10px; }

.ampickup-store-container .ampickup-field select,
.ampickup-store-container .ampickup-field input {
  padding: 5px 10px;
  height: inherit; }

.ampickup-store-container .ampickup-field.-store .ampickup-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; }

.ampickup-store-container .ampickup-field.-date .control {
  display: flex;
  flex-wrap: wrap; }

.ampickup-store-container .ampickup-field.-date input {
  flex: 1 1 80%; }

.ampickup-store-container .ampickup-field.-date .ui-datepicker-trigger {
  max-width: 50px;
  flex: 1 1 20%; }

.ampickup-store-container .ampickup-separator {
  align-self: stretch;
  margin: 15px 0;
  width: inherit;
  border-top: 1px solid #c7c7c7; }

.ampickup-store-container .ampickup-choosemap {
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer; }

.ampickup-store-container .label {
  display: inline-block;
  margin-bottom: 8px; }

.ampickup-details-container {
  margin-bottom: 15px;
  flex: 1 1 100%; }

.ampickup-details-container .ampickup-title {
  margin: 0 0 15px 0; }

.ampickup-details-container div:empty,
.ampickup-details-container div:empty + br {
  display: none; }

.amcheckout-step-container .amcheckout-shipping-address .ampickup-details-container.shipping-address-details {
  width: 100%; }

.ampickup-map-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh; }

.ampickup-map-popup .ampickup-overlay {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); }

.ampickup-map-popup .ampickup-title {
  display: block;
  margin-bottom: 15px;
  font-size: 22px; }

.ampickup-map-popup .ampickup-content {
  position: relative;
  z-index: 2;
  overflow: auto;
  box-sizing: border-box;
  padding: 25px;
  width: 90vw;
  max-height: 95vh;
  border-radius: 4px;
  background: #fff; }

.ampickup-map-popup .ampickup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  opacity: .3;
  cursor: pointer; }

.ampickup-map-popup .ampickup-close:hover {
  opacity: 1; }

.ampickup-map-popup .ampickup-close:before, .ampickup-map-popup .ampickup-close:after {
  position: absolute;
  left: 11px;
  width: 2px;
  height: 27px;
  background-color: #333;
  content: ' '; }

.ampickup-map-popup .ampickup-close:before {
  transform: rotate(45deg); }

.ampickup-map-popup .ampickup-close:after {
  transform: rotate(-45deg); }

.ampickup-map-popup .amlocator-block.-map {
  box-sizing: border-box; }

@media (max-width: 1025px) {
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box; }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%; }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%; }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row; }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7; }
  .ampickup-map-popup .ampickup-content {
    width: 80vw; } }

@media all and (min-width: 768px), print {
  .amlocator-main-container .amlocator-search-container {
    width: 33%; }
  .amlocator-main-container {
    text-align: left;
    font-size: 1.4rem; }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px; }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none; }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%; }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%; }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important; }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit; }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block; }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none; }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%; }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh; }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto; }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none; }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px; }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0; }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left; }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right; }
  .amlocator-attributes-container {
    display: block; }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px; }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit; } }

@media all and (min-width: 1440px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right; } }

.amlocator-main-container {
  color: #000; }

.amlocator-main-container .amlocator-button {
  box-sizing: border-box;
  min-height: 40px;
  font-weight: inherit;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1); }

.amlocator-main-container .amlocator-select {
  cursor: pointer; }

.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0; }

.amlocator-main-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #e7e7e7; }

.amlocator-search-container {
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box; }

.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px; }

.amlocator-search-container .amlocator-block {
  width: 100%;
  margin-bottom: 15px; }

.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0; }

.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: initial; }

.amlocator-search-container .amlocator-select {
  height: 40px; }

.amlocator-search-container .amlocator-select.-measurement {
  min-width: inherit;
  background-color: #f8f8f8;
  height: inherit;
  line-height: 1;
  border: none; }

.amlocator-search-container .amlocator-button.-nearby {
  width: 100%;
  margin-left: auto; }

.amlocator-current-location .amlocator-search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  cursor: pointer; }

.amlocator-current-location .amlocator-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px; }

.amlocator-current-location .amlocator-text {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 2px; }

.amlocator-current-location .amlocator-text:focus {
  box-shadow: none; }

.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain; }

.amlocator-search-radius .amlocator-radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  color: #fff;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1); }

.amlocator-search-radius .amlocator-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.amlocator-search-radius .amlocator-select {
  min-width: 215px; }

.amlocator-range-slider {
  width: 100%;
  height: 10px;
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer; }

.amlocator-range-slider .ui-slider-range {
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.amlocator-range-slider .amlocator-handle {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: -7px;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  transform: translateY(-50%);
  cursor: pointer; }

.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2; }

.amlocator-range-slider .amlocator-tooltip {
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 2px;
  transform: translate(-50%, -100%); }

.amlocator-range-slider .amlocator-tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, 50%) rotate(45deg); }

.amlocator-filters-container {
  margin-bottom: 10px;
  background: #f8f8f8; }

.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer; }

.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease; }

.amlocator-filters-container .amlocator-hidden-filter {
  display: none; }

.amlocator-filters-container .amlocator-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px; }

.amlocator-filters-container .amlocator-clear {
  cursor: pointer; }

.amlocator-filters-container .amlocator-button {
  min-height: 25px;
  margin-left: 25px;
  padding: 0px 20px;
  border: none;
  line-height: unset;
  box-shadow: none; }

.amlocator-filters-container .amlocator-button:hover {
  color: #fff;
  border: none; }

.amlocator-attribute-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 15px; }

.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7; }

.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  width: 40%;
  padding-right: 5px;
  word-wrap: break-word; }

.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%; }

.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important; }

.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  height: inherit;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
  line-height: 1;
  border-color: #ccc; }

.amlocator-attribute-wrapper .chosen-container {
  height: inherit;
  font-size: inherit; }

.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px; }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  transform: translateY(-50%); }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial; }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0; }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
  color: #fff;
  border: none;
  box-shadow: none; }

.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.amlocator-map-container > .amlocator-block {
  width: 100%; }

.amlocator-map-container .amlocator-map {
  width: 100%;
  height: 300px; }

.amlocator-arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-left: auto; }

.amlocator-arrow:before,
.amlocator-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #363636;
  transition: all 0.2s ease; }

.amlocator-arrow:before {
  left: 0; }

.amlocator-arrow:after {
  right: 0; }

.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg); }

.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg); }

.amlocator-store-list {
  order: 1;
  overflow: auto; }

.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px; }

.amlocator-stores-wrapper {
  margin-bottom: 10px; }

.amlocator-store-desc {
  display: block;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 14px;
  background: #f6f6f6;
  cursor: pointer; }

.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px; }

.amlocator-store-desc .amlocator-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px; }

.amlocator-store-desc .amlocator-title .amlocator-link {
  word-break: break-all;
  word-wrap: break-word;
  color: #000; }

.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px; }

.amlocator-store-desc .amlocator-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 15px;
  background-position: center;
  background-size: cover; }

.amlocator-store-desc.-active .amlocator-today {
  color: #000;
  background: #9dd4ff; }

.amlocator-description {
  word-break: break-word; }

.amlocator-schedule-container .amlocator-today {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 15px 5px 35px;
  background: #dfdfdf; }

.amlocator-schedule-container .amlocator-today:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain; }

.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }

.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px; }

.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px; }

.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.amlocator-schedule-table .amlocator-cell {
  width: 50%;
  box-sizing: border-box; }

.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px; }

.amlocator-schedule-table .amlocator-cell.-time {
  white-space: nowrap;
  text-align: right;
  padding-right: 8%; }

.amlocator-pager-container {
  margin-top: auto; }

.amlocator-pager-container .pages {
  text-align: right; }

.amlocator-pager-container .items {
  padding: 0; }

.amlocator-pager-container .pages .page {
  padding: 8px 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background: #f8f8f8; }

.amlocator-pager-container .pages a.page {
  color: #000; }

.amlocator-pager-container .pages .item {
  position: relative;
  margin: 0; }

.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px; }

.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  color: #fff; }

.amlocator-pager-container .pages a.action {
  margin: 0;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.amlocator-pager-container .pages .items a.action:before {
  font-size: 14px;
  color: #000; }

.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff; }

.amlocator-info-popup {
  width: 250px; }

.amlocator-info-popup .amlocator-name {
  margin-top: 5px; }

.amlocator-info-popup .amlocator-image {
  display: block;
  clear: both;
  width: 100px;
  margin-bottom: 10px; }

.amlocator-map .amlocator-image img {
  max-width: 150px; }

.amlocator-index-index {
  overflow-x: hidden; }

.amstars-rating-container {
  width: 160px;
  height: 27px;
  margin-bottom: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  overflow: hidden; }

.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==); }

.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=); }

.amstars-rating-container.-main-page {
  margin: 0px 10px; }

.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+); }

.amlocator-description-grey {
  word-break: break-word;
  padding: 0 15px;
  background: #fbfbfb; }

.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%; }

.amlocator-location-container .amlocator-column.-right {
  display: none; }

.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px; }

.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px; }

.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px; }

.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0; }

.amlocator-location-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #d2dde5; }

.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  margin-bottom: 15px;
  font-weight: bold; }

.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important; }

.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600; }

.amlocator-location-container .amlocator-button {
  box-sizing: border-box;
  height: auto;
  padding: 0px 15px;
  font-weight: inherit;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1); }

.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box; }

.amlocator-route-creator .amlocator-modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.amlocator-route-creator .amlocator-mode,
.amlocator-route-creator .amlocator-swap {
  display: none; }

.amlocator-route-creator .amlocator-mode + .amlocator-label {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease; }

.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: #2d93e2;
  opacity: 1; }

.amlocator-route-creator .amlocator-label:not(:last-of-type) {
  margin-right: 5px; }

.amlocator-route-creator .amlocator-label.-driving {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center; }

.amlocator-route-creator .amlocator-label.-transit {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center; }

.amlocator-route-creator .amlocator-label.-walking {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center; }

.amlocator-route-creator .amlocator-label.-bicycling {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center; }

.amlocator-route-creator .amlocator-addresses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px; }

.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px; }

.amlocator-route-creator .amlocator-address {
  height: 35px;
  border: none; }

.amlocator-route-creator .amlocator-address.-end {
  color: #707070;
  background: #f2f2f2; }

.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px; }

.amlocator-route-creator .amlocator-swap + .amlocator-label {
  display: block;
  width: 20px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) no-repeat center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease; }

.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
  opacity: 1; }

.amlocator-route-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 13px;
  height: 65px; }

.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box; }

.amlocator-route-icon .amlocator-icon.-start {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 10px; }

.amlocator-route-icon .amlocator-icon.-dot {
  width: 4px;
  height: 4px;
  background: #2d93e2;
  border-radius: 10px; }

.amlocator-route-icon .amlocator-icon.-end {
  width: 13px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center; }

.amlocator-collapse-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  box-sizing: border-box; }

.amlocator-directions-container table.adp-placemark {
  color: #fff;
  background: #1978c3; }

.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle; }

.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px; }

.amlocator-location-info .amlocator-block {
  margin-bottom: 10px; }

.amlocator-location-info .amlocator-link {
  cursor: pointer;
  color: #000; }

.amlocator-location-info .amlocator-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 10px; }

.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center; }

.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center; }

.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center; }

.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-right: 0;
  padding-left: 30px;
  background: none;
  cursor: pointer; }

.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center; }

.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px; }

.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px; }

.amlocator-location-gallery {
  padding: 0 15px; }

.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px; }

.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center; }

.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block; }

.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important; }

.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto; }

.amlocator-location-reviews .amlocator-items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.amlocator-reviews-general {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.amlocator-reviews-general .amlocator-value {
  margin-right: 10px;
  font-weight: 400;
  font-size: 50px; }

.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px; }

.amlocator-location-review {
  padding: 10px 0 0; }

.amlocator-location-review .amlocator-name {
  font-weight: bold; }

.amlocator-location-review .amlocator-message {
  max-height: 1000px;
  margin-top: 10px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.3s ease; }

.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden; }

.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  position: relative;
  margin-right: 14px;
  font-size: 12px;
  color: #6b8fab;
  cursor: pointer; }

.amlocator-location-review .amlocator-date {
  margin-left: auto;
  font-size: 12px;
  color: #c4c4c4;
  margin-right: 5px; }

.amlocator-attributes-container {
  padding: 30px 20px;
  display: none; }

.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px; }

.amlocator-location-attribute .amlocator-label {
  margin-right: 10px; }

.amlocator-location-attribute .amlocator-values {
  display: inline-block; }

.amlocator-location-attribute .amlocator-value {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1); }

.amlocator-location-attribute .amlocator-value.-multiselect {
  color: #363636;
  background: #fff; }

.hidden {
  display: none; }

.loading-mask {
  z-index: 100001 !important; }

.amlocator-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #00000047; }

.amlocator-review-popup {
  position: relative;
  box-sizing: border-box;
  width: 80vw;
  min-width: 300px;
  max-width: 500px;
  padding: 30px;
  background: #fff;
  border-radius: 10px; }

.amlocator-review-popup .amlocator-header {
  margin-bottom: 10px;
  font-size: 16px; }

.amlocator-review-popup .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word; }

.amlocator-review-popup .amlocator-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNFOUU2RTYiIGZpbGw9IiNFQkVCRUIiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
  cursor: pointer; }

.amlocator-review-popup .amlocator-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMxOTc5YzMiIGZpbGw9IiMxOTc5YzMiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%; }

.field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top; }

.field.review-field-ratings .control {
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px; }

.amlocator-review-form .review-field-rating .label {
  font-weight: 400;
  color: #3f3f3f; }

.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=); }

.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+); }

.amlocator-review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
  opacity: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer; }

.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px; }

.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px; }

.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px; }

.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px; }

.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px; }

.amlocator-review-form.review-form .action.submit.primary {
  width: inherit;
  padding: 0px 20px;
  color: #fff;
  border: 0;
  border-radius: 0; }

.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup {
  background: #1a535c; }
  .ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup:hover {
    background: #ffffff !important; }

.ampickup-store-container .ampickup-choosemap {
  background: #1a535c !important;
  border-radius: 0 !important; }

.amlocator-search-container .amlocator-block.-search label {
  display: none !important; }

select[name="radius"] {
  display: none !important; }

/*******************************************************************************
******************************* COLOUR VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* FONTS VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ZINDEX VARIABLES *******************************
*******************************************************************************/
/*******************************************************************************
******************************* ANIMATION VARIABLES ****************************
*******************************************************************************/
.padding-top--5px {
  padding-top: 5px; }

.padding-top--10px {
  padding-top: 10px; }

.padding-top--15px {
  padding-top: 15px; }

.padding-top--20px {
  padding-top: 20px; }

.padding-top--25px {
  padding-top: 25px; }

.padding-top--30px {
  padding-top: 30px; }

.padding-top--35px {
  padding-top: 35px; }

.padding-top--40px {
  padding-top: 40px; }

.padding-top--45px {
  padding-top: 45px; }

.padding-top--50px {
  padding-top: 50px; }

.padding-top--55px {
  padding-top: 55px; }

.padding-top--60px {
  padding-top: 60px; }

.padding-top--65px {
  padding-top: 65px; }

.padding-top--70px {
  padding-top: 70px; }

.padding-top--75px {
  padding-top: 75px; }

.padding-top--80px {
  padding-top: 80px; }

.padding-top--85px {
  padding-top: 85px; }

.padding-top--90px {
  padding-top: 90px; }

.padding-top--95px {
  padding-top: 95px; }

.padding-top--100px {
  padding-top: 100px; }

.padding-top--105px {
  padding-top: 105px; }

.padding-top--110px {
  padding-top: 110px; }

.padding-top--115px {
  padding-top: 115px; }

.padding-top--120px {
  padding-top: 120px; }

.padding-top--125px {
  padding-top: 125px; }

.padding-top--130px {
  padding-top: 130px; }

.padding-top--135px {
  padding-top: 135px; }

.padding-top--140px {
  padding-top: 140px; }

.padding-top--145px {
  padding-top: 145px; }

.padding-top--150px {
  padding-top: 150px; }

.padding-top--155px {
  padding-top: 155px; }

.padding-top--160px {
  padding-top: 160px; }

.padding-top--165px {
  padding-top: 165px; }

.padding-top--170px {
  padding-top: 170px; }

.padding-top--175px {
  padding-top: 175px; }

.padding-top--180px {
  padding-top: 180px; }

.padding-top--185px {
  padding-top: 185px; }

.padding-top--190px {
  padding-top: 190px; }

.padding-top--195px {
  padding-top: 195px; }

.padding-top--200px {
  padding-top: 200px; }

body, html {
  margin: 0px;
  padding: 0px;
  font-size: 13px; }

body {
  color: #1a535c;
  font-family: "Muli", sans-serif; }

* {
  outline: none !important; }

a, input, button {
  outline: none !important;
  box-shadow: none !important; }

a {
  color: #1a535c; }
  a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

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

.align--center {
  display: flex;
  align-items: center;
  justify-content: center; }

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

.height--50 {
  height: 50vh; }

.height--33 {
  height: 33vh; }

.height--75 {
  height: 75vh; }

.bg--grey__light {
  background: #e7e7e7; }

.bg--grey__superLight {
  background: #F8F8F8; }

.bg--orange__dark {
  background: #ba4e00; }

.bg--blue__dark {
  background: #1a535c; }

.bg--blue__normal {
  background: #31646c; }

.bg--pink__normal {
  background: #E0407B; }

.headingL {
  font-size: 48px; }

.headingM {
  font-size: 36px;
  line-height: 40px; }

.headingMS {
  font-size: 28px; }

.headingS {
  font-size: 21px; }

.headingXS {
  font-size: 18px; }

.bodyStandard {
  font-size: 13px; }

.bodyL {
  font-size: 16px; }

.bodyM {
  font-size: 14px; }

.bodyXS {
  font-size: 11px; }

.color--white {
  color: #ffffff; }

.color--grey__light {
  color: #e7e7e7; }

.color--grey__normal {
  color: #becacc; }

.superscript {
  vertical-align: super;
  font-size: 10px; }

.font--body {
  font-family: "Muli", sans-serif; }

.font--headings {
  font-family: "Gelasio", serif; }

.link--underline {
  color: #31646c;
  border-bottom: 1px solid #31646c;
  transition: all 400ms ease-in-out;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0; }
  .link--underline:hover {
    opacity: 0.5; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: inherit; }

.cms-page-view h1 {
  font-size: 36px;
  font-family: "Gelasio", serif; }

.cms-page-view h2 {
  font-size: 28px;
  font-family: "Gelasio", serif; }

.cms-page-view h3 {
  font-size: 21px;
  font-family: "Gelasio", serif; }

.cms-page-view h4 {
  font-size: 18px;
  font-family: "Gelasio", serif; }

.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4 {
  display: block;
  width: 100%; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e7e7e7; }

.container-fluid.container--custom, .container--custom.container-sm, .container--custom.container-md, .container--custom.container-lg, .container--custom.container-xl {
  padding: 0 60px; }

.container-fluid.container--custom__product, .container--custom__product.container-sm, .container--custom__product.container-md, .container--custom__product.container-lg, .container--custom__product.container-xl {
  padding: 0 120px; }

.container--custom__spacing .col-xs-1, .container--custom__spacing .col-sm-1, .container--custom__spacing .col-md-1, .container--custom__spacing .col-lg-1, .container--custom__spacing .col-xs-2, .container--custom__spacing .col-sm-2, .container--custom__spacing .col-md-2, .container--custom__spacing .col-lg-2, .container--custom__spacing .col-xs-3, .container--custom__spacing .col-sm-3, .container--custom__spacing .col-md-3, .container--custom__spacing .col-lg-3, .container--custom__spacing .col-xs-4, .container--custom__spacing .col-sm-4, .container--custom__spacing .col-md-4, .container--custom__spacing .col-lg-4, .container--custom__spacing .col-xs-5, .container--custom__spacing .col-sm-5, .container--custom__spacing .col-md-5, .container--custom__spacing .col-lg-5, .container--custom__spacing .col-xs-6, .container--custom__spacing .col-sm-6, .container--custom__spacing .col-md-6, .container--custom__spacing .col-lg-6, .container--custom__spacing .col-xs-7, .container--custom__spacing .col-sm-7, .container--custom__spacing .col-md-7, .container--custom__spacing .col-lg-7, .container--custom__spacing .col-xs-8, .container--custom__spacing .col-sm-8, .container--custom__spacing .col-md-8, .container--custom__spacing .col-lg-8, .container--custom__spacing .col-xs-9, .container--custom__spacing .col-sm-9, .container--custom__spacing .col-md-9, .container--custom__spacing .col-lg-9, .container--custom__spacing .col-xs-10, .container--custom__spacing .col-sm-10, .container--custom__spacing .col-md-10, .container--custom__spacing .col-lg-10, .container--custom__spacing .col-xs-11, .container--custom__spacing .col-sm-11, .container--custom__spacing .col-md-11, .container--custom__spacing .col-lg-11,
.container--custom__spacing .col-xs-12, .container--custom__spacing .col-sm-12, .container--custom__spacing .col-md-12, .container--custom__spacing .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px; }

.overlay--default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out; }
  .overlay--default.light {
    background: rgba(0, 0, 0, 0.2); }

.clear, .clearfix {
  clear: both; }

sup {
  top: -.3em;
  font-size: 60%; }

.cart--summary #shipping-zip-form {
  display: none !important; }

#paybyfinance-not-shown {
  display: none !important; }

.checkout-index-index._has-modal {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .checkout-index-index._has-modal .modal-content {
    height: 80vh;
    overflow-y: scroll !important; }

.ves-megamenu .navigation .level0 > a, .ves-megamenu .navigation .content-type-parentcart .level1 > a {
  text-transform: none !important;
  text-align: center;
  font-family: "Gelasio", serif !important;
  font-weight: 400  !important;
  font-size: 18px !important; }
  .ves-megamenu .navigation .level0 > a .opener, .ves-megamenu .navigation .level0 > a .drill-opener, .ves-megamenu .navigation .content-type-parentcart .level1 > a .opener, .ves-megamenu .navigation .content-type-parentcart .level1 > a .drill-opener {
    display: none !important; }

.nav-sections-item-switch {
  display: none !important; }

.nav-sections {
  text-align: center; }

.ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  text-align: center !important; }

.ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
  border-left: 0 !important; }

.navigation .level0 .submenu .active > a {
  border-color: none;
  background: #ffffff; }

body .ves-megamenu .navigation .level0 > a, body .ves-megamenu .navigation .content-type-parentcart .level1 > a {
  font-size: 18px !important; }

.tooltip {
  display: none; }

body .collapse.in {
  display: block; }

.block-compare #compare-items {
  display: none !important; }

.amfaq-category-description table, .am-widget-category table, .am-faq-tags-widget table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }

.amfaq-category-description table th,
.amfaq-category-description table td, .am-widget-category table th,
.am-widget-category table td, .am-faq-tags-widget table th,
.am-faq-tags-widget table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef; }

.amfaq-category-description table thead th, .am-widget-category table thead th, .am-faq-tags-widget table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef; }

.amfaq-category-description table tbody + tbody, .am-widget-category table tbody + tbody, .am-faq-tags-widget table tbody + tbody {
  border-top: 2px solid #eceeef; }

.amfaq-category-description table table, .am-widget-category table table, .am-faq-tags-widget table table {
  background-color: #fff; }

.amfaq-category-description table-sm th,
.amfaq-category-description table-sm td, .am-widget-category table-sm th,
.am-widget-category table-sm td, .am-faq-tags-widget table-sm th,
.am-faq-tags-widget table-sm td {
  padding: 0.3rem; }

.amfaq-category-description table-bordered, .am-widget-category table-bordered, .am-faq-tags-widget table-bordered {
  border: 1px solid #eceeef; }

.amfaq-category-description table-bordered th,
.amfaq-category-description table-bordered td, .am-widget-category table-bordered th,
.am-widget-category table-bordered td, .am-faq-tags-widget table-bordered th,
.am-faq-tags-widget table-bordered td {
  border: 1px solid #eceeef; }

.amfaq-category-description table-bordered thead th,
.amfaq-category-description table-bordered thead td, .am-widget-category table-bordered thead th,
.am-widget-category table-bordered thead td, .am-faq-tags-widget table-bordered thead th,
.am-faq-tags-widget table-bordered thead td {
  border-bottom-width: 2px; }

.amfaq-category-description table-striped tbody tr:nth-of-type(odd), .am-widget-category table-striped tbody tr:nth-of-type(odd), .am-faq-tags-widget table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.amfaq-category-description table-hover tbody tr:hover, .am-widget-category table-hover tbody tr:hover, .am-faq-tags-widget table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.amfaq-category-description table-active,
.amfaq-category-description table-active > th,
.amfaq-category-description table-active > td, .am-widget-category table-active,
.am-widget-category table-active > th,
.am-widget-category table-active > td, .am-faq-tags-widget table-active,
.am-faq-tags-widget table-active > th,
.am-faq-tags-widget table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.amfaq-category-description table-hover table-active:hover, .am-widget-category table-hover table-active:hover, .am-faq-tags-widget table-hover table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.amfaq-category-description table-hover table-active:hover > td,
.amfaq-category-description table-hover table-active:hover > th, .am-widget-category table-hover table-active:hover > td,
.am-widget-category table-hover table-active:hover > th, .am-faq-tags-widget table-hover table-active:hover > td,
.am-faq-tags-widget table-hover table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.amfaq-category-description table-success,
.amfaq-category-description table-success > th,
.amfaq-category-description table-success > td, .am-widget-category table-success,
.am-widget-category table-success > th,
.am-widget-category table-success > td, .am-faq-tags-widget table-success,
.am-faq-tags-widget table-success > th,
.am-faq-tags-widget table-success > td {
  background-color: #dff0d8; }

.amfaq-category-description table-hover table-success:hover, .am-widget-category table-hover table-success:hover, .am-faq-tags-widget table-hover table-success:hover {
  background-color: #d0e9c6; }

.amfaq-category-description table-hover table-success:hover > td,
.amfaq-category-description table-hover table-success:hover > th, .am-widget-category table-hover table-success:hover > td,
.am-widget-category table-hover table-success:hover > th, .am-faq-tags-widget table-hover table-success:hover > td,
.am-faq-tags-widget table-hover table-success:hover > th {
  background-color: #d0e9c6; }

.amfaq-category-description table-info,
.amfaq-category-description table-info > th,
.amfaq-category-description table-info > td, .am-widget-category table-info,
.am-widget-category table-info > th,
.am-widget-category table-info > td, .am-faq-tags-widget table-info,
.am-faq-tags-widget table-info > th,
.am-faq-tags-widget table-info > td {
  background-color: #d9edf7; }

.amfaq-category-description table-hover table-info:hover, .am-widget-category table-hover table-info:hover, .am-faq-tags-widget table-hover table-info:hover {
  background-color: #c4e3f3; }

.amfaq-category-description table-hover table-info:hover > td,
.amfaq-category-description table-hover table-info:hover > th, .am-widget-category table-hover table-info:hover > td,
.am-widget-category table-hover table-info:hover > th, .am-faq-tags-widget table-hover table-info:hover > td,
.am-faq-tags-widget table-hover table-info:hover > th {
  background-color: #c4e3f3; }

.amfaq-category-description table-warning,
.amfaq-category-description table-warning > th,
.amfaq-category-description table-warning > td, .am-widget-category table-warning,
.am-widget-category table-warning > th,
.am-widget-category table-warning > td, .am-faq-tags-widget table-warning,
.am-faq-tags-widget table-warning > th,
.am-faq-tags-widget table-warning > td {
  background-color: #fcf8e3; }

.amfaq-category-description table-hover table-warning:hover, .am-widget-category table-hover table-warning:hover, .am-faq-tags-widget table-hover table-warning:hover {
  background-color: #faf2cc; }

.amfaq-category-description table-hover table-warning:hover > td,
.amfaq-category-description table-hover table-warning:hover > th, .am-widget-category table-hover table-warning:hover > td,
.am-widget-category table-hover table-warning:hover > th, .am-faq-tags-widget table-hover table-warning:hover > td,
.am-faq-tags-widget table-hover table-warning:hover > th {
  background-color: #faf2cc; }

.amfaq-category-description table-danger,
.amfaq-category-description table-danger > th,
.amfaq-category-description table-danger > td, .am-widget-category table-danger,
.am-widget-category table-danger > th,
.am-widget-category table-danger > td, .am-faq-tags-widget table-danger,
.am-faq-tags-widget table-danger > th,
.am-faq-tags-widget table-danger > td {
  background-color: #f2dede; }

.amfaq-category-description table-hover table-danger:hover, .am-widget-category table-hover table-danger:hover, .am-faq-tags-widget table-hover table-danger:hover {
  background-color: #ebcccc; }

.amfaq-category-description table-hover table-danger:hover > td,
.amfaq-category-description table-hover table-danger:hover > th, .am-widget-category table-hover table-danger:hover > td,
.am-widget-category table-hover table-danger:hover > th, .am-faq-tags-widget table-hover table-danger:hover > td,
.am-faq-tags-widget table-hover table-danger:hover > th {
  background-color: #ebcccc; }

.amfaq-category-description .thead-inverse th, .am-widget-category .thead-inverse th, .am-faq-tags-widget .thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.amfaq-category-description .thead-default th, .am-widget-category .thead-default th, .am-faq-tags-widget .thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.amfaq-category-description table-inverse, .am-widget-category table-inverse, .am-faq-tags-widget table-inverse {
  color: #fff;
  background-color: #292b2c; }

.amfaq-category-description table-inverse th,
.amfaq-category-description table-inverse td,
.amfaq-category-description table-inverse thead th, .am-widget-category table-inverse th,
.am-widget-category table-inverse td,
.am-widget-category table-inverse thead th, .am-faq-tags-widget table-inverse th,
.am-faq-tags-widget table-inverse td,
.am-faq-tags-widget table-inverse thead th {
  border-color: #fff; }

.amfaq-category-description table-inversetable-bordered, .am-widget-category table-inversetable-bordered, .am-faq-tags-widget table-inversetable-bordered {
  border: 0; }

.amfaq-category-description table-responsive, .am-widget-category table-responsive, .am-faq-tags-widget table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.amfaq-category-description table-responsivetable-bordered, .am-widget-category table-responsivetable-bordered, .am-faq-tags-widget table-responsivetable-bordered {
  border: 0; }

.amfaq_questions .am-item {
  padding-bottom: 10px; }

.am-search-box-wrapper {
  text-align: center; }

body .modal-popup._inner-scroll .modal-content {
  overflow-y: visible; }

.navigation .level0 .submenu .default--button {
  display: inline-block;
  padding: 7px 15px;
  color: #ffffff !important; }
  .navigation .level0 .submenu .default--button:hover {
    color: #1a535c !important; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1a535c !important; }

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
  background: none !important;
  opacity: 0.5; }

body .ask-question-form .button-container .button-info {
  float: none; }

body .ask-form-container textarea {
  height: 150px; }

body .ask-form-container textarea, body .ask-form-container input[type="text"] {
  width: 60%;
  min-width: 400px;
  max-width: 100%;
  margin-bottom: 20px; }

body .ask-question-form .button-container .form-toggle-button {
  margin-left: 0;
  transition: none; }
  body .ask-question-form .button-container .form-toggle-button.active {
    border: 0;
    margin: 0;
    font-family: "Muli", sans-serif;
    text-align: left;
    font-size: "Muli", sans-serif;
    padding-left: 0px;
    font-size: 14px;
    border-bottom: 1px solid #1a535c;
    display: inline-block;
    min-width: auto;
    padding-right: 0;
    padding-bottom: 0px; }
    body .ask-question-form .button-container .form-toggle-button.active:before {
      content: "\e908";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'cousins' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 5px;
      font-size: 10px;
      vertical-align: middle; }

.navigation .submenu:not(:first-child) .active > a {
  border-color: initial !important;
  border: 0 !important; }

.ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
  padding: 30px 30px 23px !important; }

body .navigation {
  max-width: 1480px; }

.btn-facebook:hover, .btn-google:hover {
  color: #ffffff !important; }

.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before {
  display: none !important; }

.ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
  margin-top: 0 !important; }

#cc_c2a {
  z-index: 2000 !important; }

.field.company {
  display: none !important; }

@font-face {
  font-family: 'cousins';
  src: url("../fonts//cousins.eot?6zerat");
  src: url("../fonts//cousins.eot?6zerat#iefix") format("embedded-opentype"), url("../fonts//cousins.ttf?6zerat") format("truetype"), url("../fonts//cousins.woff?6zerat") format("woff"), url("../fonts//cousins.svg?6zerat#cousins") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cousins' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cousins-new-logo-2:before {
  content: "\e930";
  color: #324a5c; }

.icon-heart:before {
  content: "\e92e"; }

.icon-burger:before {
  content: "\e925"; }

.icon-c-logo:before {
  content: "\e926"; }

.icon-cousins-logo:before {
  content: "\e927"; }

.icon-cousins-logo:before {
  content: "\e928"; }

.icon-account:before {
  content: "\e929"; }

.icon-phone:before {
  content: "\e92a"; }

.icon-map-marker1:before {
  content: "\e92b"; }

.icon-heart:before {
  content: "\e92c"; }

.icon-cc:before {
  content: "\e91c"; }

.icon-users:before {
  content: "\e91d"; }

.icon-headset:before {
  content: "\e91e"; }

.icon-padlock:before {
  content: "\e91f"; }

.icon-price:before {
  content: "\e920"; }

.icon-sofa:before {
  content: "\e921"; }

.icon-user-tick:before {
  content: "\e922"; }

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

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

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

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

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

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

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

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

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

.icon-car-park:before {
  content: "\e906"; }

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

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

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

.icon-fabric-sample:before {
  content: "\e90a"; }

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

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

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

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

.icon-map-marker:before {
  content: "\e90f"; }

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

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

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

.icon-solid-arrow:before {
  content: "\e914"; }

.icon-stroke-arrow:before {
  content: "\e915"; }

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

.icon-virtual-tour:before {
  content: "\e917"; }

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

.icon-wishlist:before {
  content: "\e933"; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts//icomoon.eot?3dyfih");
  src: url("../fonts//icomoon.eot?3dyfih#iefix") format("embedded-opentype"), url("../fonts//icomoon.ttf?3dyfih") format("truetype"), url("../fonts//icomoon.woff?3dyfih") format("woff"), url("../fonts//icomoon.svg?3dyfih#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon2-"], [class*=" icon2-"] {
  /* 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; }

.icon2-website:before {
  content: "\e900"; }

.icon2-phone:before {
  content: "\e901"; }

.icon2-camera:before {
  content: "\e902"; }

.icon2-chat:before {
  content: "\e903"; }

.icon2-play:before {
  content: "\e904"; }

.amfaq-hidden {
  display: none; }

.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table; }

.amfaq-question-footer-wrapper:after {
  clear: both; }

.amfaq-product-tab .block-title strong {
  display: block;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0 0 3rem 0; }

.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: break-all; }

.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all; }

.faq-search-index .amfaq-highlight {
  background-color: #d3e185; }

.amfaq-social-buttons {
  float: left;
  padding-top: 4px; }

.amfaq-social-buttons a,
.amfaq-social-buttons a:hover {
  color: transparent; }

.amfaq-social-buttons img {
  width: 30px;
  padding: 0 1px;
  border: 0;
  display: inline; }

.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0; }

.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word; }

.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem; }

.amfaq_questions .am-item .am-links {
  font-size: 1.5rem;
  float: right;
  padding: 5px 0;
  word-wrap: break-word; }

.amfaq_questions .am-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word; }

.amfaq_questions .am-title .am-plus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal; }

.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit; }

.amfaq_questions .am-title .am-plus:active:before {
  color: inherit; }

.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none; }

.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none; }

.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5; }

.amfaq_questions .am-title .am-minus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal; }

.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit; }

.amfaq_questions .am-title .am-minus:active:before {
  color: inherit; }

.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none; }

.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none; }

.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5; }

.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word; }

.ask-question-form .button-container {
  margin: 10px 0; }

.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle; }

.ask-question-form .button-container .form-toggle-button {
  margin: 10px; }

.ask-question-form .ask-form-container label input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle; }

.amfaq-category-description {
  margin-bottom: 20px; }

.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9; }

.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word; }

.amfaq_categories .item.current {
  background: #f9f9f9; }

.amfaq_categories .item.current a {
  color: #000; }

.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  word-wrap: break-word; }

.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  margin: 20px 0;
  font-weight: 500; }

.amfaq_tags .title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  word-wrap: break-word;
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.amfaq_tags .tags_content {
  margin: 5px; }

.amfaq_tags .tags_content .current {
  text-decoration: underline;
  font-weight: 600; }

.amfaq_tags .tags_content .item {
  display: inline-block;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.6rem; }

.amfaq_tags .tags_content .item a {
  text-decoration: none;
  color: #000000; }

.question_view {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9; }

.question_view .answer {
  word-wrap: break-word; }

.am-back-button {
  float: right;
  margin-left: 15px; }

.am-back-to-product-widget.am-widget-left {
  text-align: left; }

.am-back-to-product-widget.am-widget-center {
  text-align: center; }

.am-back-to-product-widget.am-widget-right {
  text-align: right; }

.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0; }

.amfaq-search {
  position: relative;
  margin-bottom: 15px;
  max-width: 300px; }

.amfaq-search .am-input {
  padding-right: 30px; }

.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0; }

.amfaq-search .am-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 30px;
  height: 32px;
  border: 0;
  box-shadow: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat; }

.amfaq-rating {
  float: left; }

.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem; }

.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno {
  border: 1px solid #c9c9c9;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px; }

.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px; }

.amfaq-rating .amfaq-arrow {
  cursor: pointer; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: bold; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-weight: bold; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none; }

.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5; }

.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a; }

.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold; }

.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a; }

.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default; }

.amfaq-rating .amfaq-rating-yesno-vote {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer; }

.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #1979c3;
  text-decoration: none; }

.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #006bb4;
  text-decoration: underline; }

.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #ff5501;
  text-decoration: underline; }

.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  font-weight: bold;
  cursor: auto; }

.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%; }

.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem; }

.am-widget-category .view-all {
  display: block;
  text-align: right; }

.am-widget-category .am-category-header {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 50px; }

.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px; }

.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px; }

.am-widget-category .am-category-header .faq-category-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  word-wrap: break-word; }

.am-widget-category .amfaq_questions .am-title {
  font-weight: 300;
  font-size: 1.6rem; }

.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table; }

.am-search-box-wrapper:after {
  clear: both; }

.am-search-box-wrapper .am-widget-center {
  margin: auto; }

.am-search-box-wrapper .am-widget-right {
  float: right; }

.am-search-box-wrapper .amfaq-search {
  max-width: initial; }

.amfaq-pager {
  float: right; }

#amfaq_search_autocomplete .amfaq-category {
  font-size: 1rem;
  padding-top: 3px;
  color: #575757; }

.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem; }

.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 30px; }

.am-faq-tags-widget .am-tags-main-title span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 1.8rem;
  color: #333333; }

.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  margin: 0 15px 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #DDDDDD;
  padding: 9px 0px 9px 0px;
  display: inline-block; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #F2C94C; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #585858; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #BEBEBE;
  padding: 11px 12px 10px 0; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  padding: 0px 9px 0px 12px;
  font-weight: 600;
  text-decoration: none; }

@media print {
  .amfaq-social-buttons {
    display: none; } }

@media all and (min-width: 1024px), print {
  .amfaq-social-buttons {
    float: right;
    padding-top: 0; }
  .am-widget-categories-2 .am-widget-category {
    width: 50%; }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%; } }

@media print {
  .amfaq-social-buttons {
    display: none; } }

.faq-question-view .padding-top--100px, .faq-category-view .padding-top--100px, .faq-search-index .padding-top--100px {
  display: none; }

.faq-question-view .columns, .faq-category-view .columns, .faq-search-index .columns {
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.faq-question-view .sidebar, .faq-category-view .sidebar, .faq-search-index .sidebar {
  width: 20.66666667%;
  float: left;
  padding-right: 2%; }
  .faq-question-view .sidebar input[type="text"], .faq-question-view .sidebar input[type="password"], .faq-question-view .sidebar input[type="url"], .faq-question-view .sidebar input[type="tel"], .faq-question-view .sidebar input[type="search"], .faq-question-view .sidebar input[type="number"], .faq-question-view .sidebar input[type="datetime"], .faq-question-view .sidebar input[type="email"], .faq-category-view .sidebar input[type="text"], .faq-category-view .sidebar input[type="password"], .faq-category-view .sidebar input[type="url"], .faq-category-view .sidebar input[type="tel"], .faq-category-view .sidebar input[type="search"], .faq-category-view .sidebar input[type="number"], .faq-category-view .sidebar input[type="datetime"], .faq-category-view .sidebar input[type="email"], .faq-search-index .sidebar input[type="text"], .faq-search-index .sidebar input[type="password"], .faq-search-index .sidebar input[type="url"], .faq-search-index .sidebar input[type="tel"], .faq-search-index .sidebar input[type="search"], .faq-search-index .sidebar input[type="number"], .faq-search-index .sidebar input[type="datetime"], .faq-search-index .sidebar input[type="email"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Apercu',sans-serif,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box; }

.faq-question-view .columns:after, .faq-category-view .columns:after, .faq-search-index .columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.faq-question-view .column.main, .faq-category-view .column.main, .faq-search-index .column.main {
  width: 75.33333333%;
  float: right; }

.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno {
  margin: 20px 0px; }

.amfaq_tags .tags_content .item a, .am-item .am-links a {
  font-size: 12px; }

.am-widget-category .amfaq_questions .am-title {
  font-size: 16px; }

.amfaq_questions .am-title .am-minus, .amfaq_questions .am-title .am-plus {
  display: none; }

.menu--header__icons li a {
  color: #1a535c;
  transition: all 400ms ease-in-out; }
  .menu--header__icons li a i {
    font-size: 24px; }
  .menu--header__icons li a:hover {
    opacity: 0.5; }

.header .logo {
  margin: 30px 0px 30px;
  font-size: 65px;
  display: inline-block; }

.header--small i {
  margin-right: 5px; }

.header .menu--main li a {
  font-size: 18px !important;
  transition: all 400ms ease-in-out;
  font-family: "Gelasio", serif; }
  .header .menu--main li a:hover {
    opacity: 0.5; }

.minicart-wrapper.active .minicart {
  opacity: 1;
  visibility: visible; }

.minicart-wrapper.active .overlay--default {
  opacity: 1;
  visibility: visible; }

.minicart {
  max-width: 40vw;
  width: 450px;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  padding: 40px 40px 40px 40px;
  text-align: left;
  -webkit-transition: all 400ms ease-in-out;
  /* Safari 4+ */
  -moz-transition: all 400ms ease-in-out;
  /* Fx 5+ */
  -o-transition: all 400ms ease-in-out;
  /* Opera 12+ */
  transition: all 400ms ease-in-out;
  /* IE 10+, Fx 29+ */ }
  .minicart #top-cart-btn-checkout {
    width: 100%; }
  .minicart .basket--total {
    margin: 0px -7.5px; }
  .minicart img {
    width: 100px;
    height: auto; }
  .minicart .item .product a {
    color: #000000; }
  .minicart .link--underline {
    border-bottom: 1px solid #000000; }
  .minicart--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease-in-out;
    /* Safari 4+ */
    -moz-transition: all 400ms ease-in-out;
    /* Fx 5+ */
    -o-transition: all 400ms ease-in-out;
    /* Opera 12+ */
    transition: all 400ms ease-in-out;
    /* IE 10+, Fx 29+ */ }
    .minicart--overlay.active {
      opacity: 1;
      visibility: visible; }
  .minicart--close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px 30px 0 0;
    font-size: 16px;
    cursor: pointer;
    transition: all 400ms ease-in-out; }
    .minicart--close:hover {
      opacity: 0.5; }
  .minicart--products {
    height: calc(100vh - 350px) !important;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll; }
  .minicart .table {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 10px; }
  .minicart div[class*="col-"] {
    padding: 0 7px; }

.trigger--minicart {
  position: relative; }

.round--number {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #becacc;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  top: 0;
  right: 0;
  margin-right: -12px; }

.block-search {
  position: relative; }
  .block-search input[type="text"] {
    display: inline-block;
    width: calc(100% - 60px);
    position: absolute;
    min-width: 300px;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: -3px;
    margin-right: -10px;
    color: #1a535c;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out; }
  .block-search .opened input[type="text"] {
    opacity: 1;
    visibility: visible; }
  .block-search button.search {
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #1a535c;
    z-index: 2;
    position: absolute;
    top: 1px;
    right: 2px;
    background: none !important; }

.scroll-to-fixed-fixed.nav-sections-items {
  margin-top: 47px;
  z-index: 90 !important; }

.header {
  z-index: 100;
  position: relative;
  padding-bottom: 20px; }
  .header.is_stuck {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0 !important;
    bottom: auto !important;
    background: #ffffff;
    padding-bottom: 0; }
    .header.is_stuck .logo {
      margin: 14px 0px 10px;
      font-size: 45px; }
    .header.is_stuck .banner--top {
      margin-bottom: -50px; }

body .clearfix:before, body .clearfix:after, body .container:before, body .container:after, body .container-fluid:before, body .container-sm:before, body .container-md:before, body .container-lg:before, body .container-xl:before, body .container-fluid:after, body .container-sm:after, body .container-md:after, body .container-lg:after, body .container-xl:after, body .row:before, body .row:after {
  display: none; }

.ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
  margin-bottom: 10px; }

body .ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 10px; }

.ves-megamenu .navigation .nav-item.level1 span {
  font-family: "Gelasio", serif;
  color: #1a535c !important;
  line-height: normal;
  display: block; }

.ves-megamenu .navigation .nav-item.level2 span {
  font-family: "Muli", sans-serif;
  color: #7f7f7f !important; }

.banner--top {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -50px; }
  .banner--top i {
    vertical-align: middle;
    font-size: 19px; }
  .banner--top .icon-cross {
    position: absolute;
    top: 0;
    right: 0;
    margin: 17px 45px 0 0;
    font-size: 12px; }
  .banner--top .link--underline {
    border-bottom: 1px solid #ffffff;
    line-height: initial;
    color: #ffffff; }
    .banner--top .link--underline:hover {
      opacity: 0.5; }

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 30px 30px 0;
  border: 1px solid #1a535c;
  background: #1a535c;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  z-index: 1500;
  text-align: center;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden; }
  .back-to-top.active {
    opacity: 0.6;
    visibility: visible; }
  .back-to-top:hover {
    background: #ffffff;
    color: #1a535c;
    border: 1px solid #1a535c; }

.header hr {
  margin-bottom: 20px; }

.header .slider--widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px; }
  .header .slider--widget .slide {
    flex: 0 0 14.255555555%;
    max-width: 15%;
    padding: 0 15px; }
    .header .slider--widget .slide a {
      padding: 0 !important; }
  .header .slider--widget .block--product__statusBar, .header .slider--widget .block--product__swatches, .header .slider--widget .block--product__fav {
    display: none; }
  .header .slider--widget .block--product__image--wrap {
    height: 10vw; }
  .header .slider--widget .block--product__title, .header .slider--widget .block--product__price, .header .slider--widget .block--product .product--single__price {
    font-size: 13px;
    text-align: center;
    padding-right: 0; }
    .header .slider--widget .block--product__title sup, .header .slider--widget .block--product__price sup, .header .slider--widget .block--product .product--single__price sup {
      font-size: 8px; }

.nav-sections {
  position: relative;
  z-index: 1; }

.header .list--menu li {
  vertical-align: top; }
  .header .list--menu li .block-search {
    margin-top: -5px; }

.newsletter--title {
  font-size: 28px; }

.newsletter--wrap {
  border: 1px solid #ffffff;
  padding: 2px;
  color: #ffffff; }
  .newsletter--wrap input[type="text"], .newsletter--wrap input[type="email"] {
    background: none;
    width: calc(100% - 45px);
    display: inline-block;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 15px; }
    .newsletter--wrap input[type="text"]::placeholder, .newsletter--wrap input[type="email"]::placeholder {
      color: #ffffff;
      font-size: 14px; }
  .newsletter--wrap button {
    display: inline-block; }
  .newsletter--wrap i {
    font-size: 7px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top; }

.footer {
  color: #ffffff; }
  .footer a, .footer .list--menu a {
    color: #ffffff;
    transition: all 400ms ease-in-out; }
    .footer a:hover, .footer .list--menu a:hover {
      opacity: 0.5; }
  .footer .list--menu li a {
    font-size: 13px; }
  .footer .footer--menu__label {
    color: #ffffff;
    margin-bottom: 10px;
    opacity: 0.5; }
  .footer .footer--menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .footer--menu li {
      display: block;
      margin-bottom: 10px;
      font-size: 13px; }

.list--menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list--menu li {
    display: inline-block;
    margin: 0 12px; }
    .list--menu li a {
      display: inline-block;
      color: #1a535c;
      font-weight: 300;
      transition: all 400ms ease-in-out; }
      .list--menu li a:hover {
        opacity: 0.5; }
    .list--menu li:last-child {
      margin-right: 0; }
  .list--menu__block li {
    display: block;
    margin: 10px 0px; }

.list--breadcrumbs, .breadcrumbs .items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list--breadcrumbs li, .breadcrumbs .items li {
    margin: 0 2px;
    color: #1a535c;
    display: inline-block;
    font-size: 13px; }
    .list--breadcrumbs li:after, .breadcrumbs .items li:after {
      content: '/';
      margin: 0 5px; }
    .list--breadcrumbs li.is-link:after, .breadcrumbs .items li.is-link:after {
      color: #becacc; }
    .list--breadcrumbs li:last-child:after, .breadcrumbs .items li:last-child:after {
      display: none; }
    .list--breadcrumbs li a, .breadcrumbs .items li a {
      color: #becacc; }

.breadcrumbs .items {
  margin-bottom: 20px; }

.default--button {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial; }
  .default--button.font--body {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 11px 10px; }
  .default--button span {
    float: left;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top; }
  .default--button i.icon-arrow-right {
    float: right;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px;
    font-size: 7px;
    margin-left: 50px; }
  .default--button.blue--dark {
    background: #1a535c;
    color: #ffffff;
    border-color: #1a535c; }
    .default--button.blue--dark:hover {
      border: 1px solid #1a535c; }
  .default--button.button--white {
    background: #ffffff;
    color: #1a535c; }
    .default--button.button--white:hover {
      border: 1px solid #1a535c;
      color: #ffffff !important;
      background: #1a535c; }
  .default--button.border--blue__dark {
    border: 1px solid #1a535c;
    color: #1a535c; }
  .default--button.button--input {
    border: 1px solid transparent;
    background: #e7e7e7; }
    .default--button.button--input div {
      color: #1a535c; }
    .default--button.button--input:hover {
      color: #1a535c;
      border-color: #1a535c; }
  .default--button:hover {
    background: #ffffff;
    color: #1a535c !important; }

.slider--normal .slide {
  position: relative; }
  .slider--normal .slide--image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 75vh;
    width: 100%; }

.slider--normal .slide--content {
  position: absolute;
  top: 0;
  left: 0;
  height: 75vh;
  z-index: 1;
  width: 100%; }

.slider--normal .slide--title {
  font-size: 48px;
  color: #ffffff;
  font-family: "Gelasio", serif; }

.block--screen {
  width: 100%;
  position: relative;
  display: block; }
  .block--screen__half, .block--screen__full, .block--screen__third, .block--screen__quarter, .block--screen__75 {
    width: 100%;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: block; }
    .block--screen__half .default--button, .block--screen__full .default--button, .block--screen__third .default--button, .block--screen__quarter .default--button, .block--screen__75 .default--button {
      opacity: 0;
      visibility: hidden;
      margin-bottom: -80px; }
    .block--screen__half:hover .default--button, .block--screen__half.active .default--button, .block--screen__full:hover .default--button, .block--screen__full.active .default--button, .block--screen__third:hover .default--button, .block--screen__third.active .default--button, .block--screen__quarter:hover .default--button, .block--screen__quarter.active .default--button, .block--screen__75:hover .default--button, .block--screen__75.active .default--button {
      opacity: 1;
      visibility: visible;
      margin-bottom: 0px; }
    .block--screen__half:hover .block--screen__text--hidden, .block--screen__half.active .block--screen__text--hidden, .block--screen__full:hover .block--screen__text--hidden, .block--screen__full.active .block--screen__text--hidden, .block--screen__third:hover .block--screen__text--hidden, .block--screen__third.active .block--screen__text--hidden, .block--screen__quarter:hover .block--screen__text--hidden, .block--screen__quarter.active .block--screen__text--hidden, .block--screen__75:hover .block--screen__text--hidden, .block--screen__75.active .block--screen__text--hidden {
      max-height: 200px; }
    .block--screen__half:hover::before, .block--screen__half.active::before, .block--screen__full:hover::before, .block--screen__full.active::before, .block--screen__third:hover::before, .block--screen__third.active::before, .block--screen__quarter:hover::before, .block--screen__quarter.active::before, .block--screen__75:hover::before, .block--screen__75.active::before {
      opacity: 1;
      visibility: visible; }
  .block--screen:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
    background: rgba(0, 0, 0, 0.3); }
  .block--screen__image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .block--screen__text--hidden {
    max-height: 0;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    margin-bottom: 10px;
    text-shadow: 0px 0px 20px #000000;
    color: #ffffff; }
  .block--screen__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.225); }
    .block--screen__overlay.light {
      background: rgba(0, 0, 0, 0.2); }
  .block--screen__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .block--screen__content .icon-virtual-tour {
      font-size: 120px; }
  .block--screen__text p {
    font-size: 18px;
    font-weight: 300; }
  .block--screen__title {
    font-size: 36px;
    line-height: 60px;
    font-family: "Gelasio", serif;
    margin-top: 30px;
    text-shadow: 0px 0px 20px #000000;
    color: #ffffff; }
    .block--screen__title.no-shadow {
      text-shadow: none; }
  .block--screen__subtitle {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 50px;
    font-weight: 300; }
  .block--screen__half {
    height: 50vh; }
  .block--screen__full {
    height: 100vh; }
  .block--screen__third {
    height: 33vh; }
  .block--screen__quarter {
    height: 25vh; }
  .block--screen__75 {
    height: 75vh; }

.block--product__image--wrap:hover .block--product__image {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1); }

.block--product {
  display: block; }
  .block--product__remove {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 22px;
    color: #ffffff;
    background: #1a535c;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    margin: -5px 5px 0 0;
    z-index: 2;
    transition: all 400ms ease-in-out; }
    .block--product__remove i {
      font-size: 10px; }
    .block--product__remove:hover {
      opacity: 0.5; }
  .block--product__image {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 400ms ease-in-out;
    display: block; }
    .block--product__image--wrap {
      height: 20vw;
      width: 100%;
      position: relative; }
    .block--product__image--overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.05); }
  .block--product__statusBar {
    padding: 15px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    font-size: 10px; }
    .block--product__statusBar span {
      display: inline-block;
      margin: 0 1%;
      border-radius: 8px;
      padding: 5px 15px;
      text-align: center;
      color: #ffffff;
      width: 30%; }
      .block--product__statusBar span.New {
        background: #D3743C; }
      .block--product__statusBar span.in-stock {
        background: #266675; }
      .block--product__statusBar span.express-delivery {
        background: #D99697; }
      .block--product__statusBar span.sold {
        background: #E0407B; }
      .block--product__statusBar span.price-reduction {
        background: #C05C80; }
  .block--product__fav {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 28px;
    color: #becacc;
    transition: all 400ms ease-in-out;
    margin: 0 24px 15px 0px;
    z-index: 2;
    cursor: pointer; }
    .block--product__fav:hover {
      color: #1a535c; }
      .block--product__fav:hover .block--product__fav--tooltip {
        opacity: 1;
        visibility: visible; }
    .block--product__fav--tooltip {
      margin-bottom: 47px;
      padding-bottom: 12px; }
      .block--product__fav--tooltip .font--headings {
        margin-bottom: 4px; }
    .block--product__fav .towishlist {
      color: #becacc;
      transition: all 400ms ease-in-out; }
      .block--product__fav .towishlist:hover {
        color: #1a535c; }
  .block--product .block--product__compare--tooltip, .block--product .block--product__fav--tooltip {
    width: 250px;
    font-size: 14px;
    background: #1a535c;
    border-radius: 8px;
    padding: 7px 15px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    margin-bottom: 41px;
    left: -105px;
    opacity: 0;
    visibility: hidden;
    color: #ffffff !important;
    transition: all 400ms ease-in-out;
    text-align: center; }
    .block--product .block--product__compare--tooltip .font--headings, .block--product .block--product__fav--tooltip .font--headings {
      font-size: 16px; }
    .block--product .block--product__compare--tooltip:hover, .block--product .block--product__fav--tooltip:hover {
      color: #ffffff; }
    .block--product .block--product__compare--tooltip:after, .block--product .block--product__fav--tooltip:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #1a535c;
      margin-bottom: -5px;
      margin-left: -8px; }
    .block--product .block--product__compare--tooltip small, .block--product .block--product__fav--tooltip small {
      margin-top: -6px;
      display: block; }
  .block--product__compare {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 28px;
    color: #becacc;
    transition: all 400ms ease-in-out;
    margin: 0 0px 24px 24px;
    z-index: 2;
    color: #becacc;
    width: 32px;
    height: 32px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 400ms ease-in-out; }
    .block--product__compare a {
      display: block;
      color: #becacc;
      transition: all 400ms ease-in-out; }
    .block--product__compare i {
      font-size: 34px; }
    .block--product__compare:hover {
      color: #1a535c;
      border-color: #1a535c; }
      .block--product__compare:hover .block--product__compare--tooltip {
        opacity: 1;
        visibility: visible; }
      .block--product__compare:hover a {
        color: #1a535c; }
  .block--product__title {
    margin-top: 10px;
    font-weight: 300;
    color: #1a535c;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-right: 15px; }
  .block--product__price {
    font-weight: 700;
    font-size: 24px;
    color: #1a535c; }
    .block--product__price sup {
      display: inline-block;
      font-size: 12px; }
  .block--product .product--single__price {
    font-size: 24px; }
  .block--product__swatches {
    margin-top: 10px; }
  .block--product__swatch {
    width: 21px;
    height: 21px;
    background: #1a535c;
    margin-right: 5px;
    display: inline-block; }

.tabs--standard {
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  border-bottom: 0; }
  .tabs--standard li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    padding-right: 20px;
    font-family: "Gelasio", serif; }
    .tabs--standard li:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #e7e7e7; }
    .tabs--standard li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .tabs--standard li:last-child:after {
        display: none; }
    .tabs--standard li:hover .nav-link, .tabs--standard li.active .nav-link {
      color: #1a535c; }
  .tabs--standard .nav-link {
    border: 0;
    display: inline-block;
    border-radius: 0;
    background: none;
    font-size: 36px;
    line-height: 40px;
    color: #e7e7e7;
    border-color: none;
    background-color: none;
    transition: all 400ms ease-in-out;
    cursor: pointer; }

.tab-pane.active {
  display: block !important;
  opacity: 1 !important; }

.tab-pane.fade.active {
  opacity: 1 !important; }

.social--media {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social--media li {
    display: inline-block;
    margin-right: 20px; }
    .social--media li a {
      color: #ffffff;
      font-size: 24px;
      transition: all 400ms ease-in-out; }
      .social--media li a:hover {
        opacity: 0.5; }

.block--benefit__icon {
  color: #becacc;
  font-size: 36px;
  margin-bottom: 0px; }

.block--benefit__title {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: "Gelasio", serif; }

.table--standard__headings {
  font-size: 11px;
  color: #becacc; }

.table--standard span {
  font-size: 14px; }

.table--standard__image {
  width: 30%;
  float: left;
  position: relative; }
  .table--standard__image--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .table--standard__image img {
    border: 1px solid #becacc; }

.table--standard__info {
  width: 60%;
  float: left;
  padding-left: 15px; }
  .table--standard__info--title {
    font-size: 13px; }
  .table--standard__info--subtitle {
    font-size: 13px;
    padding-top: 5px; }

.table--standard__qty {
  font-size: 13px;
  padding: 2px 5px;
  width: 48px;
  text-align: center; }

.table--standard .actions-toolbar {
  margin-top: 0; }

.table--standard__remove i {
  font-size: 10px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  background: #1a535c;
  z-index: 1;
  text-align: center;
  font-size: 8px;
  margin: 0px 0px 0 0;
  z-index: 2;
  transition: all 400ms ease-in-out; }

.table--standard__remove:hover {
  opacity: 0.5; }

.table--standard hr.divider {
  margin-bottom: 20px;
  margin-top: 15px; }

.input--default {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px; }

.modal--standard .modal-dialog {
  max-width: 700px;
  min-width: 700px; }

.modal--standard .modal--continue {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  color: #ffffff !important;
  margin-bottom: -45px;
  width: 100%;
  cursor: pointer;
  transition: all 400ms ease-in-out; }
  .modal--standard .modal--continue:hover {
    opacity: 0.5; }

.modal--standard .modal-content {
  border: 0;
  border-radius: 0;
  padding: 40px; }

.modal--standard .icon-cross {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background: #1a535c;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  margin: -10px -10px 0 0;
  z-index: 2;
  transition: all 400ms ease-in-out;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #1a535c; }
  .modal--standard .icon-cross:hover {
    border: 1px solid #1a535c;
    color: #1a535c;
    background: #ffffff; }

.slider--brands {
  text-align: center; }

.container--404 {
  overflow: hidden; }

.text--404 {
  position: absolute;
  top: 10%;
  right: 0;
  font-size: 500px;
  line-height: 400px;
  color: #ffffff;
  text-shadow: 5px 5px 11px rgba(79, 79, 79, 0.66);
  opacity: 1;
  font-weight: 700;
  margin-right: -5%;
  margin-top: -220px;
  z-index: -1; }

.container--dependant {
  position: absolute;
  top: 0;
  left: 0; }

.container--absolute__image {
  height: 75vh;
  width: 100%; }

.container--absolute__block {
  background: #ffffff;
  padding: 40px 60px;
  -webkit-box-shadow: 10px 10px 74px -8px #b3b3b3;
  -moz-box-shadow: 10px 10px 74px -8px #b3b3b3;
  box-shadow: 10px 10px 74px -8px #b3b3b3; }

.blog--more__link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -60px;
  margin-right: 15px; }

.blog--slider__wrap {
  position: relative;
  padding-bottom: 60px; }
  .blog--slider__wrap .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    margin: 0 0 15px 0; }
    .blog--slider__wrap .tns-nav button {
      border-radius: 50%;
      background: #becacc;
      border: 1px solid transparent;
      margin: 0 5px;
      width: 24px;
      height: 24px;
      max-width: 8px;
      max-height: 8px;
      transition: all 400ms ease-in-out;
      padding: 0;
      vertical-align: middle; }
      .blog--slider__wrap .tns-nav button:hover, .blog--slider__wrap .tns-nav button.tns-nav-active {
        background: none;
        max-width: 12px;
        max-height: 12px;
        border: 1px solid #1a535c; }

.checkout--payment__active #opc-sidebar {
  order: 1 !important; }

.checkout--payment__active .checkout--address {
  order: 2 !important; }

.text--trade {
  font-size: 11px;
  color: #becacc; }

.block--screen__text--reveal {
  color: #ffffff;
  font-size: 16px;
  border-color: #ffffff; }

.page-wrapper {
  height: initial !important; }

.swatch-attribute-label {
  font-weight: 400; }

.mage-error {
  color: red; }

.payment-method button:disabled {
  opacity: 0.5; }

.modal-popup {
  transition: all 400ms ease-in-out;
  opacity: 0; }
  .modal-popup._show {
    opacity: 1; }

.field-error {
  font-size: 11px;
  color: #dc3545; }

.icon--pound__deposit {
  width: 48px;
  height: auto;
  opacity: 0.6; }

#chat-widget-container {
  z-index: 5099999 !important; }

body#tinymce {
  margin: 13px !important; }

.slider--home {
  position: relative; }
  .slider--home .default--button {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 100px;
    left: 50%;
    margin-left: -100px; }
  .slider--home .default--button {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 100px;
    left: 50%;
    margin-left: -100px;
    display: none;
    font-size: 21px; }
  .slider--home__wrap {
    position: relative;
    min-height: 80vh; }
    .slider--home__wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .slider--home__wrap .tns-slider .default--button {
      display: inline-block; }
    .slider--home__wrap .tns-slider img {
      position: relative;
      padding-top: 0; }
    .slider--home__wrap .tns-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 3;
      margin: 0 0 30px 0; }
      .slider--home__wrap .tns-nav button {
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #ffffff;
        margin: 0 5px;
        width: 24px;
        height: 24px;
        max-width: 8px;
        max-height: 8px;
        transition: all 400ms ease-in-out;
        padding: 0;
        vertical-align: middle; }
        .slider--home__wrap .tns-nav button:hover, .slider--home__wrap .tns-nav button.tns-nav-active {
          background: none;
          max-width: 12px;
          max-height: 12px; }
  .slider--home .slide--subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 20px 20px;
    font-weight: 300; }
  .slider--home .default--button {
    color: #ffffff; }
  .slider--home .slide--circle {
    background: #1a535c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 160px;
    height: 160px;
    margin: 40px 40px 0 0;
    text-align: center;
    color: #ffffff;
    padding-top: 28px;
    z-index: 2; }
    .slider--home .slide--circle__subtitle {
      font-size: 13px; }
    .slider--home .slide--circle__title {
      font-size: 48px;
      line-height: 60px;
      font-family: "Gelasio", serif; }

.home--instagram i {
  margin-left: 10px;
  color: #e7e7e7;
  vertical-align: middle; }

.slider--widget__prev, .slider--widget__next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  background: #e7e7e7;
  margin-top: -48px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  visibility: visible;
  line-height: 48px;
  transition: all 400ms ease-in-out; }
  .slider--widget__prev i, .slider--widget__next i {
    font-size: 8px;
    display: inline-block;
    text-align: center;
    margin-top: -3px; }
  .slider--widget__prev:hover, .slider--widget__next:hover {
    opacity: 0.5; }

.slider--widget__prev {
  left: 0;
  margin-left: -96px; }
  .slider--widget__prev i {
    transform: rotate(180deg);
    vertical-align: middle; }

.slider--widget__next {
  right: 0;
  margin-right: -96px; }
  .slider--widget__next i {
    transform: rotate(0deg);
    vertical-align: middle; }

.checkout--benefits__home .checkout--benefits i {
  float: none;
  display: block;
  margin: 0 auto 10px auto; }

.checkout--benefits__home .checkout--benefits__content {
  float: none;
  width: 100%; }

.products--category .block--product {
  margin-bottom: 20px; }
  .products--category .block--product__image--wrap {
    height: 20vw; }

.products--category .old-price {
  display: none; }

div[data-filter-name="availability_secondary"] {
  display: none; }

body .filter--inline {
  margin-left: 0px; }
  body .filter--inline .filter-options-item, body .filter--inline .trigger--allFilters__button, body .filter--inline .trigger--OrderBy__button {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #e7e7e7;
    margin-right: 10px;
    min-width: 150px;
    position: relative; }
    @media (min-width: 1025px) {
      body .filter--inline .filter-options-item:hover .filter-options-content, body .filter--inline .trigger--allFilters__button:hover .filter-options-content, body .filter--inline .trigger--OrderBy__button:hover .filter-options-content {
        display: block !important; } }
  body .filter--inline .trigger--allFilters {
    text-align: right; }
  body .filter--inline .trigger--allFilters__button, body .filter--inline .trigger--OrderBy__button {
    color: #1a535c;
    text-align: left;
    min-width: 0;
    display: inline-block; }
  body .filter--inline .trigger--allFilters__button {
    margin-right: 0;
    min-width: 150px; }
  body .filter--inline .trigger--OrderBy {
    position: relative;
    margin-left: 15px; }
    body .filter--inline .trigger--OrderBy__options {
      min-width: 140px;
      margin-left: 0px;
      padding: 20px 5px 20px 14px; }
      body .filter--inline .trigger--OrderBy__options li {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0; }
        body .filter--inline .trigger--OrderBy__options li.active {
          opacity: 0.5; }
    body .filter--inline .trigger--OrderBy:hover .trigger--OrderBy__options {
      opacity: 1;
      visibility: visible; }
  body .filter--inline .trigger--OrderBy__button {
    cursor: pointer;
    transition: all 400ms ease-in-out;
    min-width: 150px; }
    body .filter--inline .trigger--OrderBy__button:hover {
      opacity: 0.5; }
    body .filter--inline .trigger--OrderBy__button i {
      margin-left: 10px;
      transform: rotate(90deg);
      display: inline-block;
      font-size: 10px;
      float: right;
      margin-top: 5px; }
  body .filter--inline .filter-options-title {
    cursor: pointer;
    color: #1a535c; }
    body .filter--inline .filter-options-title i {
      margin-left: 10px;
      transform: rotate(90deg);
      display: inline-block;
      font-size: 10px;
      float: right;
      margin-top: 5px; }
  body .filter--inline .trigger--allFilters {
    cursor: pointer;
    color: #7f7f7f;
    transition: all 400ms ease-in-out; }
    body .filter--inline .trigger--allFilters:hover {
      opacity: 0.5; }

.filter--main__container .action.primary {
  background: #1a535c;
  color: #ffffff;
  padding: 5px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 400ms ease-in-out; }
  .filter--main__container .action.primary:hover {
    background: #000000; }

.filters--all__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  z-index: 600; }
  .filters--all__overlay.active {
    opacity: 1;
    visibility: visible; }

.filter .filter-options-item {
  padding: 10px 0px; }
  .filter .filter-options-item:hover .filter-options-content {
    opacity: 1;
    visibility: visible; }

.filter .ui-slider {
  margin-top: 10px; }

.filter .filter-search {
  display: none !important; }

.filter .ui-slider-handle {
  background: #1a535c;
  width: 16px;
  height: 16px;
  margin-top: -4px; }

.filter [data-role="from-label"] {
  display: inline-block; }

.filter [data-role="to-label"] {
  display: inline-block;
  margin-left: 10px; }

.filter input[type="checkbox"]:checked + label:before {
  background: #1a535c;
  border: 0;
  border-radius: 1px; }

.filter .filter-current, .filter .filter-actions {
  display: none; }

.filter label {
  cursor: pointer; }

.filter .show-more {
  cursor: pointer; }
  .filter .show-more:hover {
    opacity: 0.5; }

.filter .filter-options-content, .trigger--OrderBy__options {
  transition: all 400ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  margin: 39px 0px 0px -1px;
  background: #ffffff;
  z-index: 10;
  padding-left: 14px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  min-width: 400px;
  border: 1px solid #e7e7e7; }
  .filter .filter-options-content.active, .trigger--OrderBy__options.active {
    max-height: 9999px; }
  .filter .filter-options-content input[type="checkbox"], .trigger--OrderBy__options input[type="checkbox"] {
    display: none; }
  .filter .filter-options-content .count, .trigger--OrderBy__options .count {
    font-size: 8px;
    color: #becacc;
    display: block; }
  .filter .filter-options-content ol, .trigger--OrderBy__options ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .filter .filter-options-content ol li, .trigger--OrderBy__options ol li {
      transition: all 400ms ease-in-out;
      cursor: pointer;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 5px 8px 20px;
      position: relative; }
      .filter .filter-options-content ol li label:before, .trigger--OrderBy__options ol li label:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 6px;
        width: 14px;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        margin-top: 2px;
        vertical-align: top;
        text-align: center;
        text-indent: 0px;
        content: "\e92d";
        color: #ffffff;
        background: none;
        font-family: 'cousins' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        border: 1px solid #e7e7e7;
        border-radius: 1px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .filter .filter-options-content ol li:hover, .trigger--OrderBy__options ol li:hover {
        opacity: 0.5; }
      .filter .filter-options-content ol li:last-child, .trigger--OrderBy__options ol li:last-child {
        padding-bottom: 0; }

.block-compare {
  position: fixed;
  top: 50%;
  right: 0;
  background: #1a535c;
  color: #ffffff;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  z-index: 5;
  padding: 10px 25px 10px 25px;
  transform: rotate(-90deg);
  margin-right: -101px;
  height: 39px; }
  .block-compare.active {
    margin-right: 159px; }
    .block-compare.active .icon-plus {
      font-size: 6px;
      border-radius: 50%;
      border: 1px solid white;
      width: 16px;
      height: 16px;
      line-height: 14px;
      text-align: center;
      text-indent: -1px; }
      .block-compare.active .icon-plus:before {
        content: "\e908"; }
  .block-compare a {
    color: #ffffff;
    transition: all 400ms ease-in-out; }
    .block-compare a:hover {
      opacity: 0.5; }
  .block-compare i {
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    display: inline-block;
    font-size: 16px; }
  .block-compare .round--number {
    position: relative;
    top: initial;
    right: initial;
    display: inline-block;
    margin-left: 5px;
    font-family: "Muli", sans-serif;
    background: #ffffff; }

.block-compare-details {
  position: fixed;
  top: 50%;
  right: 0;
  background: #2A636C;
  color: #ffffff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  z-index: 5;
  padding: 30px 35px 30px 25px;
  margin-top: -200px;
  margin-right: -1600px;
  z-index: 140; }
  .block-compare-details.active {
    margin-right: 0; }
  .block-compare-details a {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    margin-top: 20px; }
  .block-compare-details .compare--image {
    width: 64px;
    height: 64px;
    background-size: cover;
    display: inline-block;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    float: left;
    border: 1px solid #ffffff;
    position: relative; }
    .block-compare-details .compare--image span {
      position: absolute;
      top: 50%;
      font-size: 36px;
      margin-top: -29px;
      width: 100%;
      text-align: center;
      text-indent: -1px; }
  .block-compare-details .compare--placeholder .compare--image {
    border: 1px dashed #ffffff; }
  .block-compare-details .product-item-name {
    margin-left: 10px;
    max-height: 20px;
    overflow: hidden;
    display: inline-block;
    float: left;
    max-width: 80px;
    margin-top: 20px; }
  .block-compare-details .block-content {
    position: relative; }
  .block-compare-details #compare-items {
    position: absolute;
    top: 0;
    left: 0;
    background: #2A636C;
    z-index: 2;
    width: 100%; }
    .block-compare-details #compare-items li {
      margin-bottom: 10px; }
  .block-compare-details .icon-cross {
    font-size: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: inline-block;
    line-height: 15px;
    text-align: center; }
  .block-compare-details .compare--placeholder {
    list-style: none;
    margin: 0;
    padding: 0; }
    .block-compare-details .compare--placeholder li {
      margin-bottom: 10px;
      opacity: 0.4; }

.toolbar-products {
  display: none !important; }

.catalog-category-view .product--single__price--was, .catalog-category-view .product--single__price--sale {
  margin-top: 0; }

.catalog-product-compare-index .product--single__price, .catalogsearch-result-index .product--single__price, .tab-content .product--single__price {
  display: none; }
  .catalog-product-compare-index .product--single__price--final, .catalogsearch-result-index .product--single__price--final, .tab-content .product--single__price--final {
    display: inline-block; }

.catalog-product-compare-index .block--product__price .label, .catalogsearch-result-index .block--product__price .label, .tab-content .block--product__price .label {
  display: none !important; }

.catalog-product-compare-index .product-item, .catalogsearch-result-index .product-item, .tab-content .product-item {
  margin-bottom: 40px; }

.category-clearance .block--product__image, .categorypath-clearance-birmingham .block--product__image, .categorypath-clearance-dudley .block--product__image, .categorypath-clearance-manchester .block--product__image {
  background-size: cover; }

.filters--all {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: #ffffff;
  padding: 80px 30px 60px 30px;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .filters--all.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000; }
  .filters--all__back {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0 0 30px;
    font-size: 20px;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out; }
    .filters--all__back i {
      display: inline-block;
      transform: rotate(180deg); }
    .filters--all__back.active {
      opacity: 1;
      visibility: visible; }
    .filters--all__back:hover {
      opacity: 0.5; }
  .filters--all .filter .filter-options-content ol li {
    font-size: 14px;
    margin-bottom: 10px; }
  .filters--all__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 30px 0 0;
    font-size: 18px;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    z-index: 20; }
    .filters--all__close:hover {
      opacity: 0.5; }
  .filters--all .filter-options-content {
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding-left: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 60px;
    z-index: 10; }
  .filters--all .filter-options-title {
    font-size: 16px; }
  .filters--all .filter-options-content ol li {
    flex: 0 0 100%;
    max-width: 100%; }
  .filters--all .filter-search {
    display: none !important; }

.compare--product__popup--item {
  margin: 30px 0px 20px;
  position: relative; }
  .compare--product__popup--item__image {
    border: 1px solid #e7e7e7;
    height: 150px;
    margin-bottom: 10px; }
  .compare--product__popup--item__title {
    color: #1a535c; }
  .compare--product__popup--item__empty {
    opacity: 0.5; }
    .compare--product__popup--item__empty span {
      text-align: center;
      font-size: 64px;
      line-height: 140px;
      display: block;
      color: #7f7f7f; }

.compare--product__popup .default--button {
  display: inline-block;
  width: 300px;
  margin: 0 auto; }

.block--category__wrap {
  background: rgba(50, 74, 92, 0.7);
  padding: 10px 20px 20px; }
  .block--category__wrap p {
    font-size: 14px; }
  .block--category__wrap ul {
    text-align: left;
    display: none;
    margin-left: 0;
    padding-left: 23px; }
    .block--category__wrap ul li {
      text-align: left;
      font-size: 14px; }

[class*='range'] .list--breadcrumbs, [class*='range'] .filter, [class*='range'] .clearAll, [class*='range'] #collectionSize, [class*='brand-directory'] .list--breadcrumbs, [class*='brand-directory'] .filter, [class*='brand-directory'] .clearAll, [class*='brand-directory'] #collectionSize, .category-styles .list--breadcrumbs, .category-styles .filter, .category-styles .clearAll, .category-styles #collectionSize {
  display: none; }

.product-items {
  list-style: none;
  padding: 0; }
  .product-items li {
    margin: 0; }

.gallery--product__nav {
  height: 25vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  margin-top: 20px; }
  .gallery--product__nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gallery--product__nav ul li {
      display: inline-block;
      margin-bottom: 15px;
      position: relative; }
      .gallery--product__nav ul li img {
        border: 1px solid #e7e7e7; }

.gallery--product__slider--imageWrap {
  border: 1px solid #e7e7e7; }

.gallery--product__slider img {
  width: 100%;
  height: auto; }

.gallery--product__slider--nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.gallery--product__slider--nav li {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  max-width: 8px;
  height: 16px;
  max-height: 8px;
  background: #becacc;
  border: 2px solid #becacc;
  margin: 0 5px;
  vertical-align: middle;
  transition: all 400ms ease-in-out;
  cursor: pointer; }
  .gallery--product__slider--nav li.tns-nav-active {
    max-width: 12px;
    max-height: 12px;
    background: none; }

.gallery--product__slider--prev, .gallery--product__slider--next {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #e7e7e7;
  top: 50%;
  margin-top: -24px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out; }
  .gallery--product__slider--prev i, .gallery--product__slider--next i {
    font-size: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: top; }

.gallery--product__slider--prev {
  left: 0;
  margin-left: 15px; }
  .gallery--product__slider--prev i {
    transform: rotate(180deg);
    margin-top: 19px;
    margin-left: 2px; }

.gallery--product__slider--next {
  right: 0;
  margin-right: 15px; }
  .gallery--product__slider--next i {
    transform: rotate(0deg);
    margin-top: 19px; }

.gallery--product__controls {
  margin-top: 10px;
  font-size: 14px; }
  .gallery--product__controls i {
    margin-left: 5px; }

.gallery--product .tns-inner {
  overflow: hidden; }

.gallery--product .icon-search {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  font-size: 24px;
  color: #1a535c; }

.gallery--product .icon-360 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 70px 15px 0;
  color: #1a535c;
  font-size: 24px; }

.product--single {
  font-size: 14px;
  margin-top: 20px; }
  .product--single__price {
    display: inline-block;
    margin-right: 20px;
    font-size: 28px;
    vertical-align: top; }
    .product--single__price--wrap {
      margin: 10px 0px 10px; }
    .product--single__price:last-of-type {
      margin-right: 0; }
    .product--single__price--was, .product--single__price--sale {
      color: #becacc;
      font-size: 18px;
      margin-top: 5px; }
      .product--single__price--was .price, .product--single__price--sale .price {
        text-decoration: line-through; }
    .product--single__price .label {
      font-size: 12px;
      display: block;
      line-height: 12px;
      color: #becacc; }
    .product--single__price--final .label {
      color: #1a535c; }
    .product--single__price--final .price-store-exclusive {
      font-size: 13px;
      font-weight: 300; }
  .product--single__description {
    margin-top: -10px; }
  .product--single__brand {
    margin-bottom: 10px;
    font-size: 14px; }
  .product--single__title {
    margin-bottom: 10px; }
  .product--single__content {
    margin-bottom: 10px; }
  .product--single .swatch-attribute-label {
    color: #becacc; }
  .product--single .swatch-attribute-selected-option {
    padding-left: 0; }
  .product--single .swatch-attribute-selected-option {
    color: #1a535c; }
  .product--single__addToCart {
    padding: 0px;
    text-align: center;
    display: inline-block;
    margin: 20px 0px 10px; }
    .product--single__addToCart button[type="submit"] {
      font-size: 16px;
      background: none;
      color: #ffffff;
      border: 0;
      font-family: "Gelasio", serif;
      background: #1a535c;
      padding: 16px 55px; }
  .product--single__qty {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background: #F8F8F8;
    color: #1a535c;
    padding: 14px 19px 13px 19px;
    vertical-align: top; }
    .product--single__qty input[type="text"], .product--single__qty input[type="number"] {
      border: 0;
      background: none;
      text-align: center;
      width: 30px;
      font-size: 18px;
      color: #1a535c; }
    .product--single__qty--plus, .product--single__qty--minus {
      font-size: 18px;
      border-radius: 50%;
      border: 1px solid #1a535c;
      width: 20px;
      height: 20px;
      display: inline-block;
      line-height: 16px; }
    .product--single__qty--plus {
      text-indent: 1px; }
  .product--single__actions {
    font-size: 14px;
    font-family: "Gelasio", serif; }
    .product--single__actions a {
      transition: all 400ms ease-in-out;
      color: #1a535c; }
      .product--single__actions a:hover {
        opacity: 0.5; }
    .product--single__actions .compare i {
      margin-left: 5px;
      font-size: 21px;
      vertical-align: middle; }
  .product--single__accordion {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 20px; }
    .product--single__accordion .additional-attributes .col {
      color: #1a535c; }
    .product--single__accordion .additional-attributes tr:first-child th, .product--single__accordion .additional-attributes tr:first-child td {
      border-top: 0; }
    .product--single__accordion .additional-attributes tr th {
      width: 30%; }
    .product--single__accordion .data-table {
      border: 0;
      margin-top: 10px; }
      .product--single__accordion .data-table td, .product--single__accordion .data-table th {
        padding: 5px; }
    .product--single__accordion .card {
      border: 0; }
    .product--single__accordion .card-header {
      border: 0;
      background: none;
      padding-left: 0;
      font-size: 28px;
      font-weight: 300;
      border-radius: 0;
      border-bottom: 1px solid #becacc;
      font-family: "Gelasio", serif;
      cursor: pointer; }
      .product--single__accordion .card-header i {
        display: inline-block;
        transform: rotate(90deg);
        transition: all 400ms ease-in-out; }
      .product--single__accordion .card-header[aria-expanded="true"] i {
        display: inline-block;
        transform: rotate(-90deg); }
    .product--single__accordion--body {
      padding: 15px 0px;
      font-size: 14px; }
    .product--single__accordion--arrow {
      float: right;
      font-size: 12px;
      margin-top: 22px; }
    .product--single__accordion ul {
      padding-left: 17px; }
      .product--single__accordion ul li {
        padding-bottom: 10px; }
    .product--single__accordion .short_description ul {
      display: flex;
      flex-wrap: wrap; }
      .product--single__accordion .short_description ul li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0px;
        padding-right: 40px; }
  .product--single .paybyfinance-representative-example {
    padding-top: 20px; }
  .product--single .swatch-attribute {
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px; }
  .product--single .short_description ul {
    list-style: none; }
  .product--single .short_description li::before {
    font-family: 'cousins';
    content: "\e92d";
    padding-left: 10px;
    font-size: 5px;
    background: #1a535c;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: top;
    border-radius: 50%;
    text-align: center;
    color: white;
    text-indent: -9px;
    line-height: 14px;
    margin-top: 4px;
    margin-right: 5px; }

.link--addToWishlist {
  color: #becacc;
  font-size: 36px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  transition: all 400ms ease-in-out;
  margin-top: 20px; }
  .link--addToWishlist:hover {
    opacity: 0.5; }

#modalAddedToBasket .block--product__image--wrap {
  height: 15vw; }

#needitsooner-button .link--underline {
  display: inline; }

.tabs--standard .product--single__price--was, .tabs--standard .product--single__price--sale {
  display: none; }

.product-added-modal .product-item-info .padding-top--40px {
  padding-top: 0px; }

.product-added-modal .product--single__price--was {
  display: none; }

.product-added-modal .block--product__image--wrap {
  height: 14vw; }

.product-added-modal .product--single__price {
  font-size: 16px; }

.product-added-modal .product--single__price--wrap {
  margin: 10px 0 0;
  height: 22px; }

.product-added-modal .block--product__title {
  font-size: 13px;
  line-height: 16px; }

.product-info-paybyfinance {
  font-size: 13px;
  margin-bottom: 10px; }

body .row #additionalColoursModal .zoomerImage .image {
  box-shadow: none !important;
  border: 0 !important; }
  body .row #additionalColoursModal .zoomerImage .image:hover {
    box-shadow: none !important;
    border: 0 !important; }

#additionalColoursModal .swatch-attribute-label, #additionalColoursModal .swatch-attribute-selected-option, #additionalColoursModal #morecolours-button {
  display: none !important; }

#additionalColoursModal .modal-content {
  padding: 30px; }

#additionalColoursModal .swatch-option {
  display: inline-block !important; }

#additionalColoursModal .additional--colours {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }

#additionalColoursModal .zoomerImage .swatch-option {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  height: 200px;
  box-shadow: none;
  border: 0 !important;
  box-shadow: none !important; }
  #additionalColoursModal .zoomerImage .swatch-option.selected {
    border: 0 !important;
    box-shadow: none !important; }

#additionalColoursModal .col-3 {
  padding-left: 7.5px;
  padding-right: 7.5px; }

#additionalColoursModal .selectionDropdown .swatch-option {
  width: 100%;
  height: 150px;
  max-width: 100%;
  background-size: contain !important; }

#additionalColoursModal .swatch--item__popup--wrap {
  font-size: 11px; }
  #additionalColoursModal .swatch--item__popup--wrap .swatch-option {
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 10px; }

#additionalColoursModal .default--button {
  margin-bottom: 10px; }

#additionalColoursModal #moreColoursModal--trigger {
  margin-bottom: -20px; }

.product--single__swatch.selected, .product--single__swatch:hover, .swatch-option.selected, .swatch-option:hover {
  box-shadow: 0 0 0 1px #1a535c;
  border: 2px solid #ffffff !important; }
  .product--single__swatch.selected::after, .product--single__swatch:hover::after, .swatch-option.selected::after, .swatch-option:hover::after {
    opacity: 1;
    visibility: visible; }

.product--single .product--single__swatch, .product--single .swatch-option, #additionalColoursModal .product--single__swatch, #additionalColoursModal .swatch-option {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  outline: none !important;
  border: 1px solid #e7e7e7 !important;
  transition: all 400ms ease-in-out; }
  .product--single .product--single__swatch.selected::after, .product--single .product--single__swatch:hover::after, .product--single .swatch-option.selected::after, .product--single .swatch-option:hover::after, #additionalColoursModal .product--single__swatch.selected::after, #additionalColoursModal .product--single__swatch:hover::after, #additionalColoursModal .swatch-option.selected::after, #additionalColoursModal .swatch-option:hover::after {
    opacity: 1;
    visibility: visible; }
  .product--single .product--single__swatch.more, .product--single .swatch-option.more, #additionalColoursModal .product--single__swatch.more, #additionalColoursModal .swatch-option.more {
    background: none;
    border: 1px solid #1a535c !important;
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin-top: -1px;
    transition: all 400ms ease-in-out; }
    .product--single .product--single__swatch.more:hover, .product--single .swatch-option.more:hover, #additionalColoursModal .product--single__swatch.more:hover, #additionalColoursModal .swatch-option.more:hover {
      opacity: 0.5; }
    .product--single .product--single__swatch.more span, .product--single .swatch-option.more span, #additionalColoursModal .product--single__swatch.more span, #additionalColoursModal .swatch-option.more span {
      line-height: 44px;
      text-align: center;
      display: inline-block;
      width: 100%;
      text-indent: -3px;
      font-size: 18px; }
    .product--single .product--single__swatch.more::after, .product--single .swatch-option.more::after, #additionalColoursModal .product--single__swatch.more::after, #additionalColoursModal .swatch-option.more::after {
      display: none !important; }

#additionalColoursModal .product--single__swatch, #additionalColoursModal .swatch-option {
  width: 72px;
  height: 72px; }

.container--compare .block--product__image--wrap {
  height: 15vw; }

.container--compare .default--button i.icon-arrow-right {
  margin-left: 0; }

#block-related-heading, #block-upsell-heading {
  display: block;
  border-bottom: 1px solid #becacc;
  text-align: left;
  padding-bottom: 10px; }

.swatch-option-tooltip {
  border: 0;
  padding: 5px;
  -webkit-box-shadow: 10px 10px 74px -8px #b3b3b3;
  -moz-box-shadow: 10px 10px 74px -8px #b3b3b3;
  box-shadow: 10px 10px 74px -8px #b3b3b3; }
  .swatch-option-tooltip .title {
    text-align: left;
    padding: 5px 5px 0px 5px;
    color: #1a535c;
    font-size: 11px; }
  .swatch-option-tooltip .corner {
    display: none !important; }

#moreColoursModal input[type="text"], #moreColoursModal input[type="email"] {
  width: 100%; }
  #moreColoursModal input[type="text"]::placeholder, #moreColoursModal input[type="email"]::placeholder {
    color: #becacc; }
  #moreColoursModal input[type="text"]:disabled, #moreColoursModal input[type="email"]:disabled {
    background: #e7e7e7;
    color: #1a535c; }

#moreColoursModal input[type="checkbox"] {
  display: none; }

#moreColoursModal label {
  cursor: pointer;
  transition: all 400ms ease-in-out; }
  #moreColoursModal label:hover {
    opacity: 0.5; }
  #moreColoursModal label:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
    width: 14px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 2px;
    vertical-align: top;
    text-align: center;
    text-indent: 0px;
    content: "\e92d";
    color: #ffffff;
    background: none;
    font-family: 'cousins' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    border: 1px solid #e7e7e7;
    border-radius: 1px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#moreColoursModal input[type="checkbox"]:checked + label:before {
  background: #1a535c;
  border: 0;
  border-radius: 1px; }

.product-info-main {
  margin-left: 40px; }

#lead_time, #needitsooner-button {
  display: inline-block; }

.swatch--options__dropdown {
  border: 1px solid #1a535c;
  padding: 10px 15px;
  font-size: "Muli", sans-serif;
  color: #becacc;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 10px; }
  .swatch--options__dropdown i {
    position: absolute;
    top: 50%;
    right: 0;
    color: #1a535c;
    margin-top: -6px;
    font-size: 12px;
    margin-right: 15px; }
  .swatch--options__dropdown:hover {
    opacity: 0.5; }

.drawers_option .swatch-attribute-options {
  display: none; }

.default--selectHelper .selectize-input {
  border: 1px solid #1a535c;
  border-radius: 0;
  background: none;
  box-shadow: none  !important;
  border-color: #1a535c !important;
  background-image: none !important;
  background-color: #ffffff !important; }
  .default--selectHelper .selectize-input:after {
    border-color: #1a535c transparent transparent transparent !important; }

.default--selectHelper .selectize-dropdown {
  border: 1px solid #1a535c !important; }
  .default--selectHelper .selectize-dropdown .option {
    cursor: pointer; }

.product--loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9000; }
  .product--loader .logo {
    font-size: 60px; }
  .product--loader img {
    width: 64px;
    height: auto; }

.swatch-attribute.tension_option {
  position: relative; }
  .swatch-attribute.tension_option.active .swatch-attribute-options {
    display: block; }
  .swatch-attribute.tension_option .swatch-attribute-options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: 74px;
    border-bottom: 1px solid #1a535c;
    display: none; }
    .swatch-attribute.tension_option .swatch-attribute-options .swatch-option {
      max-width: 100%;
      padding: 8px 10px;
      font-size: 13px;
      text-align: left;
      color: black;
      margin-bottom: -1px;
      height: auto;
      background: #ffffff !important;
      width: 100%;
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 1px solid #1a535c !important;
      border-right: 1px solid #1a535c !important;
      box-shadow: none; }
      .swatch-attribute.tension_option .swatch-attribute-options .swatch-option:last-child {
        border-bottom: 1px solid #1a535c !important; }
      .swatch-attribute.tension_option .swatch-attribute-options .swatch-option:hover, .swatch-attribute.tension_option .swatch-attribute-options .swatch-option.selected {
        background: #e7e7e7 !important; }

.block--product .mini-brand {
  float: right; }

.mini-brand {
  width: 60px;
  height: auto; }

.basket--totals {
  color: #1a535c;
  font-size: 13px; }
  .basket--totals .label {
    color: #1a535c; }
  .basket--totals .row {
    margin-bottom: 10px; }

.basket--total {
  font-size: 18px;
  color: #1a535c; }
  .basket--total .label {
    color: #1a535c; }

.basket--sidebar .default--button {
  display: block; }

.basket--controls {
  font-size: 14px; }
  .basket--controls a {
    color: #7f7f7f;
    transition: all 400ms ease-in-out;
    border-color: #7f7f7f; }
    .basket--controls a:hover {
      opacity: 0.5; }

.basket--discount__wrap input[type="text"] {
  width: calc(100% - 140px);
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 7px 15px;
  font-size: 14px; }
  .basket--discount__wrap input[type="text"]::placeholder {
    font-size: 14px;
    color: #7f7f7f; }

.basket--discount__wrap input[type="submit"] {
  min-width: auto;
  padding: 10px 30px;
  border: 1px solid #1a535c;
  margin-left: -5px; }

.basket--discount__wrap input {
  display: inline-block; }

.cart .price {
  color: #1a535c; }

.cart .actions-toolbar {
  margin-top: 0; }
  .cart .actions-toolbar .gift-options-cart-item {
    display: none; }

.table--basket {
  overflow: hidden; }

.cart-container .cart-summary-whole-cart {
  width: 100%;
  margin-top: 20px; }

.cart-container .installment-downpayment-item, .cart-container .installment-paidlater-item {
  background: #1a535c; }

.expressFinanceBlock {
  background: #1a535c;
  color: #ffffff;
  padding: 20px; }

.opening--times {
  border: 0;
  margin-top: 10px; }
  .opening--times tr, .opening--times td, .opening--times th {
    border: 0; }
  .opening--times td:first-child {
    padding-left: 0; }
  .opening--times td {
    padding: 2px 0px;
    font-size: 14px;
    color: #1a535c; }

.store--benefit__icon {
  font-size: 36px;
  color: #1a535c; }

.store--benefit__title {
  font-size: 21px;
  font-family: "Gelasio", serif;
  margin-top: 20px; }

.faq--search {
  display: block;
  width: 80%;
  position: relative;
  margin: 0 auto; }
  .faq--search input[type="text"] {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    color: #1a535c;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px; }
    .faq--search input[type="text"]::placeholder {
      color: #1a535c;
      font-size: 16px; }
  .faq--search button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    z-index: 1;
    font-size: 19px;
    margin: 9px 8px 0 0;
    color: #1a535c;
    transition: all 400ms ease-in-out; }
    .faq--search button:hover {
      opacity: 0.5; }

.am-category-header {
  font-size: 18px;
  padding-bottom: 20px; }

.am-item .am-title {
  font-size: 14px;
  margin: 5px 0px 10px; }

.am-item .am-links a {
  color: #31646c;
  border-bottom: 1px solid #31646c;
  transition: all 400ms ease-in-out;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  margin-top: 5px; }
  .am-item .am-links a:hover {
    opacity: 0.5; }

.am-search-box-wrapper .am-widget-center {
  width: 100% !important;
  text-align: center; }

.am-search-box-wrapper input[type="search"] {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #7f7f7f;
  min-height: auto;
  height: auto;
  font-size: 13px;
  min-width: 350px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }

._has-auth-shown .authentication-wrapper {
  z-index: 900; }

.authentication-dropdown {
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: transform linear .1s, visibility 0s linear .1s;
  visibility: hidden;
  width: 100%; }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible; }

.page-layout-checkout .field-tooltip {
  display: none; }

.page-layout-checkout fieldset.street {
  width: 100%; }

.page-layout-checkout .minicart-items {
  list-style: none;
  padding: 0;
  margin: 0; }
  .page-layout-checkout .minicart-items .product .product-item-details {
    display: inline-block; }
  .page-layout-checkout .minicart-items .product .product-image-container {
    display: inline-block;
    vertical-align: top; }

.cart .table-wrapper .col {
  padding-top: 15px; }
  .cart .table-wrapper .col.price, .cart .table-wrapper .col.subtotal, .cart .table-wrapper .col.msrp {
    padding: 20px 11px 10px;
    text-align: center; }
  .cart .table-wrapper .col.qty {
    padding: 20px 11px 10px;
    text-align: center; }
    .cart .table-wrapper .col.qty .input-text {
      height: 36px;
      margin-top: -7px;
      text-align: center;
      width: 50px;
      padding: 0.375rem 0 0.375rem 0.75rem; }

.cart .action-delete .fa {
  font-size: 22px; }

.cart .actions button {
  background: transparent;
  color: black;
  font-weight: 300;
  margin: 0 -15px;
  border: none;
  padding: 0; }
  .cart .actions button:hover {
    background: transparent;
    color: #007bff; }
  .cart .actions button span {
    cursor: pointer; }

.calculate--block {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 35px; }
  .calculate--block .field-control {
    width: 100%; }
  .calculate--block select {
    margin-top: 5px;
    background: #fff; }
  .calculate--block .field {
    margin-top: 20px; }
    .calculate--block .field .choice.item {
      margin-top: 0; }
  .calculate--block input[type=text] {
    border-color: #e7e7e7;
    border: 1px solid;
    width: 100%;
    padding: 8px 20px; }
  .calculate--block .items.methods {
    margin-top: 20px; }
  .calculate--block .title #block-shipping-heading {
    width: 70%;
    display: inline-block; }
  .calculate--block .title img {
    width: 29%;
    display: inline-block;
    float: right;
    margin-top: 5px; }

.calculate--bottom .row.no-gutter {
  padding-bottom: 5px; }

.calculate--bottom .price {
  font-size: 20px; }

.calculate--bottom .heading--small {
  margin-left: -30px; }

.modal-inner-wrap header {
  display: none; }

.checkout-methods-items {
  list-style: none;
  padding: 0 0 30px;
  margin: 0;
  display: block;
  width: 100%; }

button.checkout {
  width: 100%; }

.field-tooltip-content, .note {
  padding-top: 5px;
  font-size: 10px; }

.opc li {
  list-style: none;
  margin-bottom: 25px; }

.opc .button.continue {
  margin-top: 10px;
  padding: 10px 35px; }

#checkoutSteps .field {
  margin-bottom: 20px !important; }

#checkoutSteps .street .field:not(:first-child) {
  margin-bottom: 0 !important; }
  #checkoutSteps .street .field:not(:first-child).street {
    margin-top: 40px; }

.opc-progress-bar-item {
  text-align: left;
  display: inline-block;
  width: auto;
  padding-right: 20px; }
  .opc-progress-bar-item._active {
    font-weight: 600; }
  .opc-progress-bar-item > span {
    color: #000000;
    font-size: 14px; }

.table-checkout-shipping-method {
  width: 100%; }
  .table-checkout-shipping-method th {
    margin-bottom: 0px; }

#opc-new-shipping-address fieldset.street {
  margin-top: 20px; }

#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.telephone"] {
  margin-top: 0; }

#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.region"],
#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.postcode"] {
  width: 49%; }

#opc-new-shipping-address .form-shipping-address .field[name$="shippingAddress.country_id"] {
  width: 100%;
  display: block;
  padding: 10px 0 0 0; }

.checkout-cart-index #maincontent {
  padding-bottom: 80px; }

.checkout--right {
  position: fixed;
  top: 75px;
  right: 0;
  height: 100%;
  width: 45%; }
  @media (max-width: 575.98px) {
    .checkout--right {
      display: none; } }

.quantity--wrap .quantity--field {
  padding: 1px 0;
  width: 50px; }

#customer-email-fieldset .actions-toolbar {
  margin-bottom: 20px; }

#customer-email-fieldset .field-tooltip-content:first-of-type {
  display: none; }

.checkout-success {
  text-align: center;
  margin: 80px 0; }
  .checkout-success .primary {
    float: none; }

.checkout-billing-address input[type=checkbox] {
  width: initial;
  display: inline-block;
  margin-top: 0.5rem; }

.summary.title {
  display: none; }

.opc, .opc-progress-bar {
  margin: 0;
  padding: 0; }

.opc-block-summary .no-gutter {
  margin-right: 0;
  margin-left: 0; }

.opc-block-summary .color--grey {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: normal; }

.opc-block-summary .product.options .value {
  margin-right: 10px; }

.checkout-index-index > .loading-mask {
  top: 74px; }

.checkout--cart-item .text-right {
  direction: rtl; }

.checkout-index-index > .loading-mask,
.checkout-container > .loading-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: black;
  display: table;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  /* Safari 4+ */
  -moz-transition: all 500ms ease;
  /* Fx 5+ */
  -o-transition: all 500ms ease;
  /* Opera 12+ */
  transition: all 500ms ease;
  /* IE 10+, Fx 29+ */ }
  .checkout-index-index > .loading-mask .loader,
  .checkout-container > .loading-mask .loader {
    width: 123px;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell; }
    .checkout-index-index > .loading-mask .loader img,
    .checkout-container > .loading-mask .loader img {
      margin: -62px 0 0 0; }

.payment-method .payment-method-content {
  display: none; }
  .payment-method .payment-method-content > .actions-toolbar {
    display: block;
    margin-bottom: 15px; }
    .payment-method .payment-method-content > .actions-toolbar > .primary {
      display: flex;
      float: none; }
      .payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
        float: none;
        margin-left: auto;
        margin-right: 0; }

.payment-method._active .payment-method-content {
  display: block; }

.checkout-container .loader img {
  margin: -62px 0 0 -62px !important; }

.opc-block-shipping-information {
  display: none; }

.checkout-billing-address a {
  color: #212529; }

.discount--wrap {
  margin-left: 0;
  margin-right: 0; }
  .discount--wrap input[type=submit] {
    padding: 12px 0; }
  @media (max-width: 567.98px) {
    .discount--wrap .col-12 {
      padding-left: 0; }
    .discount--wrap .discount--bar {
      width: 100%; }
    .discount--wrap input[type=submit] {
      width: 100%;
      margin-top: 10px; } }

#co-shipping-method-form .actions-toolbar > div {
  margin: 0;
  padding: 0; }

.discount--wrapper {
  margin: 0; }

.checkout-onepage-success #registration {
  text-align: center;
  margin-bottom: 100px; }

.checkout-onepage-success .actions-toolbar .primary {
  float: none; }
  .checkout-onepage-success .actions-toolbar .primary .action {
    float: none !important; }

#pmclain_stripe-form {
  margin: 50px 0; }

@media (max-width: 575.98px) {
  .opc-summary-wrapper .padding-top--100px {
    display: none; } }

.fieldset.estimate input[type="text"], .fieldset.estimate select, .fieldset.estimate input[type="email"] {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 100%;
  min-height: 40px; }

.fieldset.estimate select {
  height: 40px;
  border-radius: 0; }

.fieldset.estimate .field {
  margin-bottom: 20px; }

.fieldset.estimate .control {
  display: block; }

.basket--totals .row, .basket--totals .col-md-6, .basket--totals .col-md-12 {
  margin-left: 0;
  padding-left: 0; }

.submit--checkout {
  width: 100%; }
  .submit--checkout i {
    margin-right: 5px;
    margin-top: 2px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top; }

.opc-progress-bar .icon-tick {
  border: 1px solid #1a535c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  font-size: 7px;
  color: #ffffff; }

.opc-progress-bar span {
  color: #1a535c; }

.opc-progress-bar li {
  opacity: 0.5; }
  .opc-progress-bar li._active, .opc-progress-bar li._complete {
    opacity: 1; }
    .opc-progress-bar li._active i, .opc-progress-bar li._complete i {
      background: #1a535c;
      color: #ffffff; }
      .opc-progress-bar li._active i:before, .opc-progress-bar li._complete i:before {
        content: "\e92d"; }
  .opc-progress-bar li._complete i {
    opacity: 0.5; }
  .opc-progress-bar li i {
    vertical-align: bottom; }
    .opc-progress-bar li i:before {
      content: ""; }

.checkout-shipping-method {
  margin-top: 80px; }
  .checkout-shipping-method [data-role="title"] {
    font-size: 18px; }

.checkout--amend__basket {
  margin-top: 9px;
  display: inline-block; }

#opc-sidebar {
  margin-top: 40px; }
  #opc-sidebar .label {
    color: #1a535c; }
  #opc-sidebar .checkout--summary__section {
    padding: 40px 30px 0px 30px;
    background: #F8F8F8; }
  #opc-sidebar .checkout--totals__sidebar {
    padding: 0px 30px 30px 30px;
    background: #F8F8F8; }
    #opc-sidebar .checkout--totals__sidebar .row {
      margin-left: 0; }
  #opc-sidebar .discount-code {
    display: none; }
  #opc-sidebar .checkout--totals__sidebar--hr {
    display: none; }
  #opc-sidebar .table--standard__image {
    width: 100%; }

.checkout--totals__sidebar .col-md-6, .checkout--totals__sidebar .col, .checkout--totals__sidebar .col-md-12 {
  padding-left: 0; }

.payment-methods .step-title {
  padding-bottom: 20px; }

.payment-method button.checkout {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 11px 10px;
  background: #1a535c;
  margin-top: 20px; }

.checkout--benefits {
  margin-top: 40px; }
  .checkout--benefits i {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #1a535c;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px; }
  .checkout--benefits__content {
    float: right;
    width: calc(100% - 60px); }
  .checkout--benefits__product .col-md-6 {
    margin-bottom: 15px; }
  .checkout--benefits__product .checkout--benefits__content {
    margin-top: 20px;
    width: calc(100% - 83px); }
  .checkout--benefits__product i {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 22px; }
  .checkout--benefits .checkout--benefits__content {
    mix-blend-mode: darken; }

.shipping--method__item {
  min-width: 250px; }

.shipping--method__item, .custom--radio__input {
  background: #F8F8F8;
  display: inline-block;
  padding: 15px 25px;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  transition: all 400ms ease-in-out; }
  .shipping--method__item input[type="radio"]:checked + .shipping--method__item--label::before, .custom--radio__input input[type="radio"]:checked + .shipping--method__item--label::before {
    content: "\e92d";
    color: #000000;
    border-color: #000000; }
  .shipping--method__item--label::before, .custom--radio__input--label::before {
    text-align: center;
    font-size: 6px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    border-radius: 2px;
    text-indent: 1px;
    content: "";
    border: 1px solid #7f7f7f;
    font-family: 'cousins' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 6px;
    margin-top: 2px;
    vertical-align: top;
    display: inline-block; }

#checkout .paymentMethods {
  width: 200px;
  margin: 0 auto; }

.checkout--payment__active #opc-sidebar .checkout--summary__section {
  background: none;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7; }

.checkout--payment__active #opc-sidebar .checkout--totals__sidebar {
  background: none;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding-left: 50%; }

.checkout--payment__active .finance-paymentMethods, .checkout--payment__active .paymentMethods--title {
  display: none; }

.checkout--payment__active .payment-method {
  cursor: pointer; }
  .checkout--payment__active .payment-method .payment-method-title .label {
    cursor: pointer;
    position: relative; }
    .checkout--payment__active .payment-method .payment-method-title .label:before {
      position: absolute;
      top: auto;
      left: 0;
      font-size: 6px;
      width: 14px;
      height: 14px;
      line-height: 13px;
      border-radius: 2px;
      text-indent: 1px;
      content: "";
      color: #ffffff;
      border: 1px solid #7f7f7f;
      font-family: 'cousins' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .checkout--payment__active .payment-method._active .payment-method-title {
    border: 1px solid #7f7f7f; }
    .checkout--payment__active .payment-method._active .payment-method-title .label:before {
      content: "\e92d";
      background: #1a535c;
      border: 1px solid #1a535c;
      text-align: center; }
  .checkout--payment__active .payment-method button.checkout {
    display: inline-block;
    margin-left: 0 !important;
    width: auto; }
  .checkout--payment__active .payment-method .payment-method-title {
    background: #F8F8F8;
    display: inline-block;
    padding: 7px 25px 4px;
    font-size: 11px;
    color: #000000;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    width: 300px;
    text-align: left; }
    .checkout--payment__active .payment-method .payment-method-title input[type="radio"] {
      display: none; }

#paybyfinance-main-block h3 {
  display: inline-block;
  margin-right: 10px; }

#paybyfinance-main-block .finance--summary__block {
  border: 1px solid #F8F8F8;
  padding: 40px 30px 20px 30px; }

#paybyfinance-main-block .finance--payOver {
  margin-top: 17px; }

#paybyfinance-main-block .paybyfinance-sum {
  width: 100%; }
  #paybyfinance-main-block .paybyfinance-sum td:nth-child(1) {
    text-align: left; }
  #paybyfinance-main-block .paybyfinance-sum td:nth-child(2) {
    text-align: right; }

#paybyfinance-main-block .footnote {
  color: #becacc; }

#paybyfinance-main-block .finance--scrollToPayment {
  cursor: pointer; }
  #paybyfinance-main-block .finance--scrollToPayment:hover {
    background: #1a535c;
    color: #ffffff !important; }

.actions-toolbar .checkout .icon-lock {
  margin-right: 5px; }

#block-shipping-heading {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding-bottom: 10px; }

.summary--section .payment--methods {
  max-width: 200px;
  margin: 0 auto; }

.checkout--totals__sidebar .row {
  margin-bottom: 5px; }

#co-payment-form .legend {
  font-size: 21px; }

#checkout-payment-method-load {
  margin-top: -20px; }

#checkout .checkout-agreements, #checkout .newsletter-subscription-form {
  font-size: 14px; }

#shipping-new-address-form input[type="text"], #shipping-new-address-form input[type="email"], #shipping-new-address-form input[type="password"], #shipping-new-address-form select, .billing-address-form input[type="text"], .billing-address-form input[type="email"], .billing-address-form input[type="password"], .billing-address-form select {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 100%; }

#shipping-new-address-form [name="billingAddresscheckmo.company"], .billing-address-form [name="billingAddresscheckmo.company"] {
  display: none; }

#shipping-new-address-form select, .billing-address-form select {
  border-radius: 0;
  height: 40px; }

#shipping-new-address-form .label, .billing-address-form .label {
  color: #1a535c; }

.shipping-address-item {
  margin-bottom: 10px; }
  .shipping-address-item.not-selected-item {
    opacity: 0.5; }

.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
  margin-top: 20px; }

.checkout-index-index .modal-content {
  padding-top: 20px; }

.checkout-index-index .modal-footer {
  display: block !important;
  background: #ffffff; }
  .checkout-index-index .modal-footer button {
    min-width: 200px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: none;
    outline: none !important;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 400ms ease-in-out;
    padding: 10px 15px;
    display: inline-block;
    font-family: "Gelasio", serif;
    line-height: initial;
    background: #1a535c;
    color: #ffffff; }

input[name="company"], div[name="shippingAddress.company"] {
  display: none !important; }

.btn-select-store {
  border-bottom: 1px solid #1a535c;
  margin-top: 10px;
  display: inline-block; }

.mpstorepickup-action-submit {
  min-width: 200px;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff; }
  .mpstorepickup-action-submit:hover {
    border: 1px solid #1a535c; }

.mpstorepickup-action-cancel {
  min-width: 200px;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  border: 1px solid #1a535c;
  color: #1a535c; }

.address-selected {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  min-width: 90%;
  max-width: 100%; }

.btn-select-store {
  min-width: 200px;
  text-align: center;
  border: 1px solid #1a535c;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: none;
  font-weight: 400 !important; }
  .btn-select-store:hover {
    border: 1px solid #1a535c;
    background: #1a535c;
    color: #ffffff !important; }

.checkout-cart-index .message.message-error.error {
  background: #ba4e00;
  color: #ffffff;
  padding: 20px;
  margin-bottom: -40px;
  margin-top: 60px; }

.message.notice {
  color: red; }

.mpstorepickup-address-selected {
  display: none !important; }

#co-shipping-method-form .field.choice.active label {
  text-decoration: underline; }

.mp-dialog-setting {
  display: none; }

.payment-method img {
  display: none; }

.wishlist-index-index .action.back {
  display: none; }

.contact-index-index .block-static-block {
  display: none; }

.custom--form__edit {
  float: right;
  display: none; }

.custom--forms__form {
  display: none; }

.form--selector {
  padding-bottom: 40px; }
  .form--selector ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .form--selector ul li {
      background: none;
      color: #1a535c; }
      .form--selector ul li label {
        display: inline-block;
        width: calc(100% - 50px); }
  .form--selector .form--selector__submenu {
    display: none;
    padding-left: 0px; }
  .form--selector input[type="radio"]:checked + .custom--radio__input--label::before {
    content: "\e92d";
    color: #ffffff;
    border-color: #1a535c;
    background: #1a535c; }
  .form--selector .custom--radio__input {
    display: block;
    padding: 0 0 0 0; }
    .form--selector .custom--radio__input .custom--radio__item {
      padding: 13px 10px 5px; }
    .form--selector .custom--radio__input.active > .custom--radio__item {
      background: #e7e7e7; }
      .form--selector .custom--radio__input.active > .custom--radio__item .custom--form__edit {
        display: block; }
    .form--selector .custom--radio__input.active > .form--selector__submenu {
      display: block;
      padding-top: 10px; }

.question-container.active .question-answer {
  display: block; }

.question-container .question-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #becacc;
  cursor: pointer; }

.question-container .question-answer {
  display: none;
  padding-top: 10px; }

.amcform-toolbar .amcform-submit {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: #1a535c; }

body.account .block-content {
  margin-left: 0;
  margin-right: 0; }

body.account .fieldset {
  display: inline-block;
  width: 100%; }
  body.account .fieldset .field {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top; }
    body.account .fieldset .field:nth-child(2) {
      float: right; }

.actions-toolbar {
  margin: 15px 0 0;
  width: 100%; }
  .actions-toolbar > div {
    display: inline-block; }
  .actions-toolbar .secondary {
    line-height: 45px; }
  .actions-toolbar .primary, .actions-toolbar .secondary {
    display: inline-block; }
  .actions-toolbar .action.remind {
    font-size: 13px; }

.form-login {
  width: 100%;
  margin-right: 40px;
  line-height: 14px; }
  @media (max-width: 768px) {
    .form-login {
      margin-right: 0;
      margin-bottom: 40px; } }

.fieldset.login {
  width: 100%; }

.login-container {
  padding-bottom: 150px;
  padding-top: 50px; }
  .login-container .block-content {
    margin-left: 0;
    margin-right: 0; }

.customer-account-forgotpassword form.password {
  max-width: 400px;
  margin: 45px auto; }

.captcha-image {
  padding: 15px 0; }

#block-customer-login-heading, #block-new-customer-heading {
  font-weight: normal; }

form.account {
  padding: 20px 0 40px; }
  form.account .field {
    width: 49%;
    display: inline-block; }
    form.account .field:first-of-type:not(.field-name-firstname) {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
  form.account .confirmation {
    float: right; }
  form.account .field-name-lastname {
    float: right; }

@media (max-width: 768px) {
  .account .block {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .account .block .box-title {
      padding: 10px 0 5px;
      position: relative;
      display: block; }
    .account .block .block-content {
      display: block; }
      .account .block .block-content .box {
        display: inline-block;
        vertical-align: top;
        width: 100%; } }

@media (max-width: 425px) {
  .account .col.shipping {
    display: none; }
  .account .col.total {
    display: none; } }

@media (max-width: 575.98px) {
  form .field {
    width: 100% !important;
    float: none;
    margin-bottom: 10px !important; } }

.nested > .field {
  width: 100% !important; }

.customer-account-create .form-create-account {
  width: 60%;
  margin: 0 auto; }

.customer-account-create .input--default {
  width: 100%; }

.login-container .block-customer-login, .login-container .block-new-customer {
  float: left;
  width: 50%;
  display: inline-block; }

.login-container .block-customer-login {
  width: 45%;
  margin-right: 5%; }

.login-container .block.social-login-authentication-channel.account-social-login .block-content {
  text-align: left; }

.login-container .forgot--password {
  margin-left: 20px; }

.login-container .login p {
  margin: 10px 0px; }

.login-container .block-content p {
  margin: 10px 0px; }

.login-container .social-btn .btn-social {
  margin-left: -7px; }

.form-address-edit .nested {
  margin-top: 20px; }

.form-address-edit .field input, .form-address-edit .field select {
  border-radius: 0;
  border: 1px solid #becacc;
  padding: 10px 10px;
  color: #becacc;
  min-height: auto;
  height: auto;
  font-size: 13px;
  width: 90%; }

.form-address-edit .action.save.primary {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff; }

.blog--item {
  display: block;
  margin-bottom: 40px; }
  .blog--item__image {
    width: 100%; }
    .blog--item__image img {
      max-width: 100%; }
  .blog--item p {
    font-size: 14px;
    font-weight: 300; }

.category--bar a {
  display: inline-block; }
  .category--bar a.active i, .category--bar a:hover i {
    background: #1a535c;
    color: #ffffff; }

.category--bar i.icon-tick {
  width: 20px;
  height: 20px;
  background: none;
  color: #e7e7e7;
  line-height: 20px;
  font-size: 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin-top: 3px;
  border: 1px solid #1a535c;
  transition: all 400ms ease-in-out; }
  .category--bar i.icon-tick::before {
    content: ''; }

.category--bar .trigger--mobile__menu {
  font-size: 16px; }
  .category--bar .trigger--mobile__menu i {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 10px;
    vertical-align: top;
    margin-top: 5px;
    background: none !important;
    color: #1a535c !important; }
  .category--bar .trigger--mobile__menu:hover {
    background: none;
    color: #1a535c; }

.blog--slider__image {
  width: 100%;
  height: 70vh; }

.category--slider__prev, .category--slider__next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  color: #1a535c;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out;
  display: block !important; }
  .category--slider__prev i, .category--slider__next i {
    font-size: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: top; }

.category--slider__prev {
  left: 0;
  margin-left: -24px; }
  .category--slider__prev i {
    transform: rotate(180deg);
    margin-top: 19px;
    margin-left: 2px; }

.category--slider__next {
  right: 0;
  margin-right: -24px; }
  .category--slider__next i {
    transform: rotate(0deg);
    margin-top: 19px; }

.single-post h1 {
  font-size: 21px; }

.single-post h2, .single-post h3 {
  font-size: 18px; }

.pagination {
  margin-top: 20px; }
  .pagination .page-link {
    border-radius: 0 !important;
    background: #ffffff;
    color: #1a535c;
    border: 1px solid #1a535c; }
    .pagination .page-link:hover {
      background: #1a535c;
      color: #ffffff;
      border: 1px solid #1a535c; }
  .pagination li {
    margin: 0 5px; }
  .pagination .item.current .page-link {
    background: #1a535c;
    color: #ffffff; }

#search_autocomplete {
  position: absolute;
  width: 900px !important;
  right: 0;
  background: #ffffff;
  text-align: left;
  z-index: 200;
  padding: 20px;
  display: none;
  border: 1px solid #e7e7e7;
  margin: 37px -10px 0 0; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result {
    display: flex;
    flex-wrap: wrap; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result .search--topPages {
      order: 2;
      flex: 0 0 20%;
      max-width: 20%;
      padding-right: 15px; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result .category-mini-crumb {
      display: none !important; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result .product--single__price--was {
      font-size: 12px; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl .product--single__price {
      font-size: 16px; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category {
      order: 1;
      flex: 0 0 20%;
      max-width: 20%;
      padding-right: 15px; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.term {
      display: none; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product {
      order: 3;
      flex: 0 0 60%;
      max-width: 60%;
      display: flex;
      flex-wrap: wrap; }
      #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd {
        flex: 0 0 50%;
        max-width: 50%; }
        #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-image-box {
          width: 20%;
          float: left; }
          #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-image-box img {
            width: 100%; }
        #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-item {
          width: 80%;
          float: right; }
      #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product .autocomplete-list-title {
        display: none; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl dd {
      cursor: pointer;
      transition: all 400ms ease-in-out; }
      #search_autocomplete .smile-elasticsuite-autocomplete-result dl dd:hover {
        opacity: 0.5; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl .autocomplete-list-title {
      color: #7f7f7f;
      padding-bottom: 10px; }
  #search_autocomplete .search--viewAll {
    order: 4;
    flex: 0 0 100%;
    max-width: 100%; }
    #search_autocomplete .search--viewAll button {
      position: relative;
      width: 100%;
      top: initial;
      right: initial;
      text-align: center;
      font-size: 14px; }
  #search_autocomplete .search--topPages .title-category {
    padding-bottom: 0px !important; }

.cart--financeControls .default--button {
  text-align: left;
  padding-left: 15px; }

.cart--financeControls .trigger--financeOption.active .custom--radio__input--label::before {
  content: "\e92d";
  color: #ffffff;
  border-color: #1a535c;
  background: #1a535c; }

#paybyfinance-main-block .paybyfinance-sum td {
  pading: 0; }

.cms-virtual-tour .page--headerTitle {
  display: none; }

.image--walkthrough {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  transition: all 400ms ease-in-out; }
  @media (max-width: 1025px) {
    .image--walkthrough {
      height: 200px; } }
  .image--walkthrough__withIcon {
    line-height: 20vw; }
    @media (max-width: 1025px) {
      .image--walkthrough__withIcon {
        line-height: 200px; } }
    .image--walkthrough__withIcon i {
      color: #ffffff;
      font-size: 36px; }
  .image--walkthrough:hover {
    opacity: 0.5; }
  .image--walkthrough__title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ffffff; }

.icon--walkthrough {
  background: #1a535c;
  width: 150px;
  height: 150px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-top: 40px;
  transition: all 400ms ease-in-out; }
  .icon--walkthrough:hover {
    opacity: 0.5; }
  .icon--walkthrough i {
    font-size: 36px;
    margin-bottom: 10px;
    display: inline-block; }
  .icon--walkthrough .icon2-camera {
    font-size: 32px; }

body .magezon-builder .link--underline {
  display: inline-block;
  text-align: center;
  margin: 0 auto; }

@media (max-width: 1025px) {
  body .magezon-builder .pageBuilder--customRow .mgz-col-md-3 {
    width: 50%; } }

body .magezon-builder .default--button.button--blue.mgz-element-button {
  padding: 0; }

body .magezon-builder .default--button.button--blue a {
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Gelasio", serif;
  line-height: initial;
  background: #1a535c;
  color: #ffffff;
  border-color: #1a535c;
  border-radius: 0; }
  body .magezon-builder .default--button.button--blue a:hover {
    border: 1px solid #1a535c; }

body .magezon-builder .mgz-carousel .owl-dots {
  position: absolute;
  bottom: 10px; }
  body .magezon-builder .mgz-carousel .owl-dots button {
    vertical-align: middle; }
    body .magezon-builder .mgz-carousel .owl-dots button span {
      background: #ffffff;
      border: 1px solid #ffffff;
      width: 8px;
      height: 8px; }
    body .magezon-builder .mgz-carousel .owl-dots button.active span, body .magezon-builder .mgz-carousel .owl-dots button:hover span {
      background: none;
      width: 10px;
      height: 10px; }

body .magezon-builder .pageBuilder--categoryBlock {
  position: relative;
  padding: 0;
  margin: 3px 4px -10px 4px; }
  body .magezon-builder .pageBuilder--categoryBlock .mgz-element-text {
    position: absolute;
    bottom: 15px;
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0px; }

body .magezon-builder .pageBuilder--rangeBlock {
  position: relative;
  padding: 0;
  margin: 6px 6px -10px 6px; }
  body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text, body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text a {
    position: absolute;
    top: 0px;
    text-align: center;
    display: block;
    width: 100%;
    height: calc(100% - 15px);
    color: white;
    background: none;
    padding: 10px 0px;
    font-size: 21px;
    font-family: "Gelasio", serif; }
    body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text .mgz-element-inner a, body .magezon-builder .pageBuilder--rangeBlock .mgz-element-text a .mgz-element-inner a {
      position: absolute;
      top: 0%;
      margin-top: 0px;
      width: 100%;
      height: 100%;
      /* vertical-align: middle; */
      padding-top: calc(25% - 30px); }

body .magezon-builder .mgz-element-text p {
  font-size: 14px; }

#onepage-checkout-shipping-method-additional-load .amlocator-description {
  display: none; }

.storelocatorActive .billing-address-same-as-shipping-block.field.choice {
  display: inline-block !important; }

.popup-authentication .block-authentication {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px; }
  .popup-authentication .block-authentication .block-title {
    padding-bottom: 15px; }

.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.popup-authentication .block[class] + .block {
  border-top: 0;
  margin: 0;
  padding: 10px 0 0 40px; }

.popup-authentication .block[class] + .block::before {
  left: 0;
  top: 50%; }

.popup-authentication .actions-toolbar {
  margin-bottom: 0;
  margin-top: auto; }

.modal-popup {
  z-index: 520;
  left: 0;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%; }
  .modal-popup._show {
    visibility: visible; }
  .modal-popup .actions-toolbar .primary {
    float: none;
    margin-left: auto; }
  .modal-popup.confirm {
    text-align: center; }
    .modal-popup.confirm .modal-footer {
      display: block !important;
      border-top: 0;
      padding-bottom: 0; }
      .modal-popup.confirm .modal-footer button {
        min-width: 200px;
        text-align: center;
        color: #ffffff;
        border: 1px solid #1a535c;
        background: #1a535c;
        box-shadow: none;
        outline: none !important;
        font-size: 16px;
        text-transform: capitalize;
        transition: all 400ms ease-in-out;
        padding: 10px 15px;
        display: inline-block;
        font-family: "Gelasio", serif;
        line-height: initial; }
        .modal-popup.confirm .modal-footer button:hover {
          background: #ffffff;
          color: #1a535c; }
    .modal-popup.confirm .modal-content {
      font-size: 18px; }
    .modal-popup.confirm .modal-inner-wrap {
      margin-top: 200px;
      background: #ffffff;
      padding: 30px; }

.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.modal-popup .modal-inner-wrap {
  margin: 0rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease; }

.modal-popup._inner-scroll {
  overflow-y: visible; }

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto; }

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%; }

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none; }

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto; }

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem; }

.modal-header {
  border: 0; }
  .modal-header button:before {
    display: none; }

.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem; }

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem; }

.modal-popup .modal-footer-actions {
  text-align: right; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none; }

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none; }

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit; }

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit; }

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a; }

.modal-custom .action-close {
  margin: 25px; }

.modal-content {
  border: 0;
  z-index: 2; }

.modal-popup .modal-title {
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 20px !important;
  margin-right: 20px;
  font-size: 24px;
  cursor: pointer; }
  .modal-popup .action-close:before {
    display: none; }

.modal-slide .action-close {
  padding: 2.1rem 3rem; }

.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050; }

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

.checkout-cart-index .popup-authentication .modal-inner-wrap {
  margin: auto; }

.cancel-modal .modal-content {
  padding-bottom: 20px; }

.cancel-modal p {
  font-size: 16px !important; }

.cancel-modal label {
  font-size: 16px;
  line-height: 18px; }

.cancel-modal .default--button:first-of-type {
  margin-right: 20px; }

.popup-authentication .modal-inner-wrap {
  min-width: 600px;
  max-width: 80%;
  width: 600px;
  background: none;
  background-color: transparent; }

.popup-authentication .modal-content {
  background: none;
  background-color: transparent;
  padding: 40px; }
  .popup-authentication .modal-content .block-customer-login {
    background: #ffffff;
    padding: 60px;
    position: relative; }

.popup-authentication .field {
  max-width: 80%;
  width: 80%;
  margin: 0 auto; }

.popup-authentication .default--button {
  padding: 15px;
  width: 70;
  margin: 0 auto; }

.popup-authentication .facebook-login .default--button {
  background: #39579a;
  margin: 0 auto; }

.popup-authentication .google-login .default--button {
  background: #3e82f8;
  margin: 0 auto; }

.popup-authentication .facebook-login, .popup-authentication .google-login {
  margin-top: 5px; }
  .popup-authentication .facebook-login .default--button, .popup-authentication .google-login .default--button {
    padding: 10px 15px;
    text-transform: none; }
    .popup-authentication .facebook-login .default--button:hover, .popup-authentication .google-login .default--button:hover {
      color: #ffffff !important;
      background: #1a535c;
      border-color: #1a535c;
      opacity: 0.5; }

.popup-authentication .forgot-pw {
  font-size: 13px; }

.modal {
  height: 100vh; }
  .modal .input--default {
    min-width: 200px; }

.modal-popup {
  z-index: 1200; }

.modals-overlay {
  z-index: 1010 !important; }

.modal-footer {
  display: none !important; }

.modal-content {
  overflow: visible; }

.menu--close__mobile, .menu--mobile__info {
  display: none; }

@media (min-width: 980px) and (max-width: 1200px) {
  body .filter--inline .filter-options-item, body .filter--inline .trigger--allFilters__button, body .filter--inline .trigger--OrderBy__button {
    min-width: 111px; } }

@media (min-width: 980px) and (max-width: 1366px) {
  .block--product__statusBar span {
    width: 50%; }
  body.bannerVisible .header {
    padding-bottom: 50px; }
  body.bannerVisible .banner--top {
    margin-bottom: 0; }
  .block-compare {
    top: 65%; } }

@media (max-width: 1025px) {
  .gallery--product__mobileFix {
    display: none !important; }
  .gallery--product__slider--prev, .gallery--product__slider--next {
    margin-top: -52px;
    display: block !important; }
  .block--screen__half.block--styles .default--button,
  .block--screen__full.block--styles .default--button,
  .block--screen__third.block--styles .default--button,
  .block--screen__quarter.block--styles .default--button,
  .block--screen__75.block--styles .default--button {
    opacity: 1 !important;
    visibility: visible !important; }
  .slider--home {
    position: relative; }
    .slider--home__wrap {
      min-height: initial; }
    .slider--home .default--button {
      position: absolute;
      margin: 0 auto;
      text-align: center;
      bottom: 20px;
      left: 50%;
      margin-left: -120px; }
  .checkout--benefits__home {
    display: block;
    flex-wrap: initial;
    margin: 0; }
    .checkout--benefits__home .col-md-3 {
      padding: 0; }
  .faq-question-view .sidebar, .faq-search-index .sidebar, .faq-category-view .sidebar, .faq-question-view .column.main, .faq-category-view .column.main {
    width: 100%;
    padding-right: 0; }
  .faq-question-view .column.main, .faq-category-view .column.main, .faq-search-index .column.main {
    width: 100%;
    float: none; }
    .faq-question-view .column.main .amfaq_questions, .faq-category-view .column.main .amfaq_questions, .faq-search-index .column.main .amfaq_questions {
      padding-top: 20px; }
  body .filter--inline .trigger--OrderBy:hover .trigger--OrderBy__options {
    margin-left: 0; }
  .smile-es-range-slider {
    width: 80%; }
  .filter .filter-options-content, .trigger--OrderBy__options {
    overflow: scroll; }
  body.filters-opened {
    overflow: hidden;
    width: 100%;
    height: 100vh; }
  .checkout--summary__section .table--standard__info--title {
    margin-left: 5px;
    margin-top: 0px; }
  #paybyfinance-main-block h3 {
    display: block !important; }
  #paybyfinance-main-block .paybyfinance-sum td:nth-child(1) {
    text-align: left;
    padding-left: 0; }
  #wishlist-view-form .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
  #paybyfinance-main-block .paybyfinance-sum td:nth-child(2) {
    text-align: left; }
  .social-login-authentication-popup {
    display: none; }
  .table--standard__info--title {
    padding-top: 10px; }
  .product-added-modal .product-item-info, .product-added-modal .headingM {
    display: none; }
  .category-cms .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed; }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0px 00px 0px !important; }
  .menu--close__mobile {
    position: absolute;
    top: 20px;
    right: 20%;
    z-index: 20;
    text-align: center;
    margin-right: -32px; }
    .menu--close__mobile .icon-cross {
      font-size: 15px;
      background: #1a535c;
      color: #ffffff;
      padding: 9;
      width: 32px;
      height: 32px;
      line-height: 32px;
      display: block; }
  body.mobile-menu-active {
    overflow: hidden;
    width: 100%;
    height: 100%; }
    body.mobile-menu-active .mobile-menu-overlay {
      display: block !important; }
    body.mobile-menu-active .menu--close__mobile {
      display: inline-block; }
    body.mobile-menu-active .nav-sections {
      z-index: 99999; }
  .products-grid {
    overflow: hidden; }
  .list--breadcrumbs li, .breadcrumbs .items li {
    letter-spacing: 0; }
  .header.is_stuck .banner--top {
    margin-bottom: 0; }
  .category-cms .block--screen__half {
    height: 25vh; }
    .category-cms .block--screen__half .height--50 {
      height: 25vh; }
  #additionalColoursModal .swatch--item__popup--wrap span {
    text-align: left; }
  .menu--mobile__info--wrap {
    display: block;
    text-align: left;
    margin: 40px 20px 20px 20px; }
    .menu--mobile__info--wrap a {
      margin-bottom: 15px; }
  .container-fluid.container--custom, .container--custom.container-sm, .container--custom.container-md, .container--custom.container-lg, .container--custom.container-xl, .container--custom.container-sm, .container--custom.container-md, .container--custom.container-lg, .container--custom.container-xl {
    padding: 0 15px; }
  .nav-sections-item-switch {
    display: none; }
  .block-search button.search {
    background: none; }
  .header--small {
    opacity: 0;
    height: 120px; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff; }
    .header .logo {
      font-size: 31px !important;
      margin: 17px 0px !important; }
    .header .header--search {
      position: fixed;
      top: 76px;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0 15px 5px 15px;
      background: #ffffff; }
  .round--number {
    position: absolute;
    width: 11px;
    height: 11px;
    font-size: 7px;
    line-height: 11px;
    margin-right: -5px; }
  .slider--home__wrap .tns-nav {
    margin: 0 0 -30px 0; }
    .slider--home__wrap .tns-nav button {
      background: #7f7f7f;
      border: 0;
      border-color: #1a535c; }
      .slider--home__wrap .tns-nav button.tns-nav-active {
        border: 1px solid #1a535c; }
  .block--screen__text--hidden {
    max-height: 0 !important; }
  .block--screen__half .default--button, .block--screen__full .default--button, .block--screen__third .default--button, .block--screen__quarter .default--button, .block--screen__75 .default--button {
    opacity: 0 !important;
    visibility: hidden !important; }
  .block-search input[type="text"] {
    display: inline-block;
    width: calc(100% - 60px);
    position: absolute;
    min-width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
    margin-right: 0px;
    color: #1a535c;
    opacity: 1;
    visibility: visible;
    background: #F8F8F8;
    border: 0; }
  .block-search i {
    font-size: 20px;
    margin: 5px 10px 0 0; }
  .tabs--standard li {
    padding-right: 0; }
    .tabs--standard li:after {
      display: none; }
  .block--screen__half .default--button, .block--screen__full .default--button, .block--screen__third .default--button, .block--screen__quarter .default--button, .block--screen__75 .default--button {
    opacity: 0;
    visibility: hidden; }
  .newsletter--title {
    padding: 0 20px 10px 20px;
    font-size: 24px; }
  .block--product {
    margin-bottom: 30px; }
    .block--product__image--wrap {
      min-height: 300px; }
  .gallery--product__slider--desktop, .gallery--product__slider--nav__desktop {
    display: none; }
  .gallery--product__nav {
    margin-top: 0;
    height: auto; }
  .gallery--product__slider--mobile {
    border: 1px solid #e7e7e7; }
  .table--standard__image, .table--standard__info {
    width: 100%;
    padding-left: 0; }
  .link--underline {
    background: none; }
  .checkout--totals__sidebar {
    padding: 0 30px; }
  .mobile--menu__trigger {
    font-size: 21px; }
  .section-items {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    z-index: 99999;
    background: #ffffff;
    padding-top: 0px;
    margin-left: -1000px;
    overflow-x: scroll; }
    .section-items .ves-megamenu > .navigation, .section-items .navigation {
      background: none !important; }
    .section-items .navigation ul {
      padding: 20px; }
      .section-items .navigation ul .level-top:first-child {
        border-top: 0; }
      .section-items .navigation ul .level-top:last-child {
        border-bottom: 0; }
    .section-items .ves-megamenu .navigation .level0 > a, .section-items .ves-megamenu .navigation .content-type-parentcart .level1 > a {
      text-align: left;
      font-size: 18px !important;
      background-color: white !important;
      color: #1a535c !important;
      padding-left: 0; }
    .section-items .ves-megamenu .navigation .drill-opener, .section-items .ves-megamenu .navigation .opener {
      margin-right: -5px;
      background-color: transparent !important; }
    .section-items .ves-megamenu .navigation .drill-opener {
      display: none !important; }
    .section-items .ves-megamenu .level0 .submenu .nav-item > a {
      padding-left: 0;
      margin: 10px 0px; }
    .section-items .ves-megamenu > .navigation .nav-item > a {
      position: relative; }
    .section-items.active {
      margin-left: 0 !important;
      left: 0 !important;
      top: 0 !important; }
      .section-items.active:before {
        right: -100%; }
  .ves-megamenu .navigation .level0 > a .opener, .ves-megamenu .navigation .content-type-parentcart .level1 > a .opener {
    display: block !important;
    position: absolute; }
  .ves-megamenu .opener:before {
    font-family: 'cousins';
    content: '\e914' !important; }
  .ves-megamenu .opener.item-active {
    transform: rotate(90deg); }
  .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ffffff;
    background-color: #ffffff !important;
    color: #1a535c !important; }
  .modal--standard .modal-dialog {
    min-width: auto; }
    .modal--standard .modal-dialog .modal-body {
      padding: 0; }
  .modal-popup .modal-inner-wrap {
    width: 100%; }
  .modal--standard .icon-cross {
    margin: -10px -5px 0 0; }
  .account .block-compare {
    display: none; }
  .account .block-dashboard-info,
  .account .block-dashboard-addresses,
  .account .block-dashboard-orders {
    padding: 0 15px; }
  .account .table-wrapper table {
    zoom: 0.7; }
  .block-compare {
    display: none !important; }
  .minicart .delete {
    display: none; }
  .menu--header__icons li {
    margin: 0 8px; }
    .menu--header__icons li a i {
      font-size: 24px; }
  .checkout--benefits__home .checkout--benefits__content .checkout--benefits__title {
    font-size: 12px; }
  .slider--widget__prev, .slider--widget__next {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    background: none;
    color: #1a535c;
    margin-top: -54px; }
  .home--product__slider .tns-nav {
    margin-top: -40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .home--product__slider .tns-nav button {
      display: inline-block;
      border-radius: 50%;
      padding: 0;
      width: 16px;
      max-width: 8px;
      height: 16px;
      max-height: 8px;
      background: #becacc;
      border: 2px solid #becacc;
      margin: 0 5px;
      vertical-align: middle;
      transition: all 400ms ease-in-out;
      cursor: pointer; }
      .home--product__slider .tns-nav button.tns-nav-active {
        max-width: 12px;
        max-height: 12px;
        background: none; }
  .banner--top {
    position: fixed;
    margin-bottom: 0; }
    .banner--top .icon-cross {
      position: absolute;
      top: 0;
      right: 0;
      margin: 25px 15px 0 0;
      font-size: 12px; }
  .orderBy--wrap {
    float: left;
    width: calc(50% - 15px); }
    .orderBy--wrap .trigger--OrderBy {
      margin-left: 0 !important; }
    .orderBy--wrap .trigger--OrderBy__button {
      min-width: 0 !important;
      width: calc(100% - 15px); }
  .filter--main__container {
    padding: 0; }
  .filters--all {
    padding: 80px 30px 60px 60px; }
  .filters--all__back {
    margin: 20px 0 0 60px; }
  .product--dimensions {
    font-size: 14px; }
    .product--dimensions span {
      display: block;
      float: left;
      width: 25%; }
      .product--dimensions span span {
        float: none;
        display: block;
        width: 100%; }
  .gallery--product__slider--prev, .gallery--product__slider--next {
    display: none; }
  .newsletter--wrap input[type="text"], .newsletter--wrap input[type="email"] {
    width: calc(100% - 65px); }
  .product--single__qty {
    margin-right: -4px;
    padding: 13px 17px;
    width: 100px; }
    .product--single__qty input {
      width: 100% !important; }
    .product--single__qty .product--single__qty--plus, .product--single__qty .product--single__qty--minus {
      display: none; }
  .link--addToWishlist {
    display: block;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .product--single__accordion .card-header {
    font-size: 20px; }
  .product--single__accordion--arrow {
    margin-top: 10px; }
  .benefits--title {
    font-size: 20px; }
  .checkout--benefits__product {
    margin-left: -30px; }
    .checkout--benefits__product .checkout--benefits__content {
      margin-top: 14px; }
    .checkout--benefits__product .checkout--benefits__title {
      font-size: 12px; }
  .product--single__accordion .short_description ul li {
    flex: 0 0 100%;
    max-width: 100%; }
  #additionalColoursModal .headingMS {
    font-size: 18px; }
  #additionalColoursModal .modal-dialog {
    margin: 0; }
  #additionalColoursModal .additional--colours {
    max-height: calc(100vh - 30vh);
    min-height: 60vh; }
  #additionalColoursModal .icon-cross {
    margin: 15px 15px 0 0;
    background: none;
    color: #1a535c; }
  #additionalColoursModal .modal-content {
    height: 100vh; }
  #additionalColoursModal .modal--standard .modal-content {
    width: 100%;
    height: 100vh; }
  #additionalColoursModal .product--single .product--single__swatch, #additionalColoursModal .product--single .swatch-option, #additionalColoursModal #additionalColoursModal .product--single__swatch, #additionalColoursModal #additionalColoursModal .swatch-option {
    margin-left: 1px !important; }
  body._has-modal {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .login-container .block-customer-login, .login-container .block-new-customer {
    width: 100%;
    margin: 0 30px; }
  .login-container .forgot--password {
    margin-left: 0; }
  .basket--discount__wrap input[type="text"] {
    width: calc(100% - 100px); }
  .checkout--benefits__content {
    margin-bottom: 40px; }
  .checkout--address {
    order: 2; }
  #opc-sidebar {
    max-height: 60px;
    overflow: hidden; }
    #opc-sidebar.active {
      max-height: 2000px; }
      #opc-sidebar.active hr {
        display: block; }
      #opc-sidebar.active .checkout--summary__section i {
        transform: rotate(-90deg); }
    #opc-sidebar hr {
      display: none; }
    #opc-sidebar .headingXS {
      margin-top: -5px; }
    #opc-sidebar .checkout--summary__section {
      padding: 20px 20px 20px 20px; }
      #opc-sidebar .checkout--summary__section i {
        transform: rotate(90deg);
        width: 20px;
        height: 20px;
        line-height: 19px;
        text-align: center;
        border-radius: 50%;
        font-size: 10px;
        display: inline-block;
        border: 1px solid #1a535c; }
  .shipping--method__item {
    width: 100%;
    text-align: left; }
  .opc .button.continue {
    width: 100%; }
  .container--absolute__block {
    padding: 20px 30px; }
    .container--absolute__block .headingM {
      font-size: 18px;
      line-height: 21px; }
    .container--absolute__block br {
      display: none; }
    .container--absolute__block p {
      max-height: 40px;
      overflow: hidden;
      font-size: 12px; }
    .container--absolute__block .default--button {
      min-width: 170px; }
      .container--absolute__block .default--button i {
        margin-left: 0px; }
  .container--absolute__image {
    height: 50vh;
    margin-top: -40px;
    width: 90%; }
  .blog--more__link {
    width: 100%;
    margin-right: 0;
    font-size: 14px; }
  .blog--slider__wrap .tns-nav {
    display: none; }
  .checkout--payment__active #opc-sidebar .checkout--totals__sidebar {
    padding-left: 15px; }
  .page-layout-checkout .actions-toolbar > div {
    display: block; }
  .block--screen__text--reveal {
    display: none !important; }
  .block--product__compare--tooltip {
    display: none !important; }
  .container--home__blocks .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
  .container--home__blocks .block--screen__half {
    height: 40vh; }
    .container--home__blocks .block--screen__half .height--50 {
      height: 40vh; }
  .category--blocks .col-md-4 .block--screen__third, .category--blocks .col-md-6 .block--screen__third {
    height: 25vh; }
    .category--blocks .col-md-4 .block--screen__third .height--33, .category--blocks .col-md-6 .block--screen__third .height--33 {
      height: 25vh; }
  .tabs--standard li:last-child {
    padding-right: 10px; }
  .blog--slider__wrap {
    padding-bottom: 0; }
  .home--instagram .headingM, .home--customers .headingM, .home--brand .headingM {
    font-size: 21px; }
  .product-info-main {
    margin-left: 0; }
  .action.tocompare {
    display: none !important; }
  body .filter--inline .trigger--allFilters {
    width: 50%; }
  .menu--mobile__info--wrap .icon-call {
    margin-right: 5px; }
  .menu--mobile__info--wrap .icon-map-marker {
    margin-right: 9px; }
  .menu--mobile__info--wrap .icon-account {
    margin-right: 6px; }
  .category--title {
    font-size: 28px; }
  .swatch-option-tooltip {
    display: none !important; }
  .product--single .product--single__swatch.more, .product--single .swatch-option.more, #additionalColoursModal .product--single__swatch.more, #additionalColoursModal .swatch-option.more {
    margin-right: 0; }
  #related-products-container {
    display: block !important;
    flex-wrap: initial !important;
    margin: 0 !important; }
    #related-products-container .col-lg-4 {
      flex: initial !important;
      max-width: initial !important;
      padding: 0; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl .product--single__price {
    font-size: 12px; }
  #search_autocomplete {
    max-width: 100% !important;
    margin-right: 0;
    padding: 10px; }
    #search_autocomplete .product--single__price--wrap {
      margin: 5px 0px;
      font-size: 12px; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px; }
    #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category dd {
      display: inline-block;
      margin-right: 10px; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-item {
    width: 100%;
    float: none; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product dd .product-image-box {
    float: none;
    margin: 0 auto;
    width: 40%; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.product {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
  #search_autocomplete .smile-elasticsuite-autocomplete-result .search--topPages,
  #search_autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list.category {
    display: none; }
  #hidden-spinme {
    width: 100% !important;
    padding: 5px; } }

@media (max-width: 680px) {
  .footer--menu__label {
    margin-top: 30px; }
  .slider--home .slide--circle {
    display: none; }
  .slider--home .slide--title {
    font-size: 36px; }
  .slider--home .slide--subtitle {
    font-size: 14px; }
  .social--media {
    margin-bottom: 20px; }
    .social--media li {
      margin: 0 10px; }
  .trigger--allFilters {
    padding-left: 0; }
  .popup-authentication .modal-inner-wrap {
    width: 80%;
    min-width: auto;
    max-width: 100%; }
  .modal-popup._inner-scroll .modal-inner-wrap {
    width: 90%; }
  .popup-authentication .modal-content .block-customer-login {
    padding: 40px 20px; }
  .popup-authentication .modal-content {
    padding: 100px 40px; }
  .modal--standard .modal--continue {
    margin-bottom: -65px; }
  .minicart {
    max-width: 100%;
    width: 100%; }
  .minicart #top-cart-btn-checkout {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: calc(100% - 73px); }
  .block--screen__full {
    margin-bottom: 40px; }
  .store--benefits .col {
    width: 100%;
    margin-bottom: 40px; }
  .filter--inline .filter-options {
    display: none; } }

@media (min-width: 767px) and (max-width: 1025px) {
  .d-lg-none {
    display: inline-block !important; }
  .modal--standard .modal-dialog {
    max-width: 100%; }
  .filter--inline .filter-options {
    display: none; }
  .ves-megamenu .navigation .level0.submenu-left, .ves-megamenu .navigation .level0.submenu-right {
    position: relative;
    display: block;
    width: 100%; }
  body .ves-megamenu .navigation .level0 > a, body .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    display: block; }
  .minicart {
    max-width: 100%;
    width: 100%; }
  .minicart #top-cart-btn-checkout {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: calc(100% - 73px); }
  .checkout-cart-index .table--standard__image {
    text-align: center;
    margin-bottom: 20px; } }
