@charset "UTF-8";
:root {
  --blue: #4e83ba;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #b85454;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #8e8e8f;
  --gray-dark: #333;
  --primary: #51a294;
  --secondary: #8e8e8f;
  --success: #51a294;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #b85454;
  --light: #f0f0f0;
  --dark: #212122;
  --chestnut: #b75353;
  --whitesmoke: #f4f5f5;
  --mint-vibrant: #51a294;
  --mint-light: #deece7;
  --mint-dark: #658f80;
  --rust: #8f6e65;
  --orange-light: #efe5c6;
  --gold: #d1c570;
  --red-light: #eae1e1;
  --summer-green: #9ac2a0;
  --clam-shell: #dcc0b7;
  --cotton-candy: #ffb7d5;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1340px;
  --font-family-sans-serif: "proxima-nova", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212122;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #2c2c2b;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #535351;
  text-decoration: none;
}

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1340px) {
   .container {
    max-width: 1284px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
@media (min-width: 1340px) {
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212122;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfdfdf;
}
.table tbody + tbody {
  border-top: 2px solid #dfdfdf;
}

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

.table-bordered {
  border: 1px solid #dfdfdf;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dfdfdf;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table .thead-light th {
  color: #333;
  background-color: #f0f0f0;
  border-color: #dfdfdf;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5714285714em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #2c2c2b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #2c2c2b;
  background-color: #fff;
  border-color: #a2d1c8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.form-control::placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e2dfdd;
  opacity: 1;
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

 .form-control.is-valid {
  border-color: #51a294;
  padding-right: calc(1.5714285714em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2351a294' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3928571429em + 0.25rem) center;
  background-size: calc(0.7857142857em + 0.5rem) calc(0.7857142857em + 0.5rem);
}
 .form-control.is-valid:focus {
  border-color: #51a294;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}

 select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

 textarea.form-control.is-valid {
  padding-right: calc(1.5714285714em + 1rem);
  background-position: top calc(0.3928571429em + 0.25rem) right calc(0.3928571429em + 0.25rem);
}

 .custom-select.is-valid {
  border-color: #51a294;
  padding-right: calc(0.75em + 2.75rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23333' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E") right 1rem center/10px 12px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2351a294' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3e%3c/svg%3e") center right 2rem/calc(0.7857142857em + 0.5rem) calc(0.7857142857em + 0.5rem) no-repeat;
}
 .custom-select.is-valid:focus {
  border-color: #51a294;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}

 .form-check-input.is-valid ~ .form-check-label {
  color: #51a294;
}

 .custom-control-input.is-valid ~ .custom-control-label {
  color: #51a294;
}
 .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #51a294;
}
 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6fb7ab;
  background-color: #6fb7ab;
}
 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
 .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #51a294;
}

 .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #51a294;
}
 .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #51a294;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}

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


.is-invalid ~ .invalid-feedback {
  display: block;
}

 .form-control.is-invalid {
  border-color: #b85454;
  padding-right: calc(1.5714285714em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23b85454' d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3928571429em + 0.25rem) center;
  background-size: calc(0.7857142857em + 0.5rem) calc(0.7857142857em + 0.5rem);
}
 .form-control.is-invalid:focus {
  border-color: #b85454;
  box-shadow: 0 0 0 0.2rem rgba(184, 84, 84, 0.25);
}

 select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

 textarea.form-control.is-invalid {
  padding-right: calc(1.5714285714em + 1rem);
  background-position: top calc(0.3928571429em + 0.25rem) right calc(0.3928571429em + 0.25rem);
}

 .custom-select.is-invalid {
  border-color: #b85454;
  padding-right: calc(0.75em + 2.75rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23333' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E") right 1rem center/10px 12px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23b85454' d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3e%3c/svg%3e") center right 2rem/calc(0.7857142857em + 0.5rem) calc(0.7857142857em + 0.5rem) no-repeat;
}
 .custom-select.is-invalid:focus {
  border-color: #b85454;
  box-shadow: 0 0 0 0.2rem rgba(184, 84, 84, 0.25);
}

 .form-check-input.is-invalid ~ .form-check-label {
  color: #b85454;
}
 .form-check-input.is-invalid ~ .invalid-feedback {
  display: block;
}

 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b85454;
}
 .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b85454;
}
 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c77878;
  background-color: #c77878;
}
 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(184, 84, 84, 0.25);
}
 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b85454;
}

 .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b85454;
}
 .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b85454;
  box-shadow: 0 0 0 0.2rem rgba(184, 84, 84, 0.25);
}

.btn, .segmented-control label {
  display: inline-block;
  font-weight: 700;
  color: #212122;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .segmented-control label {
    transition: none;
  }
}
.btn:hover, .segmented-control label:hover {
  color: #212122;
  text-decoration: none;
}
.btn:focus, .segmented-control label:focus, .btn.focus, .segmented-control label.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.btn.disabled, .segmented-control label.disabled, .btn:disabled, .segmented-control label:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .segmented-control label:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #51a294;
  border-color: #51a294;
}
.btn-primary:hover {
  color: #fff;
  background-color: #44897d;
  border-color: #408075;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #44897d;
  border-color: #408075;
  box-shadow: 0 0 0 0.2rem rgba(107, 176, 164, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #51a294;
  border-color: #51a294;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #408075;
  border-color: #3c786d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 176, 164, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #51a294;
  border-color: #51a294;
}
.btn-success:hover {
  color: #fff;
  background-color: #44897d;
  border-color: #408075;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #44897d;
  border-color: #408075;
  box-shadow: 0 0 0 0.2rem rgba(107, 176, 164, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #51a294;
  border-color: #51a294;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #408075;
  border-color: #3c786d;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 176, 164, 0.5);
}

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

.btn-danger {
  color: #fff;
  background-color: #b85454;
  border-color: #b85454;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a24343;
  border-color: #994040;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a24343;
  border-color: #994040;
  box-shadow: 0 0 0 0.2rem rgba(195, 110, 110, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b85454;
  border-color: #b85454;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #994040;
  border-color: #903c3c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 110, 110, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212122;
  border-color: #212122;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0e0e0f;
  border-color: #080808;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #0e0e0f;
  border-color: #080808;
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 67, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212122;
  border-color: #212122;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #020202;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 67, 0.5);
}

.btn-mint-light {
  color: #212529;
  background-color: #deece7;
  border-color: #deece7;
}
.btn-mint-light:hover {
  color: #212529;
  background-color: #c6ded5;
  border-color: #bed9cf;
}
.btn-mint-light:focus, .btn-mint-light.focus {
  color: #212529;
  background-color: #c6ded5;
  border-color: #bed9cf;
  box-shadow: 0 0 0 0.2rem rgba(194, 206, 203, 0.5);
}
.btn-mint-light.disabled, .btn-mint-light:disabled {
  color: #212529;
  background-color: #deece7;
  border-color: #deece7;
}
.btn-mint-light:not(:disabled):not(.disabled):active, .btn-mint-light:not(:disabled):not(.disabled).active, .show > .btn-mint-light.dropdown-toggle {
  color: #212529;
  background-color: #bed9cf;
  border-color: #b6d5ca;
}
.btn-mint-light:not(:disabled):not(.disabled):active:focus, .btn-mint-light:not(:disabled):not(.disabled).active:focus, .show > .btn-mint-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 206, 203, 0.5);
}

.btn-rust {
  color: #fff;
  background-color: #8f6e65;
  border-color: #8f6e65;
}
.btn-rust:hover {
  color: #fff;
  background-color: #795d55;
  border-color: #715750;
}
.btn-rust:focus, .btn-rust.focus {
  color: #fff;
  background-color: #795d55;
  border-color: #715750;
  box-shadow: 0 0 0 0.2rem rgba(160, 132, 124, 0.5);
}
.btn-rust.disabled, .btn-rust:disabled {
  color: #fff;
  background-color: #8f6e65;
  border-color: #8f6e65;
}
.btn-rust:not(:disabled):not(.disabled):active, .btn-rust:not(:disabled):not(.disabled).active, .show > .btn-rust.dropdown-toggle {
  color: #fff;
  background-color: #715750;
  border-color: #6a514b;
}
.btn-rust:not(:disabled):not(.disabled):active:focus, .btn-rust:not(:disabled):not(.disabled).active:focus, .show > .btn-rust.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 132, 124, 0.5);
}

.btn-summer-green {
  color: #212529;
  background-color: #9ac2a0;
  border-color: #9ac2a0;
}
.btn-summer-green:hover {
  color: #212529;
  background-color: #82b48a;
  border-color: #7aaf82;
}
.btn-summer-green:focus, .btn-summer-green.focus {
  color: #212529;
  background-color: #82b48a;
  border-color: #7aaf82;
  box-shadow: 0 0 0 0.2rem rgba(136, 170, 142, 0.5);
}
.btn-summer-green.disabled, .btn-summer-green:disabled {
  color: #212529;
  background-color: #9ac2a0;
  border-color: #9ac2a0;
}
.btn-summer-green:not(:disabled):not(.disabled):active, .btn-summer-green:not(:disabled):not(.disabled).active, .show > .btn-summer-green.dropdown-toggle {
  color: #212529;
  background-color: #7aaf82;
  border-color: #72aa7b;
}
.btn-summer-green:not(:disabled):not(.disabled):active:focus, .btn-summer-green:not(:disabled):not(.disabled).active:focus, .show > .btn-summer-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 170, 142, 0.5);
}

.btn-outline-primary {
  color: #51a294;
  border-color: #51a294;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #51a294;
  border-color: #51a294;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #51a294;
  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: #51a294;
  border-color: #51a294;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2c2c2b;
  text-decoration: underline;
}
.btn-link:hover {
  color: #535351;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #8e8e8f;
  pointer-events: none;
}

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

.btn-sm {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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


.dropdown {
  position: relative;
}

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

.dropdown-menu, .nav-dropdown .nav-secondary-group-items {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212122;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfdf;
  border-radius: 0.3125rem;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e2dfdd;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #51a294;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #aaa;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show, .nav-dropdown .show.nav-secondary-group-items {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #8e8e8f;
  white-space: nowrap;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .segmented-control .btn-group > label {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .segmented-control .btn-group > label:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .segmented-control .btn-group > label:focus, .btn-group > .btn:active, .segmented-control .btn-group > label:active, .btn-group > .btn.active, .segmented-control .btn-group > label.active {
  z-index: 1;
}

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

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split {
  padding-right: 0.28125rem;
  padding-left: 0.28125rem;
}

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

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

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

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

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #51a294;
  background-color: #51a294;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a2d1c8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #c4e2dc;
  border-color: #c4e2dc;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #8e8e8f;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e2dfdd;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.3125rem;
}
.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: #51a294;
  background-color: #51a294;
}
.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(81, 162, 148, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(81, 162, 148, 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(81, 162, 148, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5714285714em + 1rem + 2px);
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #2c2c2b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23333' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E") right 1rem center/10px 12px no-repeat;
  border: 1px solid #d7d7d7;
  border-radius: 0.3125rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #a2d1c8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.custom-select:focus::-ms-value {
  color: #2c2c2b;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #8e8e8f;
  background-color: #e2dfdd;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2c2c2b;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5714285714em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a2d1c8;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e2dfdd;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5714285714em + 1rem + 2px);
  padding: 0.5rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #2c2c2b;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0.3125rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5714285714em + 1rem);
  padding: 0.5rem 1rem;
  line-height: 1.5714285714;
  color: #2c2c2b;
  content: "Browse";
  background-color: #e2dfdd;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #51a294;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #c4e2dc;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dfdfdf;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #51a294;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #c4e2dc;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dfdfdf;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #51a294;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #c4e2dc;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dfdfdf;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dfdfdf;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #aaa;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #aaa;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #aaa;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

.nav-tabs {
  border-bottom: 1px solid #1e1e1f;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #8e8e8f;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1e1e1f;
  background-color: transparent;
  border-color: transparent transparent #1e1e1f;
}
.nav-tabs .dropdown-menu, .nav-tabs .nav-dropdown .nav-secondary-group-items, .nav-dropdown .nav-tabs .nav-secondary-group-items {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu, .navbar-nav .nav-dropdown .nav-secondary-group-items, .nav-dropdown .navbar-nav .nav-secondary-group-items {
  position: static;
  float: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

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

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


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


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

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

.badge:empty {
  display: none;
}

.btn .badge, .segmented-control label .badge {
  position: relative;
  top: -1px;
}

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

.badge-success {
  color: #fff;
  background-color: #51a294;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #408075;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.5);
}

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

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

.badge-danger {
  color: #fff;
  background-color: #b85454;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #994040;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 84, 84, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f0f0f0;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d7d7d7;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.badge-chestnut {
  color: #fff;
  background-color: #b75353;
}
a.badge-chestnut:hover, a.badge-chestnut:focus {
  color: #fff;
  background-color: #983f3f;
}
a.badge-chestnut:focus, a.badge-chestnut.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 83, 83, 0.5);
}

.badge-mint-light {
  color: #212529;
  background-color: #deece7;
}
a.badge-mint-light:hover, a.badge-mint-light:focus {
  color: #212529;
  background-color: #bed9cf;
}
a.badge-mint-light:focus, a.badge-mint-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 236, 231, 0.5);
}

.badge-mint-dark {
  color: #fff;
  background-color: #658f80;
}
a.badge-mint-dark:hover, a.badge-mint-dark:focus {
  color: #fff;
  background-color: #507165;
}
a.badge-mint-dark:focus, a.badge-mint-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 143, 128, 0.5);
}

.badge-rust {
  color: #fff;
  background-color: #8f6e65;
}
a.badge-rust:hover, a.badge-rust:focus {
  color: #fff;
  background-color: #715750;
}
a.badge-rust:focus, a.badge-rust.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(143, 110, 101, 0.5);
}

.badge-orange-light {
  color: #212529;
  background-color: #efe5c6;
}
a.badge-orange-light:hover, a.badge-orange-light:focus {
  color: #212529;
  background-color: #e4d39e;
}
a.badge-orange-light:focus, a.badge-orange-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 229, 198, 0.5);
}

.badge-gold {
  color: #212529;
  background-color: #d1c570;
}
a.badge-gold:hover, a.badge-gold:focus {
  color: #212529;
  background-color: #c5b549;
}
a.badge-gold:focus, a.badge-gold.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209, 197, 112, 0.5);
}

.badge-cotton-candy {
  color: #212529;
  background-color: #ffb7d5;
}
a.badge-cotton-candy:hover, a.badge-cotton-candy:focus {
  color: #212529;
  background-color: #ff84b7;
}
a.badge-cotton-candy:focus, a.badge-cotton-candy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 183, 213, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #2a544d;
  background-color: #dcecea;
  border-color: #cee5e1;
}
.alert-primary hr {
  border-top-color: #bddcd7;
}
.alert-primary .alert-link {
  color: #19322e;
}

.alert-secondary {
  color: #4a4a4a;
  background-color: #e8e8e9;
  border-color: #dfdfe0;
}
.alert-secondary hr {
  border-top-color: #d2d2d3;
}
.alert-secondary .alert-link {
  color: #313131;
}

.alert-success {
  color: #2a544d;
  background-color: #dcecea;
  border-color: #cee5e1;
}
.alert-success hr {
  border-top-color: #bddcd7;
}
.alert-success .alert-link {
  color: #19322e;
}

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

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

.alert-danger {
  color: #602c2c;
  background-color: #f1dddd;
  border-color: #ebcfcf;
}
.alert-danger hr {
  border-top-color: #e4bdbd;
}
.alert-danger .alert-link {
  color: #3d1c1c;
}

.alert-light {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #646464;
}

.alert-dark {
  color: #111112;
  background-color: lightgray;
  border-color: #c1c1c1;
}
.alert-dark hr {
  border-top-color: #b4b4b4;
}
.alert-dark .alert-link {
  color: black;
}

.alert-chestnut {
  color: #5f2b2b;
  background-color: #f1dddd;
  border-color: #ebcfcf;
}
.alert-chestnut hr {
  border-top-color: #e4bdbd;
}
.alert-chestnut .alert-link {
  color: #3c1b1b;
}

.alert-whitesmoke {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-whitesmoke hr {
  border-top-color: #efefef;
}
.alert-whitesmoke .alert-link {
  color: #666666;
}

.alert-mint-vibrant {
  color: #2a544d;
  background-color: #dcecea;
  border-color: #cee5e1;
}
.alert-mint-vibrant hr {
  border-top-color: #bddcd7;
}
.alert-mint-vibrant .alert-link {
  color: #19322e;
}

.alert-mint-light {
  color: #737b78;
  background-color: #f8fbfa;
  border-color: #f6faf8;
}
.alert-mint-light hr {
  border-top-color: #e6f1eb;
}
.alert-mint-light .alert-link {
  color: #5a615e;
}

.alert-mint-dark {
  color: #354a43;
  background-color: #e0e9e6;
  border-color: #d4e0db;
}
.alert-mint-dark hr {
  border-top-color: #c5d5cf;
}
.alert-mint-dark .alert-link {
  color: #202c28;
}

.alert-rust {
  color: #4a3935;
  background-color: #e9e2e0;
  border-color: #e0d6d4;
}
.alert-rust hr {
  border-top-color: #d5c8c5;
}
.alert-rust .alert-link {
  color: #2c2220;
}

.alert-orange-light {
  color: #7c7767;
  background-color: #fcfaf4;
  border-color: #fbf8ef;
}
.alert-orange-light hr {
  border-top-color: #f6efdb;
}
.alert-orange-light .alert-link {
  color: #605c50;
}

.alert-gold {
  color: #6d663a;
  background-color: #f6f3e2;
  border-color: #f2efd7;
}
.alert-gold hr {
  border-top-color: #ece7c4;
}
.alert-gold .alert-link {
  color: #4c4728;
}

.alert-red-light {
  color: #7a7575;
  background-color: #fbf9f9;
  border-color: #f9f7f7;
}
.alert-red-light hr {
  border-top-color: #eee8e8;
}
.alert-red-light .alert-link {
  color: #605c5c;
}

.alert-summer-green {
  color: #506553;
  background-color: #ebf3ec;
  border-color: #e3eee4;
}
.alert-summer-green hr {
  border-top-color: #d3e4d5;
}
.alert-summer-green .alert-link {
  color: #39493c;
}

.alert-clam-shell {
  color: #72645f;
  background-color: #f8f2f1;
  border-color: #f5edeb;
}
.alert-clam-shell hr {
  border-top-color: #eddeda;
}
.alert-clam-shell .alert-link {
  color: #564c48;
}

.alert-cotton-candy {
  color: #855f6f;
  background-color: #fff1f7;
  border-color: #ffebf3;
}
.alert-cotton-candy hr {
  border-top-color: #ffd2e4;
}
.alert-cotton-candy .alert-link {
  color: #674a56;
}

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

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

.list-group-item-action {
  width: 100%;
  color: #414043;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #deece7;
  text-decoration: none;
  background-color: #deece7;
}
.list-group-item-action:active {
  color: #212122;
  background-color: #e2dfdd;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.625rem 1.125rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #8e8e8f;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #deece7;
  border-color: rgba(0, 0, 0, 0.125);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

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

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

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

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #8e8e8f;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dfdfdf;
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dfdfdf;
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1340px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.625rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.625rem 0;
}
.bs-popover-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 {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

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

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

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

.bg-whitesmoke {
  background-color: #f4f5f5 !important;
}

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

.bg-mint-vibrant {
  background-color: #51a294 !important;
}

a.bg-mint-vibrant:hover, a.bg-mint-vibrant:focus,
button.bg-mint-vibrant:hover,
button.bg-mint-vibrant:focus {
  background-color: #408075 !important;
}

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

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

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

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

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

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

.bg-clam-shell {
  background-color: #dcc0b7 !important;
}

a.bg-clam-shell:hover, a.bg-clam-shell:focus,
button.bg-clam-shell:hover,
button.bg-clam-shell:focus {
  background-color: #cba295 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1340px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-block {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1340px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .align-items-xl-center {
    align-items: center !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}


.my-50 {
  margin-top: 3.125rem !important;
}


.my-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !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 {
  padding-right: 0.25rem !important;
}


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

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


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

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


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


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

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


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


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


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

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


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

.p-10 {
  padding: 0.625rem !important;
}


.py-10 {
  padding-top: 0.625rem !important;
}


.px-10 {
  padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}


.px-10 {
  padding-left: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}


.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}


.px-40 {
  padding-right: 2.5rem !important;
}


.px-40 {
  padding-left: 2.5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}


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


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

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

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

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  
.mx-sm-15 {
    margin-right: 0.9375rem !important;
  }
  
.mx-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  
.px-sm-0 {
    padding-right: 0 !important;
  }
  
.px-sm-0 {
    padding-left: 0 !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  
.px-sm-3 {
    padding-right: 1rem !important;
  }
  
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  
.px-sm-20 {
    padding-right: 1.25rem !important;
  }
  
.px-sm-20 {
    padding-left: 1.25rem !important;
  }
  
.py-sm-50 {
    padding-top: 3.125rem !important;
  }
  
.py-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  
.mx-md-20 {
    margin-right: 1.25rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  
.mx-md-20 {
    margin-left: 1.25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  
.my-md-50 {
    margin-top: 3.125rem !important;
  }
  .mb-md-50,
.my-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  
.py-md-0 {
    padding-bottom: 0 !important;
  }
  
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  
.py-md-40 {
    padding-top: 2.5rem !important;
  }
  
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  
.py-md-50 {
    padding-top: 3.125rem !important;
  }
  
.py-md-50 {
    padding-bottom: 3.125rem !important;
  }
  
.mx-md-auto {
    margin-right: auto !important;
  }
  
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20 {
    margin-left: 1.25rem !important;
  }
  
.mx-lg-30 {
    margin-right: 1.875rem !important;
  }
  
.mx-lg-30 {
    margin-left: 1.875rem !important;
  }
  
.my-lg-40 {
    margin-top: 2.5rem !important;
  }
  
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  
.py-lg-5 {
    padding-top: 3rem !important;
  }
  
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  
.py-lg-20 {
    padding-top: 1.25rem !important;
  }
  
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  
.py-lg-30 {
    padding-top: 1.875rem !important;
  }
  
.py-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  
.py-lg-50 {
    padding-top: 3.125rem !important;
  }
  
.py-lg-50 {
    padding-bottom: 3.125rem !important;
  }
}
@media (min-width: 1340px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  
.px-xl-3 {
    padding-right: 1rem !important;
  }
  
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  
.px-xl-5 {
    padding-right: 3rem !important;
  }
  
.px-xl-5 {
    padding-left: 3rem !important;
  }
}
.stretched-link::after, .footer-strip a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-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-right {
    text-align: right !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

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

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

.text-success {
  color: #51a294 !important;
}

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

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

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

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

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

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

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

.text-chestnut {
  color: #b75353 !important;
}

a.text-chestnut:hover, a.text-chestnut:focus {
  color: #863838 !important;
}

.text-mint-dark {
  color: #658f80 !important;
}

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

.text-rust {
  color: #8f6e65 !important;
}

a.text-rust:hover, a.text-rust:focus {
  color: #624c45 !important;
}

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

.text-muted {
  color: #8e8e8f !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #aaa;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dfdfdf !important;
  }
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: #212122;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: text;
  transition: all 0.1s ease-in-out;
  user-select: none;
  pointer-events: none;
}
.form-label-group > input,
.form-label-group > select,
.form-label-group > label,
.form-label-group > textarea {
  padding: 1rem 1rem;
}
.form-label-group textarea ~ label {
  top: 1px;
  left: 1px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.75);
}
.form-label-group .custom-select ~ label,
.form-label-group select.form-control ~ label {
  width: auto;
  padding-right: 0;
  padding-bottom: 0;
}
.form-label-group > input,
.form-label-group > .custom-select:not([multiple]) {
  height: 3.125rem;
}
.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.6666666667rem;
  padding-bottom: 0.3333333333rem;
}
.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
  color: #2c2c2b;
  font-size: 12px;
}
.form-label-group select.has-value {
  padding-top: 1.6666666667rem;
  padding-bottom: 0.3333333333rem;
  line-height: 1.1428571429;
}
.form-label-group select.has-value ~ label {
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
  color: #2c2c2b;
  font-size: 12px;
}
.form-label-group select[multiple] ~ label {
  width: 99%;
  margin-top: 1px;
  margin-left: 2px;
  padding: 0 0 0 1rem;
  background-color: #fff;
}

/* Fallback for Edge */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #2c2c2b;
  }
}
/* Fallback for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #2c2c2b;
  }
} /*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-bottom-color: #d7d7d7;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #333;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #fff;
  height: initial;
}
.has-event .pika-button {
  color: #fff;
  background: #33aaff;
}
.is-today .pika-button {
  color: #658f80;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #658f80;
  box-shadow: inset 0 1px 3px #658f80;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #b2c7bf;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.pika-single {
  z-index: 500;
  margin: 0 auto;
  border-radius: 0.3125rem;
}

.pika-lendar {
  float: none;
  width: auto;
}

.pika-title {
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pika-table thead th {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.pika-table thead th abbr {
  text-decoration: none;
}
.pika-table tbody td {
  text-align: center;
}

.pika-button {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.pika-button:hover {
  border-radius: 50%;
}
.is-today .pika-button {
  color: #658f80;
  background: #f0f0f0;
}
.is-selected .pika-button {
  color: #fff;
  background: #658f80 !important;
  border-radius: 50%;
}
.is-startrange .pika-button, .is-inrange .pika-button, .is-endrange .pika-button {
  color: #000;
  background-color: #edf6f5 !important;
}
.is-startrange .pika-button {
  border-radius: 50% 0 0 50%;
}
.is-inrange .pika-button {
  border-radius: 0;
}
.is-endrange .pika-button {
  border-radius: 0 50% 50% 0;
}
.is-today .pika-button:hover {
  background: #deece7;
}

.datepicker-day {
  position: relative;
  width: 100%;
}
.datepicker-day .pika-single {
  position: absolute;
  top: 100%;
  left: -1px;
}
.datepicker-day .pika-single::before {
  content: "";
}
.daypicker .custom-control-label {
  flex-direction: column;
  justify-content: center;
  width: 78px;
  height: 84px;
  line-height: 1.2;
  cursor: pointer;
}
.daypicker .custom-control-label::before, .daypicker .custom-control-label::after {
  display: none;
}
.daypicker .custom-control-card .custom-control-label {
  padding: 0.35rem;
}
.daypicker .custom-control-card .custom-control-label .font-weight-normal {
  font-size: 95%;
}
.daypicker .custom-control-card .custom-control-label .daypicker-date {
  transition: margin-bottom 0.2s;
}
.daypicker .custom-control-card .custom-control-label .fa-check {
  position: absolute;
  bottom: 7px;
  opacity: 0;
  transition: opacity 0.2s;
}
.daypicker .custom-control-card .custom-control-input:checked ~ .custom-control-label .daypicker-date {
  margin-bottom: 18px;
}
.daypicker .custom-control-card .custom-control-input:checked ~ .custom-control-label .fa-check {
  opacity: 1;
}
.daypicker .custom-control-input[disabled=disabled] ~ .custom-control-label {
  cursor: default;
}

.daypicker-full-calendar .iconfa {
  font-size: 1.5rem;
}
.daypicker-full-calendar .custom-control-label {
  font-weight: normal;
}

.daypicker-calendar {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 340px) {
  .daypicker .custom-control-label {
    width: 67px;
  }
  .daypicker-calendar {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.StripeElement {
  box-sizing: border-box;
  height: 3.125rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0.3125rem;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  border-color: #a2d1c8;
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25);
}
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content h1 {
  font-size: 2.5rem;
}

trix-editor.form-control {
  height: auto;
}
@font-face {
  font-weight: normal;
  font-family: "pearsons";
  font-style: normal;
  font-display: swap;
  src: url("/assets/pearsons-4504e5a3cf5b7390847e60802cc6d03fcf0e9c70.eot");
  src: url("/assets/pearsons-4504e5a3cf5b7390847e60802cc6d03fcf0e9c70.eot") format("embedded-opentype"), url("/assets/pearsons-fbf25cdf13293c40b416162db036db7d89ef2827.woff2") format("woff2"), url("/assets/pearsons-10dfe1a6a20a7a95247ce365ae373d086e39c22a.woff") format("woff"), url("/assets/pearsons-4d2abb682750689015359df6ac4f92e1b140abb7.ttf") format("truetype"), url("/assets/pearsons-e946d0db7d859eaa38d2b96a2be84baa010c44cd.svg") format("svg");
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "pearsons";
    src: url("/assets/pearsons-e946d0db7d859eaa38d2b96a2be84baa010c44cd.svg") format("svg");
  }
}
*/
.img-not-found::before, [class^=icon-],
[class*=" icon-"] {
  font-family: "pearsons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-rendering: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon8-md {
  font-size: 1.75rem;
}

.icon8-lg {
  font-size: 3.125rem;
}

.icon-add-list::before {
  content: "\e800";
}

.icon-barcode-reader::before {
  content: "\e801";
}

.icon-chart::before {
  content: "\e802";
}

.icon-cheap-2::before {
  content: "\e803";
}

.icon-checked::before {
  content: "\e804";
}

.icon-conference-foreground-selected::before {
  content: "\e805";
}

.icon-customer::before {
  content: "\e806";
}

.icon-garage-door::before {
  content: "\e807";
}

.icon-online-store::before {
  content: "\e808";
}

.icon-pencil-drawing::before {
  content: "\e809";
}

.icon-potted-plant::before {
  content: "\e80a";
}

.icon-purchase-order::before {
  content: "\e80b";
}

.icon-sand-watch::before {
  content: "\e80c";
}

.icon-van::before {
  content: "\e80d";
}

.icon-waypoint-map::before {
  content: "\e80e";
}

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

.icon-save::before {
  content: "\e810";
}

.icon-staff::before {
  content: "\e811";
}

.icon-warehouse::before {
  content: "\e812";
}

.icon-inspection::before {
  content: "\e813";
}

.icon-services::before {
  content: "\e814";
}

.icon-print::before {
  content: "\e815";
}

.icon-available-updates::before {
  content: "\e816";
}

.icon-marker::before {
  content: "\e817";
}

.icon-flag::before {
  content: "\e818";
}

.icon-brake-warning::before {
  content: "\e819";
}

.icon-unavailable::before {
  content: "\e81a";
}

.icon-speed::before {
  content: "\e81b";
}

.icon-pause::before {
  content: "\e81c";
}

.icon-note::before {
  content: "\e81d";
}

.icon-flower::before {
  content: "\e81e";
}

.icon-flower-bouquet::before {
  content: "\e81f";
}

.icon-flower-doodle::before {
  content: "\e820";
}

.icon-natural-food::before {
  content: "\e821";
}

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

.icon-shopping-basket::before {
  content: "\e823";
}

.icon-ringer-volume::before {
  content: "\e824";
}

.icon-multiply::before {
  content: "\e825";
}

.icon-menu::before {
  content: "\e826";
}

.icon-handshake::before {
  content: "\e827";
}

.icon-unchecked-checkbox::before {
  content: "\e828";
}

.icon-health-data::before {
  content: "\e829";
}

.icon-babys-room::before {
  content: "\e82a";
}

.icon-birthday::before {
  content: "\e82b";
}

.icon-heart-balloon::before {
  content: "\e82c";
}

.icon-hospital-bed::before {
  content: "\e82d";
}

.icon-month-in-love::before {
  content: "\e82e";
}

.icon-comments::before {
  content: "\e82f";
}

.icon-align-text-left::before {
  content: "\e830";
}

.icon-flowers::before {
  content: "\e831";
}

.icon-plugin::before {
  content: "\e832";
}

.icon-place-marker::before {
  content: "\e833";
}

.icon-tune::before {
  content: "\e834";
}

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

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

.icon-credit-card::before {
  content: "\e837";
}

.icon-key::before {
  content: "\e838";
}

.icon-customer-checked::before {
  content: "\e839";
}

.icon-happier::before {
  content: "\e83a";
}

.icon-safe::before {
  content: "\e83b";
}

.icon-today::before {
  content: "\e83c";
}

.icon-pearsons-home::before {
  content: "\e83d";
}

.icon-pearsons-home-badge::before {
  content: "\e83e";
}

.icon-send-email::before {
  content: "\e83f";
}

.icon-calendar::before {
  content: "\e840";
}

.icon-notification::before {
  content: "\e841";
}

.icon-barley::before {
  content: "\e842";
}

.icon-supplier::before {
  content: "\e843";
}

.icon-product::before {
  content: "\e844";
}
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > .col,
.small-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .big-gutters {
    margin-right: -20px;
    margin-left: -20px;
  }
  .big-gutters > .col,
.big-gutters > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.session-new::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/assets/bg-69991289470cc9cfd245a85273b6c685f434d8ed.jpg");
  background-position: 0 100%;
  background-size: cover;
  content: "";
}

.session-new .card {
  background-color: rgba(255, 255, 255, 0.9);
}

.badge-list {
  margin: -0.5rem;
}
.badge-list .badge {
  margin: 0.25rem;
}

.badge-shortcut {
  padding: 0.5rem 1rem;
  color: #2c2c2b;
  font-weight: 400;
  font-size: 0.75rem;
}

.badge-overlay {
  text-transform: uppercase;
  border-radius: 0;
}

.badge-overlay,
.badge-alert {
  padding: 0.375rem 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.badge-alert .iconfa {
  margin-right: 0.25rem;
}

.badge-alert-icon {
  position: relative;
  padding-left: 36px;
}
.badge-alert-icon .iconfa {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin-top: -0.4375rem;
}

.badge-lg {
  font-size: 100%;
}

.btn, .segmented-control label {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.btn > .iconfa, .segmented-control label > .iconfa {
  margin-right: 0.25rem;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #dfdfdf;
}
.btn-white > .iconfa {
  color: #658f80;
}
.btn-white:hover {
  background-color: white;
}
.btn-white:active {
  box-shadow: none;
}
.btn-white.active {
  background-color: #edf6f5;
  border-color: #baccc6;
}

.btn + .btn, .segmented-control label + .btn, .segmented-control .btn + label, .segmented-control label + label,
.btn + .btn-group,
.segmented-control label + .btn-group,
.btn-group + .btn,
.segmented-control .btn-group + label,
.btn-group + .btn-group {
  margin-left: 0.625rem;
}

.btn-toggle-view .icon8 {
  font-size: 1.75rem;
}

.btn-link {
  box-shadow: none;
}

.btn-spinner:not(.loading) .spinner-border {
  display: none;
}
.btn-spinner.loading .iconfa {
  display: none;
}

.link-more {
  display: block;
  font-weight: 600;
}

.card-img-left,
.card-img-left .img-wrapper,
.card-img-left .img-not-found,
.card-img-left img {
  border-top-left-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px);
}

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

.form-label {
  color: #333;
  font-weight: 600;
  font-size: 0.875rem;
}
.form-label abbr {
  color: #8f6e65;
  font-weight: bold;
  text-decoration: none;
}

.form-group-horizontal .col-form-label {
  flex: 0 0 100px;
  max-width: 100px;
}

.alert .form-text {
  margin-top: 0;
  line-height: 1.2;
}

.custom-control-lg .custom-control-label::before, .custom-control-lg .custom-control-label::after,
.custom-checkbox-lg .custom-control-label::before,
.custom-checkbox-lg .custom-control-label::after {
  width: 1.375rem;
  height: 1.375rem;
}
.custom-control-lg .custom-control-label::before,
.custom-checkbox-lg .custom-control-label::before {
  border-width: 2px;
}
.custom-control-lg.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox-lg.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

.custom-checkbox-heading .custom-control-label::before, .custom-checkbox-heading .custom-control-label::after {
  top: 50%;
}
.custom-checkbox-heading.custom-checkbox-lg .custom-control-label {
  padding-left: 0.75rem;
}
.custom-checkbox-heading.custom-checkbox-lg .custom-control-label::before, .custom-checkbox-heading.custom-checkbox-lg .custom-control-label::after {
  margin-top: -0.6875rem;
}

.custom-control-label.form-label::before, .custom-control-label.form-label::after {
  top: 0.15625rem;
}

.custom-checkbox-btn {
  display: inline-block;
  padding-left: 0;
}
.custom-checkbox-btn .custom-control-label {
  min-width: 60px;
  min-height: 40px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.custom-checkbox-btn .custom-control-label::before, .custom-checkbox-btn .custom-control-label::after {
  top: 50%;
  left: 1rem;
  margin-top: -0.6875rem;
}
.custom-checkbox-btn .custom-control-label > span {
  margin-left: 32px;
}
.custom-checkbox-btn .custom-control-input[disabled] ~ .custom-control-label {
  background-color: #f0f0f0;
  box-shadow: none;
  cursor: default;
}

.custom-switch .custom-control-label::after {
  top: 0.3125rem;
}

.custom-checkbox-btn-label {
  padding-left: 3rem !important;
}

.custom-checkbox-no-pl .custom-checkbox {
  padding-left: 0;
}

.floating-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  padding: 1.25rem 0;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.has-floating-nav {
  padding-bottom: 114px;
}

.form-control-search {
  border-radius: 50rem;
  height: calc(1.5714285714em + 1.125rem + 2px);
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-size: 0.875rem;
}

.search-form .iconfa {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.625rem;
  color: #ccc;
  font-size: 1.25rem;
}
.search-form .inline-search-control,
.search-form .form-control-search {
  padding-left: 45px;
}

.segmented-controls {
  position: relative;
  display: inline-block;
  padding: 0.3125rem;
  overflow: hidden;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 0.625rem;
}

.segmented-control {
  position: relative;
  display: inline-block;
  color: #333;
}
.segmented-control label {
  margin-bottom: 0;
  box-shadow: none;
  cursor: pointer;
}
.segmented-control label span {
  padding-left: 26px;
}
.segmented-control .iconfa {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.5625rem;
  color: #658f80;
  font-size: 1.125rem;
}
.segmented-control input {
  position: absolute;
  left: 0;
  opacity: 0;
}
.segmented-control input:checked ~ label {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.character-counter-light {
  color: #8e8e8f;
  font-weight: 400;
  font-size: 0.75rem;
}

.character-counter-outside {
  position: absolute;
  top: -2.5rem;
  right: 0;
}

.character-counter-inside {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.character-counter-progress-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
}

.character-counter-progress-bar {
  height: 100%;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.form-label-two-lines {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
}

.form-control.autofilled {
  color: #000;
  background-color: rgb(250, 255, 189);
}

.form-group.time {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.form-group-thin {
  position: relative;
  width: 60px;
}

.form-control-thin {
  width: 60px;
  text-align: center;
}
.form-control-thin.is-invalid {
  padding-right: 1rem;
  background-image: none;
}

input::-webkit-inner-spin-button {
  display: none;
}

.form-text-floating {
  position: relative;
}
.form-text-floating .form-text {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  width: 300px;
  margin-left: -150px;
  padding: 0.25rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.form-text-floating .form-text::before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  margin-left: -6px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
}
.form-text-floating.form-group-thin .form-text {
  margin-top: 1rem;
}

.card-form-group {
  padding: 1.625rem 1.875rem;
  line-height: 1.2;
}
.card-form-group.active {
  background-color: #edf6f5;
}
.card-form-group .form-control,
.card-form-group .custom-control-discs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.form-cosy-up {
  margin-top: -0.5rem;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.2em;
  width: 1.2em;
  border-radius: 50em;
  background: url("/assets/icons/dotty/multiply-a1bda69ea0d63f7754d9193fc89b26e8f062f522.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}

input[type=search].hide-clear::-webkit-search-decoration, input[type=search].hide-clear::-webkit-search-cancel-button, input[type=search].hide-clear::-webkit-search-results-button, input[type=search].hide-clear::-webkit-search-results-decoration {
  -webkit-appearance: none;
  background: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.img {
  display: block;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #edf6f5;
  background-position: 50% 50%;
  background-size: cover;
}

.img-not-found {
  position: relative;
}
.img-not-found::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #658f80;
  font-size: 3.5rem;
  opacity: 0.5;
  content: "\e80a";
}

.img-container {
  max-width: 100%;
}

.img-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: #edf6f5;
}
.img-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/icons/flower-inner-2ea777c1bee365ff31b47ec17894cbee758eeade.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20%;
  opacity: 0.2;
  content: "";
  animation: rotating 2s linear infinite;
}
.img-wrapper.loaded::before, .img-wrapper.no-spinner::before {
  display: none;
  background: none;
  opacity: 1;
  width: 0;
  height: 0;
  animation: none;
}
.img-wrapper.img-fill {
  min-width: 100%;
  min-height: 100%;
}
.img-wrapper img,
.img-wrapper .img-not-found {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-wrapper img {
  object-fit: cover;
}
.img-wrapper .img-not-found {
  background-color: #edf6f5;
}

.img-wrapper.img-wrapper-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  height: auto;
}

.img-hover img,
.img-hover img.loaded {
  transition: transform 0.3s, opacity 0.3s;
}
.img-hover:hover img,
.img-hover:hover img.loaded {
  transform: scale(1.1);
}
.img-variant-tiny {
  width: 36px;
  min-width: 36px;
}
.img-variant-tiny .img-not-found::before {
  font-size: 2rem;
}

.img-variant-thumb {
  width: 66px;
  min-width: 66px;
}

.img-variant-regular {
  width: 305px;
}

.img-variant-small {
  width: 100px;
}

.img-variant-tile .img-wrapper,
.img-variant-feature .img-wrapper {
  padding-bottom: 70%;
}

.img-container-responsive {
  width: 100%;
  max-width: 100%;
}

img.lazyload,
img.lazyloading,
img.loading {
  opacity: 0;
}

img.lazyloaded,
img.loaded {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}

.video-play-icon {
  position: relative;
}
.video-play-icon:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMDAiIHI9IjkwIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjE1IiBzdHJva2U9IiNmZmYiPjwvY2lyY2xlPjxwb2x5Z29uIHBvaW50cz0iNzAsIDU1IDcwLCAxNDUgMTQ1LCAxMDAiIGZpbGw9IiNmZmYiPjwvcG9seWdvbj48L3N2Zz4=");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.inline-search {
  position: relative;
}

.inline-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 450px;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.inline-search-results a.list-group-item {
  text-decoration: none;
  cursor: pointer;
}
.inline-search-results a.list-group-item.active {
  color: #414043;
}
@media (max-width: 991.98px) {
  .inline-search-results {
    min-width: 0;
  }
}

.inline-search-spinner {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  color: #ccc;
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.1s;
}
.inline-search.loading .inline-search-spinner {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .inline-search {
    flex-direction: column;
    max-height: 100%;
  }
  .inline-search-results {
    margin-top: 0;
    position: relative;
    overflow: scroll;
    max-height: 75vh;
  }
  .inline-search-results .list-group {
    max-width: 100vw;
  }
}
.is-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -1rem;
  margin-left: -1rem;
  font-size: 2rem;
}
.is-loading-spinner.spinner-border-sm {
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.loading-spinner {
  display: none;
  user-select: none;
}

.is-loading-partial {
  position: relative;
}
.is-loading-partial::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.is-loading-partial .loading-spinner {
  display: block;
}

[data-loading] .loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 575.98px) {
  .product-item.list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-body {
  font-size: 0.875rem;
}
.modal-body h5 {
  margin-bottom: 1.875rem;
}

.modal-xl .modal-body {
  padding: 3.125rem;
}

.modal-xxl {
  max-width: 90%;
}

.modal-dialog {
  top: 54px;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .modal-dialog {
    top: 0;
  }
}

.with-announcement .modal-dialog {
  top: 86px;
}

.modal-sidebar .modal-dialog {
  position: absolute;
  top: 0;
  margin: 0;
  transform: translate(0, 0, 0);
}
.modal-sidebar .modal-content {
  min-height: 100vh;
  border: 0;
}
.modal-sidebar .modal-content,
.modal-sidebar .modal-header,
.modal-sidebar .modal-body,
.modal-sidebar .modal-footer {
  border-radius: 0;
}
.modal-sidebar.left .modal-dialog {
  left: 0;
}
.modal-sidebar.right .modal-dialog {
  right: 0;
}
.modal-sidebar.fade .modal-dialog {
  transform: translate(300px, 0);
}
.modal-sidebar.show .modal-dialog {
  transform: none;
}
.page-link, .pagy-nav-js .page.disabled, .pagy-nav-js .page.active, .pagy-nav-js a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.875rem;
  height: 1.875rem;
  margin-left: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.75rem;
  text-decoration: none;
  border-radius: 50%;
}

.pagy-nav-js {
  display: flex;
}
.pagy-nav-js .page + .page {
  margin-left: 0.625rem;
}
.pagy-nav-js .page.active {
  color: #fff;
  background-color: #212122;
  border-color: #212122;
}
.pagy-nav-js .page.disabled {
  border: 0;
  color: #aaa;
}
.pagy-nav-js .page.prev a, .pagy-nav-js .page.prev.disabled, .pagy-nav-js .page.next a, .pagy-nav-js .page.next.disabled {
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
}
.toaster {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 4000;
}

.toast--short .toast-body {
  display: flex;
  align-items: center;
}

.toast__icon {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

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

.toast--error .toast__icon {
  color: #b85454 !important;
}

.toaster--big-type {
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.toaster--big-type .toast {
  max-width: 100%;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 2rem;
}
.toaster--big-type .toast-body {
  padding: 1rem 2rem;
  white-space: nowrap;
}
.toaster--big-type .toast-body .close {
  position: relative;
  top: 1px;
}
.toaster--big-type .toast__icon {
  margin-right: 1.5rem;
  color: #fff;
  font-size: 4rem;
}

h4 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h-up {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-pale {
  color: #aaa !important;
}

.text-paler {
  color: #ccc !important;
}

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

.font-weight-semibold {
  font-weight: 600 !important;
}

.sidelines {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidelines span {
  display: inline-block;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.sidelines span:before, .sidelines span:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100rem;
  top: 50%;
  border-top: 1px solid #000;
}
.sidelines span:before {
  right: 100%;
}
.sidelines span:after {
  left: 100%;
}

.text-gray-800 {
  color: #333;
}

.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  background-color: #b2c7bf;
}
.placeholder.dark {
  background-color: #658f80;
}
.placeholder [class^=icon-],
.placeholder [class*=" icon-"] {
  font-size: 1.875rem;
}

.vr {
  display: inline-block;
  align-self: stretch;
  margin: 0 0.625rem;
  border-left: 1px solid #dfdfdf;
}

.collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.collapsible.show {
  max-height: 100vh;
}
.stars {
  color: #ccc;
  font-size: 0.8rem;
}
.stars.stars--testimonials {
  color: #8e8e8f;
  font-size: 1.125rem;
}
.stars .star + .star {
  margin-left: 0.25rem;
}
.stars.stars-1 .star:nth-child(1), .stars.stars-2 .star:nth-child(1), .stars.stars-3 .star:nth-child(1), .stars.stars-4 .star:nth-child(1), .stars.stars-5 .star:nth-child(1) {
  color: #fcbf02;
}
.stars.stars-2 .star:nth-child(2), .stars.stars-3 .star:nth-child(2), .stars.stars-4 .star:nth-child(2), .stars.stars-5 .star:nth-child(2) {
  color: #fcbf02;
}
.stars.stars-3 .star:nth-child(3), .stars.stars-4 .star:nth-child(3), .stars.stars-5 .star:nth-child(3) {
  color: #fcbf02;
}
.stars.stars-4 .star:nth-child(4), .stars.stars-5 .star:nth-child(4) {
  color: #fcbf02;
}
.stars.stars-5 .star:nth-child(5) {
  color: #fcbf02;
}
.datepicker {
  position: relative;
}
.datepicker > input {
  position: absolute;
  height: 100%;
}

.zen-mode .nav-announcement,
.zen-mode .nav-secondary,
.zen-mode .nav-search,
.zen-mode .navbar-toggler,
.zen-mode .nav-primary-link,
.zen-mode .dropdown-cart {
  display: none !important;
}
.zen-mode .nav-primary {
  height: 54px;
  border: 0;
}
.zen-mode .nav-brand {
  margin-right: auto;
  margin-left: auto;
}
.zen-mode header, .zen-mode.with-announcement header {
  padding-top: 54px;
}
@media (min-width: 992px) {
  .zen-mode .nav-primary {
    height: 100px;
  }
  .zen-mode header, .zen-mode.with-announcement header {
    padding-top: 0;
  }
}

html,
body {
  height: 100%;
}

header,
main,
footer {
  font-size: 0.9375rem;
}

body.toggle-open {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.toggle-open {
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
.alert-success {
  background-color: #edf6f5;
}

.alert-danger-outline {
  color: #b85454;
  background-color: #fcedef;
  border-color: #e03d4f;
  border-width: 1px;
}

.alert-info-dark {
  color: #fff;
  background-color: #4e83ba;
}
.alert-info-dark a {
  color: #fff;
  font-weight: 600;
}

.alert-with-fa {
  position: relative;
  padding-left: 3.125rem;
}
.alert-with-fa .iconfa {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.75rem;
  font-size: 1.5rem;
}

.alert-with-icon8 {
  position: relative;
  padding-left: 4rem;
  line-height: 1.25;
}
.alert-with-icon8 .icon8 {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -1.25rem;
  font-size: 2.5rem;
}

.alert-flash {
  color: #000;
  text-align: center;
  border-radius: 0;
}
.alert-flash.alert-success {
  color: #fff;
  background-color: #51a294;
}
.alert-flash.alert-danger {
  color: #fff;
  background-color: #b75353;
}
.alert-flash.alert-warning {
  background-color: #d1c570;
}
.alert-flash.alert-info {
  background-color: #60c5d5;
}
.alert-flash.alert-primary {
  color: #fff;
  background-color: #4e83ba;
}

.bg-light-grey {
  background: rgba(234, 239, 240, 0.5);
}

.bg-none {
  background: none;
}

.badge-shortcut {
  text-decoration: none;
  background-color: rgba(223, 223, 223, 0.6);
}

.badge-stock-count {
  text-transform: uppercase;
  color: #51a294;
  border: 1px solid #51a294;
  border-radius: 5px;
  padding: 0.75rem 1.125rem;
}

hr.dotted {
  height: 1px;
  margin: 0;
  background-image: linear-gradient(to right, #ccc 43%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 7px 1px;
  border-width: 0;
}

.border-dotted {
  border: 1px dashed #ccc;
}

.navbar-dotted::after, .navbar-dotted .nav-link::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  background-image: linear-gradient(to right, #ccc 43%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 7px 1px;
  border-width: 0;
  content: "";
}

.navbar-dotted .nav-link {
  position: relative;
}
.navbar-dotted .nav-link::before {
  top: 0;
}

.navbar-dotted {
  position: relative;
}
.navbar-dotted::after {
  bottom: 0;
}

.btn, .segmented-control label {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-link-green {
  color: #51a294;
}
.btn-link-green:hover {
  color: #386f65;
}

.btn-link:focus {
  outline: none;
  box-shadow: none;
}

.btn-white.disabled, .btn-white:disabled {
  background-color: #eee;
  opacity: 1;
}
.btn-white.disabled,
.btn-white.disabled .iconfa, .btn-white:disabled,
.btn-white:disabled .iconfa {
  color: #aaa !important;
}

.btn-summer-green {
  color: #fff;
}
.btn-summer-green:hover, .btn-summer-green:active, .btn-summer-green:focus {
  color: #fff !important;
}

.card-checkable {
  cursor: pointer;
}

form.card-checkable {
  cursor: auto;
}
form.card-checkable.added .check-mark-wrapper {
  display: flex;
}

.check-mark-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(154, 194, 160, 0.5);
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}
.check-mark-wrapper .check-mark {
  color: #fff;
  font-size: 3rem;
  background-color: transparent;
}
@media (min-width: 992px) {
  .check-mark-wrapper {
    height: 140px;
  }
}

.card-checkable-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.card-checkable-input ~ .card {
  background-color: #fff;
  transition: background-color 0.2s, border 0.2s, margin 0.2s;
}
.card-checkable-input:checked ~ .card {
  position: relative;
  background-color: #9ac2a0;
  color: #fff;
}
.card-checkable-input:checked ~ .card .check-mark-wrapper {
  display: flex;
}

.card-check {
  font-size: 0.75rem;
  line-height: 1.25;
}

.error-page {
  background-image: url("/assets/flower-light-green-e09bca4b84fb799920e509a95059fac49c484acf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
}
.error-page h1 {
  font-size: 1.25rem;
}
.error-page img {
  position: absolute;
  top: -180px;
  z-index: -1;
}
@media (min-width: 576px) {
  .error-page h1 {
    font-size: 2.5rem;
  }
}

footer {
  color: #333;
  background-color: #f4f0ec;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  color: black;
  text-decoration: underline;
}

.col-left {
  width: 100%;
}
@media (min-width: 768px) {
  .col-left {
    width: 26%;
  }
}

.col-middle,
.col-right {
  width: 100%;
}
@media (min-width: 768px) {
  .col-middle,
.col-right {
    width: 37%;
  }
}

.col-middle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .col-middle {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

.ls-1-5px {
  letter-spacing: 1.5px;
}

.footer-phone {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.footer-phone a {
  color: #a3c1a3;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-phone a {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .footer-phone a {
    font-size: 1.2rem;
  }
}
.footer-phone a:hover {
  color: #a3c1a3;
  text-decoration: none;
}

.flip-horizontal {
  transform: scaleX(-1);
}

.footer-social-icons a {
  color: #333;
  text-decoration: none;
}
.footer-social-icons a:hover {
  color: black;
  text-decoration: none;
}

.fs-25px {
  font-size: 1.5625rem;
}

.footer-payment-icons {
  border-left: 1px solid #ccc;
}
.footer-payment-icons img {
  width: 40px;
}
@media (min-width: 576px) {
  .footer-payment-icons img {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .footer-payment-icons img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .footer-payment-icons img {
    width: 48px;
  }
}

.form-stepped {
  counter-reset: step;
}

.form-legend {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form-stepped-legend {
  position: relative;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.5;
}
.form-stepped-legend::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: #2c2c2b;
  border-radius: 50%;
  content: counter(step);
  counter-increment: step;
}

.input-group-increment .input-group-prepend .btn, .input-group-increment .input-group-prepend .segmented-control label, .segmented-control .input-group-increment .input-group-prepend label,
.input-group-increment .input-group-append .btn,
.input-group-increment .input-group-append .segmented-control label,
.segmented-control .input-group-increment .input-group-append label {
  padding: 6px;
  box-shadow: none;
}
.input-group-increment .input-group-prepend .btn .iconfa, .input-group-increment .input-group-prepend .segmented-control label .iconfa, .segmented-control .input-group-increment .input-group-prepend label .iconfa,
.input-group-increment .input-group-append .btn .iconfa,
.input-group-increment .input-group-append .segmented-control label .iconfa,
.segmented-control .input-group-increment .input-group-append label .iconfa {
  margin-right: 0;
  color: #2c2c2b;
}
.input-group-increment .form-control {
  width: 30px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.custom-control-card {
  padding-left: 0;
}
.custom-control-card .custom-control-label {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.3125rem;
}
.custom-control-card .custom-control-label::before, .custom-control-card .custom-control-label::after {
  top: 50%;
  left: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
}
.custom-control-card .custom-control-input:checked ~ .custom-control-label {
  background-color: #def0ed;
  border-color: #8c9d9a;
}
.custom-control-card .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2c2c2b;
}
.custom-control-card + .custom-control-card:not(.custom-control-inline) {
  margin-top: 0.375rem;
}

.custom-control-lg {
  padding-left: 2.25rem;
}
.custom-control-lg .custom-control-label {
  display: flex;
  align-items: center;
  min-height: 1.625rem;
}
.custom-control-lg .custom-control-label::before, .custom-control-lg .custom-control-label::after {
  top: 0;
  left: -2.25rem;
  width: 1.625rem;
  height: 1.625rem;
}
.custom-control-lg .custom-control-label::before {
  border-color: #ccc;
  border-width: 1px;
}

.custom-control-no-text {
  padding-left: 0;
}
.custom-control-no-text .custom-control-label {
  width: 13px;
}
.custom-control-no-text .custom-control-label::before, .custom-control-no-text .custom-control-label::after {
  left: 0;
}
.custom-control-no-text.custom-control-lg .custom-control-label {
  width: 1.625rem;
}

@media (max-width: 575.98px) {
  .form-stepped-legend {
    padding-left: 2rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .form-stepped-legend::before {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 24px;
  }
  .form-control {
    font-size: 1rem;
  }
}

select.form-control.is-valid {
  background-position: right 1rem center, right 2rem center;
}


select.form-control.is-invalid {
  background-position: right 1rem center, right 2rem center;
}

header,
header .nav-secondary-wrapper {
  padding-top: 54px;
}
@media (min-width: 768px) {
  header,
header .nav-secondary-wrapper {
    padding-top: 62px;
  }
}
@media (min-width: 992px) {
  header,
header .nav-secondary-wrapper {
    padding-top: 0;
  }
}

.with-announcement header,
.with-announcement header .nav-secondary-wrapper {
  padding-top: 86px;
}
@media (min-width: 768px) {
  .with-announcement header,
.with-announcement header .nav-secondary-wrapper {
    padding-top: 94px;
  }
}
@media (min-width: 992px) {
  .with-announcement header,
.with-announcement header .nav-secondary-wrapper {
    padding-top: 0;
  }
}

.nav-announcement {
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.nav-announcement a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.nav-announcement a:hover {
  color: #cccccc;
}
@media (min-width: 768px) {
  .nav-announcement {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.nav-halo {
  position: relative;
  background-color: #fff;
}

.nav-primary {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.nav-primary > .container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.nav-primary button:focus {
  outline: none;
}
.nav-primary .icon8 {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .nav-primary > .container {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.nav-primary-link {
  color: #000;
  text-decoration: none;
}
.nav-primary-link.disabled {
  opacity: 0.5;
}
.nav-primary-link.disabled:hover {
  color: #000;
  cursor: default;
}

button.nav-primary-link {
  padding: 0;
}

.nav-deliver-to-vr {
  background-color: #ccc;
  height: 35px;
  width: 1px;
}

@media (min-width: 576px) {
  .nav-deliver-to {
    line-height: 0.9rem;
  }
  .nav-deliver-to .to {
    font-size: 0.75rem;
  }
  .nav-deliver-to .city {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .nav-deliver-to-vr {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .nav-deliver-to-vr {
    height: 50px;
  }
  .nav-deliver-to {
    line-height: 1rem;
  }
  .nav-deliver-to .to {
    font-size: 0.8rem;
  }
  .nav-deliver-to .city {
    font-size: 1rem;
  }
}
.nav-toggle[aria-expanded=true] .icon8::before {
  content: "\e825";
}

.nav-secondary .nav-link {
  text-decoration: none;
}

.nav-tertiary {
  min-height: 1.75rem;
  font-size: 0.75rem;
  background-color: #dfdfdf;
  display: flex;
  justify-content: center;
}
.nav-tertiary.nav-tertiary--apricot {
  background-color: #f5f0ec;
}
.nav-tertiary.nav-tertiary--apricot .countdown-item {
  color: #ef8d84;
}
.nav-tertiary .nav-tertiary-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  width: 100%;
}
.nav-tertiary > ul {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.nav-tertiary .wh-selector .city {
  padding: 0.2rem 0.5rem;
}
@media (min-width: 576px) {
  .nav-tertiary .wh-selector .city {
    padding: 0.1rem 0.5rem;
  }
}
@media (min-width: 992px) {
  .nav-tertiary .wh-selector .city {
    border: 1px solid transparent;
  }
  .nav-tertiary .wh-selector .city:hover, .nav-tertiary .wh-selector .city:focus {
    border-color: #ccc;
  }
}
.nav-tertiary .wh-selector .fake-radio {
  background-color: #f5f0ec;
  border: 1px solid #ccc;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.nav-tertiary .wh-selector .fake-radio.is-checked {
  background-color: #51a294;
  border: 1px solid transparent;
}
.nav-tertiary .countdown {
  margin: 0 0.25rem;
}
.nav-tertiary .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav-tertiary {
    min-height: 2.625rem;
    font-size: 0.9375rem;
  }
  .nav-tertiary > ul {
    flex-direction: row;
  }
  .nav-tertiary .countdown {
    margin: 0 0.5rem;
  }
}

.nav-phone {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1.25rem;
}

.nav-brand img {
  width: 120px;
  height: auto;
}
@media (min-width: 992px) {
  .nav-brand img {
    width: 180px;
  }
}

.nav-search {
  display: none;
  margin-bottom: -1px;
  border-top: 2px solid #ccc;
}
.nav-search.active {
  display: block;
}
.nav-search .nav-search-wrapper {
  display: flex;
  width: 100%;
  background-color: #f0f0f0;
}
.nav-search .nav-search-field-container {
  padding: 0.625rem;
}
.nav-search .nav-search-field {
  display: flex;
  width: 100%;
  padding: 0.625rem 1rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
.nav-search input[type=search] {
  position: relative;
  flex: 1;
  padding: 0 0 0.25rem;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #212122 43%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 7px 1px;
  border-width: 0;
  transition: width 0.2s;
}
.nav-search input[type=search]::placeholder {
  color: #e2dfdd;
}
.nav-search input[type=search]:focus, .nav-search input[type=search]:active {
  width: 200px;
  outline: none;
}

.nav-customer {
  border-top: 1px solid #dfdfdf;
}
.nav-customer .nav-item {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  color: #212122;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}
.nav-customer .nav-item.active {
  color: #51a294;
  background-color: #eef7f6;
}
.nav-customer .nav-item.active .icon8 {
  color: #51a294;
}
.nav-customer .icon8 {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  display: inline-block;
  margin-top: -0.75rem;
  color: #212122;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .nav-secondary {
    border: 1px solid #ccc;
    border-width: 1px 0 2px;
  }
  .nav-secondary .nav {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .nav-secondary .nav-link {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .nav-secondary .nav-dropdown .nav-secondary-group-items {
    left: 50%;
    display: block;
    width: 200px;
    margin-left: -100px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s, visibility 0.25s;
  }
  .nav-secondary .nav-dropdown .nav-secondary-group-items .nav-link {
    padding: 0.25rem 20px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    transition: background-color 0.25s;
  }
  .nav-secondary .nav-dropdown .nav-secondary-group-items .nav-link:hover {
    background-color: #f0f0f0;
  }
  .nav-secondary .nav-dropdown:hover .nav-secondary-group-items {
    visibility: visible;
    opacity: 1;
  }
  .nav-group-expanded .nav-secondary-group-title {
    display: none;
  }
  .nav-group-expanded .nav-secondary-group-items {
    display: flex;
  }
  .nav-search {
    margin-bottom: 0;
    border-top-width: 0;
  }
}
.navbar-dotted .nav-link {
  padding: 0.625rem 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-mobile .nav-phone {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}
.nav-mobile .nav-phone .icon8 {
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .nav-halo {
    position: fixed;
    top: 0;
    z-index: 9000;
    width: 100%;
  }
  .nav-primary {
    border-bottom: 2px solid #ccc;
  }
  .nav-secondary {
    width: 100%;
    font-size: 0.875rem;
    background-color: #f0f0f0;
  }
  .nav-secondary .nav-item + .nav-item {
    margin-top: 0.625rem;
  }
  .nav-secondary .nav-item.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: #fff;
    border-radius: 0.3125rem;
  }
  .nav-secondary-group {
    padding: 1rem 0;
    background-color: #fff;
    border-radius: 0.3125rem;
  }
  .nav-secondary-group .iconfa {
    display: none;
  }
  .nav-secondary-group .dropdown-menu, .nav-secondary-group .nav-dropdown .nav-secondary-group-items, .nav-dropdown .nav-secondary-group .nav-secondary-group-items {
    position: relative;
    display: block;
  }
  .nav-secondary-group-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-secondary-group-title .iconfa {
    display: none;
  }
  .nav-secondary-group-items {
    display: flex;
    flex-wrap: wrap;
    z-index: 0 !important;
  }
  .nav-secondary-group-items .nav-link {
    flex: 0 0 46%;
    max-width: 46%;
    font-size: 1rem;
    padding: 2%;
    margin: 0 2%;
  }
  .nav-secondary-group-items .nav-link:focus, .nav-secondary-group-items .nav-link:hover {
    background-color: #f0f0f0;
    border-radius: 0.3125rem;
    outline: none;
  }
  .nav-secondary-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: #f0f0f0;
  }
  .nav-secondary-wrapper nav {
    flex-direction: column;
  }
  .nav-secondary-wrapper.active {
    display: block;
  }
  .nav-dropdown .nav-secondary-group-items {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    float: none;
    margin: 0;
    padding: 0;
    border-width: 0;
  }
}
@media (min-width: 576px) {
  .nav-secondary-wrapper {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .nav-primary .icon8 {
    font-size: 2rem;
  }
  .nav-mobile {
    margin-bottom: 125px;
  }
}
.dropdown-menu-cart {
  width: 400px;
}
.dropdown-menu-cart .cart-line-items,
.dropdown-menu-cart .cart-breakdown,
.dropdown-menu-cart .cart-empty {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.nav-primary-dropdown .dropdown-menu, .nav-primary-dropdown .nav-dropdown .nav-secondary-group-items, .nav-dropdown .nav-primary-dropdown .nav-secondary-group-items {
  z-index: 1040;
  margin-top: 0.75rem;
  margin-right: -20px;
  padding: 1.25rem;
  background-color: #f4f5f5;
  box-shadow: 0 8px 24px rgba(142, 142, 143, 0.2);
}
.nav-primary-dropdown .dropdown-menu::before, .nav-primary-dropdown .nav-dropdown .nav-secondary-group-items::before, .nav-dropdown .nav-primary-dropdown .nav-secondary-group-items::before, .nav-primary-dropdown .dropdown-menu::after, .nav-primary-dropdown .nav-dropdown .nav-secondary-group-items::after, .nav-dropdown .nav-primary-dropdown .nav-secondary-group-items::after {
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  pointer-events: none;
}
.nav-primary-dropdown .dropdown-menu::before, .nav-primary-dropdown .nav-dropdown .nav-secondary-group-items::before, .nav-dropdown .nav-primary-dropdown .nav-secondary-group-items::before {
  right: 22px;
  border-width: 16px;
  border-bottom-color: #dfdfdf;
}
.nav-primary-dropdown .dropdown-menu::after, .nav-primary-dropdown .nav-dropdown .nav-secondary-group-items::after, .nav-dropdown .nav-primary-dropdown .nav-secondary-group-items::after {
  right: 23px;
  border-width: 15px;
  border-bottom-color: #f4f5f5;
}
.nav-primary-dropdown .loading-spinner img {
  width: 50px;
}
.nav-primary-dropdown .nav-link {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-primary-dropdown .dropdown-item {
  padding: 0.25rem 20px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  transition: background-color 0.25s;
}
@media (max-width: 575.98px) {
  .nav-primary-dropdown .dropdown-menu-cart {
    right: 0;
    float: none;
    width: 100vw;
    height: 100vh;
    margin-right: -8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
  }
  .nav-primary-dropdown .dropdown-menu-cart::before, .nav-primary-dropdown .dropdown-menu-cart::after {
    display: none;
  }
  .nav-primary-dropdown .cart-upsell {
    margin-bottom: 25vh;
  }
}

.dropdown-account.signed-in .icon8::before {
  content: "\e839";
}

.panel-bd {
  padding: 1.25rem;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.panel-bd + .panel-bd {
  border-top-width: 0;
}
.panel-bd .form-control[readonly] {
  background-color: #f0f0f0;
  border-color: #e2dfdd;
}

.panel-bd-nested + .panel-bd {
  border-top-width: 0;
}

.panel-bd + .panel-bd-nested > .panel-bd:first-child {
  border-top-width: 0;
}

.panel-lg {
  padding: 2.5rem;
}
@media (max-width: 991.98px) {
  .panel-lg {
    padding: 1.25rem;
  }
}
.pika-row .has-event .pika-button {
  background: none;
  position: relative;
  color: #a81a1a;
}
.pika-row .has-event .pika-button:after {
  content: "•";
  position: absolute;
  left: 15px;
  bottom: -10px;
  font-size: 200%;
}
.pika-row .has-event.is-selected .pika-button {
  box-shadow: none;
  background: #f7caca !important;
}

.nav-tertiary-valentines-day {
  background: #f9e1e7;
}

.text-valentines-day,
.nav-tertiary-valentines-day .countdown-item,
.nav-tertiary-valentines-day .text-primary {
  color: #b72446 !important;
}

.badge-promoted {
  background-color: #212122;
  color: #fff;
}

.badge-christmas {
  background-color: #a81a1a;
  color: #fff;
}

.text-christmas {
  color: #a81a1a !important;
}

.text-muted .text-christmas {
  color: #8e8e8f !important;
}

.btn-christmas {
  color: #fff !important;
  background-color: #a81a1a !important;
  border-color: #a81a1a !important;
}
.btn-christmas:hover {
  color: #fff !important;
  background-color: #871515 !important;
  border-color: #7c1313 !important;
}
.btn-christmas:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 26, 26, 0.25) !important;
}

.pika-row .has-event .pika-christmas {
  color: #a81a1a;
}
.pika-row .has-event.is-selected .pika-christmas {
  background: #f7caca !important;
}

.badge-chinese-new-year {
  background-color: #a81a1a;
  color: #fff;
}

.text-chinese-new-year {
  color: #a81a1a !important;
}

.text-muted .text-chinese-new-year {
  color: #8e8e8f !important;
}

.btn-chinese-new-year {
  color: #fff !important;
  background-color: #a81a1a !important;
  border-color: #a81a1a !important;
}
.btn-chinese-new-year:hover {
  color: #fff !important;
  background-color: #871515 !important;
  border-color: #7c1313 !important;
}
.btn-chinese-new-year:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 26, 26, 0.25) !important;
}

.pika-row .has-event .pika-chinese-new-year {
  color: #a81a1a;
}
.pika-row .has-event.is-selected .pika-chinese-new-year {
  background: #f7caca !important;
}

.badge-chinese-valentines-day {
  background-color: #b72446;
  color: #fff;
}

.text-chinese-valentines-day {
  color: #b72446 !important;
}

.text-muted .text-chinese-valentines-day {
  color: #8e8e8f !important;
}

.btn-chinese-valentines-day {
  color: #fff !important;
  background-color: #b72446 !important;
  border-color: #b72446 !important;
}
.btn-chinese-valentines-day:hover {
  color: #fff !important;
  background-color: #971e3a !important;
  border-color: #8c1c36 !important;
}
.btn-chinese-valentines-day:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 36, 70, 0.25) !important;
}

.pika-row .has-event .pika-chinese-valentines-day {
  color: #b72446;
}
.pika-row .has-event.is-selected .pika-chinese-valentines-day {
  background: #f9e1e7 !important;
}

.badge-valentines-day {
  background-color: #b72446;
  color: #fff;
}

.text-valentines-day {
  color: #b72446 !important;
}

.text-muted .text-valentines-day {
  color: #8e8e8f !important;
}

.btn-valentines-day {
  color: #fff !important;
  background-color: #b72446 !important;
  border-color: #b72446 !important;
}
.btn-valentines-day:hover {
  color: #fff !important;
  background-color: #971e3a !important;
  border-color: #8c1c36 !important;
}
.btn-valentines-day:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 36, 70, 0.25) !important;
}

.pika-row .has-event .pika-valentines-day {
  color: #b72446;
}
.pika-row .has-event.is-selected .pika-valentines-day {
  background: #f9e1e7 !important;
}

.badge-easter {
  background-color: #51a294;
  color: #fff;
}

.text-easter {
  color: #51a294 !important;
}

.text-muted .text-easter {
  color: #8e8e8f !important;
}

.btn-easter {
  color: #fff !important;
  background-color: #51a294 !important;
  border-color: #51a294 !important;
}
.btn-easter:hover {
  color: #fff !important;
  background-color: #44897d !important;
  border-color: #408075 !important;
}
.btn-easter:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 162, 148, 0.25) !important;
}

.pika-row .has-event .pika-easter {
  color: #51a294;
}
.pika-row .has-event.is-selected .pika-easter {
  background: #f7fbfa !important;
}

.badge-mothers-day {
  background-color: #d14f9a;
  color: #fff;
}

.text-mothers-day {
  color: #d14f9a !important;
}

.text-muted .text-mothers-day {
  color: #8e8e8f !important;
}

.btn-mothers-day {
  color: #fff !important;
  background-color: #d14f9a !important;
  border-color: #d14f9a !important;
}
.btn-mothers-day:hover {
  color: #fff !important;
  background-color: #c63488 !important;
  border-color: #bc3181 !important;
}
.btn-mothers-day:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 79, 154, 0.25) !important;
}

.pika-row .has-event .pika-mothers-day {
  color: #d14f9a;
}
.pika-row .has-event.is-selected .pika-mothers-day {
  background: white !important;
}

.badge-mothersday {
  background-color: #d14f9a;
  color: #fff;
}

.text-mothersday {
  color: #d14f9a !important;
}

.text-muted .text-mothersday {
  color: #8e8e8f !important;
}

.btn-mothersday {
  color: #fff !important;
  background-color: #d14f9a !important;
  border-color: #d14f9a !important;
}
.btn-mothersday:hover {
  color: #fff !important;
  background-color: #c63488 !important;
  border-color: #bc3181 !important;
}
.btn-mothersday:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 79, 154, 0.25) !important;
}

.pika-row .has-event .pika-mothersday {
  color: #d14f9a;
}
.pika-row .has-event.is-selected .pika-mothersday {
  background: white !important;
}

.badge-mothers-day-friday {
  background-color: #d14f9a;
  color: #fff;
}

.text-mothers-day-friday {
  color: #d14f9a !important;
}

.text-muted .text-mothers-day-friday {
  color: #8e8e8f !important;
}

.btn-mothers-day-friday {
  color: #fff !important;
  background-color: #d14f9a !important;
  border-color: #d14f9a !important;
}
.btn-mothers-day-friday:hover {
  color: #fff !important;
  background-color: #c63488 !important;
  border-color: #bc3181 !important;
}
.btn-mothers-day-friday:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 79, 154, 0.25) !important;
}

.pika-row .has-event .pika-mothers-day-friday {
  color: #d14f9a;
}
.pika-row .has-event.is-selected .pika-mothers-day-friday {
  background: white !important;
}

.badge-fathers-day {
  background-color: #2485b7;
  color: #fff;
}

.text-fathers-day {
  color: #2485b7 !important;
}

.text-muted .text-fathers-day {
  color: #8e8e8f !important;
}

.btn-fathers-day {
  color: #fff !important;
  background-color: #2485b7 !important;
  border-color: #2485b7 !important;
}
.btn-fathers-day:hover {
  color: #fff !important;
  background-color: #1e6e97 !important;
  border-color: #1c668c !important;
}
.btn-fathers-day:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 133, 183, 0.25) !important;
}

.pika-row .has-event .pika-fathers-day {
  color: #2485b7;
}
.pika-row .has-event.is-selected .pika-fathers-day {
  background: #e1f1f9 !important;
}

.badge-fathersday {
  background-color: #2485b7;
  color: #fff;
}

.text-fathersday {
  color: #2485b7 !important;
}

.text-muted .text-fathersday {
  color: #8e8e8f !important;
}

.btn-fathersday {
  color: #fff !important;
  background-color: #2485b7 !important;
  border-color: #2485b7 !important;
}
.btn-fathersday:hover {
  color: #fff !important;
  background-color: #1e6e97 !important;
  border-color: #1c668c !important;
}
.btn-fathersday:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 133, 183, 0.25) !important;
}

.pika-row .has-event .pika-fathersday {
  color: #2485b7;
}
.pika-row .has-event.is-selected .pika-fathersday {
  background: #e1f1f9 !important;
}

.badge-today {
  background-color: #b72446;
  color: #fff;
}

.text-today {
  color: #b72446 !important;
}

.text-muted .text-today {
  color: #8e8e8f !important;
}

.btn-today {
  color: #fff !important;
  background-color: #b72446 !important;
  border-color: #b72446 !important;
}
.btn-today:hover {
  color: #fff !important;
  background-color: #971e3a !important;
  border-color: #8c1c36 !important;
}
.btn-today:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 36, 70, 0.25) !important;
}

.pika-row .has-event .pika-today {
  color: #b72446;
}
.pika-row .has-event.is-selected .pika-today {
  background: #f9e1e7 !important;
}

.daypicker-christmas:before {
  display: block;
  content: "🎄";
  margin-bottom: 2px;
}

.daypicker-chinese-new-year:before {
  display: block;
  content: "🐲";
  margin-bottom: 2px;
}

.daypicker-chinese-valentines-day:before {
  display: block;
  content: "💖";
  margin-bottom: 2px;
}

.daypicker-valentines-day:before {
  display: block;
  content: "❤️";
  margin-bottom: 2px;
}

.daypicker-easter:before {
  display: block;
  content: "🐰";
  margin-bottom: 2px;
}

.daypicker-mothers-day:before {
  display: block;
  content: "👩‍👧‍👦";
  margin-bottom: 2px;
}

.daypicker-mothersday:before {
  display: block;
  content: "👩‍👧‍👦";
  margin-bottom: 2px;
}

.daypicker-mothers-day-friday:before {
  display: block;
  content: "👩‍👧‍👦";
  margin-bottom: 2px;
}

.daypicker-fathers-day:before {
  display: block;
  content: "👨‍👧‍👦";
  margin-bottom: 2px;
}

.daypicker-fathersday:before {
  display: block;
  content: "👨‍👧‍👦";
  margin-bottom: 2px;
}

h1 {
  letter-spacing: 3px;
  text-transform: uppercase;
}

a.heavy {
  font-weight: 600;
}

a.mint {
  color: #51a294;
}
a.mint:hover {
  color: #386f65;
}

.text-transform-none {
  text-transform: none;
}

.clamp-3, .clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
  h4 {
    font-size: 1rem;
  }
}
.table {
  border-bottom: 1px solid #dfdfdf;
}
.table th,
.table td {
  padding-right: 1rem;
  padding-left: 1rem;
}
.table thead > tr > th {
  font-size: 0.875rem;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  border-width: 1px 0;
}

.widget-about {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #fff;
  font-size: 0.9375rem;
  background-color: #333;
  background-image: url("/assets/widgets/bg-about@2x-f38538420a8531f8ff9956388fd12e8d142f0ba2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.widget-about h2 {
  color: #fff;
}
.widget-about h3 {
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 2px;
}
.widget-about h3 small {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: normal;
  font-size: 0.75rem;
}
.widget-about hr {
  margin: 1.25rem 0;
}
.widget-about a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .widget-about {
    font-size: 1rem;
  }
  .widget-about h3 {
    font-size: 2.5rem;
  }
  .widget-about h3 small {
    margin-bottom: -0.25rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1340px) {
  .widget-about {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .widget-about hr {
    margin: 2.5rem 0;
  }
  .widget-about .read-more {
    margin-top: -0.625rem;
  }
}

@media (min-width: 992px) {
  .widget-about-features > .row {
    margin-right: -35px;
    margin-left: -35px;
  }
  .widget-about-features > .row [class^=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.widget-about-feature {
  position: relative;
  padding-left: 5rem;
  text-align: left;
}
.widget-about-feature,
.widget-about-feature h4 {
  color: #fff;
}
.widget-about-feature .icon8 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 3.75rem;
}
.widget-about-feature h4 {
  margin-bottom: 0.1875rem;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-about-feature {
    padding-top: 4.5rem;
    padding-left: 0;
    text-align: center;
  }
  .widget-about-feature .icon8 {
    left: 50%;
    margin-left: -30px;
  }
}

.widget.best-sellers .title p {
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.widget.best-sellers .title h1 {
  font-weight: 400;
  line-height: 1.5;
  color: #212122;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .widget.best-sellers .title p {
    font-size: 1.5rem;
  }
  .widget.best-sellers .title h1 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .widget.best-sellers .title p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .widget.best-sellers .title p {
    font-size: 2rem;
  }
}
.cart-line-items {
  max-height: 35vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .cart-line-items {
    max-height: 50vh;
  }
}

.cart-breakdown {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

.cart-breakdown-line,
.cart-breakdown-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 0;
  border: 1px solid #ccc;
}

.cart-breakdown-line {
  border-width: 1px 0 0;
}
.cart-breakdown-line + .cart-breakdown-line {
  margin-top: -0.5rem;
  padding-top: 0;
  border-top-width: 0;
}

.cart-breakdown-total {
  position: relative;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  border-width: 1px 0;
}
.cart-breakdown-total small {
  color: #8e8e8f;
  font-size: 0.75rem;
}
.cart-breakdown-total::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  margin-top: 4px;
  border-bottom: 1px solid #ccc;
  content: " ";
}

.cart-link {
  position: relative;
  display: block;
}

.cart-link-count {
  position: absolute;
  top: -1px;
  right: -1px;
  pointer-events: none;
}
.cart-link-count > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 1;
  background-color: #51a294;
  border-radius: 50%;
}

.cart-quantity {
  flex-wrap: nowrap;
  width: 76px;
  margin-left: auto;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  padding: 0.625rem 0;
  line-height: 1.25;
}

.cart-item-name {
  flex-grow: 1;
  align-self: start;
  padding-top: 0.1875rem;
  padding-right: 0.625rem;
  text-decoration: none;
}
.cart-item-name b {
  font-weight: 600;
}
.cart-item-name .badge-overlay {
  margin-right: 0.5rem;
  padding: 0.1875rem 0.3125rem;
  font-size: 75%;
}

.cart-item-total {
  flex-shrink: 0;
  width: 76px;
  text-align: right;
}

.cart-upsell {
  background-color: #dfdfdf;
}

.cart-product-price {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1.25px;
}

.cart-add,
.cart-add-fixed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-add b,
.cart-add-fixed b {
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 1.25px;
}

.cart-add.cart-add--apricot {
  background-color: #faf8f6;
}

@media (max-width: 767.98px) {
  .cart-add-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    max-width: 100vw;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .cart-add-fixed {
    position: relative;
    display: flex;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.cl {
  position: relative;
  height: 2.25rem;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  animation-name: placeHolderShimmer;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.cl-mask {
  position: absolute;
  background: #f4f5f5;
}

.cart-mask-img-margin {
  top: 0;
  left: 36px;
  width: 10px;
  height: 100%;
}

.cart-mask-line-break {
  top: 15px;
  right: 0;
  left: 46px;
  height: 6px;
}

.cart-mask-line-1-top {
  top: 0;
  right: 0;
  left: 46px;
  height: 2px;
}

.cart-mask-line-1-right {
  top: 0;
  right: 80px;
  bottom: 15px;
  left: 246px;
}

.cart-mask-line-2-right {
  top: 21px;
  right: 0;
  bottom: 0;
  left: 160px;
}

.cart-mask-line-2-bottom {
  right: 0;
  bottom: 0;
  left: 46px;
  height: 2px;
}

.cart-added-modal .card-product-wrapper:nth-child(n+4) {
  display: none;
}
@media (min-width: 576px) {
  .cart-added-modal .card-product-wrapper:nth-child(n+4) {
    display: block;
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.similar-products .swiper-container {
  --swiper-navigation-color: white;
  max-height: 275px;
  position: relative;
  overflow: hidden;
}
.similar-products .swiper-slide .img-container {
  max-height: 198px;
  max-width: 198px;
}
.similar-products .swiper-button-prev,
.similar-products .swiper-button-next {
  top: 35%;
}

.product-images.swiper-container {
  --swiper-navigation-color: white;
  max-height: 614px;
  position: relative;
  overflow: hidden;
  background: #000;
  line-height: 0;
}
.product-images.swiper-container video {
  max-height: 614px;
}
.product-images .swiper-slide {
  align-self: center;
}
.product-images .swiper-slide .img-container {
  max-height: 614px;
  max-width: 614px;
}
.product-images .swiper-button-prev,
.product-images .swiper-button-next {
  top: 50%;
}

.swiper-thumbs {
  display: flex;
  justify-content: center;
}
.swiper-thumbs .img-container {
  border: 1px solid transparent;
  cursor: pointer;
}
.swiper-thumbs .img-container + .img-container {
  margin-left: 0.5rem;
}
.swiper-thumbs .img-container:hover, .swiper-thumbs .img-container.active {
  border-color: #212122;
  transition: 0.2s border-color;
}

.countdown {
  display: flex;
  padding: 0;
  list-style: none;
}

.countdown-item {
  padding: 0.25rem 0.625rem;
  color: #51a294;
  font-weight: 600;
  font-size: inherit;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 0.3125rem;
}
.countdown-item.hours {
  margin-right: 0.3125rem;
}

@media (max-width: 767.98px) {
  .countdown-item {
    padding: 0.1875rem 0.375rem;
  }
  .countdown-item.hours {
    margin-right: 0.1875rem;
  }
}
.filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.625rem 0;
  text-transform: uppercase;
  border: 1px solid #dfdfdf;
  border-width: 1px 0;
}
.filter-list a {
  padding: 0.5rem 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
}
.filter-list a span {
  margin-left: 0.25rem;
  color: #8e8e8f;
  font-weight: 400;
}
.filter-list a.active {
  background-color: #def0ed;
  border-radius: 0.2rem;
}
.filter-list a.active,
.filter-list a.active span {
  color: #51a294;
}

@media (min-width: 992px) {
  .filter-list {
    padding: 1rem 0;
  }
  .filter-list a {
    padding: 0.625rem 1rem;
  }
}
.footer-strip {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  text-align: center;
  background-color: #000;
}
.footer-strip a {
  color: #fff;
  text-decoration: none;
}
.footer-strip a:hover {
  color: #a3c1a3;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .footer-strip {
    font-size: 1.25rem;
  }
}

.gallery-hero > .img-container {
  display: none;
}
.gallery-hero > .img-container.active {
  display: block;
}

.gallery-thumbs {
  display: flex;
  justify-content: center;
}
.gallery-thumbs .img-container {
  border: 1px solid transparent;
  cursor: pointer;
}
.gallery-thumbs .img-container + .img-container {
  margin-left: 0.5rem;
}
.gallery-thumbs .img-container:hover, .gallery-thumbs .img-container.active {
  border-color: #212122;
  transition: 0.2s border-color;
}
.banner-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.banner-item-body h1 {
  margin-bottom: 0;
  color: #aaa !important;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 992px) {
  .banner-item-body h1 {
    font-size: 1rem;
  }
}

.banner-item-title {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-item-title {
    font-size: 0.975rem;
    letter-spacing: 4.15px;
  }
}
@media (min-width: 992px) {
  .banner-item-title {
    font-size: 1.625rem;
  }
}

.banner-item-subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-item-subtitle {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 992px) {
  .banner-item-subtitle {
    font-size: 2.5rem;
  }
}

.banner-layout-left,
.banner-layout-right {
  position: relative;
  border-radius: 0.625rem;
}
.banner-layout-left .banner-item-content,
.banner-layout-right .banner-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-layout-left .banner-item-body,
.banner-layout-right .banner-item-body {
  height: auto;
  background-color: rgba(33, 33, 34, 0.8);
  background-image: none;
}
@media (min-width: 576px) {
  .banner-layout-left .banner-item-body,
.banner-layout-right .banner-item-body {
    background-color: #212122;
    background-image: url("/assets/flower-dark-2f5eaf7a9c91815a6e2a11f31695f9d4402dbc7f.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 67%;
  }
}
@media (min-width: 576px) {
  .banner-layout-left,
.banner-layout-right {
    display: flex;
  }
  .banner-layout-left .banner-item-hero,
.banner-layout-right .banner-item-hero {
    align-self: center;
  }
  .banner-layout-left .banner-item-hero,
.banner-layout-left .banner-item-content,
.banner-layout-right .banner-item-hero,
.banner-layout-right .banner-item-content {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-layout-left .banner-item-body,
.banner-layout-right .banner-item-body {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .banner-layout-left,
.banner-layout-right {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .banner-layout-left,
.banner-layout-right {
    height: 425px;
  }
}
@media (min-width: 1340px) {
  .banner-layout-left,
.banner-layout-right {
    height: 490px;
  }
}

@media (min-width: 576px) {
  .banner-layout-right .banner-item-hero {
    order: 2;
  }
  .banner-layout-right .banner-item-content {
    order: 1;
  }
}

.banner-layout-bottom,
.banner-layout-left-float,
.banner-layout-right-float {
  height: 365px;
}
@media (min-width: 768px) {
  .banner-layout-bottom,
.banner-layout-left-float,
.banner-layout-right-float {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .banner-layout-bottom,
.banner-layout-left-float,
.banner-layout-right-float {
    height: 490px;
  }
}

.banner-layout-bottom .img-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
}
.banner-layout-bottom .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.banner-layout-bottom .banner-item-content {
  margin-bottom: 0.625rem;
}
.banner-layout-bottom .banner-item-title {
  font-size: 1.0625rem;
  letter-spacing: 2.8px;
}
.banner-layout-bottom .banner-item-subtitle {
  font-size: 1.625rem;
  letter-spacing: 2.4px;
}
@media (min-width: 768px) {
  .banner-layout-bottom .banner-item-content {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .banner-layout-bottom .banner-item-title {
    font-size: 1.875rem;
    letter-spacing: 4.5px;
  }
  .banner-layout-bottom .banner-item-subtitle {
    font-size: 2.8125rem;
    letter-spacing: 0.25rem;
  }
}

.banner-layout-left-float,
.banner-layout-right-float {
  position: relative;
  display: flex;
}
.banner-layout-left-float .container,
.banner-layout-right-float .container {
  justify-content: flex-start;
}
.banner-layout-left-float .banner-item-content,
.banner-layout-right-float .banner-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.banner-layout-left-float .banner-item-body,
.banner-layout-right-float .banner-item-body {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-layout-left-float .banner-item-content,
.banner-layout-right-float .banner-item-content {
    position: relative;
    width: 75%;
  }
  .banner-layout-left-float .banner-item-body,
.banner-layout-right-float .banner-item-body {
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .banner-layout-left-float .banner-item-content,
.banner-layout-right-float .banner-item-content {
    width: 50%;
  }
}

.banner-layout-right-float .container {
  justify-content: flex-end;
}
.image-tile-bg {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-color: #000;
  border-radius: 10px;
}

.image-tile-img,
.image-tile-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-tile-img {
  opacity: 0.7;
}
.image-tile-img .img-wrapper,
.image-tile-img img {
  border-radius: 0.625rem;
}

.image-tile-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

@media (max-width: 575.98px) {
  h4.image-tile-text {
    padding: 0 35px 0 35px;
    font-size: 0.875rem;
  }
}
.widget-instagram .eapps-instagram-feed-header-container {
  display: none;
}
.widget-instagram .instagram-media {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  max-width: 540px;
  min-width: 326px;
  padding: 16px;
  width: 99.375%;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
}
.widget-instagram .ig-link {
  background: #fff;
  line-height: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.widget-instagram .ig-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 38%;
}
.widget-instagram .ig-profile,
.widget-instagram .ig-acct,
.widget-instagram .ig-loc,
.widget-instagram .ig-heart1,
.widget-instagram .ig-heart2,
.widget-instagram .ig-heart3,
.widget-instagram .ig-comment1,
.widget-instagram .ig-tag2,
.widget-instagram .ig-desc1,
.widget-instagram .ig-desc2 {
  background-color: #f0f0f0;
}
.widget-instagram .ig-acct,
.widget-instagram .ig-loc,
.widget-instagram .ig-desc1,
.widget-instagram .ig-desc2 {
  border-radius: 4px;
}
.widget-instagram .ig-profile,
.widget-instagram .ig-heart1,
.widget-instagram .ig-heart3,
.widget-instagram .ig-comment1 {
  border-radius: 50%;
}
.widget-instagram .ig-profile {
  flex-grow: 0;
  height: 40px;
  margin-right: 14px;
  width: 40px;
}
.widget-instagram .ig-acct-header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.widget-instagram .ig-acct {
  flex-grow: 0;
  height: 14px;
  margin-bottom: 6px;
  width: 100px;
}
.widget-instagram .ig-loc {
  flex-grow: 0;
  height: 14px;
  width: 60px;
}
.widget-instagram .ig-svg-wrap {
  display: block;
  height: 50px;
  margin: 0 auto 20px;
  width: 50px;
}
.widget-instagram .ig-view {
  color: #3897f0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: 18px;
  margin-bottom: 25%;
}
.widget-instagram .ig-action {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
}
.widget-instagram .ig-heart1,
.widget-instagram .ig-heart2,
.widget-instagram .ig-heart3 {
  height: 12.5px;
  width: 12.5px;
}
.widget-instagram .ig-heart1 {
  transform: translateX(0px) translateY(7px);
}
.widget-instagram .ig-heart2 {
  flex-grow: 0;
  margin-left: 2px;
  margin-right: 14px;
  transform: rotate(-45deg) translateX(3px) translateY(1px);
}
.widget-instagram .ig-heart3 {
  transform: translateX(9px) translateY(-18px);
}
.widget-instagram .ig-comment {
  margin-left: 8px;
}
.widget-instagram .ig-comment1 {
  flex-grow: 0;
  height: 20px;
  width: 20px;
}
.widget-instagram .ig-comment2 {
  border-bottom: 2px solid transparent;
  border-left: 6px solid #f0f0f0;
  border-top: 2px solid transparent;
  height: 0;
  transform: translateX(16px) translateY(-4px) rotate(30deg);
  width: 0;
}
.widget-instagram .ig-tag {
  margin-left: auto;
}
.widget-instagram .ig-tag1 {
  border-right: 8px solid transparent;
  border-top: 8px solid #f0f0f0;
  transform: translateY(16px);
  width: 0;
}
.widget-instagram .ig-tag2 {
  flex-grow: 0;
  height: 12px;
  transform: translateY(-4px);
  width: 16px;
}
.widget-instagram .ig-tag3 {
  border-left: 8px solid transparent;
  border-top: 8px solid #f0f0f0;
  height: 0;
  transform: translateY(-4px) translateX(8px);
  width: 0;
}
.widget-instagram .ig-desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.widget-instagram .ig-desc1 {
  flex-grow: 0;
  height: 14px;
  margin-bottom: 6px;
  width: 224px;
}
.widget-instagram .ig-desc2 {
  flex-grow: 0;
  height: 14px;
  width: 144px;
}
.widget-instagram .ig-author,
.widget-instagram .ig-post {
  color: #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.widget-instagram .ig-author {
  margin-bottom: 0;
  margin-top: 8px;
  overflow: hidden;
  padding: 8px 0 7px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-instagram-title {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.widget-instagram-title a,
.widget-instagram-title .font-weight-bold {
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-instagram-title {
    font-size: 1rem;
  }
  .widget-instagram-title a,
.widget-instagram-title .font-weight-bold {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .widget-instagram-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    text-align: center;
  }
  .widget-instagram-title a,
.widget-instagram-title .font-weight-bold {
    font-size: 1.875rem;
  }
  .widget-instagram-title,
.widget-instagram-title a {
    color: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1339.98px) {
  .instagram_embed_wrapper:last-child {
    display: none;
  }
}
.nav-icon-item {
  flex-basis: 100%;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.nav-icon-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  font-size: 2.5rem;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("/assets/dotted-circle@2x-495b14787de896f4afab1631a25c3e4e400bb7e9.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.nav-icon-item .text {
  line-height: 1.2;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .nav-icon-item .icon {
    font-size: 4rem;
    height: 100px;
    width: 100px;
  }
  .nav-icon-item .text {
    font-size: 0.9375rem;
  }
}

.po {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.po img {
  max-width: 100%;
}
.po + .po {
  margin-left: 3px;
}

.po-visa img {
  width: 27px;
}

.po-mc img {
  width: 28px;
}

.po-amex img {
  width: 20px;
}

.po-paypal img {
  width: 12px;
}

.paypal-container {
  height: 2.8125rem;
}

.payment-loading {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0;
}
.payment-loading img {
  width: 30px;
  margin-right: 0.625rem;
}

.widget-picks-of-the-week h4 {
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.widget-picks-of-the-week h4 img {
  margin-bottom: 0.875rem;
  border-radius: 50%;
}
.widget-picks-of-the-week h4 .bernard {
  display: block;
  font-weight: normal;
}
.widget-picks-of-the-week h4 span {
  padding-right: 1rem;
  padding-left: 1rem;
  letter-spacing: 0.3rem;
  background: #fff;
}
.widget-picks-of-the-week h4 .strike {
  background-image: linear-gradient(to right, #dfdfdf 43%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: 0 0.65rem;
  background-size: 7px 1px;
}
@media (min-width: 992px) {
  .widget-picks-of-the-week h4 {
    font-size: 2rem;
  }
  .widget-picks-of-the-week h4 .bernard {
    font-size: 1.3rem;
  }
  .widget-picks-of-the-week h4 .strike {
    background-position: 0 1.125rem;
  }
}

.product {
  text-decoration: none;
}
.product b {
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1339.98px) {
  .product .product-image-wrapper {
    max-height: 546px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product .product-image-wrapper {
    max-height: 426px;
  }
}

.product-check {
  position: relative;
}
.product-check .more-detail {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem;
  font-size: 1rem;
}

.product-variation-check .card-check {
  font-size: 0.9375rem;
  line-height: 22px;
}
.product-variation-check b {
  font-size: 1.125rem;
}

.product-extra-check .card-body {
  min-height: 61px;
}
.product-extra-check .img-wrapper {
  padding-bottom: 0;
  height: 100px;
}
@media (min-width: 992px) {
  .product-extra-check .img-wrapper {
    height: 140px;
  }
}

.btn-add-to-cart {
  position: relative;
}
.btn-add-to-cart .btn-add-to-cart-action {
  opacity: 1;
}
.btn-add-to-cart .btn-add-to-cart-success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -0.6875rem;
  margin-left: -150px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transform: translate(0, -20px);
  opacity: 0;
  pointer-events: none;
}
.btn-add-to-cart span {
  transition: opacity 0.2s, transform 0.2s;
}
.btn-add-to-cart.added .btn-add-to-cart-action {
  opacity: 0;
}
.btn-add-to-cart.added .btn-add-to-cart-success {
  transform: translate(0, 0);
  opacity: 1;
}
.btn-add-to-cart.btn-sm .btn-add-to-cart-success {
  margin-top: -0.5625rem;
}

@media (max-width: 575.98px) {
  .cart-upsell .product .clamp-2 {
    -webkit-line-clamp: 3;
  }
}
.school-of-floristry {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: center;
  background-color: #333;
}
.school-of-floristry .content {
  position: relative;
  z-index: 1;
}
.school-of-floristry .logo {
  width: 12.5rem;
}
.school-of-floristry .title {
  max-width: 456px;
  margin-top: 2.5rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.school-of-floristry .cta {
  margin-top: 2.25rem;
}

@media (min-width: 576px) {
  .title {
    font-size: 1.5rem;
  }
}
.widget-testimonials {
  color: #000;
}
.widget-testimonials h3 {
  font-size: 1.875rem;
  letter-spacing: 0.1875rem;
}
.widget-testimonials .row {
  margin-right: -35px;
  margin-left: -35px;
}
.widget-testimonials .testimonial {
  text-align: center;
}
.widget-testimonials .testimonial .img-wrapper {
  background-color: transparent;
}
.widget-testimonials .testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.widget-testimonials hr {
  width: 3rem;
  margin: 0.875rem auto;
}
.widget-testimonials blockquote p {
  font-size: 1.25rem;
}
.widget-testimonials blockquote p::before {
  content: "“";
}
.widget-testimonials blockquote p::after {
  content: "”";
}
.widget-testimonials cite {
  font-weight: bold;
  font-size: 1.0625rem;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .widget-testimonials h3 {
    font-size: 1.125rem;
  }
  .widget-testimonials .testimonial {
    display: none;
    opacity: 0;
  }
  .widget-testimonials .testimonial.active {
    display: block;
    animation: fadeIn ease 6s;
  }
  @keyframes fadeIn {
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
  }
}

.value-add {
  color: #8e8e8f;
  font-size: 0.875rem;
}
.value-add.at-home .icon8 {
  color: #60605d;
}
.value-add .icon8 {
  display: block;
  margin-bottom: 0.5rem;
  color: #2c2c2b;
  font-size: 2rem;
}
.value-add .value-add-item {
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .value-add {
    font-size: 0.9375rem;
  }
  .value-add .icon8 {
    margin-bottom: 0.625rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1340px) {
  .value-add {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .value-add.at-home .icon8 {
    font-size: 1.8rem;
  }
  .value-add .icon8 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.25rem;
    margin-bottom: 0;
  }
  .value-add .value-add-item {
    padding-left: 55px;
    text-align: left;
  }
}

.is-new {
  color: #51a294;
}
.is-new:hover {
  color: #386f65;
}
.is-new:hover .badge {
  background-color: #386f65;
}
.is-new .badge {
  background-color: #51a294;
  color: #fff;
  border-radius: 0.1875rem;
  vertical-align: text-bottom;
  transition: none;
}

.nav-link.custom-mulberry {
  color: #d14f9a;
}
.nav-link.custom-mulberry:hover {
  color: #a82c73;
}
.nav-link.custom-mulberry.is-new .badge {
  background-color: #d14f9a;
}
.nav-link.custom-mulberry.is-new:hover .badge {
  background-color: #a82c73;
}

.nav-link.custom-red {
  color: #a81a1a;
}
.nav-link.custom-red:hover {
  color: #661010;
}
.nav-link.custom-red.is-new .badge {
  background-color: #a81a1a;
}
.nav-link.custom-red.is-new:hover .badge {
  background-color: #661010;
}

.nav-link.custom-green {
  color: #51a294;
}
.nav-link.custom-green:hover {
  color: #386f65;
}
.nav-link.custom-green.is-new .badge {
  background-color: #51a294;
}
.nav-link.custom-green.is-new:hover .badge {
  background-color: #386f65;
}

.nav-link.custom-blue {
  color: #2485b7;
}
.nav-link.custom-blue:hover {
  color: #175777;
}
.nav-link.custom-blue.is-new .badge {
  background-color: #2485b7;
}
.nav-link.custom-blue.is-new:hover .badge {
  background-color: #175777;
}

.at-home-banner {
  position: relative;
}
.at-home-banner .hero {
  object-fit: cover;
  object-position: 75% 50%;
  height: 100%;
  width: 170%;
  margin-left: -65%;
}
.at-home-banner .content {
  left: 0;
  bottom: 0;
  background-color: #f5f0ea;
  right: 0;
}
.at-home-banner .at-home-logo {
  font-size: 4.5rem;
  float: left;
  color: #cab290;
  margin: 0.25rem 1.5rem 0 1rem;
}
.at-home-banner .title {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 1px;
}
.at-home-banner .title .line1 {
  color: #333;
  font-weight: bold;
}
.at-home-banner .title .line2 {
  color: #414043;
}
.at-home-banner .title .line3 {
  color: #8e8e8f;
}

@media (min-width: 576px) {
  .at-home-banner .title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .at-home-banner {
    height: 400px;
  }
  .at-home-banner .stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .at-home-banner .hero {
    object-position: 30% 50%;
    width: 100%;
    margin-left: 0;
  }
  .at-home-banner .content {
    position: absolute;
    top: 0;
    text-align: left;
    background-color: transparent;
  }
  .at-home-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .at-home-banner .at-home-logo {
    color: #fff;
    font-size: 6rem;
    text-shadow: 1px 1px #666;
    float: none;
    margin: 0 0 1rem 0;
  }
  .at-home-banner .title {
    font-size: 2.2rem;
    text-shadow: 1px 1px #666;
    margin-bottom: 1rem;
  }
  .at-home-banner .title .line1,
.at-home-banner .title .line2,
.at-home-banner .title .line3 {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .at-home-banner .at-home-logo {
    font-size: 8rem;
    margin-bottom: 1.5rem;
  }
  .at-home-banner .title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.btn-at-home {
  border-radius: 0;
  color: #cab290;
}
.btn-at-home:hover {
  color: #cab290;
}
.btn-at-home.bigger {
  padding: 0.9rem 2rem;
}

.btn-at-home--light {
  border: 2px solid #cab290;
}
.btn-at-home--light:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-at-home--dark {
  background-color: #4c3041;
  border: 0;
}
.btn-at-home--dark:hover {
  background-color: #6b445c;
}

.at-home-features {
  color: #8e8e8f;
}
.at-home-features h3 {
  color: #4c3041;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.at-home-features p {
  font-size: 0.8rem;
}
.at-home-features img {
  max-width: 60%;
}
.at-home-features .icon8 {
  font-size: 3.4rem;
  color: #cab290;
}

@media (min-width: 576px) {
  .at-home-features h3 {
    font-size: 1.75rem;
  }
  .at-home-features p {
    font-size: 1rem;
  }
  .at-home-features .icon8 {
    font-size: 4.4rem;
  }
}
.trust-factors {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.faq-item a {
  text-decoration: none;
}
.faq-item .plus {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  .category-list.list .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.category-list .at-home-logo {
  font-size: 2.1rem;
}
@media (min-width: 576px) {
  .category-list .at-home-logo {
    font-size: 4.25rem;
  }
}

.order-summary .panel {
  min-height: 100px;
}
.order-summary .loading-spinner img {
  width: 50px;
}
@media (max-width: 991.98px) {
  .order-summary .panel {
    border-bottom-width: 0;
  }
}

.checkout .btn-checkout {
  display: none !important;
}
.checkout header {
  padding-top: 52px;
}
@media (min-width: 768px) {
  .checkout header {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .checkout header {
    padding-top: 0;
  }
}

.checkout-open-show {
  display: none;
}
.checkout-open .checkout-open-show {
  display: block;
}

.checkout-open-hide {
  display: block;
}
.checkout-open .checkout-open-hide {
  display: none;
}

.checkout-fields {
  margin-top: 1.25rem;
}

@media (max-width: 767.98px) {
  .checkout-fields {
    margin-top: 1rem;
  }
}
.checkout-thanks h1 > i {
  margin-right: 1rem;
  font-size: 5.625rem;
}
.checkout-thanks p.lead {
  line-height: 1.2;
}
.checkout-thanks p.lead b {
  font-weight: 600;
}
.checkout-thanks .customer-notifications legend {
  display: none;
}
.checkout-thanks .customer-notifications h6 {
  font-size: 1.25rem;
}
@media (max-width: 575.98px) {
  .checkout-thanks h1 > i {
    margin-right: 0.625rem;
    font-size: 3rem;
  }
}

.message-card {
  position: relative;
}
.message-card label {
  position: absolute;
  top: 0.875rem;
  left: 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.message-card label::after {
  content: ":";
}
.message-card .message-card-outer {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.message-card .message-card-header {
  padding: 0.75rem 1rem;
  background: #edf6f5;
}
.message-card .message-card-inner {
  position: relative;
  padding: 2rem 1rem 1rem;
}
.message-card .message-card-inner::after {
  position: absolute;
  top: 2rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: block;
  content: "";
  pointer-events: none;
}
.message-card textarea {
  padding: 0 0 1px;
  line-height: 23px;
  background: url("/assets/dotted-fd5280d173c34fa7fe9d131e7a1d49f46f3cc1e4.svg") !important;
  border-width: 0;
  border-radius: 0;
  resize: none;
  font-size: 1.1em;
}
.message-card textarea.is-valid, .message-card textarea.is-invalid {
  padding-right: 0;
}
.message-card textarea:focus {
  box-shadow: none !important;
}
.message-card .form-text {
  color: #8e8e8f;
}
.message-card.is-valid .message-card-inner, .message-card.is-invalid .message-card-inner {
  background-repeat: no-repeat;
  background-position: top 15px right 90px;
  background-size: calc(0.7857142857em + 0.5rem) calc(0.7857142857em + 0.5rem);
}
.message-card.is-valid .message-card-outer {
  border-color: #51a294;
}
.message-card.is-valid .message-card-inner {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2351a294' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3e%3c/svg%3e");
}
.message-card.is-invalid .message-card-outer {
  border-color: #b85454;
}
.message-card.is-invalid .message-card-inner {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23b85454' d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3e%3c/svg%3e");
}

@media (max-width: 575.98px) {
  .checkout main.container {
    padding: 0;
  }
  .checkout main.container .checkout {
    margin: 0;
  }
  .checkout main.container .checkout .checkout-form,
.checkout main.container .checkout .order-summary {
    padding: 0;
  }
  .checkout h1,
.checkout-thanks h1 {
    font-size: 1.25rem;
  }
  .checkout p.lead,
.checkout-thanks p.lead {
    font-size: 0.9375rem;
  }
  .checkout .order-summary .panel,
.checkout-thanks .order-summary .panel {
    min-height: 68px;
  }
  .checkout .order-summary h5,
.checkout-thanks .order-summary h5 {
    padding: 0.25rem 0;
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .checkout .cart-summary-form {
    display: block;
  }
  .checkout .hide-summary .cart-summary-form {
    display: none;
  }
  .order-review {
    display: flex;
    align-items: center;
  }
  .order-review .iconfa {
    margin-left: 4px;
    font-size: 10px;
    transition: transform 0.2s;
  }
  .order-review[aria-expanded=true] .iconfa {
    transform: rotate(-180deg);
  }
}
@media (min-width: 992px) {
  .checkout .order-summary {
    position: sticky;
    top: 10px;
    align-self: flex-start;
  }
  .checkout .cart-summary-form {
    display: block !important;
  }
}

.categories.show-as-list .category + .category::before {
  content: ", ";
}

.categories.show-with-counts .category {
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
}

.tags.show-as-badges {
  display: flex;
  flex-wrap: wrap;
}
.tags.show-as-badges .tag {
  background-color: #f0f0f0;
  color: #333;
  padding: 0.2rem 0.3rem;
  margin: 0.2rem;
  border-radius: 5px;
  text-decoration: none;
}
.tags.show-as-badges .tag:hover {
  background-color: #e2dfdd;
  color: #333;
}

.product-detail h1 {
  font-size: 1.125rem;
}
.product-detail h4 {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .product-detail h1 {
    font-size: 1.875rem;
  }
  .product-detail h4 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .product-detail h1 {
    font-size: 2.5rem;
  }
  .product-detail h4 {
    font-size: 1.25rem;
  }
}
.modal-gifts .product-extra-check .img-wrapper,
.modal-gifts .check-mark-wrapper {
  height: 100px;
}
@media (min-width: 576px) {
  .modal-gifts {
    max-width: 492px;
  }
  .modal-gifts .product-extra-check .img-wrapper,
.modal-gifts .check-mark-wrapper {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .modal-gifts {
    max-width: 650px;
  }
}

.product-detail .at-home-logo {
  color: #cab290;
  font-size: 2.13rem;
  text-decoration: none;
}
.product-detail .badge-overlay {
  font-size: 130%;
  padding: 0.75rem 1rem;
}

.product .badge-overlay,
.product-detail .badge-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.view-full-gift-range-tile .link-more {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.25;
}
.view-full-gift-range-tile .link-more:hover {
  text-decoration: underline;
}
.view-full-gift-range-tile .plus-icon-wrapper {
  color: #666;
  background-color: #eee;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  font-size: 2.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .view-full-gift-range-tile .link-more {
    font-size: 0.9rem;
    line-height: 1.35;
  }
  .view-full-gift-range-tile .plus-icon-wrapper {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .view-full-gift-range-tile .link-more {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .view-full-gift-range-tile .plus-icon-wrapper {
    font-size: 2.15em;
  }
}
@media (min-width: 992px) {
  .view-full-gift-range-tile .link-more {
    font-size: 0.9rem;
    line-height: 1.35;
  }
  .view-full-gift-range-tile .plus-icon-wrapper {
    font-size: 2.25em;
  }
}
@media (min-width: 1340px) {
  .view-full-gift-range-tile .link-more {
    font-size: 1rem;
    line-height: 1.5;
  }
  .view-full-gift-range-tile .plus-icon-wrapper {
    font-size: 2.5em;
  }
}
.centred-form {
  padding: 3.125rem 0;
}
.centred-form h1 {
  margin-bottom: 3.125rem;
  text-align: center;
}
.centred-form form {
  padding: 2.5rem;
  background-color: #f4f5f5;
  border-radius: 0.625rem;
}
.centred-form > .row {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .centred-form {
    padding: 1.25rem 0;
  }
  .centred-form h1 {
    margin-bottom: 1.25rem;
  }
  .centred-form form {
    padding: 1.25rem;
    border-radius: 0.3125rem;
  }
  .centred-form .lead {
    font-size: 1rem;
  }
}

.centred-form-wrapper {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .centred-form-wrapper {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .centred-form-wrapper {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1340px) {
  .centred-form-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.centred-form-wrapper-lg {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .centred-form-wrapper-lg {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .centred-form-wrapper-lg {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1340px) {
  .centred-form-wrapper-lg {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

.centred-form-hero > form {
  padding-top: 1.875rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.centred-form-hero > img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.centred-form-btns {
  margin-top: 1.25rem;
  text-align: center;
}
.centred-form-btns > a {
  display: inline-block;
  margin-top: 0.625rem;
}

.centred-form-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  padding: 1.25rem;
  color: #51a294;
  font-weight: bold;
  letter-spacing: 0.83px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  border-width: 1px 0;
}
.centred-form-cta:hover {
  color: #386f65;
}
.centred-form-cta .icon8 {
  margin-right: 0.625rem;
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .centred-form-cta {
    margin-top: 1rem;
    padding: 1rem;
  }
}

.page-article .trix-content {
  color: #333;
}
.page-article .trix-content,
.page-article h3 {
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.page-article h3 {
  margin-bottom: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
}

.page-section {
  margin-bottom: 1.25rem;
}

.trix-content figcaption {
  display: none;
}
