@charset "UTF-8";

/* Fonts */
/*!
 * 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: #F93943;
  --orange: #fd7e14;
  --yellow: #f8bf55;
  --green: #7dd46f;
  --teal: #20c997;
  --cyan: #677DB7;
  --white: #fff;
  --gray: #858585;
  --gray-dark: #343a40;
  --primary: #0c5951;
  --secondary: #f1606b;
  --success: #7dd46f;
  --info: #677DB7;
  --warning: #f8bf55;
  --danger: #F93943;
  --light: #f6f6f6;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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: 300;
  line-height: 1.58;
  color: #414141;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 500;
}

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: #0c5951;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #117d72;
  text-decoration: underline;
}

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

a:not([href]):hover {
  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: #858585;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  font-weight: 500;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

@media (max-width: 1199px) {
  legend {
    font-size: calc(1.275rem + 0.30025vw);
  }
}

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,
.modal-header .modal-title,
.h4,
#order-summary-content .h3,
#order-summary-content .modal-header .modal-title,
.modal-header #order-summary-content .modal-title,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

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

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: calc(1.40625rem + 1.87656vw);
  }
}

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

@media (max-width: 1199px) {

  h2,
  .h2 {
    font-size: calc(1.34375rem + 1.12594vw);
  }
}

h3,
.h3,
.modal-header .modal-title {
  font-size: 1.8125rem;
}

@media (max-width: 1199px) {

  h3,
  .h3,
  .modal-header .modal-title {
    font-size: calc(1.30625rem + 0.67556vw);
  }
}

h4,
.h4,
#order-summary-content .h3,
#order-summary-content .modal-header .modal-title,
.modal-header #order-summary-content .modal-title {
  font-size: 1.5rem;
}

@media (max-width: 1199px) {

  h4,
  .h4,
  #order-summary-content .h3,
  #order-summary-content .modal-header .modal-title,
  .modal-header #order-summary-content .modal-title {
    font-size: calc(1.275rem + 0.30025vw);
  }
}

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

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

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

.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
  text-align: center;
}

@media (min-width: 769px) {

  .display-1,
  .display-2,
  .display-3,
  .display-4,
  .display-5 {
    overflow: hidden;
    white-space: nowrap;
  }

  .display-1:before,
  .display-2:before,
  .display-3:before,
  .display-4:before,
  .display-5:before,
  .display-1:after,
  .display-2:after,
  .display-3:after,
  .display-4:after,
  .display-5:after {
    background-color: #d1d1d1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }

  .display-1:before,
  .display-2:before,
  .display-3:before,
  .display-4:before,
  .display-5:before {
    right: .35em;
    margin-left: -50%;
  }

  .display-1:after,
  .display-2:after,
  .display-3:after,
  .display-4:after,
  .display-5:after {
    left: .35em;
    margin-right: -50%;
  }
}

.display-1 {
  font-size: 5rem;
}

@media (max-width: 1199px) {
  .display-1 {
    font-size: calc(1.625rem + 4.50375vw);
  }
}

.display-2 {
  font-size: 4.5rem;
}

@media (max-width: 1199px) {
  .display-2 {
    font-size: calc(1.575rem + 3.90325vw);
  }
}

.display-3 {
  font-size: 3.375rem;
}

@media (max-width: 1199px) {
  .display-3 {
    font-size: calc(1.4625rem + 2.55213vw);
  }
}

.display-4 {
  font-size: 2.1875rem;
}

@media (max-width: 1199px) {
  .display-4 {
    font-size: calc(1.34375rem + 1.12594vw);
  }
}

.display-5 {
  font-size: 1.25rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px 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,
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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: #fff;
  background-color: #212529;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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: 992px) {
  .container {
    max-width: 960px;
  }
}

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

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

@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 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #414141;
}

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

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

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

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

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

.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: #414141;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #414141;
  background-color: #f6f6f6;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  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: #fff;
  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: 768.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%;
  max-width: 100%;
  height: calc(1.58em + 1.188rem + 4px);
  padding: 0.594rem 0.9375rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.58;
  color: #858585;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #858585;
}

.form-control:focus {
  color: #0c5951;
  background-color: #fff;
  border-color: #0c5951;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

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

select.form-control {
  display: inline-block;
  padding-right: 1.9375rem;
  vertical-align: middle;
  background-image: 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");
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

select.form-control::-ms-expand {
  display: none;
}

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

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

.col-form-label,
.form-control-label {
  padding-top: calc(0.594rem + 2px);
  padding-bottom: calc(0.594rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.58;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.594rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.58;
  color: #414141;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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.58em + 0.688rem + 4px);
  padding: 0.344rem 0.75rem;
  font-size: 1rem;
  line-height: 1.58;
  border-radius: 20px;
}

.form-control-lg {
  height: calc(1.58em + 1.5625rem + 4px);
  padding: 0.78125rem 2.34375rem;
  font-size: 1.25rem;
  line-height: 1.58;
  border-radius: 25px;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #858585;
}

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

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

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

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

.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.58;
  color: #212529;
  background-color: rgba(125, 212, 111, 0.9);
  border-radius: 20px;
}

.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: #7dd46f;
  padding-right: calc(1.58em + 1.188rem);
  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='%237dd46f' 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.395em + 0.297rem) center;
  -webkit-background-size: calc(0.79em + 0.594rem) calc(0.79em + 0.594rem);
  background-size: calc(0.79em + 0.594rem) calc(0.79em + 0.594rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #7dd46f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.58em + 1.188rem);
  background-position: top calc(0.395em + 0.297rem) right calc(0.395em + 0.297rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #7dd46f;
  padding-right: calc(0.75em + 2.8285rem);
  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"), 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='%237dd46f' 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") #fff no-repeat center right 1.9375rem/calc(0.79em + 0.594rem) calc(0.79em + 0.594rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #7dd46f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}

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

.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: #7dd46f;
}

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

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

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 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: #7dd46f;
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #7dd46f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}

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

.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.58;
  color: #fff;
  background-color: rgba(249, 57, 67, 0.9);
  border-radius: 20px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid,
.has-error .form-control {
  border-color: #F93943;
  padding-right: calc(1.58em + 1.188rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F93943' 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='%23F93943' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.395em + 0.297rem) center;
  -webkit-background-size: calc(0.79em + 0.594rem) calc(0.79em + 0.594rem);
  background-size: calc(0.79em + 0.594rem) calc(0.79em + 0.594rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.has-error .form-control:focus {
  border-color: #F93943;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid,
.has-error textarea.form-control {
  padding-right: calc(1.58em + 1.188rem);
  background-position: top calc(0.395em + 0.297rem) right calc(0.395em + 0.297rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid,
.has-error .custom-select.form-control {
  border-color: #F93943;
  padding-right: calc(0.75em + 2.8285rem);
  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"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F93943' 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='%23F93943' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.79em + 0.594rem) calc(0.79em + 0.594rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus,
.has-error .custom-select.form-control:focus {
  border-color: #F93943;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label,
.has-error .form-check-input.form-control~.form-check-label {
  color: #F93943;
}

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

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label,
.has-error .custom-control-input.form-control~.custom-control-label {
  color: #F93943;
}

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.has-error .custom-control-input.form-control:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 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,
.has-error .custom-control-input.form-control:focus:not(:checked)~.custom-control-label::before {
  border-color: #F93943;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label,
.has-error .custom-file-input.form-control~.custom-file-label {
  border-color: #F93943;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label,
.has-error .custom-file-input.form-control:focus~.custom-file-label {
  border-color: #F93943;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.25);
}

.form-inline {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

.btn {
  font-weight: 400;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  color: #414141;
  border: 2px solid transparent;
  background-color: transparent;
  padding: 0.594rem 1.782rem;
  font-size: 1rem;
  line-height: 1.58;
  border-radius: 20px;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  text-decoration: none;
  color: #414141;
  outline: none;
}

.btn:before,
.btn i {
  font-size: 1.0625rem;
  line-height: 1;
  display: inline-block;
  margin-right: .4em;
}

.btn .material-icons {
  vertical-align: -4px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #0c5951;
  border-color: #0c5951;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0e6b61;
  border-color: #0e6b61;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0e6b61;
  border-color: #0e6b61;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0c5951;
  border-color: #0c5951;
}

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

.btn-secondary {
  color: #fff;
  background-color: #f1606b;
  border-color: #f1606b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #f3737c;
  border-color: #f3737c;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #212529;
  background-color: #f3737c;
  border-color: #f3737c;
}

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

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

.btn-success {
  color: #212529;
  background-color: #7dd46f;
  border-color: #7dd46f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:hover {
  color: #212529;
  background-color: #8bd97f;
  border-color: #8bd97f;
}

.btn-success:focus,
.btn-success.focus {
  color: #212529;
  background-color: #8bd97f;
  border-color: #8bd97f;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #7dd46f;
  border-color: #7dd46f;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #212529;
  background-color: #6bce5b;
  border-color: #6bce5b;
}

.btn-info {
  color: #fff;
  background-color: #677DB7;
  border-color: #677DB7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:hover {
  color: #fff;
  background-color: #7589be;
  border-color: #7589be;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #7589be;
  border-color: #7589be;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #677DB7;
  border-color: #677DB7;
}

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

.btn-warning {
  color: #212529;
  background-color: #f8bf55;
  border-color: #f8bf55;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #f9c669;
  border-color: #f9c669;
}

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

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

.btn-danger {
  color: #fff;
  background-color: #F93943;
  border-color: #F93943;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #fa4d56;
  border-color: #fa4d56;
}

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

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

.btn-light {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: white;
  border-color: white;
}

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

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:hover {
  color: #fff;
  background-color: #3d444b;
  border-color: #3d444b;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #3d444b;
  border-color: #3d444b;
}

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

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

.btn-outline-primary {
  color: #0c5951;
  border-color: #0c5951;
  font-weight: 500;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0c5951;
  border-color: #0c5951;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0c5951;
  background-color: transparent;
}

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

.btn-outline-secondary {
  color: #f1606b;
  border-color: #f1606b;
  font-weight: 500;
}

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

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

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

.btn-outline-success {
  color: #7dd46f;
  border-color: #7dd46f;
  font-weight: 500;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #7dd46f;
  border-color: #7dd46f;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #7dd46f;
  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: #212529;
  background-color: #6bce5b;
  border-color: #6bce5b;
}

.btn-outline-info {
  color: #677DB7;
  border-color: #677DB7;
  font-weight: 500;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #677DB7;
  border-color: #677DB7;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #677DB7;
  background-color: transparent;
}

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

.btn-outline-warning {
  color: #f8bf55;
  border-color: #f8bf55;
  font-weight: 500;
}

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f8bf55;
  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: #f7b63d;
  border-color: #f7b63d;
}

.btn-outline-danger {
  color: #F93943;
  border-color: #F93943;
  font-weight: 500;
}

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

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

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

.btn-outline-light {
  color: #f6f6f6;
  border-color: #f6f6f6;
  font-weight: 500;
}

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f6f6f6;
  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: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
  font-weight: 500;
}

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

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

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

.btn-link,
.rte a:not(.btn),
.custom-checkbox a,
#checkout-personal-information-step p a,
.condition-label a,
#order-summary-content .step-edit,
.forgot-password a,
.no-account a {
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  color: #0c5951;
}

.btn-link:hover,
.rte a:hover:not(.btn),
.custom-checkbox a:hover,
#checkout-personal-information-step p a:hover,
.condition-label a:hover,
#order-summary-content .step-edit:hover,
.forgot-password a:hover,
.no-account a:hover {
  text-decoration: underline;
  color: #117d72;
}

.btn-link:focus,
.rte a:focus:not(.btn),
.custom-checkbox a:focus,
#checkout-personal-information-step p a:focus,
.condition-label a:focus,
#order-summary-content .step-edit:focus,
.forgot-password a:focus,
.no-account a:focus,
.btn-link.focus,
.rte a.focus:not(.btn),
.custom-checkbox a.focus,
#checkout-personal-information-step p a.focus,
.condition-label a.focus,
#order-summary-content .focus.step-edit,
.forgot-password a.focus,
.no-account a.focus {
  text-decoration: underline;
  color: #117d72;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:disabled,
.rte a:disabled:not(.btn),
.custom-checkbox a:disabled,
#checkout-personal-information-step p a:disabled,
.condition-label a:disabled,
#order-summary-content .step-edit:disabled,
.forgot-password a:disabled,
.no-account a:disabled,
.btn-link.disabled,
.rte a.disabled:not(.btn),
.custom-checkbox a.disabled,
#checkout-personal-information-step p a.disabled,
.condition-label a.disabled,
#order-summary-content .disabled.step-edit,
.forgot-password a.disabled,
.no-account a.disabled {
  pointer-events: none;
  color: #858585;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.78125rem 2.34375rem;
  font-size: 1.25rem;
  line-height: 1.58;
  border-radius: 25px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.344rem 1.1875rem;
  font-size: 1rem;
  line-height: 1.58;
  border-radius: 20px;
}

.btn-action {
  padding-left: 0.86546rem;
  padding-right: 0.86546rem;
  border-radius: 4px;
}

.btn-action:before,
.btn-action i {
  font-size: inherit;
  margin: 0;
}

.btn-action i {
  line-height: inherit;
  width: auto;
  height: auto;
  vertical-align: initial;
}

.btn-action.btn-lg,
.btn-group-lg>.btn-action.btn {
  padding-left: 1.13828rem;
  padding-right: 1.13828rem;
}

.btn-action.btn-sm,
.btn-group-sm>.btn-action.btn {
  padding-left: 0.60888rem;
  padding-right: 0.60888rem;
}

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  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-toggle:focus,
.dropdown-toggle:hover {
  color: #0c5951;
}

.dropdown-menu,
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 0;
  max-width: 100vw;
  padding: 0 0;
  margin: 0.3125rem 0 0;
  font-size: 0.875rem;
  color: #414141;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* .dropdown-menu {
    display: none;
} */
.dropdown-menu,
.dropdown-menu-custom {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -o-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
}

@media (prefers-reduced-motion: reduce) {

  .dropdown-menu,
  .dropdown-menu-custom {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropdown-menu.show,
.dropdown-menu-custom.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .dropdown-hover-menu-lg {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, -webkit-transform 0.25s 0.3s;
    transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, -webkit-transform 0.25s 0.3s;
    -o-transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, -o-transform 0.25s 0.3s;
    transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, transform 0.25s 0.3s;
    transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, transform 0.25s 0.3s, -webkit-transform 0.25s 0.3s, -o-transform 0.25s 0.3s;
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
  }

  .dropdown-hover-toggler-lg:hover .dropdown-hover-menu-lg {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, -webkit-transform 0.3s 0.35s;
    transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, -webkit-transform 0.3s 0.35s;
    -o-transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, -o-transform 0.3s 0.35s;
    transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, transform 0.3s 0.35s;
    transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, transform 0.3s 0.35s, -webkit-transform 0.3s 0.35s, -o-transform 0.3s 0.35s;
    opacity: 1;
  }
}

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

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

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

.dropdown-menu-custom-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;
  }

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

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

@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

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

  .dropdown-menu-custom-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;
  }

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

  .dropdown-menu-custom-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;
  }

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

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

.dropup .dropdown-menu,
.dropup .dropdown-menu-custom,
.dropup-custom .dropdown-menu,
.dropup-custom .dropdown-menu-custom {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.3125rem;
}

.dropup .dropdown-toggle::after,
.dropup-custom .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  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,
.dropup-custom .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup-custom .dropdown-menu-custom:not(.show) {
  -webkit-transform: translate3d(0, 2rem, 0);
  transform: translate3d(0, 2rem, 0);
}

.dropright .dropdown-menu,
.dropright .dropdown-menu-custom,
.dropright-custom .dropdown-menu,
.dropright-custom .dropdown-menu-custom {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.3125rem;
}

.dropright .dropdown-toggle::after,
.dropright-custom .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  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,
.dropright-custom .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropright-custom .dropdown-menu-custom:not(.show) {
  -webkit-transform: translate3d(-2rem, 0, 0);
  transform: translate3d(-2rem, 0, 0);
}

.dropleft .dropdown-menu,
.dropleft .dropdown-menu-custom,
.dropleft-custom .dropdown-menu,
.dropleft-custom .dropdown-menu-custom {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.3125rem;
}

.dropleft .dropdown-toggle::after,
.dropleft-custom .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
}

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

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

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

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

.dropleft-custom .dropdown-menu-custom:not(.show) {
  -webkit-transform: translate3d(2rem, 0, 0);
  transform: translate3d(2rem, 0, 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 #e3e3e3;
}

.dropdown-item,
.select-list {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 0.375rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child,
.select-list:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dropdown-item:last-child,
.select-list:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.select-list:hover,
.select-list:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #0c5951;
}

.dropdown-item.active,
.dropdown-item:active,
.select-list.active,
.select-list:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c5951;
}

.dropdown-item.disabled,
.dropdown-item:disabled,
.select-list.disabled,
.select-list:disabled {
  color: #858585;
  pointer-events: none;
  background-color: transparent;
}

/* .dropdown-menu.show {
    display: block;
} */
.dropdown-header {
  display: block;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858585;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.375rem 0.75rem;
  color: inherit;
}

.drow-down-wrapper {
  position: relative;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .dropdown-custom-md-fullscreen .dropdown-menu-custom {
    position: fixed;
    top: 61px;
    right: 0;
    bottom: 57px;
    left: 0;
    margin: 0;
    font-size: 1.4rem;
    padding: 1.5rem 0;
    will-change: transform, opacity, visibility;
  }

  .dropdown-custom-md-fullscreen .dropdown-menu-custom:not(.show) {
    -webkit-transform: scale(0.87, 0.87);
    -o-transform: scale(0.87, 0.87);
    transform: scale(0.87, 0.87);
  }

  .dropdown-custom-md-fullscreen .dropdown-menu-custom.show {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .dropdown-custom-md-fullscreen .dropdown-icon,
  .dropdown-custom-md-fullscreen .dropdown-label {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-custom-md-fullscreen .dropdown-icon {
    font-size: 1.7em;
    width: auto;
  }

  .dropdown-custom-md-fullscreen .dropdown-icon+.dropdown-label {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-custom-md-fullscreen .dropdown-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
  }

  .dropdown-custom-md-fullscreen .dropdown-item,
  .dropdown-custom-md-fullscreen .select-list {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    word-break: break-word;
  }

  .dropdown-custom-md-fullscreen .dropdown-item:hover .dropdown-label,
  .dropdown-custom-md-fullscreen .dropdown-item:focus .dropdown-label,
  .dropdown-custom-md-fullscreen .dropdown-item:active .dropdown-label,
  .dropdown-custom-md-fullscreen .select-list:hover .dropdown-label,
  .dropdown-custom-md-fullscreen .select-list:focus .dropdown-label,
  .dropdown-custom-md-fullscreen .select-list:active .dropdown-label {
    border-color: transparent;
  }
}

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

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

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

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

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

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

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

.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: 1.3365rem;
  padding-left: 1.3365rem;
}

.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.89063rem;
  padding-left: 0.89063rem;
}

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

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link,
.btn-group.show .rte a.dropdown-toggle:not(.btn),
.rte .btn-group.show a.dropdown-toggle:not(.btn),
.btn-group.show .custom-checkbox a.dropdown-toggle,
.custom-checkbox .btn-group.show a.dropdown-toggle,
.btn-group.show #checkout-personal-information-step p a.dropdown-toggle,
#checkout-personal-information-step p .btn-group.show a.dropdown-toggle,
.btn-group.show .condition-label a.dropdown-toggle,
.condition-label .btn-group.show a.dropdown-toggle,
.btn-group.show #order-summary-content .dropdown-toggle.step-edit,
#order-summary-content .btn-group.show .dropdown-toggle.step-edit,
.btn-group.show .forgot-password a.dropdown-toggle,
.forgot-password .btn-group.show a.dropdown-toggle,
.btn-group.show .no-account a.dropdown-toggle,
.no-account .btn-group.show a.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -2px;
}

.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;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

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

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

.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 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

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

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

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

.input-group-text {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.594rem 0.9375rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.58;
  color: #858585;
  text-align: center;
  white-space: nowrap;
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
}

.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.58em + 1.5625rem + 4px);
}

.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.78125rem 2.34375rem;
  font-size: 1.25rem;
  line-height: 1.58;
  border-radius: 25px;
}

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

.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.344rem 0.75rem;
  font-size: 1rem;
  line-height: 1.58;
  border-radius: 20px;
}

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

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

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

.input-group-custom {
  position: relative;
}

.input-group-custom .btn {
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: .185rem;
  right: 5px;
  padding: 0.375em 1.1875em;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.input-group-custom-lg .form-control {
  height: 3.375rem;
}

.input-group-custom-lg .btn {
  font-size: 1rem;
  right: 3px;
  padding: 0.625em 1.875em;
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.29rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0c5951;
  background-color: #0c5951;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #0c5951;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #34e4d1;
  border-color: #34e4d1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #858585;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e3e3e3;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.29rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-control-label::after {
  position: absolute;
  top: 0.29rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

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

.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='%23fff' 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: #0c5951;
  background-color: #0c5951;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(12, 89, 81, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(12, 89, 81, 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='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(12, 89, 81, 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.29rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(12, 89, 81, 0.5);
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.58em + 1.188rem + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #0c5951;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e3e3e3;
}

.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.58em + 1.188rem + 4px);
  padding: 0.594rem 0.9375rem;
  font-weight: 300;
  line-height: 1.58;
  color: #858585;
  background-color: #fff;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.58em + 1.188rem);
  padding: 0.594rem 0.9375rem;
  line-height: 1.58;
  color: #858585;
  content: "Browse";
  background-color: #e3e3e3;
  border-left: inherit;
  border-radius: 0 20px 20px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px #fff, 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0c5951;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #34e4d1;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0c5951;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #34e4d1;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0c5951;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #34e4d1;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 0.5625rem 0;
  margin: 0 1.8rem;
  border: none;
  border-radius: 0;
  background: none;
  text-align: center;
}

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

.nav-link.disabled {
  opacity: .6;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #0c5951;
  }

  .nav-tabs .nav-link.active:after,
  .nav-tabs .nav-item.show .nav-link:after {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }

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

  .nav-tabs .nav-link:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    -webkit-transition: opacity .1s, -webkit-transform .2s;
    transition: opacity .1s, -webkit-transform .2s;
    -o-transition: opacity .1s, -o-transform .2s;
    transition: opacity .1s, transform .2s;
    transition: opacity .1s, transform .2s, -webkit-transform .2s, -o-transform .2s;
    -webkit-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px);
    opacity: 0;
    border-bottom: 2px solid #0c5951;
  }
}

@media (max-width: 991.98px) {
  .nav-tabs {
    margin-bottom: 2.1rem;
  }
}

@media (max-width: 575.98px) {
  .nav-tabs {
    width: 100%;
  }

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

  .nav-tabs .nav-link {
    font-size: .8571rem;
    padding: 6px 5px;
    margin: 0;
    text-align: center;
    border-radius: 2px;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #0c5951;
  }
}

.nav-pills {
  margin: 0 -0.5rem;
}

.nav-pills .nav-item {
  padding: 0 0.5rem;
  margin: 0 0 0.5rem;
}

.nav-pills .nav-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.58;
  padding: 0.594rem 1.782rem;
  margin: 0;
  background-color: #f6f6f6;
  border-radius: 20px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0c5951;
}

.nav-pills.nav-pills-sm {
  margin: 0 -0.25rem;
}

.nav-pills.nav-pills-sm .nav-item {
  padding: 0 0.25rem;
  margin: 0 0 0.25rem;
}

.nav-pills.nav-pills-sm .nav-link {
  padding: 0.344rem 1.1875rem;
}

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

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

.tab-content>.tab-pane {
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0 !important;
}

.tab-content>.tab-pane.active {
  visibility: visible;
  height: auto;
  opacity: 1 !important;
}

.card {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

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

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

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

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

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

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

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

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

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

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

.card-header:first-child {
  border-radius: 18px 18px 0 0;
}

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

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

.card-footer:last-child {
  border-radius: 0 0 18px 18px;
}

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

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

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

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

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

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

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

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

  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width: 576px) {
  .card-group {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 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: 1.125rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.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: -2px;
}

.breadcrumb {
  border-bottom: 1px solid #e3e3e3;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 1.5625rem 0;
  margin-bottom: 1.5625rem;
  font-size: 0.9375rem;
  list-style: none;
}

.breadcrumb[data-depth="1"] {
  display: none;
}

.breadcrumb .container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb ul,
.breadcrumb ol {
  list-style: none;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  color: inherit;
  content: "/";
  margin: 0 0.25rem 0 0.5rem;
}

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

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

.breadcrumb-item:last-child,
.breadcrumb-item.active {
  font-weight: 500;
  color: #0c5951;
}

.pagination,
.page-list,
.simple-pagination ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.page-link:focus {
  outline: none;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.pagination-lg .page-link {
  font-size: 1.25rem;
}

.pagination-sm .page-link {
  font-size: 0.75rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0c5951;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #062c28;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 89, 81, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(12, 89, 81, 0.5);
}

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

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #ed313f;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 96, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 107, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #7dd46f;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #5ac848;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #677DB7;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #4c639f;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 125, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(103, 125, 183, 0.5);
}

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

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #f6ad24;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 191, 85, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 191, 85, 0.5);
}

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

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #f80814;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(249, 57, 67, 0.5);
}

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

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dddddd;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e3e3e3;
  border-radius: 25px;
}

@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-top: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #021210;
  background-color: #94b6b2;
  border-color: #6d9b97;
}

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

.alert-primary a,
.alert-primary .alert-link {
  color: black;
}

.alert-primary a:hover,
.alert-primary .alert-link:hover {
  color: inherit;
}

.alert-secondary {
  color: #301315;
  background-color: #f9b9be;
  border-color: #f7a0a6;
}

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

.alert-secondary a,
.alert-secondary .alert-link {
  color: #0b0505;
}

.alert-secondary a:hover,
.alert-secondary .alert-link:hover {
  color: inherit;
}

.alert-success {
  color: #192a16;
  background-color: #c6ecc0;
  border-color: #b1e5a9;
}

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

.alert-success a,
.alert-success .alert-link {
  color: #050904;
}

.alert-success a:hover,
.alert-success .alert-link:hover {
  color: inherit;
}

.alert-info {
  color: #151925;
  background-color: #bcc6df;
  border-color: #a4b1d4;
}

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

.alert-info a,
.alert-info .alert-link {
  color: #030304;
}

.alert-info a:hover,
.alert-info .alert-link:hover {
  color: inherit;
}

.alert-warning {
  color: #322611;
  background-color: #fce3b4;
  border-color: #fbd999;
}

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

.alert-warning a,
.alert-warning .alert-link {
  color: #0c0904;
}

.alert-warning a:hover,
.alert-warning .alert-link:hover {
  color: inherit;
}

.alert-danger {
  color: #320b0d;
  background-color: #fca8ac;
  border-color: #fb888e;
}

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

.alert-danger a,
.alert-danger .alert-link {
  color: #080202;
}

.alert-danger a:hover,
.alert-danger .alert-link:hover {
  color: inherit;
}

.alert-light {
  color: #313131;
  background-color: #fbfbfb;
  border-color: #fafafa;
}

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

.alert-light a,
.alert-light .alert-link {
  color: #181818;
}

.alert-light a:hover,
.alert-light .alert-link:hover {
  color: inherit;
}

.alert-dark {
  color: #0a0c0d;
  background-color: #a6a8ab;
  border-color: #85898c;
}

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

.alert-dark a,
.alert-dark .alert-link {
  color: black;
}

.alert-dark a:hover,
.alert-dark .alert-link:hover {
  color: inherit;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e3e3e3;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0c5951;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}

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

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

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

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #414141;
  text-decoration: none;
  background-color: #f6f6f6;
}

.list-group-item-action:active {
  color: #414141;
  background-color: #e3e3e3;
}

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

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

.list-group-item:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #858585;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 20px;
  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: 2px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 20px;
    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: 2px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 20px;
    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: 2px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 20px;
    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: 2px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 20px;
    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: 2px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

.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: #062e2a;
  background-color: #bbd1ce;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #062e2a;
  background-color: #acc7c3;
}

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

.list-group-item-secondary {
  color: #7d3238;
  background-color: #fbd2d6;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7d3238;
  background-color: #f9bbc1;
}

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

.list-group-item-success {
  color: #416e3a;
  background-color: #dbf3d7;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #416e3a;
  background-color: #c9edc3;
}

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

.list-group-item-info {
  color: #36415f;
  background-color: #d4dbeb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #36415f;
  background-color: #c3cce3;
}

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

.list-group-item-warning {
  color: #81632c;
  background-color: #fdedcf;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #81632c;
  background-color: #fce4b7;
}

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

.list-group-item-danger {
  color: #811e23;
  background-color: #fdc8ca;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #811e23;
  background-color: #fcafb2;
}

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

.list-group-item-light {
  color: gray;
  background-color: #fcfcfc;
}

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

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

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

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

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

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

@media (max-width: 1199px) {
  .close {
    font-size: calc(1.275rem + 0.30025vw);
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  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 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858585;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-background-clip: padding-box;
  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 {
  color: #414141;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.fade.in .modal-dialog,
.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered,
.modal-dialog {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before,
.modal-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable,
.modal-dialog-scrollable.modal-dialog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content,
.modal-dialog-scrollable.modal-dialog .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before,
.modal-dialog-scrollable.modal-dialog::before {
  content: none;
}

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

.modal-content .close {
  font-size: 14px;
  font-family: "fontello";
  display: block;
  cursor: pointer;
  background-color: #f6f6f6;
  color: #212529;
  opacity: 1;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  padding: 1rem 1rem;
}

.modal-content .close:hover,
.modal-content .close:focus {
  opacity: 1;
  background-color: #0c5951;
  color: #fff;
  outline: none;
}

.modal-content .close:active {
  background-color: #09433d;
}

.modal-content .close span {
  display: none;
}

.modal-content .close i {
  display: none;
}

.modal-content .close:before {
  content: '+';
}

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

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

.modal-backdrop.fade.in,
.modal-backdrop.fade.show {
  opacity: 0.5;
}

.modal-header {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.modal-header .modal-title {
  margin-bottom: 0;
}

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

.modal-header .material-icons {
  font-size: .85em;
  line-height: .8333em;
  color: #7dd46f;
}

.modal-header .material-icons.error {
  color: #F93943;
}

.modal-header .material-icons.feedback {
  color: #f8bf55;
}

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

.modal-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 2px solid #dee2e6;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.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: 950px;
    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,
  .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before,
  .modal-dialog::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    max-width: 700px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1150px;
  }
}

.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.58;
  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: #000;
}

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

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

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

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

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

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

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

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

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

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

.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.58;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

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

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

.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: 2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

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

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 25px 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: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

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

.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: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 2px 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 - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 25px 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: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

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

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

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

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

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border .75s linear infinite;
  -o-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(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;
  -webkit-animation: spinner-grow .75s linear infinite;
  -o-animation: spinner-grow .75s linear infinite;
  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: #0c5951 !important;
}

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

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

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

.bg-success {
  background-color: #7dd46f !important;
}

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

.bg-info {
  background-color: #677DB7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 2px 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: #0c5951 !important;
}

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

.border-success {
  border-color: #7dd46f !important;
}

.border-info {
  border-color: #677DB7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 25px !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,
.definition-list dl,
.product-line-grid {
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .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 {
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive p {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap,
.definition-list dl,
.product-line-grid {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-start,
.definition-list dl {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

.align-items-center,
.product-line-grid {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 769px) {
  .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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

.overlay-layer,
.overlay-layer.-h_left-v_top,
.overlay-html .description,
.overlay-html.-h_left-v_top .description {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay-layer.-h_center-v_top,
.overlay-html.-h_center-v_top .description {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-layer.-h_right-v_top,
.overlay-html.-h_right-v_top .description {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overlay-layer.-h_left-v_middle,
.overlay-html.-h_left-v_middle .description {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-layer.-h_center-v_middle,
.overlay-html.-h_center-v_middle .description {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-layer.-h_right-v_middle,
.overlay-html.-h_right-v_middle .description {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-layer.-h_left-v_bottom,
.overlay-html.-h_left-v_bottom .description {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overlay-layer.-h_center-v_bottom,
.overlay-html.-h_center-v_bottom .description {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overlay-layer.-h_right-v_bottom,
.overlay-html.-h_right-v_bottom .description {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.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: 769px) {
  .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;
  }
}

/* Custom margins*/
.-mt-sm {
  margin-top: 0.9375rem;
}

.-mt-md {
  margin-top: 1.875rem;
}

.-mt-lg {
  margin-top: 3rem;
}

.-mt-xl {
  margin-top: 5.31281rem;
}

.-mb-sm {
  margin-bottom: 0.9375rem;
}

.-mb-md {
  margin-bottom: 1.875rem;
}

.-mb-lg {
  margin-bottom: 3rem;
}

.-mb-xl {
  margin-bottom: 5.31281rem;
}

@media (max-width: 1199.98px) {
  .-mt-sm {
    margin-top: calc(.65rem + .5vw);
  }

  .-mt-md {
    margin-top: calc(1rem + 1.2vw);
  }

  .-mt-lg {
    margin-top: calc(1.2rem + 2.3vw);
  }

  .-mt-xl {
    margin-top: calc(1.5rem + 4.5vw);
  }

  .-mb-sm {
    margin-bottom: calc(.65rem + .5vw);
  }

  .-mb-md {
    margin-bottom: calc(1rem + 1.2vw);
  }

  .-mb-lg {
    margin-bottom: calc(1.2rem + 2.3vw);
  }

  .-mb-xl {
    margin-bottom: calc(1.5rem + 4.5vw);
  }
}

.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: 769px) {
  .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-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

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

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

.text-success {
  color: #7dd46f !important;
}

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

.text-info {
  color: #677DB7 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #858585 !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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 2px 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: 2px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !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;
  }
}

a,
.custom-checkbox input[type="checkbox"]+span,
.owl-nav .owl-prev,
.owl-nav .owl-next,
.simple-pagination span,
.scroll-box-arrows i,
.product-modal .arrows i,
.link-item,
.quickview .arrows i {
  -webkit-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  a,
  .custom-checkbox input[type="checkbox"]+span,
  .owl-nav .owl-prev,
  .owl-nav .owl-next,
  .simple-pagination span,
  .scroll-box-arrows i,
  .product-modal .arrows i,
  .link-item,
  .quickview .arrows i {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropdown-toggle:focus,
.search-btn-toggle:focus {
  outline: none;
}

.custom-checkbox input[type="checkbox"]:focus+span:not(.color),
.custom-radio input[type="radio"]:focus+span,
.category-miniature a:hover,
.category-miniature a:focus {
  outline: none;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.dropdown-toggle:focus,
.product-comments-additional-info .reviews_count:hover,
.product-comments-additional-info .reviews_count:focus {
  color: #0c5951;
}

.definition-list dl dt,
.definition-list dl dd,
.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name,
.checkout-step .step-title,
.cart-grid-body .card-body {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1em;
  padding: .4em 1rem;
  color: #0c5951;
  border: 2px solid;
  border-radius: 50rem;
}

.definition-list dl dd,
.product-features>dl.data-sheet dd.value {
  color: #414141;
  border-color: #e3e3e3;
  background-color: #f6f6f6;
}

.style-reset,
.cart-grid-body .card-body h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  color: inherit;
  border: none;
  background-color: transparent;
}

.style-reset:focus,
.cart-grid-body .card-body h1:focus {
  outline: none;
}

.blockcart .cart-products-count {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  min-width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #f8bf55;
  color: #414141;
}

.products-block .title,
.sidebar .h6,
.insta-box .widget-title {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.9375rem;
  padding: 0.8em 1.125rem;
  text-transform: uppercase;
  background-color: #f2f3f4;
}

.-overlay-color .wrapper-link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.cart-list-item .product-name,
#cart-summary-product-list .product-name,
.order-line .details a,
.product-line-grid-body .label {
  font-weight: 500;
}

.price,
.product-price,
#order-items table tr td:last-child,
.cart-summary-line .value {
  font-weight: 500;
  color: #0c5951;
}

.regular-price {
  text-decoration: line-through;
  letter-spacing: 0;
  color: #858585;
}

.current-price .discount,
.product-line-grid-body .discount {
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  margin: 0 0.3125rem;
  padding: .5em .7em;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
  background-color: #f1606b;
}

.page-item {
  display: inline-block;
  vertical-align: top;
}

.page-item:not(:last-child) {
  margin-right: 0.3125rem;
}

.page-link,
.simple-pagination span {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2em;
  display: block;
  width: 2.308em;
  height: 2.308em;
  cursor: pointer;
  text-align: center;
  border: 2px solid #e3e3e3;
  border-radius: 50%;
}

.page-link i,
.simple-pagination span i {
  font-size: 1.125rem;
}

.page-item.active .page-link,
.page-item.current .page-link,
.page-item:hover:not(.disabled) .page-link:not(.disabled),
.simple-pagination li.active span,
.simple-pagination li:hover span {
  text-decoration: none;
  color: #fff;
  border-color: #0c5951;
  background: #0c5951;
  opacity: 1;
}

.page-link.disabled,
.page-item.disabled .page-link,
.simple-pagination li.disabled {
  pointer-events: none;
  opacity: .6;
}

.page-item.current .page-link,
.page-item.active .page-link,
.simple-pagination li.active {
  pointer-events: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.scroll-box-arrows i,
.product-modal .arrows i,
.quickview .arrows i {
  font-family: "fontello";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  text-align: center;
  color: #414141;
  border-radius: 50%;
  background-color: #f2f3f4;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,
.scroll-box-arrows i:hover,
.product-modal .arrows i:hover,
.quickview .arrows i:hover,
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus,
.scroll-box-arrows i:focus,
.product-modal .arrows i:focus,
.quickview .arrows i:focus {
  color: #fff;
  background-color: #0c5951;
  outline: none;
}

.owl-nav .owl-prev:active,
.owl-nav .owl-next:active,
.scroll-box-arrows i:active,
.product-modal .arrows i:active,
.quickview .arrows i:active {
  background-color: #0a4741;
}

.owl-nav .owl-prev:before,
.scroll-box-arrows .left:before {
  content: '&';
}

.owl-nav .owl-next:before,
.scroll-box-arrows .right:before {
  content: '%';
}

.product-modal .arrows .arrow-up:before,
.quickview .arrows .arrow-up:before {
  content: '(';
}

.product-modal .arrows .arrow-down:before,
.quickview .arrows .arrow-down:before {
  content: ')';
}

.scroll-box-arrows i,
.product-modal .arrows i,
.quickview .arrows i {
  color: #fff;
  background-color: #0c5951;
}

.scroll-box-arrows i:hover,
.product-modal .arrows i:hover,
.quickview .arrows i:hover {
  color: #fff;
  background-color: #0e6b61;
}

.delivery-option,
.summary-selected-carrier,
.order-line,
.cart-grid-body .cart-item,
.product-pack .card,
#cart-summary-product-list .media,
.payment-options .payment-option,
#block-reassurance .block-reassurance-item,
.blockreassurance_product .item-link,
.alert-item,
.link-item {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.card,
.page-customer-account #content {
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}

.card-body,
.page-customer-account #content {
  padding: 1.125rem 1.125rem;
}

.product-variants .control-label,
.quantity-control-label,
.product-pack .h4,
.product-pack #order-summary-content .h3,
#order-summary-content .product-pack .h3,
.product-pack #order-summary-content .modal-header .modal-title,
#order-summary-content .modal-header .product-pack .modal-title,
.product-pack .modal-header #order-summary-content .modal-title,
.modal-header #order-summary-content .product-pack .modal-title,
.product-discounts-title {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

/*--- icons */
/* --- Shipping*/
.delivery-option,
.summary-selected-carrier {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 0 0.9375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-option .row,
.summary-selected-carrier .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-option img,
.summary-selected-carrier img {
  margin: 0.3125rem 0;
}

@media (max-width: 575.98px) {

  .delivery-option,
  .summary-selected-carrier {
    text-align: center;
  }
}

/* --- Cart*/
/* Cart item */
.order-line,
.cart-grid-body .cart-item {
  padding: .5rem;
}

.order-line:not(:last-child),
.cart-grid-body .cart-item:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (max-width: 575.98px) {

  .order-line,
  .cart-grid-body .cart-item {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@font-face {
  font-family: "Roboto";
  src: url(../css/6a561d68369fd1fb9768cbc8641e5d95.eot);
  src: local("Roboto Regular"), local("Roboto-Regular"), url(../css/6a561d68369fd1fb9768cbc8641e5d95.eot?#iefix) format("embedded-opentype"), url(../css/b2a6341ae7440130ec4b4b186aff8413.woff2) format("woff2"), url(../css/081b11ebaca8ad30fd092e01451015dc.woff) format("woff"), url(../css/99b14f0da0591e0d71678dc163eaff8b.ttf) format("truetype"), url(../css/766c8926f6d9061fef24cd7269a341d0.svg#Roboto) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../css/f3660f493ea5e520648477d2b273db32.eot);
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url(../css/f3660f493ea5e520648477d2b273db32.eot?#iefix) format("embedded-opentype"), url(../css/df8e3a9b9aed943417973988732b928f.woff2) format("woff2"), url(../css/8add1ba317c27e39b7781c95fa174671.woff) format("woff"), url(../css/90dbf902b8d0592e1beb7c8829bcc1cb.ttf) format("truetype"), url(../css/527502d7927a41ca0b6a194f9cb34656.svg#Roboto) format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../css/183079184d96a491f16e3cc70414975d.eot);
  src: local("Roboto Light"), local("Roboto-Light"), url(../css/183079184d96a491f16e3cc70414975d.eot?#iefix) format("embedded-opentype"), url(../css/8e0860f3581b197e9fa4713a706c7bcc.woff2) format("woff2"), url(../css/37fbbbad5577a95bdf058307c717c882.woff) format("woff"), url(../css/a2b8c641546c0e5a95e22e5a262f0357.ttf) format("truetype"), url(../css/054fa50baa6598a7bf0c6deec135d3a4.svg#Roboto) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../css/cdd1c486770034a6122e28a1aa165373.eot);
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url(../css/cdd1c486770034a6122e28a1aa165373.eot?#iefix) format("embedded-opentype"), url(../css/879d940bccbb25f6096ec4361154d469.woff2) format("woff2"), url(../css/c7b4e746cf8ecbf412fc944146154d24.woff) format("woff"), url(../css/056caeabe95749fe2b973bb9a0cd0776.ttf) format("truetype"), url(../css/1a9e39e536aed26b863b243e68f97e3a.svg#Roboto) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../css/c25fd8d00fd9f570545d6240f6ec459a.eot);
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../css/c25fd8d00fd9f570545d6240f6ec459a.eot?#iefix) format("embedded-opentype"), url(../css/790ebf41d0214f5eda4ef61263ed75f8.woff2) format("woff2"), url(../css/90d3804f0231704c15ccc5861245e8ce.woff) format("woff"), url(../css/cc85ce37b4256966e6f3a3559239c5c0.ttf) format("truetype"), url(../css/ba422f71e799f3d29cbf99e6abded2bd.svg#Roboto) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../css/76cad5ba6b8a38a77fe037807d2bc8e5.eot);
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../css/76cad5ba6b8a38a77fe037807d2bc8e5.eot?#iefix) format("embedded-opentype"), url(../css/2741a14e49524efa6059c735010239d0.woff2) format("woff2"), url(../css/303ded6436dcf7ea75157e2aeff876ce.woff) format("woff"), url(../css/c54f2a3ee42d2a58d82f1da293995d20.ttf) format("truetype"), url(../css/2b4f394ce87ea4e7a68bd9d0cbba7c16.svg#Roboto) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../css/c8bcb1cb78f9e45e2bcbf626bae19f0b.eot);
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../css/c8bcb1cb78f9e45e2bcbf626bae19f0b.eot?#iefix) format("embedded-opentype"), url(../css/ab96cca26751239828b8e9c524cca5bb.woff2) format("woff2"), url(../css/ad140ff02a7091257e2b31619106194e.woff) format("woff"), url(../css/56a76a220d9c9765946d0802d4d661c4.ttf) format("truetype"), url(../css/c7f4667b59b9bc95130e697009d3829c.svg#Roboto) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}

@font-face {
  font-family: "fontello";
  src: url(../css/a585263816e2f9b5bbdf30ab2ae2e675.eot);
  src: url(../css/87d946b7a218667790301fb5188d38be.woff2) format("woff2"), url(../css/e7864b2b80ad783ce0c61660a34142c1.woff) format("woff"), url(../css/e7a1637570ad5869cbac08dbfe8f04df.ttf) format("truetype"), url(../css/b91048b122ffe638a7e6f18a92775450.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fontello-"]:before,
[class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontello-play:before {
  content: '!';
}

/* '!' */
.fontello-eye:before {
  content: '"';
}

/* '"' */
.fontello-more:before {
  content: '#';
}

/* '#' */
.fontello-gplus:before {
  content: '$';
}

/* '$' */
.fontello-right-open-big:before {
  content: '%';
}

/* '%' */
.fontello-left-open-big:before {
  content: '&';
}

/* '&' */
.fontello-cash-delivery:before {
  content: '\'';
}

/* ''' */
.fontello-up-open-big:before {
  content: '(';
}

/* '(' */
.fontello-down-open-big:before {
  content: ')';
}

/* ')' */
.fontello-th-grid:before {
  content: '*';
}

/* '*' */
.fontello-cross:before {
  content: '+';
}

/* '+' */
.fontello-circle:before {
  content: ',';
}

/* ',' */
.fontello-th-list:before {
  content: '-';
}

/* '-' */
.fontello-youtube:before {
  content: '.';
}

/* '.' */
.fontello-rss:before {
  content: '/';
}

/* '/' */
.fontello-maestro:before {
  content: '0';
}

/* '0' */
.fontello-twitter:before {
  content: '1';
}

/* '1' */
.fontello-pinterest:before {
  content: '2';
}

/* '2' */
.fontello-facebook:before {
  content: '6';
}

/* '6' */
.fontello-vimeo:before {
  content: '7';
}

/* '7' */
.fontello-linkedin:before {
  content: '8';
}

/* '8' */
.fontello-dribbble:before {
  content: '9';
}

/* '9' */
.fontello-skype:before {
  content: ':';
}

/* ':' */
.fontello-behance:before {
  content: ';';
}

/* ';' */
.fontello-comment-empty:before {
  content: '<';
}

/* '<' */
.fontello-calendar:before {
  content: '=';
}

/* '=' */
.fontello-user:before {
  content: '>';
  direction: ltr !important;
}

/* '>' */
.fontello-down-dir:before {
  content: '?';
}

/* '?' */
.fontello-star:before {
  content: '@';
}

/* '@' */
.fontello-star-empty:before {
  content: 'A';
}

/* 'A' */
.fontello-phone:before {
  content: 'B';
}

/* 'B' */
.fontello-location:before {
  content: 'C';
}

/* 'C' */
.fontello-fax:before {
  content: 'D';
}

/* 'D' */
.fontello-mail:before {
  content: 'E';
}

/* 'E' */
.fontello-paypal:before {
  content: 'F';
}

/* 'F' */
.fontello-quote-left:before {
  content: 'G';
}

/* 'G' */
.fontello-discover:before {
  content: 'H';
}

/* 'H' */
.fontello-stripe:before {
  content: 'I';
}

/* 'I' */
.fontello-visa:before {
  content: 'J';
}

/* 'J' */
.fontello-mastercard:before {
  content: 'K';
}

/* 'K' */
.fontello-amazon:before {
  content: 'L';
}

/* 'L' */
.fontello-payu:before {
  content: 'M';
}

/* 'M' */
.fontello-cart:before {
  content: 'N';
}

/* 'N' */
.fontello-pencil:before {
  content: 'O';
}

/* 'O' */
.fontello-credit-card:before {
  content: 'P';
}

/* 'P' */
.fontello-heart-fill:before {
  content: 'Q';
}

/* 'Q' */
.fontello-shopping-cart:before {
  content: 'R';
}

/* 'R' */
.fontello-heart:before {
  content: 'S';
}

/* 'S' */
.fontello-search:before {
  content: 'T';
}

/* 'T' */
.fontello-comment:before {
  content: '\E800';
}

/* '' */
.fontello-instagram:before {
  content: '\E801';
}

/* '' */
.fontello-instagram-alt:before {
  content: '\F16D';
}

/* '' */
.fontello-bank:before {
  content: '\F19D';
}

/* '' */
.fontello-whatsapp:before {
  content: '\E89D';
}

/* '' */
.fontello-telegram:before {
  content: '\F2C6';
}

/* '' */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

html {
  font-size: 100%;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
}

video {
  background-color: #000;
}

video,
iframe {
  max-width: 100%;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: top;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -o-transition: box-shadow .15s ease-in-out, -o-transform .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, transform .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out;
}

.color:hover,
.custom-checkbox input[type="checkbox"]:hover+span.color,
.custom-checkbox input[type="checkbox"]:checked+span.color {
  -webkit-box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #fff, 0 0 0 0.3rem #e3e3e3;
  box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #fff, 0 0 0 0.3rem #e3e3e3;
  -webkit-transform: scale(0.86);
  -o-transform: scale(0.86);
  transform: scale(0.86);
}

.color {
  border: 1px solid transparent;
}

.color[style*="#fff"] {
  border-color: #ddd;
}

.group-span-filestyle label {
  margin: 0;
}

.done {
  display: inline-block;
  margin-right: 5px;
}

.definition-list dl dt {
  font-weight: 400;
}

.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin: 0 .4375rem .4375rem 0;
}

.help-block {
  margin-top: 10px;
}

.fade.in {
  opacity: 1;
}

.list-group-item-action {
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 87.5%;
  }

  .no-scroll {
    overflow: hidden;
  }
}

ol {
  padding-left: 0.2rem;
}

hr {
  width: 100%;
}

.title-one,
.title-two {
  display: block;
  line-height: 1.1;
}

.title-one {
  color: #858585;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: .85em;
}

.title-two {
  font-size: 2.25rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .title-two {
    font-size: calc(1.35rem + 1.201vw);
  }
}

.page-heading {
  overflow: hidden;
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  margin: 0 0 1.875rem;
}

@media (max-width: 1199px) {
  .page-heading {
    font-size: calc(1.3125rem + 0.75063vw);
  }
}

@media (min-width: 576px) {
  .page-heading:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    margin: auto 0;
    content: '';
    border-top: 4px double #e3e3e3;
  }

  .page-cms .page-heading:before,
  .modal .page-heading:before {
    display: none;
  }
}

.page-heading .title {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  line-height: inherit;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  margin: 0;
  padding-right: 1rem;
}

.page-heading .counter {
  font-size: .6em;
  line-height: 2em;
  float: right;
  padding-left: 1rem;
  text-transform: none;
  background-color: #fff;
  position: relative;
}

@media (max-width: 575.98px) {
  .page-heading .counter {
    display: block;
    float: none;
    padding: 5px 0 0;
  }
}

.page-heading.bottom-indent {
  margin-bottom: 16px;
}

.rte {
  font-size: 1rem;
  line-height: 1.75;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte .h1,
.rte .h2,
.rte .h3,
.rte .modal-header .modal-title,
.modal-header .rte .modal-title,
.rte .h4,
.rte #order-summary-content .h3,
#order-summary-content .rte .h3,
.rte #order-summary-content .modal-header .modal-title,
#order-summary-content .modal-header .rte .modal-title,
.rte .modal-header #order-summary-content .modal-title,
.modal-header #order-summary-content .rte .modal-title,
.rte .h5,
.rte .h6 {
  margin: 1.2em 0 .625em;
}

.rte p {
  line-height: inherit;
  margin-bottom: 0.9375rem;
}

.rte ul {
  padding-left: 2rem;
  list-style-type: disc;
}

.more-btn {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  position: relative;
  display: inline-block;
  text-transform: lowercase;
  color: #0c5951;
}

.more-btn:before {
  display: block;
  margin-bottom: 8px;
  content: '';
  border-top: 1px solid;
}

.more-btn:hover {
  color: #f1606b;
}

.no-style {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.custom-checkbox label {
  font-weight: 300;
}

.custom-checkbox>label {
  text-align: initial;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.custom-checkbox input[type="checkbox"]+span {
  border: 1px solid #ced4da;
  display: inline-block;
  height: 20px;
  max-height: 20px;
  position: relative;
  width: 20px;
  min-width: 20px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.custom-checkbox input[type="checkbox"]:checked+span:not(.color) {
  border-color: #0c5951;
  background: #0c5951;
  color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked+span:not(.color) .checkbox-checked {
  opacity: 1;
  visibility: visible;
}

.radio-inline {
  margin-right: 8px;
}

.custom-radio {
  display: inline-block;
  position: relative;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.custom-radio input[type="radio"]+span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ced4da;
  background: white;
  margin-right: 5px;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.custom-radio input[type="radio"]:checked+span {
  -webkit-box-shadow: inset 0 0 0 6px #0c5951;
  box-shadow: inset 0 0 0 6px #0c5951;
  border-color: #0c5951;
  background-color: #fff;
}

.bootstrap-touchspin {
  max-width: 110px;
  display: inline-block;
  position: relative;
}

.bootstrap-touchspin .form-control {
  width: 100%;
  border-radius: 25px !important;
  text-align: center;
}

.bootstrap-touchspin .btn.btn-touchspin {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: none;
  color: inherit;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  z-index: 3;
  font-size: 15px;
}

.bootstrap-touchspin .btn.btn-touchspin:hover {
  color: #0c5951;
}

.bootstrap-touchspin .btn.btn-touchspin:after {
  display: none;
}

.bootstrap-touchspin .btn.btn-touchspin i {
  font-size: inherit;
}

.bootstrap-touchspin .bootstrap-touchspin-up {
  right: 0;
}

.bootstrap-touchspin .bootstrap-touchspin-down {
  left: 0;
}

.bootstrap-touchspin .touchspin-up {
  z-index: 10;
}

.bootstrap-touchspin .touchspin-up:after {
  content: "\E145";
}

.bootstrap-touchspin .touchspin-down:after {
  content: "\E15B";
}

@media (min-width: 992px) {
  .header-contact__item i {
    font-size: 0.9375rem;
  }
}

.contact-rich .block {
  height: auto;
  overflow: hidden;
}

.contact-rich .block .icon {
  color: #0c5951;
  float: left;
  padding-right: 0.75rem;
}

.contact-rich .block .icon i {
  font-size: 2rem;
}

.contact-rich .block .data {
  width: auto;
  overflow: hidden;
}

.contact-form {
  width: 100%;
}

.contact-form .gdpr_consent {
  padding: 0 15px;
}

/*menu horizontal*/
@media (min-width: 992px) {
  .header-top+.main-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #d1d1d1;
  }

  .header-top+.main-menu #top-menu {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .top-menu[data-depth='0']>li>a {
    font-size: 0.9375rem;
    position: relative;
    padding: 1.65em 0;
  }

  .top-menu[data-depth='0']>li>a:before {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    visibility: hidden;
    height: 3px;
    content: '';
    -webkit-transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, -webkit-transform 0.25s 0.3s;
    transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, -webkit-transform 0.25s 0.3s;
    -o-transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, -o-transform 0.25s 0.3s;
    transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, transform 0.25s 0.3s;
    transition: opacity 0.25s 0.3s, visibility 0.25s 0.3s, transform 0.25s 0.3s, -webkit-transform 0.25s 0.3s, -o-transform 0.25s 0.3s;
    -webkit-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
    background-color: #0c5951;
  }

  .top-menu[data-depth='0']>li>a.with-ul:after {
    font-family: "fontello";
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
    content: '?';
    vertical-align: middle;
  }

  .top-menu[data-depth='0']>li:hover>a:before {
    visibility: visible;
    -webkit-transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, -webkit-transform 0.3s 0.35s;
    transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, -webkit-transform 0.3s 0.35s;
    -o-transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, -o-transform 0.3s 0.35s;
    transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, transform 0.3s 0.35s;
    transition: opacity 0.3s 0.35s, visibility 0.3s 0.35s, transform 0.3s 0.35s, -webkit-transform 0.3s 0.35s, -o-transform 0.3s 0.35s;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .top-menu[data-depth='0']>li>a {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .top-menu .collapse {
    display: inherit;
  }

  .top-menu .sub-menu {
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 138px);
    padding: 2.5rem 0 1.875rem;
    text-align: initial;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    color: #414141;
  }

  .top-menu[data-depth='1']>li>a {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .9em;
  }

  .top-menu[data-depth='2'] a {
    margin-bottom: .45em;
  }

  .top-menu[data-depth='2'] a:hover {
    text-decoration: underline;
  }

  .top-menu[data-depth='2'] .top-menu {
    padding-left: 0.625rem;
  }

  .top-menu[data-depth='3'] a {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-menu[data-depth='3'] a:before {
    content: '';
    display: inline-block;
    min-width: 6px;
    min-height: 6px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
  }

  .-hide-bar .top-menu .sub-menu {
    max-height: calc(100vh - 79px);
  }
}

@media (max-width: 991.98px) {
  .top-menu li {
    display: block;
    position: relative;
    font-size: 1.14286rem;
  }

  .top-menu a {
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
  }

  .top-menu .navbar-toggler {
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 0 1.25rem;
    height: calc(1.58em + 1rem);
  }

  .top-menu .navbar-toggler .remove {
    display: none;
  }

  .top-menu .navbar-toggler[aria-expanded=true] .add {
    display: none;
  }

  .top-menu .navbar-toggler[aria-expanded=true] .remove {
    display: inline-block;
  }

  .top-menu[data-depth='1'] li {
    font-size: 1.07143rem;
  }

  .submenu {
    padding-left: 1.42857rem;
  }

  .submenu a {
    padding-left: 0;
  }
}

/*menu thumbail animation*/
.menu-thumbnails .thumbnail img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .menu-thumbnails .thumbnail img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.menu-thumbnails .thumbnail:hover img {
  -webkit-transform: scale(1.17);
  -o-transform: scale(1.17);
  transform: scale(1.17);
}

.blockcart .cart-products-count {
  top: -8px;
  right: -9px;
}

.blockcart-header:before {
  line-height: 1;
}

@media (min-width: 992px) {
  .blockcart-header:before {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .blockcart-header {
    cursor: pointer;
  }

  .blockcart-header:before {
    font-size: 32px;
  }

  .blockcart-header:hover,
  .blockcart-header:focus {
    color: #0c5951;
  }

  .blockcart-header.show {
    color: #09433d;
  }
}

.cart-body {
  font-size: 1rem;
  color: #414141;
}

.cart-body .cart-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 342px);
}

.cart-body .cart-footer {
  border-top: 1px solid #dee2e6;
}

.cart-body .cart-total {
  font-size: 1.5rem;
}

.cart-list-item {
  border-bottom: 1px solid #dee2e6;
}

.cart-list-item .cart-img img {
  width: 95px;
}

.cart-list-item .quantity:before {
  content: 'x';
  font-size: 0.875rem;
}

.cart-list-item .remove-from-cart:before {
  content: '+';
  font-family: "fontello";
}

.custom-fields-item {
  font-size: 0.875rem;
}

.custom-fields-item:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.custom-fields-item img {
  max-width: 50px;
}

@media (min-width: 992px) {
  .cart-body {
    width: 540px;
  }

  .cart-body .cart-list {
    max-height: calc(100vh - 282px);
  }
}

@media (max-width: 991.98px) {
  .dropdown-custom-md-fullscreen .blockcart-mobile-toggler:checked~.dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

#blockcart-modal .product-image {
  background-color: #f6f6f6;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  padding-top: 100%;
  min-height: 100%;
}

.cart-modal-content .h3,
.cart-modal-content .modal-header .modal-title,
.modal-header .cart-modal-content .modal-title {
  font-weight: 400;
  text-transform: none;
  margin-bottom: .8em;
}

.cart-modal-content .cart-products-count {
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

.cart-modal-content .cart-line {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-modal-content .cart-line .label,
.cart-modal-content .cart-line .value {
  margin-bottom: 0.75rem;
}

.cart-modal-content .cart-line .label {
  text-transform: uppercase;
  font-weight: 500;
}

.cart-modal-content .aeuc_unit_price_label {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  #blockcart-modal .product-image {
    padding-top: 50%;
  }

  .cart-modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575.98px) {
  #blockcart-modal .modal-dialog {
    margin: 0;
  }

  .cart-modal-footer .btn {
    width: 100%;
  }

  .cart-modal-footer .btn:first-child {
    margin-bottom: 15px;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: block;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  border: none;
  padding: 0;
}

.owl-carousel:not(.owl-loaded) {
  display: block;
  white-space: nowrap;
}

.owl-carousel:not(.owl-loaded)>* {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.owl-carousel.owl-loaded {
  opacity: 1;
}

.owl-carousel.owl-loading {
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
  display: none;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  opacity: 1;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel {
  clear: both;
}

.owl-item>* {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.owl-dots {
  padding: 0.875rem 0;
  text-align: center;
}

.owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.owl-dots .owl-dot span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background-color: #0c5951;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  outline: none;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

@media (max-width: 991.98px) {
  .owl-dots {
    padding: 0.625rem 0;
  }

  .owl-nav .owl-prev {
    left: 5px;
  }

  .owl-nav .owl-next {
    right: 5px;
  }
}

@media (min-width: 1200px) {
  .products .owl-nav .owl-prev {
    left: -57px;
  }

  .products .owl-nav .owl-next {
    right: -57px;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-o-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@-o-keyframes shake {

  0%,
  100% {
    -o-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {

  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }

  40% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(5deg);
  }

  80% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }

  10% {
    -o-transform: skewX(-8deg);
  }

  20% {
    -o-transform: skewX(7deg);
  }

  30% {
    -o-transform: skewX(-6deg);
  }

  40% {
    -o-transform: skewX(5deg);
  }

  50% {
    -o-transform: skewX(-4deg);
  }

  60% {
    -o-transform: skewX(3deg);
  }

  70% {
    -o-transform: skewX(-2deg);
  }

  80% {
    -o-transform: skewX(1deg);
  }

  90% {
    -o-transform: skewX(0deg);
  }

  100% {
    -o-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }

  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  80% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }

  80% {
    -o-transform: translateX(-10px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }

  80% {
    -o-transform: translateX(10px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }

  80% {
    -o-transform: translateY(10px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }

  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@-o-keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@-o-keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.search-widget .search-btn {
  background-color: rgba(255, 255, 255, 0.9);
}

.search-widget .search-btn:before {
  font-weight: 700;
  font-size: 1.25rem;
}

.search-widget .search-btn:hover,
.search-widget .search-btn:focus {
  color: #0c5951;
}

@media (min-width: 992px) {
  .search-fixed {
    overflow: hidden;
  }

  #search_widget {
    position: static;
  }

  .header-page #_desktop_search_bar {
    line-height: 1;
  }

  .header-page .search-form {
    position: absolute;
    z-index: 1040;
    top: 4px;
    right: 0;
    left: 0;
    height: calc(100vh - 4px);
    padding: 15% 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #414141;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, visibility .3s, -o-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s, -o-transform .3s;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  .header-page .search-form.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .header-page .input-text {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .header-page .search-btn-toggle {
    position: relative;
    z-index: 1050;
    font-size: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .header-page .search-btn-toggle:hover,
  .header-page .search-btn-toggle:focus {
    color: #0c5951;
  }

  .header-page .search-btn-toggle:before {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -o-transform .2s;
  }

  .header-page .search-btn-toggle:after {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -10px;
    width: 30px;
    height: 1px;
    content: '';
    -webkit-transition: -webkit-transform .2s .2s;
    transition: -webkit-transform .2s .2s;
    -o-transition: -o-transform .2s .2s;
    transition: transform .2s .2s;
    transition: transform .2s .2s, -webkit-transform .2s .2s, -o-transform .2s .2s;
    opacity: 0;
    background-color: #0c5951;
  }

  .header-page .search-btn-toggle.active {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header-page .search-btn-toggle.active:before {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 30px;
    height: 1px;
    content: '';
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #0c5951;
  }

  .header-page .search-btn-toggle.active:after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }

  .header-page .search-btn-toggle.active:hover:before,
  .header-page .search-btn-toggle.active:hover:after {
    background-color: #117d72;
  }
}

.search-widget .header__search__wrap {
  position: relative;
}

.search-widget .header__search__text {
  background: none;
  border: 3px solid #e3e3e3;
  color: #414141;
  height: 50px;
  padding: 0 30px 0 15px;
  width: 100%;
  outline: none;
}

.search-widget .header__search__text::-webkit-input-placeholder {
  color: #414141;
}

.search-widget .header__search__text::-moz-placeholder {
  color: #414141;
}

.search-widget .header__search__text:-moz-placeholder {
  color: #414141;
}

.search-widget .header__search__text:-ms-input-placeholder {
  color: #414141;
}

.search-widget .header__search__text:focus {
  border-color: #0c5951;
}

.search-widget .header__search__text:focus+.header__search__btn {
  background: #0c5951;
  color: #fff;
}

.search-widget .header__search__text:focus+.header__search__btn:hover {
  background: #12867a;
}

.search-widget .header__search__btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  bottom: 0;
  color: #0c5951;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.search-widget .header__search__btn i {
  color: inherit;
  font-size: inherit;
}

.autocomplete-suggestions {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 44%) !important;
}

.results_item {
  font-size: 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: .5s border-color;
  -o-transition: .5s border-color;
  transition: .5s border-color;
  color: #fff;
  border-bottom: 1px solid rgba(114, 114, 114, 0.07);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.results_item:hover {
  border-color: #0c5951;
}

.results_item .item_img {
  width: 55px;
  min-width: 55px;
}

.results_item .item_des {
  padding: 0 0 0 7px;
}

.results_item .item_name,
.results_item .item_price {
  display: block;
}

.results_item .item_name {
  font-size: 13px;
  color: #565656;
  margin-bottom: 2px;
}

.results_item .item_price {
  font-weight: 600;
  color: #f1606b;
}

@media (max-width: 991.98px) {
  .autocomplete-suggestions {
    right: 0 !important;
    left: 0 !important;
    width: calc(100% - 48px) !important;
    max-height: calc(100vh - 121px) !important;
    margin-top: 15px;
  }

  .results_item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.post_format_items.carousel .owl-prev,
.post_format_items.carousel .owl-next {
  opacity: 0;
}

.post_format_items.carousel .owl-prev {
  left: 0;
}

.post_format_items.carousel .owl-next {
  right: 0;
}

.post_format_items.carousel:hover .owl-prev,
.post_format_items.carousel:hover .owl-next {
  opacity: 1;
}

.post_format_items.carousel:hover .owl-prev {
  left: 30px;
}

.post_format_items.carousel:hover .owl-next {
  right: 30px;
}

/*Blog module*/
.home_blog_post_area .owl-dots {
  padding-top: 1.5625rem;
}

.blog-post .thumbnail {
  margin-bottom: 1.125rem;
}

.blog-post .thumbnail .img {
  width: 100%;
}

.blog-post .title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .4em;
}

.blog-post .date {
  font-size: 12px;
  color: #858585;
}

.blog-post .date:before {
  font-size: 14px;
  padding-right: 5px;
  -webkit-padding-end: 5px;
  -moz-padding-end: 5px;
  padding-inline-end: 5px;
}

.blog-post .content {
  display: none;
}

.blog-post .view .link {
  font-size: 0.875rem;
  font-style: italic;
}

.blog-post.video .post-meta,
.blog-post.audio .post-meta {
  margin-left: 0;
}

.post-meta {
  font-size: 12px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1em 1.2em;
  color: #858585;
}

.post-meta>.item {
  position: relative;
  padding: 0 1em;
}

.post-meta>.item:before {
  font-size: 15px;
  margin-right: .3em;
}

.post-meta>.item.-author:before {
  font-weight: 700;
}

.post-meta>.item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '|';
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.post-tags .tag {
  font-size: 0.8125rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0 0.61538em 0 0.92308em;
  vertical-align: middle;
  color: #fff;
  border-radius: 2px;
  background-color: #5ab1a7;
  -webkit-padding-start: 0.92308em;
  -moz-padding-start: 0.92308em;
  padding-inline-start: 0.92308em;
  -webkit-padding-end: 0.61538em;
  -moz-padding-end: 0.61538em;
  padding-inline-end: 0.61538em;
  -webkit-margin-end: 0.625rem;
  -moz-margin-end: 0.625rem;
  margin-inline-end: 0.625rem;
}

.post-tags .tag:before {
  position: absolute;
  top: 0;
  height: 0;
  content: '';
  border: 0.76923em solid transparent;
  inset-inline-end: 98%;
  border-inline-end-color: #5ab1a7;
}

.post-tags .tag:after {
  position: absolute;
  top: 50%;
  width: 0.30769em;
  height: 0.30769em;
  content: '';
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
  inset-inline-start: 0;
}

.post-tags .tag:hover {
  opacity: .9;
}

/* post formart carousel */
/*--- Animation ---*/
.blog-post a.thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-post a.thumbnail .img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -o-transform 1s ease;
}

.blog-post a.thumbnail:before,
.blog-post a.thumbnail:after {
  -webkit-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

@media (prefers-reduced-motion: reduce) {

  .blog-post a.thumbnail:before,
  .blog-post a.thumbnail:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.blog-post a.thumbnail:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #0c5951;
}

.blog-post a.thumbnail:after {
  font: 22px/2.5em "fontello";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  margin: auto;
  content: 'T';
  text-align: center;
  border-radius: 50%;
  background-color: #f2f3f4;
}

.blog-post a.thumbnail:hover .img {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.blog-post a.thumbnail:hover:before,
.blog-post a.thumbnail:hover:after {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.blog-post a.thumbnail:hover:before {
  opacity: .7;
}

.blog-subcategories {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.blog-post.-single .thumbnail .img {
  width: auto;
}

.blog-post.-single .date {
  font-size: 1rem;
}

.blog-post.-single .content {
  display: block;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .block-post.-single .post-meta {
    font-size: 1rem;
  }
}

.comment-item .avatar {
  font-size: 2.8rem;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
}

.comment-item .content-part {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1;
}

.products {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.products.owl-carousel .owl-stage {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.products .owl-dots {
  width: 100%;
}

.products .owl-nav .owl-prev,
.products .owl-nav .owl-next {
  top: 41%;
}

.-widgetbox {
  position: relative;
}

.-widgetbox .owl-carousel {
  position: static;
}

.-widgetbox .owl-nav {
  position: absolute;
  top: 0.6875rem;
  right: 1rem;
}

.-widgetbox .owl-nav .owl-prev,
.-widgetbox .owl-nav .owl-next {
  position: static;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  margin: 0 2px;
}

.products-tabs {
  margin-top: 1.25rem;
}

.products-tabs .products {
  margin: 0 -12px;
}

@media (min-width: 992px) {
  .tab-pane .owl-nav .owl-prev {
    left: 15px;
  }

  .tab-pane .owl-nav .owl-next {
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .products-tabs .tab-pane .products {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.-single {
  position: relative;
}

.footer-container .nav-tabs,
.footer-container .products-block {
  color: #414141;
}

.products-block .footerbox {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

/* on cart page */
.cart-summary .products-tabs,
.cart-summary .-single,
.cart-summary .-widgetbox {
  margin-top: 0;
}

.cart-summary .products-block {
  border-bottom: 2px solid #dee2e6;
}

.cart-summary .products {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cart-summary .products .product-miniature {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.cart-summary .products .owl-dots {
  border-top: 1px solid #e3e3e3;
  background-color: #f6f6f6;
}

.cart-summary .footerbox {
  margin-top: 0 !important;
}

.product-flags {
  margin-bottom: 0;
}

.product-flags .product-flag {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.12;
  position: absolute;
  z-index: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding: 2.5rem 2.1875rem 5px;
  text-align: center;
  color: #fff;
  background-color: #f1606b;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-flags .new,
.product-flags .out_of_stock {
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translate(50%, 0%);
  -o-transform: rotate(45deg) translate(50%, 0%);
  transform: rotate(45deg) translate(50%, 0%);
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.product-flags .out_of_stock {
  background-color: #414141;
}

.product-flags .out_of_stock~.new {
  display: none;
}

.product-flags .discount,
.product-flags .on-sale {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  -o-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  background-color: #f1606b;
}

.product-flags .new {
  background-color: #5ab1a7;
}

.product-flags .on-sale {
  background-color: #f8bf55;
  color: #414141;
}

.product-flags .on-sale~.discount {
  display: none;
}

.product-flags .online-only,
.product-flags .pack {
  padding-top: 5px;
  padding-bottom: 2.5rem;
}

.product-flags .online-only {
  background-color: #7dd46f;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -o-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  -webkit-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.product-flags .pack {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg) translate(50%, 0);
  -o-transform: rotate(-45deg) translate(50%, 0);
  transform: rotate(-45deg) translate(50%, 0);
  -webkit-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media (max-width: 768.98px) {
  .product-flags .product-flag {
    font-size: .8571rem;
  }
}

.catalog-mode-on .product-miniature #add-to-cart-or-refresh {
  display: none !important;
}

.product-miniature {
  margin-bottom: 2.5rem;
  padding: 0 15px;
}

.product-miniature .thumbnail-container {
  position: relative;
}

.product-miniature .thumbnail-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  padding-top: 40px;
}

.product-miniature .product-thumbnail {
  position: relative;
  display: block;
}

.product-miniature .product-thumbnail img {
  width: 100%;
  display: inline-block;
}

.product-miniature .variant-links .color {
  width: 25px;
  height: 25px;
}

.product-miniature .product-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .6em;
  text-transform: none;
}

.product-miniature .regular-price {
  padding: 0 0.25rem;
}

.product-miniature .aeuc_unit_price_label {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0;
}

@media (max-width: 768.98px) {
  .product-miniature {
    margin-bottom: 1rem;
  }
}

/* ---Animation ---*/
.product-thumbnail {
  overflow: hidden;
}

.product-thumbnail .thumbnail-alternate {
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, -o-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s, -o-transform .5s;
}

.product-thumbnail .thumbnail-alternate+.thumbnail-img {
  position: relative;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, -o-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s, -o-transform .5s;
}

.product-thumbnail:hover .thumbnail-alternate {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.product-thumbnail:hover .thumbnail-alternate+.thumbnail-img {
  -webkit-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.-grid .thumbnail-wrapper {
  background-color: #f6f6f6;
  margin-bottom: 1.5625rem;
}

.-grid .right-block {
  position: relative;
}

.-grid .product_desc {
  display: none;
}

.-grid .product-offer {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}

.-grid .star-content {
  min-width: 85px;
}

.-grid .highlighted-informations {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.-grid .add-to-cart-or-refresh {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.-grid .quick-view,
.-grid .wishlist-button-add,
.-grid .link-view {
  background: none;
  border: none;
  padding: 0;
  color: #858585;
  margin: 0 5px;
  font-size: 17px;
}

.-grid .quick-view:hover,
.-grid .quick-view:focus,
.-grid .wishlist-button-add:hover,
.-grid .wishlist-button-add:focus,
.-grid .link-view:hover,
.-grid .link-view:focus {
  color: #0c5951;
  outline: none;
}

.-grid .quick-view span,
.-grid .wishlist-button-add span,
.-grid .link-view span {
  display: none;
}

.-grid .wishlist-button-add .fontello-heart-fill {
  color: #0c5951;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .-grid .add-cart {
    font-size: .9em;
  }
}

@media (max-width: 768.98px) {
  .-grid .add-cart {
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .-grid .add-cart:before {
    font-size: inherit;
    margin: 0;
    content: 'R';
    font-family: "fontello";
  }

  .-grid .add-cart span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .products.-grid {
    margin-left: -5px;
    margin-right: -5px;
  }

  .products.-grid .product-miniature {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.-list .product-miniature {
  width: 100%;
}

.-list .thumbnail-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.-list .product-desc,
.-list .highlighted-informations {
  padding: 0 .8rem;
}

.-list .thumbnail-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.-list .right-block {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.-list .product-desc {
  width: 60%;
}

.-list .highlighted-informations {
  width: 40%;
  border-left: 1px solid #e3e3e3;
}

.-list .product-offer {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .7em;
}

.-list .product-price-and-shipping {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.-list .product-list-reviews,
.-list .star-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: .5em;
}

.-list .product_desc {
  line-height: 1.5;
  font-size: .95rem;
}

.-list .product-price-and-shipping {
  margin-top: 0;
}

.-list .add-to-cart-or-refresh {
  margin-bottom: 1rem;
}

.-list .quick-view,
.-list .link-view,
.-list .wishlist-button-add {
  color: #0c5951;
  font-size: .95rem;
  font-weight: 500;
  display: block;
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 1rem;
}

.-list .quick-view i,
.-list .link-view i,
.-list .wishlist-button-add i {
  font-family: "fontello";
  font-size: 1rem;
  line-height: 2.25em;
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  margin-right: .3125em;
  padding: 0;
  -webkit-transition: border .3s, background .3s;
  -o-transition: border .3s, background .3s;
  transition: border .3s, background .3s;
  text-align: center;
  border: 2px solid;
  border-radius: 25px;
}

.-list .quick-view i:before,
.-list .link-view i:before,
.-list .wishlist-button-add i:before {
  font-weight: 700;
}

.-list .quick-view:hover i,
.-list .quick-view:focus i,
.-list .link-view:hover i,
.-list .link-view:focus i,
.-list .wishlist-button-add:hover i,
.-list .wishlist-button-add:focus i {
  color: #fff;
  border-color: #0e6b61;
  background-color: #0e6b61;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.-list .quick-view:active i,
.-list .link-view:active i,
.-list .wishlist-button-add:active i {
  border-color: #09433d;
  background-color: #09433d;
}

@media (max-width: 768.98px) {

  .-list .add-to-cart-or-refresh,
  .-list .wishlist,
  .-list .quick-view,
  .-list .link-view {
    display: inline-block;
    vertical-align: top;
  }

  .-list .add-to-cart-or-refresh,
  .-list .quick-view,
  .-list .link-view,
  .-list .wishlist-button-add {
    margin: 0 4px 8px 0;
  }

  .-list .quick-view,
  .-list .link-view,
  .-list .wishlist-button-add {
    margin: 0 4px 8px 0;
  }

  .-list .quick-view i,
  .-list .link-view i,
  .-list .wishlist-button-add i {
    margin: 0;
  }

  .-list .quick-view span,
  .-list .link-view span,
  .-list .wishlist-button-add span {
    display: none;
  }
}

@media (max-width: 575.98px) {

  .-list .thumbnail-wrapper,
  .-list .product-desc,
  .-list .highlighted-informations,
  .-list .right-block {
    width: 100%;
  }

  .-list .right-block {
    margin-top: 1rem;
  }

  .-list .highlighted-informations {
    margin-top: 1rem;
    padding: 0 0.75rem;
    border: none;
  }
}

.-grid .catalog-products .product-miniature {
  width: 50%;
}

.-grid_4 .new,
.-grid_4 .online-only,
.-grid_4 .on-sale,
.-grid_4 .discount,
.-grid_4 .pack,
.-grid_4 .out-of-stock {
  font-size: .8em;
}

.-grid_4 .product-title {
  font-size: .9em;
}

.-grid_4 .product-offer {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.-grid_4 .product-price-and-shipping {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.-grid_4 .product-list-reviews,
.-grid_4 .star-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: .5em;
}

.-grid_4 .add-cart {
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
  color: #0c5951;
  background: none;
  border-radius: 0;
}

.-grid_4 .add-cart:before {
  font-family: "fontello";
  content: 'R';
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}

.-grid_4 .add-cart:hover {
  background: none;
  color: #12867a;
}

.-grid_4 .add-cart span {
  display: none;
}

/* Animation grid&list */
.-grid .catalog-products {
  -webkit-animation: grid-to-list .5s ease;
  -o-animation: grid-to-list .5s ease;
  animation: grid-to-list .5s ease;
}

.-grid_4 .catalog-products {
  -webkit-animation: grid-to-grid4 .5s ease;
  -o-animation: grid-to-grid4 .5s ease;
  animation: grid-to-grid4 .5s ease;
}

.-list .catalog-products {
  -webkit-animation: list-to-grid .5s ease;
  -o-animation: list-to-grid .5s ease;
  animation: list-to-grid .5s ease;
}

@-webkit-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes grid-to-grid4 {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes grid-to-grid4 {
  from {
    visibility: hidden;
    opacity: 0;
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes grid-to-grid4 {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 576px) {
  .-grid .catalog-products .product-miniature {
    width: 33.33333%;
  }
}

@media (min-width: 769px) {
  .-grid_4 .catalog-products .product-miniature {
    width: 25%;
  }
}

@media (max-width: 768.98px) {
  .catalog-products .product-miniature {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .-list .catalog-products .product-miniature {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
  }
}

.products.-widget {
  margin: 0 -0.25rem;
}

.products.-widget .thumbnail-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -0.25rem;
}

.products.-widget .product-miniature {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
}

.products.-widget .product-miniature .variant-links,
.products.-widget .product-miniature .highlighted-informations,
.products.-widget .product-miniature .product-flags,
.products.-widget .product-miniature .product_desc {
  display: none !important;
}

.products.-widget .thumbnail-wrapper,
.products.-widget .right-block {
  padding: 0 0.25rem;
}

.products.-widget .thumbnail-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 110px;
}

.products.-widget .product-title {
  font-size: 0.875rem;
}

.products.-widget .product-offer {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products.-widget .product-price-and-shipping {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.products.-widget .product-list-reviews,
.products.-widget .star-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: .4em;
}

.products.-widget .price {
  font-size: 1.1rem;
}

@media (max-width: 991.98px) {
  .category-cover {
    margin: 0 -15px;
  }
}

.category-miniature .h2 {
  font-size: 1.1875rem;
  padding: .6em 0;
  background-color: rgba(65, 65, 65, 0.75);
}

/*--- Animation ---*/
.category-miniature a {
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  -o-transition: box-shadow .3s, -o-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s, -o-transform .3s;
}

.category-miniature a:hover,
.category-miniature a:focus {
  -webkit-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.block-categories li[data-depth] a {
  border-bottom: 1px solid #e3e3e3;
  font-size: 1rem;
  padding: 0.61em 1.125rem;
}

.block-categories .navbar-toggler,
.block-categories .arrows {
  right: 9px;
  top: .1rem;
  cursor: pointer;
  font-size: .875em;
  width: 40px;
  height: 40px;
}

.block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

.block-categories .collapse-icons .remove {
  display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-up {
  display: block;
}

.block-categories .arrows .arrow-up {
  display: none;
}

/* Media */
@media (min-width: 992px) {

  .block-categories .navbar-toggler,
  .block-categories .arrows {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {

  .block-categories .navbar-toggler,
  .block-categories .arrows {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {

  .block-categories .navbar-toggler i:before,
  .block-categories .arrows i:before {
    font-family: "fontello";
    content: '%';
  }

  .block-categories .collapse {
    display: block !important;
  }

  .block-categories li[data-depth] .category-sub-menu {
    background-color: #f6f6f6;
    border: 1px solid #e3e3e3;
    left: 140%;
    min-width: 245px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: -1px;
    -webkit-transition: opacity .4s, left .4s, right .4s, visibility .4s;
    -o-transition: opacity .4s, left .4s, right .4s, visibility .4s;
    transition: opacity .4s, left .4s, right .4s, visibility .4s;
    white-space: nowrap;
    z-index: 1000;
  }

  .block-categories li[data-depth]:hover>a {
    background-color: #0c5951;
    color: #fff;
  }

  .block-categories li[data-depth]:hover>.collapse>.category-sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
  }

  .block-categories li[data-depth]:hover>.navbar-toggler,
  .block-categories li[data-depth]:hover>.arrows {
    opacity: 0;
  }
}

.products-selection label {
  font-size: 0.875rem;
}

.select-title {
  font-size: 0.9375rem;
  line-height: 1.75em;
  position: relative;
  display: inline-block;
  height: 1.974em;
  padding: 0 2.1875em 0 .75em;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: middle;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
}

.select-title i {
  font-size: 1.125em;
  line-height: 1.7em;
  position: absolute;
  top: -1px;
  right: 0;
  width: 1.66em;
  height: 1.66em;
  text-align: center;
  border-radius: 0 20px 20px 0;
}

.show .select-title {
  border-color: #0c5951;
}

.show .select-title i {
  color: #fff;
  background-color: #0c5951;
}

/* display view */
.display-view .view-item {
  font-family: "Material Icons";
  font-size: 2.1875rem;
  line-height: 1;
  cursor: pointer;
  color: #e3e3e3;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.display-view .view-item:hover {
  color: #0c5951;
}

.display-view .show_grid {
  font-size: 2.25rem;
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.display-view .show_grid:before {
  content: '\E8F0';
}

.display-view .show_grid_4:before {
  content: '\E42A';
}

.display-view .show_list:before {
  content: '\E8EF';
}

.-grid:not(.-grid_4) .show_grid,
.-grid_4 .show_grid_4,
.-list .show_list {
  color: #0c5951;
}

#search_filters .btn {
  font-weight: 400;
  width: 100%;
  margin: 1.25rem 0 1.5625rem;
}

#search_filters .btn i {
  display: none;
}

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

.facet>ul {
  height: auto !important;
}

.facet .facet-title {
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  #search_filter_controls {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 1rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.9375rem;
  }

  #search_filters_wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 15px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s, -o-transform .3s;
    background: #fff;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  #search_filters_wrapper.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.faceted-overlay {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.faceted-overlay .overlay__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faceted-overlay .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faceted-overlay .spinner {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  border-radius: 100%;
}

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

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ui slider */
#search_filters .slider-title {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
  text-align: center;
}

.ui-slider.ui-slider-horizontal {
  height: 7px;
  border: none;
  background: #cacaca;
}

.ui-slider.ui-slider-horizontal .ui-widget-header {
  background: #e3e3e3;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
  font-size: 15px;
  top: -.4em;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background: #0c5951;
  margin: 0;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle+.ui-slider-handle {
  margin: 0 0 0 -1.2em;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle:hover {
  background: #12867a;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #062c28;
}

/* end ui slider */
.star-wrapper {
  display: inline-block;
  position: relative;
}

.star-content {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  min-height: 17px;
}

.star-content .star,
.star-content .star-on,
.star-content .star-hover {
  color: #0c5951;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 16px;
  height: 17px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.star-content .star:before,
.star-content .star-on:before,
.star-content .star-hover:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "fontello";
  content: 'A';
}

.star-content .star-on:before,
.star-content .star-hover:before {
  content: '@';
}

.star-content .star-hover {
  cursor: pointer;
}

.star-content .star[style*="margin"]:before {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 0;
}

.star-content .star[style*=";width"],
.star-content .star[style*="; width"],
.star-content .star[style*=";visibility"],
.star-content .star[style*="; visibility"] {
  margin-right: 0;
}

.star-content .star-on[style*="width"]:before {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.grade-stars {
  display: inline-block;
  position: relative;
  min-width: 84px;
}

.grade-stars .star-full {
  position: absolute;
  top: 0;
  left: 0;
}

/**
 *  Product comments list
 */
.product-comment-list-item .comment-date {
  font-size: 0.875rem;
}

.product-comment-list-item .comment-title {
  font-size: 0.9375rem;
}

.product-comment-list-item .comment-post {
  line-height: 1.8;
}

.comment-buttons a {
  cursor: pointer;
}

/*
** Quickview style
*/
.quickview .product-quickview-review {
  margin-left: auto;
}

.product-quickview-review {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-quickview-review .comments-nb {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 4px;
  line-height: 1;
}

.simple-pagination {
  margin-bottom: 1.25rem;
}

.simple-pagination ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple-pagination li {
  margin: 0 0.25rem;
}

/**
 *  Post comment modal
 */
.criterion-rating label {
  font-size: 0.875rem;
}

/**
 * Additional product infos
 */
.product-additional-info .product-comments-additional-info {
  display: none !important;
}

.additional-info-to {
  min-height: 29px;
}

.additional-info-to .comments-note,
.additional-info-to .reviews_count {
  cursor: pointer;
}

.product-comments-additional-info .product-comments-additional-info {
  display: none !important;
}

.product-comments-additional-info .reviews_count {
  font-size: 0.875rem;
}

.wishlist-toast {
  color: #fff;
  padding: 0.5rem 1rem;
  position: fixed;
  right: 20px;
  z-index: 9999;
  top: 70px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
}

.wishlist-toast .wishlist-toast-text {
  margin-bottom: 0;
}

.wishlist-toast.success {
  background-color: #7dd46f;
}

.wishlist-toast.error {
  background-color: #F93943;
}

.wishlist-toast.isActive {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

.wishlist-modal {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.wishlist-modal .modal-dialog {
  max-width: 700px;
}

.wishlist-modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1051;
}

.wishlist-modal.show .modal-backdrop {
  pointer-events: all;
}

.wishlist-modal .modal-backdrop,
.wishlist-modal+.modal-backdrop {
  pointer-events: none;
}

.wishlist-modal .modal-backdrop.in,
.wishlist-modal+.modal-backdrop.in {
  pointer-events: all;
}

.wishlist-login .wishlist-modal[data-v-a4bec002],
.wishlist-delete .wishlist-modal[data-v-b30802ea],
.wishlist-create .wishlist-modal[data-v-939b3d2a],
.wishlist-create .wishlist-modal[data-v-6fe09a6b],
.wishlist-rename .wishlist-modal[data-v-02ac532b] {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.wishlist-login .wishlist-modal.show[data-v-a4bec002],
.wishlist-delete .wishlist-modal.show[data-v-b30802ea],
.wishlist-create .wishlist-modal.show[data-v-939b3d2a],
.wishlist-create .wishlist-modal.show[data-v-6fe09a6b],
.wishlist-rename .wishlist-modal.show[data-v-02ac532b] {
  opacity: 1;
  pointer-events: all;
  z-index: 1053;
}

.wishlist-button-product i:before {
  font-weight: 700;
}

.wishlist-products-item .wishlist-product {
  position: relative;
}

.wishlist-products-item img {
  background-color: #f6f6f6;
}

.wishlist-products-item .wishlist-button-add {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (min-width: 992px) {
  .wishtlist-top {
    font-size: 18px;
    line-height: 1;
  }
}

.products.-widget .wishlist-button-add {
  display: none !important;
}

.wishlist-add-to-new {
  cursor: pointer;
}

.wishlist-list-loader {
  padding: 0 20px;
  width: 100%;
}

/* ------PRODUCT PAGE-------- */
.page-product #main>.row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-product .page-content {
  position: relative;
}

.product-cover {
  cursor: pointer;
}

.product-cover>.image {
  -webkit-transition: -webkit-transform 1.3s;
  transition: -webkit-transform 1.3s;
  -o-transition: -o-transform 1.3s;
  transition: transform 1.3s;
  transition: transform 1.3s, -webkit-transform 1.3s, -o-transform 1.3s;
}

.product-cover .layer {
  left: 0;
  top: 0;
  cursor: pointer;
}

.product-cover .zoom-in {
  right: 7px;
  bottom: 7px;
  font-size: 2.1875rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  -webkit-transition: color .5s, -webkit-transform .5s;
  transition: color .5s, -webkit-transform .5s;
  -o-transition: color .5s, -o-transform .5s;
  transition: color .5s, transform .5s;
  transition: color .5s, transform .5s, -webkit-transform .5s, -o-transform .5s;
}

.product-cover .zoom-in:hover {
  color: #0c5951;
}

.product-cover:hover .zoom-in {
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.product-cover:hover>.image {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.images-container .product-images {
  margin: 0 -3px;
}

.product-images .thumb-container {
  padding: 0 5px;
  z-index: 0;
}

.product-images .thumb-label {
  bottom: -2px;
  top: -2px;
  left: 3px;
  right: 3px;
  opacity: 0;
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: opacity .2s, -o-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s, -o-transform .2s;
  z-index: -1;
}

.product-images .thumb {
  cursor: pointer;
}

.product-images .thumb.selected~.thumb-label,
.product-images .thumb:hover~.thumb-label {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-images .owl-nav .owl-prev {
  left: -11px;
}

.product-images .owl-nav .owl-next {
  right: -11px;
}

#main .js-qv-mask {
  margin-top: 2px;
}

.scroll-box-arrows {
  display: none;
}

.scroll-box-arrows.scroll {
  display: block;
}

.scroll-box-arrows i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.scroll-box-arrows .left {
  left: -12px;
}

.scroll-box-arrows .right {
  right: -12px;
}

.p-page .arrows {
  display: none;
}

@media (max-width: 991.98px) {
  .scroll-box-arrows .left {
    left: -10px;
  }

  .scroll-box-arrows .right {
    right: -10px;
  }
}

.product-manufacturer>a {
  max-width: 145px;
}

.product-info {
  max-width: 340px;
}

.product-info label:after {
  content: '....................................................................';
}

.product-prices {
  border-width: 1px;
}

.product-prices .product-unit-price {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
}

.product-discount .regular-price {
  font-size: 1.625rem;
}

.current-price>.price {
  font-size: 2rem;
  vertical-align: middle;
}

.product-variants-item .color {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  color: #fff;
  z-index: 0;
}

.product-variants-item .color:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\E5CA';
  font-family: "Material Icons";
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
  -webkit-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.product-variants-item .color[style*="#fffff"] {
  color: inherit;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.input-color:checked+.color {
  -webkit-box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #fff, 0 0 0 0.3rem #e3e3e3;
  box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #fff, 0 0 0 0.3rem #e3e3e3;
}

.input-color:checked+.color:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.input-container {
  position: relative;
}

.radio-label {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  min-width: 34px;
  width: auto;
  padding: .5em;
  margin: 0;
  cursor: pointer;
  text-align: center;
  background-color: #f2f3f4;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s, background 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, background 0.3s, color 0.3s;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .radio-label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.input-radio:checked+.radio-label,
.input-radio:hover+.radio-label,
.input-radio:focus+.radio-label {
  border-color: #0c5951;
  background-color: #0c5951;
  color: #fff;
}

.product-quantity #quantity_wanted {
  display: none;
}

.product-quantity .bootstrap-touchspin #quantity_wanted {
  display: block;
}

@media (max-width: 575.98px) {
  .product-quantity .bootstrap-touchspin {
    width: 90px;
  }
}

.social-sharing li a {
  font-family: "fontello";
}

.social-sharing li.facebook a:before {
  content: '6';
}

.social-sharing li.twitter a:before {
  content: '1';
}

.social-sharing li.googleplus a:before {
  content: '$';
}

.social-sharing li.pinterest a:before {
  content: '2';
}

.social-sharing li.whatsapp a {
  font-size: 43px;
  line-height: 1;
}

.modal-footer .social-sharing {
  margin: 0 !important;
}

.modal-footer .social-sharing li {
  margin-bottom: 0 !important;
}

.product-description-short {
  font-size: 0.9375rem;
}

.product-features>dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.product-features>dl.data-sheet dd.value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 55%;
  -ms-flex: 1 0 55%;
  flex: 1 0 55%;
}

@media (max-width: 575.98px) {
  .product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  .product-features>dl.data-sheet dd.value {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

.product-customization-item .file-input {
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.product-modal .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.product-modal .product-cover-modal-wrapper {
  width: calc(100% - 150px);
}

.product-modal .product-cover-modal-wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
}

.product-modal .thumbnails {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
}

.product-modal .mask {
  position: relative;
  overflow: hidden;
  padding: 2px 0;
  height: 100%;
  z-index: 1;
}

.product-modal .product-images>.thumb-container {
  width: 143px;
}

.product-modal .product-images img {
  cursor: pointer;
  margin-bottom: 10px;
}

.product-modal .arrows i {
  position: absolute;
  z-index: 1;
  left: 50%;
}

.product-modal .arrows .arrow-up {
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-modal .arrows .arrow-down {
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.js-mailalert {
  max-width: 270px;
}

.product-pack .pack-product-name {
  font-size: 0.875rem;
}

.thumb-mask>.mask {
  width: 55px;
}

.table-product-discounts th {
  width: 33.333%;
}

/* summary product list in right column of checkout page */
#cart-summary-product-list {
  font-size: 0.875rem;
}

#cart-summary-product-list .media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
}

#cart-summary-product-list .media-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

#cart-summary-product-list .product-name,
#cart-summary-product-list .product-quantity,
#cart-summary-product-list .product-price,
#cart-summary-product-list .product-line-info-secondary {
  padding: 0 5px;
}

#cart-summary-product-list .aeuc_unit_price_label {
  display: none;
}

#cart-summary-product-list .media-body {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Order items in confirmation table */
#order-items {
  border-right: #e3e3e3 1px solid;
}

#order-items table {
  width: 100%;
}

#order-items table tr td {
  padding: 5px 8px;
}

#order-items table tr td:first-child {
  text-align: right;
  width: 80%;
}

#order-items table tr td:last-child {
  text-align: right;
}

.order-table-head {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.order-table-head .h3,
.order-table-head .modal-header .modal-title,
.modal-header .order-table-head .modal-title {
  padding: 0;
}

.order-table-head .h3,
.order-table-head .modal-header .modal-title,
.modal-header .order-table-head .modal-title,
.order-table-head .thead {
  margin: 0;
}

.order-table-head .thead {
  text-align: center;
  font-weight: 500;
}

.order-line {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-line .details a {
  display: block;
  margin-bottom: .3em;
}

.order-line .qty {
  text-align: center;
}

/* Step layout */
.checkout-step {
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-radius: 20px;
  margin-bottom: 1.875rem;
}

.checkout-step .step-title {
  font-size: 1.25rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-step .step-number {
  display: inline-block;
  padding-right: 15px;
}

.checkout-step .step-edit {
  margin-left: auto;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: lowercase;
  cursor: pointer;
}

.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: .5;
}

.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}

.checkout-step.-current .content {
  display: block;
}

.checkout-step.-unreachable .step-title {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}

.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}

.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.checkout-step.-reachable.-complete .done {
  display: inline-block;
}

.checkout-step.-reachable.-complete .step-number {
  display: none;
}

.checkout-step.-reachable.-complete .step-edit {
  display: block;
}

.checkout-step.-reachable.-complete .content {
  display: none;
}

.checkout-step .default-input {
  min-width: 40%;
}

.checkout-step .default-input[name=address1],
.checkout-step .default-input[name=address2] {
  min-width: 60%;
}

.checkout-step .radio-field {
  margin-top: 30px;
}

.checkout-step .radio-field label {
  display: inline;
}

.checkout-step .checkbox-field div {
  margin-top: 60px;
}

.checkout-step .checkbox-field+.checkbox-field div {
  margin-top: 0;
}

.checkout-step .select-field div {
  background: #f6f6f6;
  padding: 10px 50px;
}

.checkout-step .form-footer {
  margin-top: 1.5625rem;
  text-align: center;
}

.checkout-step #conditions-to-approve {
  padding-top: 16px;
}

.checkout-step #conditions-to-approve li {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Personal info step */
#checkout-personal-information-step p {
  font-weight: 500;
}

/* Address step */
.address-item .radio-block {
  cursor: pointer;
}

.address-item.selected {
  border-color: #0c5951;
}

/* Shipping step */
.delivery-option label {
  margin: 0;
}

.delivery-option label>.row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carrier-delay,
.carrier-name {
  word-break: break-word;
}

#delivery_message,
#gift_message {
  margin-bottom: 1.25rem;
}

#gift_message {
  max-width: 100%;
}

/* @include media-breakpoint-down(xs) {
    .delivery-option {
        text-align: center;
    }
} */
/* Payment options step */
.payment-options label {
  margin: 0;
}

.payment-options .custom-radio {
  margin-right: 0.625rem;
}

.payment-options .payment-option {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
}

/* order items in payment step */
#order-summary-content {
  margin-top: 1.875rem;
}

#order-summary-content .card {
  margin-bottom: 1.875rem;
}

#order-summary-content .summary-title {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#order-summary-content #order-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-right: none;
  margin-top: 0.3125rem;
}

#order-summary-content .h3,
#order-summary-content .modal-header .modal-title,
.modal-header #order-summary-content .modal-title {
  margin: 0;
}

#order-summary-content .thead {
  font-size: 0.875rem;
}

#order-summary-content .step-edit {
  display: inline-block;
}

#payment-confirmation {
  margin-top: 1.5625rem;
}

/*Order confirmation*/
.page-order-confirmation .wrapper-columns {
  margin-left: 0;
  margin-right: 0;
}

#order-details {
  padding-left: 30px;
}

#order-details>.card-title {
  margin-bottom: 30px;
}

#order-details ul {
  margin-bottom: 20px;
}

#order-details ul li {
  margin-bottom: 10px;
}

#order-confirmation #registration-form {
  margin: 30px 0;
}

.page-order-confirmation {
  margin: 10px 0;
}

@media (max-width: 991.98px) {
  #order-confirmation #registration-form {
    width: 100%;
  }
}

@media (max-width: 768.98px) {
  #order-details {
    padding-left: 15px;
  }

  #order-details .card-title {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  #order-summary-content h4.h4,
  #order-summary-content h4.h3,
  #order-summary-content .modal-header h4.modal-title,
  .modal-header #order-summary-content h4.modal-title {
    font-size: 18px;
  }

  #order-summary-content h4.black {
    font-size: 20px;
  }
}

/* Reset password */
.page-password #main {
  max-width: 900px;
  margin: 0 auto;
}

.page-password h1 {
  text-align: center;
}

@media (max-width: 768.98px) {
  .page-password .form-control-submit {
    margin-top: 15px;
  }
}

#notifications {
  width: 100%;
}

.alert-warning .material-icons {
  color: #f8bf55;
  font-size: 32px;
  margin-right: 10px;
  padding-top: 5px;
}

.ps-alert-success i,
.ps-alert-error i {
  display: block;
  text-align: center;
}

.ps-alert-success svg,
.ps-alert-error svg {
  max-width: 120px;
}

.blockreassurance {
  padding: 15px 0 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
  margin: 15px 0;
}

.blockreassurance .reass-item {
  margin-bottom: 10px;
}

.blockreassurance .block-icon {
  margin-bottom: 10px;
}

.blockreassurance img,
.blockreassurance svg {
  max-width: 60px;
  height: auto;
}

.blockreassurance p {
  font-size: 0.875rem;
}

.blockreassurance .block-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}

#block-reassurance .block-reassurance-item,
.blockreassurance_product .item-link {
  padding: 0.75rem 0.9375rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

#block-reassurance img {
  vertical-align: top;
  max-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}

#block-reassurance span {
  font-size: 1.25rem;
  line-height: 1.5;
}

.blockreassurance_product .block-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.blockreassurance_product img,
.blockreassurance_product svg {
  max-width: 100%;
  height: auto;
}

.blockreassurance_product .item-descr {
  font-size: 0.875rem;
  padding-left: .75em;
  line-height: 1.5;
}

.sidebar>div,
.sidebar>section {
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {

  .sidebar>div,
  .sidebar>section {
    margin-bottom: 1.1rem;
  }

  .sidebar .h6 {
    position: relative;
    padding-right: 1.71em;
  }

  .sidebar .h6:after {
    font-family: "fontello";
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: .72em;
    content: ')';
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sidebar .h6.-show:after {
    content: '(';
  }

  .column-block .collapse-box {
    display: none;
  }

  .column-block.-show .collapse-box {
    display: block;
  }
}

.cart-grid {
  margin-bottom: 1rem;
}

.cart-items {
  margin-bottom: 0;
}

.cart-grid-body .cart-container {
  border: none;
  margin-bottom: 1.25rem;
}

.cart-grid-body .card-body {
  font-size: 1.5rem;
}

.cart-grid-body hr {
  display: none;
}

.product-line-grid-body .product-line-info {
  margin-bottom: 7px;
}

.product-line-grid-body .product-price {
  font-weight: inherit;
}

.product-line-grid-body .out-of-stock {
  color: #F93943;
}

.product-line-grid-body .available {
  color: #7dd46f;
}

.product-line-grid-body .product-discount,
.product-line-grid-body .current-price {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

.product-line-grid-body .price {
  font-size: 1.125rem;
}

.product-line-grid-body .regular-price {
  font-size: 1rem;
  vertical-align: middle;
}

.product-line-grid-body .unit-price-cart {
  font-size: 0.75rem;
  margin-top: 4px;
  padding-left: 2px;
}

.product-line-grid-body .discount {
  font-size: 0.75rem;
}

.product-line-grid-right .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/** CART RIGHT **/
.cart-summary-subtotals-container {
  padding: 0;
}

.cart-summary-line {
  margin-bottom: 0.4375rem;
}

.cart-summary-line .label {
  padding-right: 0.625rem;
  font-weight: 500;
}

.cart-grid-right hr {
  margin: 0;
}

.promo-discounts {
  margin-bottom: 0;
}

.promo-discounts .code {
  cursor: pointer;
  text-decoration: underline;
}

.block-promo .panel-cart-step {
  margin-bottom: 0;
}

.block-promo .cart-summary-line {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-promo .float-xs-right {
  -webkit-margin-start: auto;
  -moz-margin-start: auto;
  margin-inline-start: auto;
}

.promo-code {
  padding: 1.125rem;
  background-color: #f6f6f6;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.promo-code .alert-danger {
  position: relative;
  display: none;
  margin-top: 1.25rem;
  color: white;
  background-color: #F93943;
}

.promo-code .alert-danger::after {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #F93943;
}

.block-promo .cart-summary-line,
.block-promo .promo-name {
  color: #f8bf55;
}

.block-promo .cart-summary-line a,
.block-promo .promo-name a {
  font-weight: normal;
  display: inline-block;
  color: #343a40;
}

.block-promo .promo-code-button {
  font-weight: 600;
  display: block;
  padding: 0 1.25rem;
  text-transform: uppercase;
  color: #0c5951;
}

.block-promo.promo-highlighted {
  margin-bottom: 0;
  padding: 7px 1.25rem;
}

@media (max-width: 991.98px) {
  .cart-grid-right {
    margin-top: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  .product-line-grid .product-line-grid-left {
    margin-bottom: 10px;
  }
}

/*** Most of the customer accpunt pages ***/
.table-labeled th {
  vertical-align: middle;
}

.table-labeled td {
  vertical-align: middle;
}

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap;
}

.page-customer-account h1 {
  text-align: center;
}

#module-ps_emailalerts-account #content-wrapper {
  width: 100%;
}

/*** My account landing page ***/
.link-item {
  display: block;
  text-align: center;
  margin: 0.9375rem 0;
  padding: 1.125rem;
  font-weight: 500;
}

.link-item:hover {
  background-color: #0c5951;
  border-color: #0c5951;
  color: #fff;
}

.link-item i {
  display: block;
  font-size: 2.1875rem;
  width: 100%;
  margin-bottom: 0.625rem;
}

.js-customer-form .custom-checkbox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/*** Addresses page ***/
/*** History page ***/
#history .orders .order {
  padding: 12px 16px;
  border-bottom: 1px solid #f6f6f6;
}

#history .orders .order .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 6px;
  color: white;
  border-radius: 3px;
}

#history .orders .order:last-child {
  border-bottom: 0;
}

/*** Order details page ***/
.page-order-detail .box {
  margin-bottom: 16px;
}

#order-products.return th.head-checkbox {
  width: 30px;
}

#order-products.return td {
  vertical-align: middle;
}

#order-products.return td.qty {
  min-width: 125px;
}

#order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
}

#order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -0.625rem 0;
  padding-left: 0.25rem;
}

.order-items .order-item .checkbox {
  width: 30px;
  padding: 0 15px;
}

.order-items .order-item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  padding: 0 15px;
}

/*** Order return page ***/
#order-return-infos .customization {
  margin-top: 12px;
}

/* footer links */
.page-footer {
  margin-top: 1.5625rem;
}

.page-index .page-footer,
.page-product .page-footer,
.page-category .page-footer {
  margin: 0;
}

@media (min-width: 576px) {
  .page-footer .account-link {
    margin-right: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .page-footer .account-link {
    width: 100%;
    margin: 0 0 15px;
  }
}

/*** Login page ***/
.page-authentication h1 {
  text-align: center;
}

.page-authentication #main {
  max-width: 900px;
  margin: 0 auto;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

.forgot-password {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 16px;
  padding-bottom: 15px;
}

.no-account {
  text-align: center;
}

.customization-modal .product-customization-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 0.625rem 0;
}

.customization-modal .product-customization-line .label {
  text-align: right;
}

#products .page-not-found #_desktop_search_bar,
#pagenotfound .page-not-found #_desktop_search_bar {
  display: none !important;
}

.footer-container {
  font-size: 0.9375rem;
  color: #fff;
  background-color: #2e2e2e;
}

.footer-container .collapse {
  display: block;
}

.footer-one {
  padding-top: 3.125rem;
}

.links {
  line-height: 2.2;
}

.links h3,
.links .h3,
.links .modal-header .modal-title,
.modal-header .links .modal-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.9em;
  cursor: pointer;
  text-transform: none !important;
  color: inherit;
}

@media (min-width: 992px) {
  .footer-container .links {
    margin-bottom: 2rem;
  }

  .footer-two>.container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991.98px) {
  .footer-container {
    font-size: 1rem;
    padding-bottom: 57px;
  }

  .footer-container .links .title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
    padding-bottom: 7px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-container .links .title .collapse-icons .remove {
    display: none;
  }

  .footer-container .links .h3,
  .footer-container .links .modal-header .modal-title,
  .modal-header .footer-container .links .modal-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
  }

  .footer-container .links .title[aria-expanded='true'] .collapse-icons .add {
    display: none;
  }

  .footer-container .links .title[aria-expanded='true'] .collapse-icons .remove {
    display: block;
  }

  .footer-container .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }

  .footer-container .links .collapse {
    display: none;
  }

  .footer-container .links .collapse.show {
    display: block;
  }
}

@media (max-width: 768.98px) {
  .footer-two .aeuc_footer_info {
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

@media (max-width: 575.98px) {
  .footer-two {
    font-size: .8571rem;
  }

  .footer-two .aeuc_footer_info {
    font-size: inherit;
  }
}

/*fix inner shadow in Chrome and Safari mobile*/
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 992px) {
  .header-page {
    border-bottom: 1px solid #d1d1d1;
  }

  .header-nav {
    font-size: 0.875rem;
    padding: 1em 0;
  }

  .header-top {
    border-top: 1px solid #d1d1d1;
  }
}

@media (max-width: 991.98px) {
  .header-page {
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 100;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
  }

  .menu-button {
    font-size: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button:before {
    font-family: "Material Icons";
    content: '\E5D2';
  }

  .menu-button.active:before {
    content: '\E5CD';
  }

  .header-nav,
  #wrapper,
  #notifications,
  .footer-page,
  .navigation-bar {
    -webkit-transition: .5s opacity, .5s transform;
    -o-transition: .5s opacity, .5s transform;
    transition: .5s opacity, .5s transform;
  }

  #mobile_top_menu_wrapper {
    z-index: 1050;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% - 48px);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
    -webkit-overflow-scrolling: touch;
  }

  .menu-show #mobile_top_menu_wrapper {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-show .header-nav,
  .menu-show #wrapper,
  .menu-show #notifications,
  .menu-show .footer-page,
  .menu-show .navigation-bar {
    -webkit-transform: translateX(calc(100% - 48px));
    -o-transform: translateX(calc(100% - 48px));
    transform: translateX(calc(100% - 48px));
  }

  .menu-show #wrapper,
  .menu-show #notifications,
  .menu-show .footer-page,
  .menu-show .navigation-bar {
    opacity: 0;
  }

  .navigation-bar {
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  }

  .navbtn {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    line-height: 1.4;
  }

  .navbtn i {
    font-size: 1.6875rem;
  }

  .navbtn div {
    font-weight: 400;
    font-size: 0.9375rem;
  }

  .navbtn.show,
  .navbtn:hover,
  .navbtn:focus {
    color: #fff;
  }
}

@media (max-width: 575.98px) {
  .navbtn div {
    font-size: 0.85714rem;
  }
}

/*--- Animation  ---*/
.header-page {
  background-color: #fff;
  color: #414141;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .header-page {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header-page.-hide-bar {
  border-bottom-color: #0c5951;
}

@media (min-width: 992px) {
  .-overlap-header .header-page {
    background-color: transparent;
  }

  .-overlap-header .header-page.-hide-bar {
    background-color: #fff;
  }
}

.carousel .carousel-item .caption {
  max-width: 28.125rem;
}

.aeuc_before_label {
  font-size: 0.75rem;
}

.tax-shipping-delivery-label {
  font-weight: 500;
  margin-top: 0.625rem;
}

.tax-shipping-delivery-label,
.aeuc_shipping_label,
.delivery-information {
  font-size: 0.8125rem;
}

.aeuc_unit_price_label {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.aeuc_shipping_label a:before,
.aeuc_delivery_label a:before {
  content: "-";
}

.unvisible {
  display: none;
}

.quickview .layer {
  display: none !important;
}

.quickview .images-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quickview .wrapper-thumbnails {
  width: 33%;
  margin-left: 10px;
}

.quickview .mask {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 370px;
}

.quickview .product-images {
  padding: 2px 0 0 !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quickview .product-images .thumb-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 12px;
}

.quickview .arrows {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  height: 360px;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.quickview .arrows i {
  font-size: 0.875rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.quickview .arrows .arrow-up {
  top: -35px;
  opacity: .2;
}

.quickview .arrows .arrow-down {
  bottom: -43px;
}

@media (min-width: 992px) {
  .link-user:before {
    margin-right: 0.1875rem;
  }

  .link-user:not(:last-child):after {
    content: '|';
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (min-width: 992px) {
  .language-selector .lang-flag {
    max-width: 16px;
  }
}

.block-social {
  padding: 0 15px;
}

.block-social a {
  font-size: 1.125rem;
  line-height: 2.1em;
  width: 2em;
  height: 2em;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  -o-transition: color .3s, -o-transform .3s;
  transition: transform .3s, color .3s;
  transition: transform .3s, color .3s, -webkit-transform .3s, -o-transform .3s;
  background-color: transparent;
  will-change: transform;
}

.block-social a:hover {
  -webkit-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

/* Start Footer */
.footer-one .block-social a:hover {
  background-color: rgba(255, 255, 255, 0.072);
  color: #fff;
}

@media (min-width: 992px) {
  .footer-one .block-social {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .footer-one .block-social {
    width: 100%;
  }
}

/* End Footer */
/* Start Footer after */
.footer-two .block-social {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 576px) {
  .footer-two .block-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 769px) {
  .footer-two .block-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 575.98px) {
  .footer-two .block-social {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* End Footer after */
/* Start Header nav */
.header-page .block-social a {
  font-size: 0.875rem;
}

/* End Header nav */
/* Start column */
.sidebar .block-social {
  padding: 0;
}

/* End column */
.page-stores .store-item {
  padding-left: .75rem;
  padding-right: .75rem;
  margin-bottom: 1.25rem;
}

.page-stores .store-picture img {
  max-width: 100%;
}

.page-stores .store-item-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
}

.page-stores .store-item-container ul {
  margin-bottom: 0;
}

.page-stores .store-item-container .divide-left {
  border-left: #e3e3e3 1px solid;
}

.page-stores .store-item-container .divide-left tr {
  height: 25px;
}

.page-stores .store-item-container .divide-left td {
  padding-left: 6px;
}

.page-stores .store-item-container .divide-left th {
  text-align: right;
}

.page-stores .store-item-container .store-description {
  font-size: 16px;
}

.page-stores .store-item-footer {
  margin-top: 8px;
  padding-top: 8px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-stores .store-item-footer.divide-top {
  border-top: #e3e3e3 1px solid;
}

.page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.page-stores .store-item-footer i.material-icons {
  margin-right: 10px;
  font-size: 16px;
}

.page-stores .store-item-footer li {
  margin-bottom: 10px;
}

/*** Responsive part ***/
@media (max-width: 768.98px) {
  .page-stores {
    width: 100%;
  }

  .page-stores .store-item-container {
    padding: 16px 0;
  }
}

@media (max-width: 575.98px) {
  .page-stores .store-item-container {
    display: block;
  }

  .page-stores .store-item-container .divide-left {
    border-left: none;
  }

  .page-stores .store-item-container .store-description a {
    margin-bottom: 8px;
  }

  .page-stores .store-item-container .store-description address {
    margin-bottom: 8px;
  }

  .page-stores .store-item-footer {
    display: block;
  }

  .page-stores .store-item-footer.divide-top {
    border-top: #e3e3e3 1px solid;
  }

  .page-stores .store-item-footer li {
    margin-bottom: 10px;
  }

  .page-stores .store-item-footer .card-body {
    padding: 12px 12px 0;
  }
}

.block_newsletter .gdpr_consent {
  white-space: normal;
  margin-bottom: 15px;
}

.block_newsletter.-block .btn {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.block_newsletter.-block .btn:before {
  content: 'E';
  font-family: "fontello";
  margin: 0;
}

.block_newsletter.-block .btn span {
  display: none;
}

.block_newsletter.-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  position: relative;
  padding-top: 6em;
  padding-bottom: 5.65em;
}

.block_newsletter.-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #414141;
  opacity: .7;
}

.block_newsletter.-section .form-control {
  border-color: #fff;
}

.block_newsletter.-section .form-control:focus {
  border-color: #0c5951;
}

.block_newsletter.-section .newsletter-inner {
  position: relative;
}

.block_newsletter.-section .newsletter-body {
  max-width: 470px;
}

.block_newsletter.-section .conditions {
  margin-bottom: 2.71em;
}

@media (min-width: 576px) {
  .block_newsletter.-section .h2 {
    font-size: 3.375rem;
    margin-bottom: .6em;
  }
}

@media (max-width: 768.98px) {
  .block_newsletter.-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

html.fancybox-lock {
  overflow: visible !important;
}

.fancybox-lock .fancybox-overlay.fancybox-overlay-fixed {
  overflow-x: hidden;
}

.fancybox-wrap .fancybox-skin {
  background: #fff;
  padding: 40px 30px 12px 15px !important;
}

.fancybox-wrap .fancybox-error {
  color: inherit;
}

.fancybox-skin .fancybox-close {
  background-image: none;
  background-color: #f6f6f6;
  color: #212529;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  font: 14px/45px "fontello";
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}

.fancybox-skin .fancybox-close:hover,
.fancybox-skin .fancybox-close:focus {
  opacity: 1;
  background-color: #0c5951;
  color: #fff;
  outline: none;
}

.fancybox-skin .fancybox-close:active {
  background-color: #09433d;
}

.fancybox-skin .fancybox-close:after {
  content: '+';
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

.video-frame .fancybox-skin {
  background: #000;
  padding: 0 !important;
}

.page-box {
  background-color: #fff;
}

#wrapper {
  padding-top: 1.5625rem;
}

#content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-index #content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.page-index.layout-left-column .wrapper-main,
.page-index.layout-left-column .container,
.page-index.layout-right-column .wrapper-main,
.page-index.layout-right-column .container,
.page-index.layout-both-columns .wrapper-main,
.page-index.layout-both-columns .container {
  max-width: 1340px;
}

.page-index.layout-left-column .wrapper-main,
.page-index.layout-right-column .wrapper-main,
.page-index.layout-both-columns .wrapper-main {
  margin: 0 auto;
}

.page-index.layout-left-column .wrapper-columns,
.page-index.layout-right-column .wrapper-columns,
.page-index.layout-both-columns .wrapper-columns {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page-index.layout-left-column .block-categories,
.page-index.layout-right-column .block-categories,
.page-index.layout-both-columns .block-categories {
  margin: 0;
}

@media (min-width: 992px) {
  .page-box {
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .page-box {
    padding-top: 0 !important;
  }

  .layout-left-column #left-column,
  .layout-both-columns #left-column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .layout-left-column #left-column~#content-wrapper,
  .layout-both-columns #left-column~#content-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .layout-left-column #left-column~#right-column,
  .layout-both-columns #left-column~#right-column {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.page-cms #content-wrapper {
  width: 100%;
}

.page-cms .cms-box img {
  max-width: 100%;
}

.page-sitemap #content-wrapper {
  width: 100%;
}

.page-sitemap .container-fluid,
.page-sitemap .container-lg,
.page-sitemap .container-xl {
  padding: 0;
}

.page-sitemap .sitemap {
  padding: 0;
}

.page-sitemap .sitemap ul {
  line-height: 2;
  margin: 0;
}

.page-sitemap .sitemap .nested {
  padding-left: 1.25rem;
}

.btn-to-top {
  z-index: 2;
  right: 30px;
  bottom: 80px;
}

@media (max-width: 991.98px) {
  .btn-to-top {
    bottom: 68px;
    right: 12px;
  }
}

.brand {
  padding: 0 15px;
  margin-bottom: 1.5rem;
}

.brand .wrapperlink {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .brand .wrapperlink {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.brand .wrapperlink:hover {
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.brand .image {
  display: inline-block;
}

.-grid .brand {
  text-align: center;
}

.-grid .brand-infos {
  margin-top: 1rem;
}

.-grid .brand-desc {
  font-size: 0.9375rem;
}

.-list .brand-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
}

.-list .brand-img,
.-list .brand-infos {
  padding: 0 0.5rem;
}

.-list .brand-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 170px;
}

.-widget .brand {
  padding: 0 0.25rem;
  margin-bottom: 0.75rem;
}

.-widget .brand-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem;
}

.-widget .brand-img,
.-widget .brand-infos {
  padding: 0 0.25rem;
}

.-widget .brand-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 110px;
}

.-widget .brand-title {
  font-size: 0.875rem;
}

.-widget .brand-desc {
  font-size: 0.8125rem;
}

.-overlay-color .wrapper-link:before {
  background-color: #414141;
  opacity: .4;
}

.header-slider.-displayWrapperTop {
  margin-bottom: 1.5625rem;
}

.header-slide {
  color: #414141;
}

.header-slide>.link {
  color: inherit;
}

.header-slide>.link:hover,
.header-slide>.link:focus {
  color: inherit;
}

.header-slide .title-two {
  font-size: 3.375em;
  margin-bottom: 0;
}

.header-slide .title-two span {
  color: #0c5951;
}

.header-slide .text {
  font-size: 1rem;
  margin-top: 2em;
  margin-bottom: 1em;
}

.header-slide .btn-box {
  font-size: 1em;
  margin-top: 2.4em;
}

.header-slide.-fullscreen.-video,
.header-slide.-fullscreen>.link {
  width: 100%;
  height: 100vh;
  padding-top: 46%;
}

.header-slide.-fullscreen.-video .embed-responsive-item,
.header-slide.-fullscreen.-video iframe,
.header-slide.-fullscreen.-video embed,
.header-slide.-fullscreen.-video video,
.header-slide.-fullscreen .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.header-slide.-fullscreen.-video .embed-responsive-item,
.header-slide.-fullscreen.-video iframe,
.header-slide.-fullscreen.-video embed,
.header-slide.-fullscreen.-video object,
.header-slide.-fullscreen.-video video {
  background-color: #000;
}

.header-slide.-fullscreen.-video p {
  margin: 0;
}

.header-slide.-fullscreen .image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 992px) {

  .header-slider.-fullscreen.-displayTopColumn .description,
  .header-slider.-fullwidth.-displayTopColumn .description {
    padding-top: 142px !important;
  }
}

@media (max-width: 991.98px) {
  .header-slide {
    font-size: 0.78571rem;
  }

  .header-slide.-fullscreen.-video,
  .header-slide.-fullscreen>.link {
    max-height: none;
    height: auto;
  }
}

@media (max-width: 768.98px) {
  .header-slide {
    font-size: 0.71429rem;
  }

  .header-slide .text {
    font-size: 0.92857rem;
    max-width: 305px;
  }
}

@media (max-width: 575.98px) {
  .header-slide {
    font-size: 0.5rem;
  }

  .header-slide.-fullscreen.-video,
  .header-slide.-fullscreen>.link {
    padding-top: 57%;
  }

  .header-slide .title-one {
    font-size: 1rem;
    margin-bottom: .4em;
  }

  .header-slide .text {
    font-size: 0.85714rem;
    max-width: 195px;
    margin-top: .5em;
  }

  .header-slide .btn-box {
    margin-top: 1.5em;
  }

  .header-slide .btn {
    font-size: 0.78571rem;
  }
}

.header-slider .owl-nav .owl-prev,
.header-slider .owl-nav .owl-next {
  font-size: 1.5625rem;
}

.header-slider .owl-nav .owl-prev {
  left: 1.5rem;
}

.header-slider .owl-nav .owl-next {
  right: 1.5rem;
}

.header-slider .owl-dots {
  padding: 0;
  position: absolute;
}

.header-slider.-left-dots .owl-dots,
.header-slider.-right-dots .owl-dots {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-slider.-left-dots .owl-dots .owl-dot,
.header-slider.-right-dots .owl-dots .owl-dot {
  display: block;
  margin: 8px 0;
}

.header-slider.-left-dots .owl-dots {
  left: 2%;
}

.header-slider.-left-dots.-box .owl-dots {
  left: 32px;
}

.header-slider.-right-dots .owl-dots {
  right: 2%;
}

.header-slider.-right-dots.-box .owl-dots {
  right: 32px;
}

.header-slider.-top-dots .owl-dots,
.header-slider.-bottom-dots .owl-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.header-slider.-top-dots .owl-dots {
  top: 1.5rem;
}

.header-slider.-bottom-dots .owl-dots {
  bottom: 1.5rem;
}

@media (min-width: 992px) {

  .header-slider.-fullscreen.-top-dots.-displayTopColumn .owl-dots,
  .header-slider.-fullwidth.-top-dots.-displayTopColumn .owl-dots {
    top: 186px;
  }
}

/*--- Animation ---*/
.header-slide .description p,
.header-slide .description h1,
.header-slide .description h2,
.header-slide .description h3,
.header-slide .description h4,
.header-slide .description h5,
.header-slide .description h6 {
  position: relative;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.header-slide .description p:nth-child(2),
.header-slide .description h1:nth-child(2),
.header-slide .description h2:nth-child(2),
.header-slide .description h3:nth-child(2),
.header-slide .description h4:nth-child(2),
.header-slide .description h5:nth-child(2),
.header-slide .description h6:nth-child(2) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.header-slide .description p:nth-child(3),
.header-slide .description h1:nth-child(3),
.header-slide .description h2:nth-child(3),
.header-slide .description h3:nth-child(3),
.header-slide .description h4:nth-child(3),
.header-slide .description h5:nth-child(3),
.header-slide .description h6:nth-child(3) {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.header-slide .description p:nth-child(4),
.header-slide .description h1:nth-child(4),
.header-slide .description h2:nth-child(4),
.header-slide .description h3:nth-child(4),
.header-slide .description h4:nth-child(4),
.header-slide .description h5:nth-child(4),
.header-slide .description h6:nth-child(4) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

.header-slide .description p:nth-child(5),
.header-slide .description h1:nth-child(5),
.header-slide .description h2:nth-child(5),
.header-slide .description h3:nth-child(5),
.header-slide .description h4:nth-child(5),
.header-slide .description h5:nth-child(5),
.header-slide .description h6:nth-child(5) {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.header-slide .description p:nth-child(6),
.header-slide .description h1:nth-child(6),
.header-slide .description h2:nth-child(6),
.header-slide .description h3:nth-child(6),
.header-slide .description h4:nth-child(6),
.header-slide .description h5:nth-child(6),
.header-slide .description h6:nth-child(6) {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}

.header-slide .description p:nth-child(2n + 1),
.header-slide .description h1:nth-child(2n + 1),
.header-slide .description h2:nth-child(2n + 1),
.header-slide .description h3:nth-child(2n + 1),
.header-slide .description h4:nth-child(2n + 1),
.header-slide .description h5:nth-child(2n + 1),
.header-slide .description h6:nth-child(2n + 1) {
  -webkit-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}

.header-slide .description p:nth-child(2n),
.header-slide .description h1:nth-child(2n),
.header-slide .description h2:nth-child(2n),
.header-slide .description h3:nth-child(2n),
.header-slide .description h4:nth-child(2n),
.header-slide .description h5:nth-child(2n),
.header-slide .description h6:nth-child(2n) {
  -webkit-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
}

.active .header-slide .description p,
.active .header-slide .description h1,
.active .header-slide .description h2,
.active .header-slide .description h3,
.active .header-slide .description h4,
.active .header-slide .description h5,
.active .header-slide .description h6 {
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

/*end animation slide*/
@media (min-width: 992px) {
  .active .-kenburns .image {
    -webkit-animation: kenburns 20s infinite 1s;
    -o-animation: kenburns 20s infinite 1s;
    animation: kenburns 20s infinite 1s;
  }
}

@-webkit-keyframes kenburns {
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
    transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
  }
}

@-o-keyframes kenburns {
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
  }
}

@keyframes kenburns {
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
    transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
  }
}

.top-banner {
  color: #414141;
}

.top-banner>.link {
  color: inherit;
}

.top-banner p {
  color: #858585;
}

.top-banner .title {
  font-size: 1.85em;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: .35em;
}

.top-banner .inner *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .homebanners-block .homebanners-list {
    margin: 0 -10px;
  }

  .homebanners-block .top-banner {
    padding: 0 10px;
  }

  .top-banner {
    font-size: 0.93333rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .homebanners-block .homebanners-list {
    margin: 0 -5px;
  }

  .homebanners-block .top-banner {
    padding: 0 5px;
  }

  .top-banner {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .top-banner {
    margin-bottom: 14px;
  }
}

@media (min-width: 576px) and (max-width: 768.98px) {
  .top-banner {
    font-size: 0.85714rem;
    margin-bottom: 12px;
  }

  .top-banner .title {
    font-size: 1.6em;
  }

  .top-banner.-h_right-v_middle p:not(.title) {
    max-width: 128px;
  }
}

@media (max-width: 575.98px) {
  .homebanners-block .homebanners-list {
    margin: 0 -2px;
  }

  .homebanners-block .top-banner {
    padding: 0 2px;
  }

  .top-banner {
    font-size: 0.85714rem;
    margin-bottom: 4px;
  }
}

.promo-description {
  background-color: #f2f3f4;
  color: #414141;
  position: relative;
  z-index: 0;
}

.promo-description:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  opacity: .3;
  background-position: 100% 50% !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

.promo-description>.wrapper {
  padding: 1em 0;
}

.promo-description .header {
  margin-bottom: 2.3em;
}

.promo-description .title-one {
  font-size: 1.11em;
  line-height: 1;
  margin-bottom: .95em;
}

.promo-description .h3,
.promo-description .modal-header .modal-title,
.modal-header .promo-description .modal-title {
  font-size: 2em;
  margin-bottom: .2em;
}

.promo-description .footer {
  margin-top: 2.6em;
}

.promo-description .btn {
  font-size: 1em;
}

.promo-media.-html5video,
.promo-media.-image {
  position: relative;
  overflow: hidden;
  /* Color overlay for html5 and image types*/
}

.promo-media.-html5video.-overlay-color:before,
.promo-media.-image.-overlay-color:before {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #414141;
  opacity: .7;
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  -o-transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}

.promo-media.-html5video.-overlay-color:hover:before,
.promo-media.-image.-overlay-color:hover:before {
  opacity: .1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.promo-media.-html5video.-overlay-color:hover .cover,
.promo-media.-html5video.-overlay-color:hover .image,
.promo-media.-image.-overlay-color:hover .cover,
.promo-media.-image.-overlay-color:hover .image {
  -webkit-transition: -webkit-transform 15s .3s;
  transition: -webkit-transform 15s .3s;
  -o-transition: -o-transform 15s .3s;
  transition: transform 15s .3s;
  transition: transform 15s .3s, -webkit-transform 15s .3s, -o-transform 15s .3s;
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.promo-media.-html5video:before,
.promo-media.-html5video .cover,
.promo-media.-html5video .play-btn {
  -webkit-transition: opacity .3s, visibile .3s;
  -o-transition: opacity .3s, visibile .3s;
  transition: opacity .3s, visibile .3s;
}

.promo-media.-html5video .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s, -o-transform 1s;
}

.promo-media.-html5video .play-btn {
  line-height: 1;
  font-size: 3.75em;
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.promo-media.-html5video .play-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, -o-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.promo-media.-html5video .play-btn:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.promo-media.-html5video.-play:before,
.promo-media.-html5video.-play .cover,
.promo-media.-html5video.-play .play-btn {
  opacity: 0 !important;
  visibility: hidden;
}

.promo-media.-html5video,
.promo-media.-iframe {
  background-color: #000;
}

@media (min-width: 1200px) {
  .promo-description>.wrapper {
    width: 100%;
    max-width: 550px;
  }
}

@media (min-width: 769px) and (max-width: 1199.98px) {
  .promo-item {
    font-size: 0.92857rem;
  }

  .promo-description .header {
    margin-bottom: 1.2em;
  }

  .promo-description .footer {
    margin-top: 1.6em;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {

  .promo-description .h3,
  .promo-description .modal-header .modal-title,
  .modal-header .promo-description .modal-title {
    font-size: 1.7em;
  }

  .promo-media.-image .image {
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

@media (max-width: 575.98px) {
  .promo-description>.wrapper {
    padding: 2em 0;
  }

  .promo-description .h3,
  .promo-description .modal-header .modal-title,
  .modal-header .promo-description .modal-title {
    font-size: 1.75em;
  }
}

.features-block.-displayHome>.wrapper {
  background-color: #f2f3f4;
}

.features-block:not(.-imageon)>.wrapper {
  padding: 27px 0 12px;
}

.feature-item>.inner {
  color: inherit;
}

.feature-item .h5 {
  font-weight: 500;
}

.feature-item.-layer-left .icon,
.feature-item.-layer-right .icon {
  max-width: 51px;
}

.feature-item .link {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
  will-change: transform;
}

.feature-item .link:hover {
  -webkit-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

@media (min-width: 769px) {
  .features-block {
    background-color: #f8faf9;
  }

  .features-block.-imageon {
    margin-top: 135px;
    padding-bottom: 138px;
  }

  .features-block.-imageon>.wrapper {
    padding: 60px 0 32px;
  }

  .features-list.-imageon {
    padding-left: 25%;
  }

  .features-list.-imageon:before {
    content: '';
    display: block;
    position: absolute;
    top: -140px;
    right: 100%;
    width: 645px;
    height: 430px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    margin-right: -25%;
  }
}

@media (max-width: 1199.98px) {
  .feature-item .h5 {
    font-size: 1.13333rem;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .features-block.-imageon {
    margin-top: 105px;
    padding-bottom: 40px;
  }

  .features-list.-imageon:before {
    width: 545px;
    height: 330px;
  }
}

@media (max-width: 991.98px) {
  .feature-item .h5 {
    font-size: 1rem;
  }
}

@media (max-width: 768.98px) {
  .features-block.-imageon {
    margin-top: calc(1.5rem + 4.5vw);
    padding-bottom: 0;
  }

  .features-block.-imageon>.wrapper {
    padding: 18px 0 0;
  }
}

.testimonials-block {
  background-color: #f8faf9;
  padding: 2.5% 0;
}

.testimonial-item>.inner {
  max-width: 840px;
}

.testimonial-item>.inner:before {
  display: block;
  content: 'G';
  font-family: "fontello";
  color: #c6c7c7;
  font-size: 3.125em;
  line-height: 1;
  margin-bottom: .6em;
}

.testimonial-item p {
  font-size: 1.25rem;
  font-style: italic;
}

.testimonial-item .avatar-wrapper {
  max-width: 120px;
}

.testimonial-item .avatar-wrapper[href]:before {
  content: '';
  top: 0;
  left: -75%;
  display: block;
  z-index: 2;
  -webkit-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
}

.testimonial-item .avatar-wrapper[href]:hover {
  -webkit-animation: pulse 1.2s ease;
  -o-animation: pulse 1.2s ease;
  animation: pulse 1.2s ease;
}

.testimonial-item .avatar-wrapper[href]:hover:before {
  -webkit-animation: shine 1.2s ease;
  -o-animation: shine 1.2s ease;
  animation: shine 1.2s ease;
}

.testimonial-item .author {
  margin-bottom: .5em;
}

.testimonial-item .date {
  display: block;
}

.testimonial-item.-layer-before .customer,
.testimonial-item.-layer-after .customer {
  width: 100%;
}

.testimonial-item.-layer-right>.inner:before,
.testimonial-item.-layer-left>.inner:before {
  display: none;
}

.testimonial-item.-layer-right .footer,
.testimonial-item.-layer-left .footer {
  margin-bottom: 1rem;
}

.testimonial-item.-layer-right .content,
.testimonial-item.-layer-left .content {
  padding: 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1;
}

.testimonial-item.-video.-layer-right>.inner,
.testimonial-item.-video.-layer-left>.inner {
  max-width: 1090px;
}

@media (max-width: 991.98px) {
  .testimonials-block {
    padding: 40px 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-item p {
    font-size: 1.21429rem;
  }
}

.footer-block .logo {
  margin-bottom: 1.1875rem;
}

@media (max-width: 991.98px) {
  .footer-block .logo {
    margin-top: 1rem;
  }
}

.copyright p {
  margin: 0;
}

@media (max-width: 768.98px) {
  .footer-container .copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: .8em;
    padding-bottom: .8em;
    margin-top: .5em;
  }
}

.payment-logos li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3125rem;
  margin-left: .4286em;
}

.payment-logos li span {
  display: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .payment-logos li {
    font-size: 1.21429rem;
    margin-left: 4px;
  }
}

@media (max-width: 575.98px) {
  .payment-logos {
    margin: 5px 0 15px;
  }

  .payment-logos li {
    margin: 0 4px;
  }
}

.category-banner {
  color: #414141;
}

.category-banner .link {
  color: inherit;
}

.category-banner .link:hover,
.category-banner .link:focus {
  color: inherit;
}

.category-banner .description {
  z-index: 2;
}

.category-banner .title-one {
  font-size: 1.1rem;
}

.category-banner .title-two {
  font-size: 2.7em;
  margin-bottom: 0;
}

.category-banner .title-two span {
  color: #0c5951;
}

.category-banner .text {
  margin-top: 1.5em;
}

.category-banner .btn-box {
  font-size: 1em;
  margin-top: 1.4em;
}

.category-banner .btn {
  font-size: .9em;
}

@media (max-width: 768.98px) {
  .category-banner {
    font-size: 0.85714rem;
  }
}

@media (max-width: 575.98px) {
  .category-banner {
    font-size: 0.71429rem;
  }

  .category-banner .title-one {
    font-size: 0.78571rem;
    margin-bottom: .2em;
  }

  .category-banner .title-two {
    font-size: 1.7em;
  }

  .category-banner .text {
    max-width: 225px;
    margin: .5em 0 .6em;
  }

  .category-banner .btn-box {
    margin-top: .4em;
  }
}

.custom-item .link {
  color: inherit;
}

.custom-item .link:hover,
.custom-item .link:focus {
  color: inherit;
}

.header-banner>.row {
  margin-left: 0;
  margin-right: 0;
}

.header-banner p {
  margin-bottom: 0;
}

.-animate .image,
.-animate .description.overlay-layer>.inner {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -o-transform 1s ease;
}

.-animate:hover .image {
  -webkit-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}

.-animate:hover .description.overlay-layer>.inner {
  -webkit-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

/* commons */
.insta-box .alert {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.insta-item {
  display: none;
}

.insta-item .instalink {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.insta-item .instalink:before {
  background-color: rgba(90, 177, 167, 0.05);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .7s opacity;
  -o-transition: .7s opacity;
  transition: .7s opacity;
  z-index: 1;
}

.insta-item .instalink:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\F16D';
  font-family: "fontello";
  font-size: 21px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(10);
  -o-transform: translate(-50%, -50%) scale(10);
  transform: translate(-50%, -50%) scale(10);
  -webkit-transition: .7s transform, .7s opacity;
  -o-transition: .7s transform, .7s opacity;
  transition: .7s transform, .7s opacity;
  z-index: 1;
}

.insta-item .instaimg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  -webkit-transition: .7s transform;
  -o-transition: .7s transform;
  transition: .7s transform;
}

.insta-item .instaimg:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .7s opacity;
  -o-transition: .7s opacity;
  transition: .7s opacity;
  opacity: 0;
  background-color: #5ab1a7;
}

.insta-item .caption {
  font-size: 0.875rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  z-index: 2;
  -webkit-transform: scale(0.85, 0.85);
  -o-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  -webkit-transition: .7s opacity, .7s transform;
  -o-transition: .7s opacity, .7s transform;
  transition: .7s opacity, .7s transform;
  opacity: 0;
}

.insta-item:hover .instalink:before {
  opacity: 0;
}

.insta-item:hover .instalink .caption {
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.insta-item:hover .instalink .caption,
.insta-item:hover .instalink:after {
  opacity: 1;
}

.insta-item:hover .instalink:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.insta-item:hover .instaimg {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.insta-item:hover .instaimg:before {
  opacity: 0.75;
}

.insta-list.-captions-on .instalink:after {
  display: none;
}

/* widget */
.insta-box.-widget .instafooter {
  font-size: 0.75rem;
  font-weight: 400;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0;
}

.insta-box.-widget .caption {
  font-size: 11px;
  line-height: 1.58;
  bottom: 24px;
  padding: 0.25rem;
}

.-carousel .insta-item {
  display: block;
}

@media (max-width: 991.98px) {
  #facebook_block .fb_iframe_widget {
    margin: 0 -5px;
  }
}

/* header links widget */
.header-page .links {
  line-height: inherit;
}

.header-page .wrapper .collapse {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.header-page .wrapper li {
  margin: 0;
  padding: 3px 10px 3px 0;
  font-size: inherit;
}

@media (max-width: 991.98px) {
  .header-page .wrapper li {
    padding-top: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@-o-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes tab-active {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@-o-keyframes tab-active {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes tab-active {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

.products-tabs .tab-pane.active .products {
  -webkit-animation: tab-active .3s linear;
  -o-animation: tab-active .3s linear;
  animation: tab-active .3s linear;
}

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

.lang-rtl * {
  direction: rtl !important;
}

.lang-rtl .owl-carousel .owl-stage-outer {
  direction: ltr !important;
}

.lang-rtl .owl-nav {
  direction: ltr !important;
}

@media (max-width: 991.98px) {
  .lang-rtl .menu-show #mobile_top_menu_wrapper {
    left: 48px;
  }

  .lang-rtl .menu-show .header-nav,
  .lang-rtl .menu-show #wrapper,
  .lang-rtl .menu-show #notifications,
  .lang-rtl .menu-show .footer-page {
    -webkit-transform: translateX(calc(-100% + 48px));
    -o-transform: translateX(calc(-100% + 48px));
    transform: translateX(calc(-100% + 48px));
  }
}

.lang-rtl .star_content .star a {
  text-indent: 5000px;
}

.lang-rtl .wrapper-thumbnails {
  direction: ltr !important;
}

.lang-rtl .wrapper-thumbnails * {
  direction: ltr !important;
}

/*# sourceMappingURL=theme.css.map*/