@import url(https://fonts.googleapis.com/css?family=Dosis&subset=latin-ext);
@charset "UTF-8";
@font-face {
  font-family: Hellix;
  src: url("../fonts/Hellix/HellixVF.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeSpeed; /* stylelint-disable-line */
}
@font-face {
  font-family: Hellix;
  src: url("../fonts/Hellix/HellixItalicVF.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeSpeed; /* stylelint-disable-line */
}
@font-face {
  font-family: AtacamaVAR;
  src: url("../fonts/AtacamaVAR/AtacamaVAR.ttf") format("truetype-variations");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeSpeed; /* stylelint-disable-line */
}
@font-face {
  font-family: AtacamaVAR;
  src: url("../fonts/AtacamaVAR/AtacamaItalicVAR.ttf") format("truetype-variations");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeSpeed; /* stylelint-disable-line */
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
* Manually generated mixins and they can't be named
* by Sass interpolation (e.g. in @each loop.srem;
*/
/* stylelint-disable */
/* stylelint-enable */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
    Close icon
*/
/**
    Menu icon
 */
/**
    Heart icon
 */
/**
 * Position definition
 *
 * Example of utilization
 * @include absolute(top 1rem left 2rem);
 */
.color-blue {
  color: #205096;
}

.color-indigo {
  color: #6610f2;
}

.color-purple {
  color: #E232FF;
}

.color-pink {
  color: #e83e8c;
}

.color-red {
  color: #C53929;
}

.color-orange {
  color: #FB8836;
}

.color-yellow {
  color: #ffc107;
}

.color-green {
  color: #5C7E08;
}

.color-teal {
  color: #20c997;
}

.color-cyan {
  color: #17a2b8;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #5D676C;
}

.color-gray-dark {
  color: #5D676C;
}

/*
* Manually generated mixins and they can't be named
* by Sass interpolation (e.g. in @each loop.srem;
*/
/* stylelint-disable */
/* stylelint-enable */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
    Close icon
*/
/**
    Menu icon
 */
/**
    Heart icon
 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

/*** Page Designer Utility Classes ***/
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--body {
  font-family: "Hellix", sans-serif;
}
.text--title {
  font-family: "AtacamaVAR", serif;
  line-height: 1.2;
}
.text--hero {
  font-family: "AtacamaVAR", serif;
  line-height: 1.2;
}
.text--small {
  font-size: 1.6rem;
}
.text--small.hero-custom {
  height: 12px;
  line-height: 16px;
}
.text--medium {
  font-size: 2rem;
}
.text--medium.hero-custom {
  height: 15px;
  line-height: 20px;
}
.text--large {
  font-size: 4rem;
}
.text--large.hero-custom {
  height: 35px;
}
.text--light {
  font-weight: lighter;
}
.text--regular {
  font-weight: 400;
}
.text--midbold {
  font-weight: 500;
}
.text--bold {
  font-weight: 700;
}
.text--bolder {
  font-weight: 900;
}
.text--italic {
  font-style: italic;
}
.text--linethrough {
  text-decoration: line-through;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text-color--dark {
  color: #33383C;
}
.text-color--light {
  color: #fff;
}
.text-color--black {
  color: #000;
}
.text--no-margin-top {
  margin-top: 0;
}
.text--no-margin-bottom {
  margin-bottom: 0;
}
.text--margin-top-xs {
  margin-top: 0.8rem;
}
.text--margin-top-s {
  margin-top: 1.6rem;
}
.text--margin-top-m {
  margin-top: 3.2rem;
}
.text--margin-top-l {
  margin-top: 4.8rem;
}
.text--margin-top-xl {
  margin-top: 6.4rem;
}
.text--margin-bottom-xs {
  margin-top: 0.8rem;
}
.text--margin-bottom-s {
  margin-bottom: 1.6rem;
}
.text--margin-bottom-m {
  margin-bottom: 3.2rem;
}
.text--margin-bottom-l {
  margin-bottom: 4.8rem;
}
.text--margin-bottom-xl {
  margin-top: 6.4rem;
}

.image__ratio--auto {
  aspect-ratio: auto;
  min-height: 21rem;
}
.image__ratio--squarred {
  aspect-ratio: 1/1;
  min-height: 39rem;
}
@media (min-width: 1024px) {
  .image__ratio--squarred {
    min-height: 52rem;
  }
}
@media (min-width: 1440px) {
  .image__ratio--squarred {
    min-height: 72rem;
  }
}
.image__ratio--full-width {
  min-height: 60rem;
}
@media (min-width: 768px) {
  .image__ratio--full-width {
    min-height: 120rem;
  }
}
@media (min-width: 1024px) {
  .image__ratio--full-width {
    aspect-ratio: 2.75;
    min-height: 37rem;
  }
}
@media (min-width: 1440px) {
  .image__ratio--full-width {
    min-height: 52rem;
  }
}

:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #205096;
  --color-green: #5C7E08;
  --color-primary: #33383C;
  --color-red: #C53929;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0 0 0 / 65%);
  --color-grey-transparent-2: rgba(0 0 0 / 25%);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--color-primary);
  --skin-banner-background-color-1: #444;
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: "Avenir";
  --skin-body-font: var(--font-family-sans-serif);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #205096;
  --color-green: #5C7E08;
  --color-primary: #33383C;
  --color-red: #C53929;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0 0 0 / 65%);
  --color-grey-transparent-2: rgba(0 0 0 / 25%);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #444;
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: "Century Gothic";
  --skin-body-font: var(--font-family-sans-serif);
}

:root {
  --blue: #205096;
  --indigo: #6610f2;
  --purple: #E232FF;
  --pink: #e83e8c;
  --red: #C53929;
  --orange: #FB8836;
  --yellow: #ffc107;
  --green: #5C7E08;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #5D676C;
  --gray-dark: #5D676C;
  --primary-color: #000;
  --primary-color-dark: #000;
  --secondary-color: #000;
  --secondary-color-light: #E5E5E5;
  --secondary-color-extra-light: #F8F8F8;
  --tertiary-color: #000;
  --primary: #7f4d0c;
  --secondary: #6f4b38;
  --success: #5C7E08;
  --info: #17a2b8;
  --warning: #FB8836;
  --danger: #cc3544;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1440px;
  --breakpoint-xl: 1920px;
  --font-family-sans-serif: "Hellix", 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, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.4;
  color: #33383C;
  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.8rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  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.8rem;
  font-family: "LVMH", serif;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 500;
}

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

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

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

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

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

.blockquote {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #646464;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1900px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  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-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .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-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .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-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1.6rem;
  color: #222222;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c7c7c7;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c7c7c7;
}
.table tbody + tbody {
  border-top: 2px solid #c7c7c7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-secondary-color-extra-light,
.table-secondary-color-extra-light > th,
.table-secondary-color-extra-light > td {
  background-color: rgb(253.04, 253.04, 253.04);
}
.table-secondary-color-extra-light th,
.table-secondary-color-extra-light td,
.table-secondary-color-extra-light thead th,
.table-secondary-color-extra-light tbody + tbody {
  border-color: rgb(251.36, 251.36, 251.36);
}

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

.table-tertiary-color,
.table-tertiary-color > th,
.table-tertiary-color > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-tertiary-color th,
.table-tertiary-color td,
.table-tertiary-color thead th,
.table-tertiary-color tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(219.16, 205.16, 186.96);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(188.44, 162.44, 128.64);
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(214.68, 204.6, 199.28);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(180.12, 161.4, 151.52);
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(209.36, 218.88, 185.84);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(170.24, 187.92, 126.56);
}

.table-hover .table-success:hover {
  background-color: rgb(198.3054787234, 210.1313297872, 169.0886702128);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(198.3054787234, 210.1313297872, 169.0886702128);
}

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(253.88, 221.68, 198.72);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(252.92, 193.12, 150.48);
}

.table-hover .table-warning:hover {
  background-color: rgb(253.3824390244, 206.8775609756, 173.7175609756);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(253.3824390244, 206.8775609756, 173.7175609756);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(240.72, 198.44, 202.64);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(228.48, 149.96, 157.76);
}

.table-hover .table-danger:hover {
  background-color: rgb(235.5796837945, 178.0803162055, 183.792173913);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(235.5796837945, 178.0803162055, 183.792173913);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #565656;
  background-color: #E9E9E9;
  border-color: #c7c7c7;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: 3.2rem;
  padding: 0.8rem 0;
  font-family: "Avenir", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ECECEC;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #222222;
  background-color: #fff;
  border-color: rgb(233.9784172662, 146.3884892086, 32.5215827338);
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6f4b38;
}
.form-control::placeholder {
  color: #646464;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #E9E9E9;
  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 #222222;
}
select.form-control:focus::-ms-value {
  color: #222222;
  background-color: #fff;
}

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

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

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

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

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

.form-control-sm {
  height: 5.6rem;
  padding: 0.6rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: 5.6rem;
  padding: 0.6rem 0.8rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  color: #16453B;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #16453B;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #16453B;
  box-shadow: 0 0 0 0.2rem rgba(22, 69, 59, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #16453B;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #16453B;
  box-shadow: 0 0 0 0.2rem rgba(22, 69, 59, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #16453B;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #16453B;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(34.3296703297, 107.6703296703, 92.0659340659);
  background-color: rgb(34.3296703297, 107.6703296703, 92.0659340659);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(22, 69, 59, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #16453B;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #16453B;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #16453B;
  box-shadow: 0 0 0 0.2rem rgba(22, 69, 59, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  color: #cc3544;
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #cc3544;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #cc3544;
  box-shadow: 0 0 0 0.2rem rgba(204, 53, 68, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cc3544;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #cc3544;
  box-shadow: 0 0 0 0.2rem rgba(204, 53, 68, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cc3544;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cc3544;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(214.2806324111, 93.7193675889, 105.6956521739);
  background-color: rgb(214.2806324111, 93.7193675889, 105.6956521739);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(204, 53, 68, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cc3544;
}

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

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

.btn {
  display: inline-block;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  color: #33383C;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 3.2rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0;
  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;
}
.btn:hover {
  color: #33383C;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary-color {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary-color:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary-color:focus, .btn-primary-color.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-primary-color.disabled, .btn-primary-color:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary-color:not(:disabled):not(.disabled):active, .btn-primary-color:not(:disabled):not(.disabled).active, .show > .btn-primary-color.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary-color:not(:disabled):not(.disabled):active:focus, .btn-primary-color:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-primary-color-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary-color-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary-color-dark:focus, .btn-primary-color-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-primary-color-dark.disabled, .btn-primary-color-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary-color-dark:not(:disabled):not(.disabled):active, .btn-primary-color-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-color-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary-color-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-color-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-color-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-secondary-color {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary-color:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary-color:focus, .btn-secondary-color.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-secondary-color.disabled, .btn-secondary-color:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary-color:not(:disabled):not(.disabled):active, .btn-secondary-color:not(:disabled):not(.disabled).active, .show > .btn-secondary-color.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary-color:not(:disabled):not(.disabled):active:focus, .btn-secondary-color:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-secondary-color-light {
  color: #222222;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
.btn-secondary-color-light:hover {
  color: #222222;
  background-color: rgb(209.875, 209.875, 209.875);
  border-color: rgb(203.5, 203.5, 203.5);
}
.btn-secondary-color-light:focus, .btn-secondary-color-light.focus {
  color: #222222;
  background-color: rgb(209.875, 209.875, 209.875);
  border-color: rgb(203.5, 203.5, 203.5);
  box-shadow: 0 0 0 0.2rem rgba(199.75, 199.75, 199.75, 0.5);
}
.btn-secondary-color-light.disabled, .btn-secondary-color-light:disabled {
  color: #222222;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
.btn-secondary-color-light:not(:disabled):not(.disabled):active, .btn-secondary-color-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-color-light.dropdown-toggle {
  color: #222222;
  background-color: rgb(203.5, 203.5, 203.5);
  border-color: rgb(197.125, 197.125, 197.125);
}
.btn-secondary-color-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-color-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-color-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199.75, 199.75, 199.75, 0.5);
}

.btn-secondary-color-extra-light {
  color: #222222;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-secondary-color-extra-light:hover {
  color: #222222;
  background-color: rgb(228.875, 228.875, 228.875);
  border-color: rgb(222.5, 222.5, 222.5);
}
.btn-secondary-color-extra-light:focus, .btn-secondary-color-extra-light.focus {
  color: #222222;
  background-color: rgb(228.875, 228.875, 228.875);
  border-color: rgb(222.5, 222.5, 222.5);
  box-shadow: 0 0 0 0.2rem rgba(215.9, 215.9, 215.9, 0.5);
}
.btn-secondary-color-extra-light.disabled, .btn-secondary-color-extra-light:disabled {
  color: #222222;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-secondary-color-extra-light:not(:disabled):not(.disabled):active, .btn-secondary-color-extra-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-color-extra-light.dropdown-toggle {
  color: #222222;
  background-color: rgb(222.5, 222.5, 222.5);
  border-color: rgb(216.125, 216.125, 216.125);
}
.btn-secondary-color-extra-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-color-extra-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-color-extra-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.9, 215.9, 215.9, 0.5);
}

.btn-tertiary-color {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary-color:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-tertiary-color:focus, .btn-tertiary-color.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-tertiary-color.disabled, .btn-tertiary-color:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary-color:not(:disabled):not(.disabled):active, .btn-tertiary-color:not(:disabled):not(.disabled).active, .show > .btn-tertiary-color.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-tertiary-color:not(:disabled):not(.disabled):active:focus, .btn-tertiary-color:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #7f4d0c;
  border-color: #7f4d0c;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(92.0521582734, 55.8111510791, 8.6978417266);
  border-color: rgb(80.4028776978, 48.7482014388, 7.5971223022);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(92.0521582734, 55.8111510791, 8.6978417266);
  border-color: rgb(80.4028776978, 48.7482014388, 7.5971223022);
  box-shadow: 0 0 0 0.2rem rgba(146.2, 103.7, 48.45, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #7f4d0c;
  border-color: #7f4d0c;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.4028776978, 48.7482014388, 7.5971223022);
  border-color: rgb(68.7535971223, 41.6852517986, 6.4964028777);
}
.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(146.2, 103.7, 48.45, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6f4b38;
  border-color: #6f4b38;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(85.5763473054, 57.8218562874, 43.1736526946);
  border-color: rgb(77.1017964072, 52.0958083832, 38.8982035928);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(85.5763473054, 57.8218562874, 43.1736526946);
  border-color: rgb(77.1017964072, 52.0958083832, 38.8982035928);
  box-shadow: 0 0 0 0.2rem rgba(132.6, 102, 85.85, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6f4b38;
  border-color: #6f4b38;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(77.1017964072, 52.0958083832, 38.8982035928);
  border-color: rgb(68.627245509, 46.369760479, 34.622754491);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132.6, 102, 85.85, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #5C7E08;
  border-color: #5C7E08;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(65.7388059701, 90.0335820896, 5.7164179104);
  border-color: rgb(56.9850746269, 78.0447761194, 4.9552238806);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(65.7388059701, 90.0335820896, 5.7164179104);
  border-color: rgb(56.9850746269, 78.0447761194, 4.9552238806);
  box-shadow: 0 0 0 0.2rem rgba(116.45, 145.35, 45.05, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5C7E08;
  border-color: #5C7E08;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(56.9850746269, 78.0447761194, 4.9552238806);
  border-color: rgb(48.2313432836, 66.0559701493, 4.1940298507);
}
.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(116.45, 145.35, 45.05, 0.5);
}

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

.btn-warning {
  color: #222222;
  background-color: #FB8836;
  border-color: #FB8836;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(250.2536585366, 113.7963414634, 16.4963414634);
  border-color: rgb(249.043902439, 106.556097561, 4.956097561);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(250.2536585366, 113.7963414634, 16.4963414634);
  border-color: rgb(249.043902439, 106.556097561, 4.956097561);
  box-shadow: 0 0 0 0.2rem rgba(218.45, 120.7, 51, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #222222;
  background-color: #FB8836;
  border-color: #FB8836;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(249.043902439, 106.556097561, 4.956097561);
  border-color: rgb(236.5426829268, 101.2073170732, 4.7073170732);
}
.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(218.45, 120.7, 51, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #cc3544;
  border-color: #cc3544;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(174.6541501976, 44.0958498024, 57.0652173913);
  border-color: rgb(164.4743083004, 41.5256916996, 53.7391304348);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(174.6541501976, 44.0958498024, 57.0652173913);
  border-color: rgb(164.4743083004, 41.5256916996, 53.7391304348);
  box-shadow: 0 0 0 0.2rem rgba(211.65, 83.3, 96.05, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #cc3544;
  border-color: #cc3544;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(164.4743083004, 41.5256916996, 53.7391304348);
  border-color: rgb(154.2944664032, 38.9555335968, 50.4130434783);
}
.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(211.65, 83.3, 96.05, 0.5);
}

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

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

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

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

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

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

.btn-outline-primary {
  color: #7f4d0c;
  border-color: #7f4d0c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7f4d0c;
  border-color: #7f4d0c;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 77, 12, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7f4d0c;
  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: #7f4d0c;
  border-color: #7f4d0c;
}
.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(127, 77, 12, 0.5);
}

.btn-outline-secondary {
  color: #6f4b38;
  border-color: #6f4b38;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6f4b38;
  border-color: #6f4b38;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 75, 56, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6f4b38;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6f4b38;
  border-color: #6f4b38;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 75, 56, 0.5);
}

.btn-outline-success {
  color: #5C7E08;
  border-color: #5C7E08;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5C7E08;
  border-color: #5C7E08;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 126, 8, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5C7E08;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5C7E08;
  border-color: #5C7E08;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 126, 8, 0.5);
}

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

.btn-outline-warning {
  color: #FB8836;
  border-color: #FB8836;
}
.btn-outline-warning:hover {
  color: #222222;
  background-color: #FB8836;
  border-color: #FB8836;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 136, 54, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FB8836;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #222222;
  background-color: #FB8836;
  border-color: #FB8836;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 136, 54, 0.5);
}

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

.btn-link {
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #646464;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.6rem 0.8rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.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;
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.25, 21.25, 21.25);
  text-decoration: none;
  background-color: #E9E9E9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7f4d0c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #989898;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background-color: #E9E9E9;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: 5.6rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.6rem 0.8rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: 5.6rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.6rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.8rem;
  height: 2.02rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #6f4b38;
  border-color: #7f4d0c;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #6f4b38;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(233.9784172662, 146.3884892086, 32.5215827338);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #7f4d0c;
  background-color: #E9E9E9;
  border-color: #7f4d0c;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #646464;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #E9E9E9;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.72481 0.675063C8.0472 0.944152 8.09294 1.4267 7.82697 1.75287L3.36753 7.22161C3.22377 7.3979 3.00969 7.5 2.78379 7.5C2.55789 7.5 2.34381 7.3979 2.20005 7.22161L0.173035 4.73582C-0.0929369 4.40965 -0.0472008 3.9271 0.275189 3.65801C0.597579 3.38892 1.07454 3.43519 1.34051 3.76136L2.78379 5.53129L6.65949 0.778415C6.92546 0.452246 7.40242 0.405974 7.72481 0.675063Z' fill='%23ECECEC'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #7f4d0c;
  background-color: #7f4d0c;
}
.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='%236f4b38' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 77, 12, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(127, 77, 12, 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 width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5C3 8.433 4.567 10 6.5 10Z" fill="black"/%3e%3c/svg%3e');
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 77, 12, 0.5);
}

.custom-switch {
  padding-left: 4.25rem;
}
.custom-switch .custom-control-label::before {
  left: -4.25rem;
  width: 3.15rem;
  pointer-events: all;
  border-radius: 0.9rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-4.25rem + 2px);
  width: calc(1.8rem - 4px);
  height: calc(1.8rem - 4px);
  background-color: #989898;
  border-radius: 0.9rem;
  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;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.35rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 77, 12, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 5.6rem;
  padding: 0.8rem 0.8rem 0.8rem 0;
  font-family: "Avenir", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.31216 5.22271L7.8722 1.66261C7.9546 1.58027 8 1.47035 8 1.35315C8 1.23595 7.9546 1.12603 7.8722 1.04369L7.61008 0.781512C7.43929 0.610911 7.1617 0.610911 6.99116 0.781512L4.00166 3.77102L1.00884 0.778194C0.926433 0.695853 0.81658 0.65039 0.699443 0.65039C0.582176 0.65039 0.472322 0.695853 0.389852 0.778194L0.127805 1.04037C0.0453996 1.12278 1.40506e-06 1.23263 1.39994e-06 1.34983C1.39481e-06 1.46703 0.0453996 1.57695 0.127805 1.65929L3.69109 5.22271C3.77376 5.30525 3.88413 5.35058 4.00146 5.35032C4.11925 5.35058 4.22956 5.30525 4.31216 5.22271Z' fill='%23343a40'/%3e%3c/svg%3e") right 1.6rem center/8px 6px no-repeat;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(233.9784172662, 146.3884892086, 32.5215827338);
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6f4b38;
}
.custom-select:focus::-ms-value {
  color: #222222;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0;
  background-image: none;
}
.custom-select:disabled {
  color: #646464;
  background-color: #E9E9E9;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222222;
}

.custom-select-sm {
  height: 5.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: 5.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 5.6rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 5.6rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(233.9784172662, 146.3884892086, 32.5215827338);
  box-shadow: 0 0 0 0.2rem #6f4b38;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #E9E9E9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 5.6rem;
  padding: 1.2rem 1.6rem;
  overflow: hidden;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 2.4rem);
  padding: 1.2rem 1.6rem;
  line-height: 1;
  color: #222222;
  content: "Browse";
  background-color: #E9E9E9;
  border-left: inherit;
  border-radius: 0 0 0 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 #6f4b38;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #6f4b38;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #6f4b38;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #7f4d0c;
  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;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(238.381294964, 169.1366906475, 79.118705036);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e8e4e1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #7f4d0c;
  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;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(238.381294964, 169.1366906475, 79.118705036);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e8e4e1;
  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: #7f4d0c;
  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;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(238.381294964, 169.1366906475, 79.118705036);
}
.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: #e8e4e1;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e8e4e1;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #989898;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #989898;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #989898;
}

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

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

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

.nav-tabs {
  border-bottom: 0.3rem solid transparent;
}
.nav-tabs .nav-link {
  margin-bottom: -0.3rem;
  background-color: transparent;
  border: 0.3rem solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: transparent transparent #205096 transparent;
}
.nav-tabs .nav-link.disabled {
  color: #646464;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #205096;
  background-color: transparent;
  border-color: transparent transparent #205096 transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7f4d0c;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.13rem;
  padding-bottom: 0.13rem;
  margin-right: 0;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ECECEC;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.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: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary-color {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-primary-color hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-primary-color .alert-link {
  color: black;
}

.alert-primary-color-dark {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-primary-color-dark hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-primary-color-dark .alert-link {
  color: black;
}

.alert-secondary-color {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-secondary-color hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-secondary-color .alert-link {
  color: black;
}

.alert-secondary-color-light {
  color: rgb(119.08, 119.08, 119.08);
  background-color: rgb(249.8, 249.8, 249.8);
  border-color: rgb(247.72, 247.72, 247.72);
}
.alert-secondary-color-light hr {
  border-top-color: rgb(234.97, 234.97, 234.97);
}
.alert-secondary-color-light .alert-link {
  color: rgb(93.58, 93.58, 93.58);
}

.alert-secondary-color-extra-light {
  color: rgb(128.96, 128.96, 128.96);
  background-color: rgb(253.6, 253.6, 253.6);
  border-color: rgb(253.04, 253.04, 253.04);
}
.alert-secondary-color-extra-light hr {
  border-top-color: rgb(240.29, 240.29, 240.29);
}
.alert-secondary-color-extra-light .alert-link {
  color: rgb(103.46, 103.46, 103.46);
}

.alert-tertiary-color {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-tertiary-color hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-tertiary-color .alert-link {
  color: black;
}

.alert-primary {
  color: rgb(66.04, 40.04, 6.24);
  background-color: rgb(229.4, 219.4, 206.4);
  border-color: rgb(219.16, 205.16, 186.96);
}
.alert-primary hr {
  border-top-color: rgb(210.3621563342, 192.9254986523, 170.2578436658);
}
.alert-primary .alert-link {
  color: rgb(19.4428776978, 11.7882014388, 1.8371223022);
}

.alert-secondary {
  color: rgb(57.72, 39, 29.12);
  background-color: rgb(226.2, 219, 215.2);
  border-color: rgb(214.68, 204.6, 199.28);
}
.alert-secondary hr {
  border-top-color: rgb(203.9744606414, 191.2180758017, 184.4855393586);
}
.alert-secondary .alert-link {
  color: rgb(23.8217964072, 16.0958083832, 12.0182035928);
}

.alert-success {
  color: rgb(47.84, 65.52, 4.16);
  background-color: rgb(222.4, 229.2, 205.6);
  border-color: rgb(209.36, 218.88, 185.84);
}
.alert-success hr {
  border-top-color: rgb(198.3054787234, 210.1313297872, 169.0886702128);
}
.alert-success .alert-link {
  color: rgb(12.8250746269, 17.5647761194, 1.1152238806);
}

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

.alert-warning {
  color: rgb(130.52, 70.72, 28.08);
  background-color: rgb(254.2, 231.2, 214.8);
  border-color: rgb(253.88, 221.68, 198.72);
}
.alert-warning hr {
  border-top-color: rgb(253.3824390244, 206.8775609756, 173.7175609756);
}
.alert-warning .alert-link {
  color: rgb(88.5495081967, 47.9790163934, 19.0504918033);
}

.alert-danger {
  color: rgb(106.08, 27.56, 35.36);
  background-color: rgb(244.8, 214.6, 217.6);
  border-color: rgb(240.72, 198.44, 202.64);
}
.alert-danger hr {
  border-top-color: rgb(235.5796837945, 178.0803162055, 183.792173913);
}
.alert-danger .alert-link {
  color: rgb(65.5975097276, 17.0424902724, 21.8658365759);
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #565656;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #565656;
  text-decoration: none;
  background-color: #fbfbfb;
}
.list-group-item-action:active {
  color: #222222;
  background-color: #E9E9E9;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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: #646464;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #7f4d0c;
  border-color: #7f4d0c;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary-color {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-primary-color.list-group-item-action:hover, .list-group-item-primary-color.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-primary-color.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-primary-color-dark {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-primary-color-dark.list-group-item-action:hover, .list-group-item-primary-color-dark.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-primary-color-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary-color {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-secondary-color.list-group-item-action:hover, .list-group-item-secondary-color.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-secondary-color.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary-color-light {
  color: rgb(119.08, 119.08, 119.08);
  background-color: rgb(247.72, 247.72, 247.72);
}
.list-group-item-secondary-color-light.list-group-item-action:hover, .list-group-item-secondary-color-light.list-group-item-action:focus {
  color: rgb(119.08, 119.08, 119.08);
  background-color: rgb(234.97, 234.97, 234.97);
}
.list-group-item-secondary-color-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.08, 119.08, 119.08);
  border-color: rgb(119.08, 119.08, 119.08);
}

.list-group-item-secondary-color-extra-light {
  color: rgb(128.96, 128.96, 128.96);
  background-color: rgb(253.04, 253.04, 253.04);
}
.list-group-item-secondary-color-extra-light.list-group-item-action:hover, .list-group-item-secondary-color-extra-light.list-group-item-action:focus {
  color: rgb(128.96, 128.96, 128.96);
  background-color: rgb(240.29, 240.29, 240.29);
}
.list-group-item-secondary-color-extra-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 128.96, 128.96);
  border-color: rgb(128.96, 128.96, 128.96);
}

.list-group-item-tertiary-color {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-tertiary-color.list-group-item-action:hover, .list-group-item-tertiary-color.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-tertiary-color.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-primary {
  color: rgb(66.04, 40.04, 6.24);
  background-color: rgb(219.16, 205.16, 186.96);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(66.04, 40.04, 6.24);
  background-color: rgb(210.3621563342, 192.9254986523, 170.2578436658);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(66.04, 40.04, 6.24);
  border-color: rgb(66.04, 40.04, 6.24);
}

.list-group-item-secondary {
  color: rgb(57.72, 39, 29.12);
  background-color: rgb(214.68, 204.6, 199.28);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(57.72, 39, 29.12);
  background-color: rgb(203.9744606414, 191.2180758017, 184.4855393586);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(57.72, 39, 29.12);
  border-color: rgb(57.72, 39, 29.12);
}

.list-group-item-success {
  color: rgb(47.84, 65.52, 4.16);
  background-color: rgb(209.36, 218.88, 185.84);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(47.84, 65.52, 4.16);
  background-color: rgb(198.3054787234, 210.1313297872, 169.0886702128);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(47.84, 65.52, 4.16);
  border-color: rgb(47.84, 65.52, 4.16);
}

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

.list-group-item-warning {
  color: rgb(130.52, 70.72, 28.08);
  background-color: rgb(253.88, 221.68, 198.72);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(130.52, 70.72, 28.08);
  background-color: rgb(253.3824390244, 206.8775609756, 173.7175609756);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130.52, 70.72, 28.08);
  border-color: rgb(130.52, 70.72, 28.08);
}

.list-group-item-danger {
  color: rgb(106.08, 27.56, 35.36);
  background-color: rgb(240.72, 198.44, 202.64);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(106.08, 27.56, 35.36);
  background-color: rgb(235.5796837945, 178.0803162055, 183.792173913);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.08, 27.56, 35.36);
  border-color: rgb(106.08, 27.56, 35.36);
}

.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: 2.4rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(248, 248, 248, 0.9);
  background-clip: padding-box;
  border: 0 solid #7f4d0c;
  border-radius: 0;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0;
  border-bottom: 0 solid #c7c7c7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 0 0;
  margin: 0 0 0 auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: -0.25rem;
  border-top: 0 solid #c7c7c7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 605px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .modal-lg,
  .modal-xl {
    max-width: 1030px;
  }
}
@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Hellix", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  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: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Hellix", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  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: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #E9E9E9;
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -0.5rem;
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #e9e9e9;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: -0.5rem;
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #e9e9e9;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: -0.5rem;
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #e9e9e9;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

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

@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;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-secondary-color-extra-light {
  background-color: #F8F8F8 !important;
}

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

.bg-tertiary-color {
  background-color: #000 !important;
}

a.bg-tertiary-color:hover, a.bg-tertiary-color:focus,
button.bg-tertiary-color:hover,
button.bg-tertiary-color:focus {
  background-color: black !important;
}

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

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

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

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

.bg-success {
  background-color: #5C7E08 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(56.9850746269, 78.0447761194, 4.9552238806) !important;
}

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

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(249.043902439, 106.556097561, 4.956097561) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary-color-extra-light {
  border-color: #F8F8F8 !important;
}

.border-tertiary-color {
  border-color: #000 !important;
}

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

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

.border-success {
  border-color: #5C7E08 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-4by5::before {
  padding-top: 125%;
}

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

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

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

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

.embed-responsive-4by5::before {
  padding-top: 125%;
}

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

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

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

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

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

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

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

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

.embed-responsive-4by5::before {
  padding-top: 125%;
}

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

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

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

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

.embed-responsive-4by5::before {
  padding-top: 125%;
}

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

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

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

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

.embed-responsive-4by5::before {
  padding-top: 125%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 4.8rem !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.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.4rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.8rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.6rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.6rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.6rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.6rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.6rem !important;
  }
  .m-sm-4 {
    margin: 2.4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.4rem !important;
  }
  .m-sm-5 {
    margin: 4.8rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.8rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.8rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.8rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.6rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.6rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.6rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.6rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.6rem !important;
  }
  .p-sm-4 {
    padding: 2.4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.4rem !important;
  }
  .p-sm-5 {
    padding: 4.8rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.8rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.8rem !important;
  }
  .m-sm-n1 {
    margin: -0.4rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .m-sm-n2 {
    margin: -0.8rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.8rem !important;
  }
  .m-sm-n3 {
    margin: -1.6rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.6rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.6rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.6rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.6rem !important;
  }
  .m-sm-n4 {
    margin: -2.4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.4rem !important;
  }
  .m-sm-n5 {
    margin: -4.8rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.8rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.8rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.8rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.8rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.8rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.6rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.6rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.6rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.6rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.6rem !important;
  }
  .m-md-4 {
    margin: 2.4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.4rem !important;
  }
  .m-md-5 {
    margin: 4.8rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.8rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.8rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.8rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.8rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.8rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.6rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.6rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.6rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.6rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.6rem !important;
  }
  .p-md-4 {
    padding: 2.4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.4rem !important;
  }
  .p-md-5 {
    padding: 4.8rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.8rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.8rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.8rem !important;
  }
  .m-md-n1 {
    margin: -0.4rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4rem !important;
  }
  .m-md-n2 {
    margin: -0.8rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.8rem !important;
  }
  .m-md-n3 {
    margin: -1.6rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.6rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.6rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.6rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.6rem !important;
  }
  .m-md-n4 {
    margin: -2.4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.4rem !important;
  }
  .m-md-n5 {
    margin: -4.8rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.8rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.8rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.8rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.8rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.6rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.6rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.6rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.6rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.6rem !important;
  }
  .m-lg-4 {
    margin: 2.4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.4rem !important;
  }
  .m-lg-5 {
    margin: 4.8rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.8rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.8rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.8rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.6rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.6rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.6rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.6rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.6rem !important;
  }
  .p-lg-4 {
    padding: 2.4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.4rem !important;
  }
  .p-lg-5 {
    padding: 4.8rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.8rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.8rem !important;
  }
  .m-lg-n1 {
    margin: -0.4rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4rem !important;
  }
  .m-lg-n2 {
    margin: -0.8rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.8rem !important;
  }
  .m-lg-n3 {
    margin: -1.6rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.6rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.6rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.6rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.6rem !important;
  }
  .m-lg-n4 {
    margin: -2.4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.4rem !important;
  }
  .m-lg-n5 {
    margin: -4.8rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.8rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.8rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.8rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.4rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.8rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.6rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.6rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.6rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.6rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.6rem !important;
  }
  .m-xl-4 {
    margin: 2.4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.4rem !important;
  }
  .m-xl-5 {
    margin: 4.8rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.8rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.8rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.8rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.6rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.6rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.6rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.6rem !important;
  }
  .p-xl-4 {
    padding: 2.4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.4rem !important;
  }
  .p-xl-5 {
    padding: 4.8rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.8rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.8rem !important;
  }
  .m-xl-n1 {
    margin: -0.4rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.4rem !important;
  }
  .m-xl-n2 {
    margin: -0.8rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.8rem !important;
  }
  .m-xl-n3 {
    margin: -1.6rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.6rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.6rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.6rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.6rem !important;
  }
  .m-xl-n4 {
    margin: -2.4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.4rem !important;
  }
  .m-xl-n5 {
    margin: -4.8rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.8rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.8rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.8rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

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

.text-secondary-color-extra-light {
  color: #F8F8F8 !important;
}

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

.text-tertiary-color {
  color: #000 !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(57.1043165468, 34.6223021583, 5.3956834532) !important;
}

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

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

.text-success {
  color: #5C7E08 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(39.4776119403, 54.0671641791, 3.4328358209) !important;
}

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

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

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(224.0414634146, 95.8585365854, 4.4585365854) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(144.1146245059, 36.3853754941, 47.0869565217) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    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 #7B8487;
    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: 1440px !important;
  }
  .container {
    min-width: 1440px !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 #ACB2B4 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #c7c7c7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #c7c7c7;
  }
}
.modal-header .close__icon {
  width: 1.6rem;
  height: 1.6rem;
}

body {
  color: #33383C;
  scroll-behavior: smooth;
  scrollbar-color: #000;
  /* &::-webkit-scrollbar {
      width: 6px;
      height: 4px;

      &-thumb {
          background-color: $primary-color;    !* color of the scroll thumb *!
          border-radius: 8px;       !* roundness of the scroll thumb *!
          border: 1px solid $secondary-color;  !* creates padding around scroll thumb *!
      }
  } */
}
body .hidden {
  display: none;
}
body .h-100vh {
  height: 100vh;
}
body .decoration-none {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body .p-xs-down-0 {
    padding: 0;
  }
}

[role=main] {
  max-width: 1900px;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.experience-component {
  overflow: clip auto;
}

.experience-component:not(.experience-dynamic-dynamicCategoryBanner),
.experience-component:not(.experience-commerce_assets-coreTextContainer),
.experience-component:not(.experience-commerce_assets-coreTitle) {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .experience-component:not(.experience-dynamic-dynamicCategoryBanner),
  .experience-component:not(.experience-commerce_assets-coreTextContainer),
  .experience-component:not(.experience-commerce_assets-coreTitle) {
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 1440px) {
  .experience-component:not(.experience-dynamic-dynamicCategoryBanner),
  .experience-component:not(.experience-commerce_assets-coreTextContainer),
  .experience-component:not(.experience-commerce_assets-coreTitle) {
    margin-bottom: 2.6rem;
  }
}

body,
a {
  color: #33383C;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-bg {
  position: absolute;
  top: 5.6rem;
  right: 0;
  left: 0;
  display: none;
  opacity: 0.5;
  height: 100vh;
  background-color: #000;
}
@media (min-width: 1280px) and (max-width: 1281px) {
  .modal-bg {
    height: 125vh;
  }
}

.dark-bg {
  background: #33383C !important;
}

.off-screen {
  position: absolute;
  left: -9999px;
  color: transparent;
}

@media (min-width: 1024px) {
  .sticky-in-container-element {
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .sticky-in-container {
    position: fixed;
    top: 144px;
  }
  .sticky-in-container-after {
    bottom: 0;
    top: unset;
  }
}

@media (min-width: 768px) {
  div.modal {
    top: 0;
  }
}
@media (min-width: 1024px) {
  div.modal {
    top: 0;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.mobile-only-flex {
  display: flex;
}
@media (min-width: 768px) {
  .mobile-only-flex {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

.desktop-only-flex {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only-flex {
    display: flex;
  }
}

#onetrust-consent-sdk {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}
#onetrust-consent-sdk .onetrust-pc-dark-filter {
  position: absolute;
  inset: 0;
}
#onetrust-consent-sdk #onetrust-pc-sdk {
  pointer-events: auto;
  top: 50%;
  transform: translate(0, -50%);
}
#onetrust-consent-sdk #onetrust-banner-sdk {
  position: static;
  transform: unset;
  pointer-events: auto;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group .banner-actions-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: unset;
}
#onetrust-consent-sdk #onetrust-banner-sdk button,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
  /* Needed to override the basic OneTrust styling */
  display: inline-block !important;
  margin: 0;
  max-width: unset;
  width: 100%;
}
.hero-title {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  .hero-title {
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}

h1,
.h1 {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 4rem;
  font-weight: 352;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 268;
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}

h2,
.h2 {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 3.2rem;
  font-weight: 352;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
}

h3,
.h3 {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 2.4rem;
  font-weight: 352;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 3.2rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 3.2rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
}

h4,
.h4 {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 1.8rem;
  font-weight: 352;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}

h5,
.h5 {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 1.8rem;
  font-weight: 352;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}

h6,
.h6 {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 1.8rem;
  font-weight: 352;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  h6,
  .h6 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}

/*
p,
.p {
    @include paragraph;

    @include media-breakpoint-up(md) {
        @include paragraph-md;
    }

    @include media-breakpoint-up(lg) {
        @include paragraph-lg;
    }

    &--small {
        @include p-small;
    }

    &--xsmall {
        @include p-xsmall;
    }
}
*/
.isicon {
  display: inline-flex;
  line-height: 1;
}
.isicon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentcolor;
}
.isicon--light svg {
  color: #fff;
}
.isicon--dark svg {
  color: #33383C;
}
.isicon:hover svg {
  color: #000;
}
.isicon--error:hover svg {
  color: #C53929;
}

.custom-icon-square {
  position: relative;
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  padding-left: 2.9rem;
}
.custom-icon-square::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 0.2rem solid #33383C;
  border-radius: 0.2rem;
}
.custom-icon-square::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: 50%/70% no-repeat;
}
.custom-icon-square:hover::before {
  border-color: #5D676C;
}
.custom-icon-square__checked::before {
  color: #6f4b38;
  border-color: #33383C;
  background-color: #33383C;
}
.custom-icon-square__checked::after {
  background-image: url("data:image/svg+xml,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.72481 0.675063C8.0472 0.944152 8.09294 1.4267 7.82697 1.75287L3.36753 7.22161C3.22377 7.3979 3.00969 7.5 2.78379 7.5C2.55789 7.5 2.34381 7.3979 2.20005 7.22161L0.173035 4.73582C-0.0929369 4.40965 -0.0472008 3.9271 0.275189 3.65801C0.597579 3.38892 1.07454 3.43519 1.34051 3.76136L2.78379 5.53129L6.65949 0.778415C6.92546 0.452246 7.40242 0.405974 7.72481 0.675063Z' fill='%23ECECEC'/%3e%3c/svg%3e");
}
.custom-icon-square__checked ~ span {
  font-weight: 350;
}

.close__icon > path {
  transition: transform 0.4s ease-in-out;
  transform-origin: center;
}
.close__icon:hover > path {
  transform: rotate(45deg);
}
.close__icon:hover > path + path {
  transform: rotate(-45deg);
}

.menu__icon > path {
  transition: transform 0.4s ease-in-out;
  transform-origin: center;
}
.menu__icon:hover > path + path, .menu__icon:focus-visible > path + path {
  transform: scaleX(0.5);
}
.menu__icon:active > path {
  transform: scaleX(1) translate(-3px, 3px) rotate(45deg);
}
.menu__icon:active > path + path {
  transform: scaleX(1) translate(-3px, -3px) rotate(-45deg);
}

.heart__icon > path {
  transition-property: transform, stroke, fill;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform-origin: center;
}
.heart__icon:focus path, .heart__icon:active path {
  stroke: #33383C;
  fill: #33383C;
}
.heart__icon:hover path {
  transform: scale(1.2);
  stroke: #33383C;
  fill: white;
}
.heart__icon:disabled path {
  fill: #ECECEC;
  stroke: #5D676C;
}

.isicon--heart-full .heart__icon path {
  stroke: #33383C;
  fill: #33383C;
}

.btn, .btn__secondary, .btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding: 1.2rem 2rem;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  color: #33383C;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.info-icon.btn, .info-icon.btn__secondary, .info-icon.btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button.info-icon,
#onetrust-consent-sdk #onetrust-banner-sdk .info-icon#onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .info-icon#onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .info-icon#onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk button.info-icon#onetrust-reject-all-handler:first-child {
  position: relative;
  padding: 0;
  text-transform: lowercase;
  width: fit-content;
  height: fit-content;
}
.info-icon.btn .tooltip:not(.d-none), .info-icon.btn__secondary .tooltip:not(.d-none), .info-icon.btn__primary .tooltip:not(.d-none), #onetrust-consent-sdk #onetrust-banner-sdk button.info-icon .tooltip:not(.d-none),
#onetrust-consent-sdk #onetrust-banner-sdk .info-icon#onetrust-accept-btn-handler .tooltip:not(.d-none),
#onetrust-consent-sdk #onetrust-banner-sdk .info-icon#onetrust-reject-all-handler .tooltip:not(.d-none),
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .info-icon#onetrust-pc-btn-handler .tooltip:not(.d-none) {
  opacity: 1;
  top: 0;
  left: calc(100% + 1rem);
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  width: 200px;
  color: #fff;
  background-color: #000;
  border-radius: 0;
}
.btn .isicon, .btn__secondary .isicon, .btn__primary .isicon, #onetrust-consent-sdk #onetrust-banner-sdk button .isicon,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler .isicon,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler .isicon,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler .isicon, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:first-child .isicon {
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.btn .isicon:hover svg, .btn__secondary .isicon:hover svg, .btn__primary .isicon:hover svg, #onetrust-consent-sdk #onetrust-banner-sdk button .isicon:hover svg,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler .isicon:hover svg,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler .isicon:hover svg,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler .isicon:hover svg {
  color: unset;
}
@media (min-width: 1024px) {
  .btn:not(.btn-block), .btn__secondary:not(.btn-block), .btn__primary:not(.btn-block), #onetrust-consent-sdk #onetrust-banner-sdk button:not(.btn-block),
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:not(.btn-block),
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:not(.btn-block),
  #onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:not(.btn-block), #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:not(.btn-block):first-child {
    width: fit-content;
    align-self: center;
  }
}

.btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
  display: flex;
  background-color: #33383C;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.btn__primary::before, #onetrust-consent-sdk #onetrust-banner-sdk button::before,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler::before,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler::before,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn__primary:hover::before, #onetrust-consent-sdk #onetrust-banner-sdk button:hover::before,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover::before,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover::before,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn__primary:hover, #onetrust-consent-sdk #onetrust-banner-sdk button:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:hover, .hover.btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button.hover,
#onetrust-consent-sdk #onetrust-banner-sdk .hover#onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .hover#onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .hover#onetrust-pc-btn-handler {
  background-color: #5D676C;
  color: #fff;
  border-color: transparent;
}
.btn__primary:focus, #onetrust-consent-sdk #onetrust-banner-sdk button:focus,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:focus,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:focus, .focus.btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button.focus,
#onetrust-consent-sdk #onetrust-banner-sdk .focus#onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .focus#onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .focus#onetrust-pc-btn-handler {
  background-color: #5D676C;
  color: #fff;
  border-color: transparent;
}
.btn__primary:active, #onetrust-consent-sdk #onetrust-banner-sdk button:active,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:active,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:active, .active.btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button.active,
#onetrust-consent-sdk #onetrust-banner-sdk .active#onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .active#onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .active#onetrust-pc-btn-handler {
  background-color: #33383C;
  color: #fff;
  border-color: transparent;
}
.btn__primary:disabled, #onetrust-consent-sdk #onetrust-banner-sdk button:disabled,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:disabled,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:disabled,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:disabled, .disabled.btn__primary, #onetrust-consent-sdk #onetrust-banner-sdk button.disabled,
#onetrust-consent-sdk #onetrust-banner-sdk .disabled#onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .disabled#onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .disabled#onetrust-pc-btn-handler {
  pointer-events: none;
  color: #5D676C;
  background-color: #ECECEC;
  border-color: #E5E5E5;
}
.btn__primary:disabled::before, #onetrust-consent-sdk #onetrust-banner-sdk button:disabled::before,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:disabled::before,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:disabled::before,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler:disabled::before, .disabled.btn__primary::before, #onetrust-consent-sdk #onetrust-banner-sdk button.disabled::before,
#onetrust-consent-sdk #onetrust-banner-sdk .disabled#onetrust-accept-btn-handler::before,
#onetrust-consent-sdk #onetrust-banner-sdk .disabled#onetrust-reject-all-handler::before,
#onetrust-consent-sdk #onetrust-banner-sdk .has-reject-all-button .disabled#onetrust-pc-btn-handler::before {
  display: none;
}
.btn__secondary, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:first-child {
  color: #33383C;
  background-color: #fff;
  border: 1px solid #ACB2B4;
  border-radius: 0.6rem;
  font-weight: 500;
}
.btn__secondary:hover, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:hover:first-child, .hover.btn__secondary, #onetrust-consent-sdk #onetrust-banner-sdk button.hover#onetrust-reject-all-handler:first-child {
  color: #33383C;
  background-color: #fff;
  border-color: #7B8487;
}
.btn__secondary:focus, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:focus:first-child, .focus.btn__secondary, #onetrust-consent-sdk #onetrust-banner-sdk button.focus#onetrust-reject-all-handler:first-child {
  color: #33383C;
  background-color: #fff;
  border-color: #7B8487;
}
.btn__secondary:active, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:active:first-child, .active.btn__secondary, #onetrust-consent-sdk #onetrust-banner-sdk button.active#onetrust-reject-all-handler:first-child {
  color: #33383C;
  background-color: #fff;
  border-color: #5D676C;
}
.btn__secondary:disabled, #onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-reject-all-handler:disabled:first-child, .disabled.btn__secondary, #onetrust-consent-sdk #onetrust-banner-sdk button.disabled#onetrust-reject-all-handler:first-child {
  pointer-events: none;
  color: #5D676C;
  background-color: #ECECEC;
  border-color: #E5E5E5;
  box-shadow: 0 0.25rem 5rem 0 rgba(51, 56, 60, 0.08);
}
.btn--rounded {
  overflow: hidden;
  border-radius: 3.2rem;
}
.btn__large {
  padding: 1.2rem 4rem;
}
@media (min-width: 1440px) {
  .btn__large {
    padding: 1.2rem 6.4rem;
  }
}
.btn--100 {
  width: 100%;
}
.btn__tertiary {
  padding: 0 0;
  height: auto;
  color: #33383C;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #33383C;
  border-radius: 0;
  font-weight: 400;
  line-height: 1.2;
}
.btn__tertiary:hover, .btn__tertiary.hover {
  color: #7B8487;
  border-bottom-color: #7B8487;
}
.btn__tertiary:focus, .btn__tertiary.focus {
  color: #7B8487;
  border-bottom-color: #7B8487;
}
.btn__tertiary:active, .btn__tertiary.active {
  color: #5D676C;
  border-bottom-color: #5D676C;
}
.btn__tertiary:disabled, .btn__tertiary.disabled {
  color: #5D676C;
  background-color: #ECECEC;
  border-bottom-color: #E5E5E5;
}
.btn__tertiary.btn--icon-center {
  padding-left: 0;
  padding-right: 0;
}
.btn__back {
  margin: 2rem 0;
}
.btn--reset-style {
  background: none;
  border: none;
}
.btn--icon-left {
  line-height: 1.6;
  padding-left: 2.4rem;
  padding-right: 3.2rem;
}
.btn--icon-left .isicon {
  margin-right: 1.6rem;
}
@media (min-width: 1024px) {
  .btn--icon-left .isicon {
    margin-right: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .btn--icon-left {
    padding-left: 4rem;
    padding-right: 4.8rem;
  }
}
.btn--icon-right {
  line-height: 1.6;
  padding-left: 3.2rem;
  padding-right: 2.4rem;
}
.btn--icon-right .isicon {
  margin-left: 1.6rem;
}
@media (min-width: 1024px) {
  .btn--icon-right .isicon {
    margin-left: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .btn--icon-right {
    padding-left: 4.8rem;
    padding-right: 4rem;
  }
}
.btn--icon-dual {
  line-height: 1.6;
  padding-left: 3.2rem;
  padding-right: 2.4rem;
}
.btn--icon-dual i:first-child {
  margin-right: 1.6rem;
}
@media (min-width: 1024px) {
  .btn--icon-dual i:first-child {
    margin-right: 1.8rem;
  }
}
.btn--icon-dual i:last-child {
  margin-left: 1.6rem;
}
@media (min-width: 1024px) {
  .btn--icon-dual i:last-child {
    margin-left: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .btn--icon-dual {
    padding-left: 4.8rem;
    padding-right: 4rem;
  }
}
.btn--icon-center {
  width: 3.2rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .btn--icon-center {
    width: 3.2rem;
    padding: 0;
  }
}
.btn--icon-left.btn__tertiary, .btn--icon-right.btn__tertiary, .btn--icon-dual.btn__tertiary, .btn--icon-center.btn__tertiary {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .btn--icon-left.btn__tertiary, .btn--icon-right.btn__tertiary, .btn--icon-dual.btn__tertiary, .btn--icon-center.btn__tertiary {
    padding-left: 0;
    padding-right: 0;
  }
}
.btn--focusoff:focus, .btn--focusoff.focus {
  box-shadow: none;
}
.btn--nodecoration:hover, .btn--nodecoration.hover, .btn--nodecoration:focus, .btn--nodecoration.focus {
  text-decoration: none;
}

button:focus-visible,
a:focus-visible,
.btn:focus-visible {
  outline: #ACB2B4 solid 0.1rem;
  outline-offset: 4px;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
.btn:focus:not(:focus-visible) {
  outline-color: transparent;
}

.close {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  line-height: 1;
  border: none;
  background: transparent;
}
.close:hover .close__icon > path {
  transform: rotate(45deg);
}
.close:hover .close__icon > path + path {
  transform: rotate(-45deg);
}

a.link {
  text-decoration: underline;
  font-size: 1.4rem;
}
a.link:hover {
  color: #000;
}
@media (min-width: 1440px) {
  a.link {
    font-size: 1.6rem;
  }
}
a.link--back {
  text-decoration: none;
}
a.link--back .isicon {
  padding-right: 1.4rem;
  display: inline-flex;
  align-items: center;
}
a.link--back .isicon svg {
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(180deg);
}
a.link--back .isicon:hover svg {
  color: unset;
}
a.link--no-underline {
  text-decoration: none;
}
a.link--no-hover-underline:hover {
  text-decoration: none;
}

.pricing,
.prices .product-price,
.prices .product-price .value,
.prices div.strike-through {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .pricing,
  .prices .product-price,
  .prices .product-price .value,
  .prices div.strike-through {
    font-size: 1.4rem;
  }
}
@media (min-width: 1440px) {
  .pricing,
  .prices .product-price,
  .prices .product-price .value,
  .prices div.strike-through {
    font-size: 1.4rem;
  }
}

.prices {
  color: #5D676C;
}
.prices .product-price__price {
  align-items: center;
}
.prices .product-price span {
  display: flex;
  align-items: center;
}
.prices .starting {
  align-items: center;
  font-size: 1.4rem;
  text-transform: none;
  white-space: nowrap;
}
.prices .starting .value {
  margin-left: 1rem;
}
.prices div.strike-through {
  margin-right: 1rem;
  color: #7B8487;
  text-decoration: line-through;
}

.add-to-cart-with-total .prices .product-price .value {
  font-size: 1.6rem;
  color: #fff;
}
.add-to-cart-with-total .prices .strike-through {
  font-size: 1.6rem;
}

@media (min-width: 0) and (max-width: 768px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .row {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
@media (min-width: 1920px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.container {
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 4.8rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 5.6rem;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0 6.4rem;
  }
}

select.form-control,
.custom-dropdown .form-control {
  appearance: none;
  background: transparent no-repeat right 0.8rem center/2.4rem 0.8rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy41MDE1NSA1Ljk0NGUtMDlMNC4wMDE3NyAzLjQ5OTc4TDAuNTAxOTg4IDguOTQxMjllLTA4TDUuOTQ0ZS0wOSAwLjQ5ODQ1NEwzLjQ5OTc4IDMuOTk4MjNMNC4wMDE3NyA0LjUwMDIyTDQuNTAwMjIgMy45OTgyM0w4IDAuNDk4NDUzTDcuNTAxNTUgNS45NDRlLTA5WiIgZmlsbD0iIzIyMjIyMiIvPgo8L3N2Zz4K");
  padding-right: 4rem;
  height: 3.6rem;
  min-width: 6rem;
  line-height: normal;
  caret-color: transparent;
  margin: 0;
}
select.form-control:focus,
.custom-dropdown .form-control:focus {
  background: transparent no-repeat right 0.8rem center/2.4rem 0.8rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy41MDE1NSA1Ljk0NGUtMDlMNC4wMDE3NyAzLjQ5OTc4TDAuNTAxOTg4IDguOTQxMjllLTA4TDUuOTQ0ZS0wOSAwLjQ5ODQ1NEwzLjQ5OTc4IDMuOTk4MjNMNC4wMDE3NyA0LjUwMDIyTDQuNTAwMjIgMy45OTgyM0w4IDAuNDk4NDUzTDcuNTAxNTUgNS45NDRlLTA5WiIgZmlsbD0iIzIyMjIyMiIvPgo8L3N2Zz4K");
}
select.form-control.is-invalid,
.custom-dropdown .form-control.is-invalid {
  background: transparent no-repeat right 1.3rem center/1.2rem 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy41MDE1NSA1Ljk0NGUtMDlMNC4wMDE3NyAzLjQ5OTc4TDAuNTAxOTg4IDguOTQxMjllLTA4TDUuOTQ0ZS0wOSAwLjQ5ODQ1NEwzLjQ5OTc4IDMuOTk4MjNMNC4wMDE3NyA0LjUwMDIyTDQuNTAwMjIgMy45OTgyM0w4IDAuNDk4NDUzTDcuNTAxNTUgNS45NDRlLTA5WiIgZmlsbD0iIzIyMjIyMiIvPgo8L3N2Zz4K");
}
select.form-control.is-invalid:required,
.custom-dropdown .form-control.is-invalid:required {
  color: #C53929;
}
select.form-control:required,
.custom-dropdown .form-control:required {
  color: #646464;
}
select.form-control:required:valid,
.custom-dropdown .form-control:required:valid {
  color: #33383C;
}

.form-control.custom-select {
  background-color: transparent;
  color: #222222;
  font-size: 1.6rem;
  border-bottom-color: #ECECEC;
}
@media (min-width: 1440px) {
  .form-control.custom-select {
    font-size: 1.6rem;
  }
}
.form-control.custom-select:hover {
  background-color: transparent;
  color: #33383C;
  border-bottom-color: #33383C;
}
.form-control.custom-select:focus {
  background-color: transparent;
  color: #33383C;
  border-bottom-color: #33383C;
}
.form-control.custom-select:disabled {
  color: #5D676C;
  background-color: transparent;
  border-bottom-color: transparent;
}

input[type=radio] {
  accent-color: #33383C;
}
input[type=password] {
  padding-right: 4.2rem;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important; /* stylelint-disable-line */
}

.form-group {
  position: relative;
}
.form-group .show-password {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  bottom: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 20C11.5817 20 8 16 8 16C8 16 11.5817 12 16 12C20.4183 12 24 16 24 16C24 16 20.4183 20 16 20ZM18.5976 13.4982C19.5171 13.8402 20.3626 14.3214 21.0885 14.8228C21.6972 15.2432 22.2024 15.6645 22.5731 16C22.2024 16.3355 21.6972 16.7568 21.0885 17.1772C19.7168 18.1247 17.9181 19 16 19C14.0819 19 12.2832 18.1247 10.9115 17.1772C10.3028 16.7568 9.7976 16.3355 9.42688 16C9.7976 15.6645 10.3028 15.2432 10.9115 14.8228C11.6374 14.3214 12.4829 13.8402 13.4024 13.4982C13.1465 13.9399 13 14.4528 13 15C13 16.6569 14.3431 18 16 18C17.6569 18 19 16.6569 19 15C19 14.4528 18.8535 13.9399 18.5976 13.4982Z' fill='%23222222'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3.2rem;
  caret-color: transparent;
}

.form-control[type=number]::-webkit-inner-spin-button,
.form-control[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.input-group--small {
  max-width: 10.3rem;
}
.input-group--small .btn-minus {
  padding: 0.5rem 1.2rem;
}
.input-group--small .btn-plus {
  padding: 0.5rem 1.2rem;
}
.input-group--small input[type=number] {
  font-size: 1.1rem;
}
.input-group--minmax {
  max-width: 15rem;
  border: 0.1rem solid #ECECEC;
}
.input-group--minmax.disabled {
  pointer-events: none;
}
.input-group--minmax.disabled input {
  color: #ACB2B4;
}
.input-group--minmax.disabled svg {
  color: #ACB2B4;
}
.input-group--minmax input[type=number] {
  height: auto;
  text-align: center;
  border: 0;
  font-size: 1.8rem;
  background-color: transparent;
}
.input-group--minmax input[type=number]:hover {
  border: none;
}
.input-group--minmax .btn-minus {
  padding: 1.7rem 1.6rem 1.7rem 2.4rem;
}
.input-group--minmax .btn-plus {
  padding: 1.7rem 2.4rem 1.7rem 1.6rem;
}
.input-group--minmax .btn-minus,
.input-group--minmax .btn-plus {
  border: 0;
  color: #33383C;
}
.input-group--minmax .btn-minus:focus,
.input-group--minmax .btn-plus:focus {
  box-shadow: none;
}
.input-group--minmax .btn-minus.disabled,
.input-group--minmax .btn-plus.disabled {
  pointer-events: none;
}
.input-group--minmax .btn-minus.disabled svg,
.input-group--minmax .btn-plus.disabled svg {
  color: #ACB2B4;
  pointer-events: none;
}
.input-group--minmax .btn-minus:not(:disabled, .disabled):hover, .input-group--minmax .btn-minus:not(:disabled, .disabled):focus, .input-group--minmax .btn-minus:not(:disabled, .disabled):active,
.input-group--minmax .btn-plus:not(:disabled, .disabled):hover,
.input-group--minmax .btn-plus:not(:disabled, .disabled):focus,
.input-group--minmax .btn-plus:not(:disabled, .disabled):active {
  background-color: unset;
  box-shadow: none;
}
.input-group--minmax .btn-minus:not(:disabled, .disabled):hover svg, .input-group--minmax .btn-minus:not(:disabled, .disabled):focus svg, .input-group--minmax .btn-minus:not(:disabled, .disabled):active svg,
.input-group--minmax .btn-plus:not(:disabled, .disabled):hover svg,
.input-group--minmax .btn-plus:not(:disabled, .disabled):focus svg,
.input-group--minmax .btn-plus:not(:disabled, .disabled):active svg {
  color: #000;
}
.input-group label {
  margin-bottom: 0.8rem;
}

.custom-control-label {
  font-size: 1.6rem;
}
.custom-checkbox .custom-control-label::after {
  background: 50%/70% no-repeat;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  border-radius: 0.2rem;
}

.custom-control-input {
  transition: 0.4s ease-out;
}
.custom-control-input ~ .custom-control-label::before {
  box-shadow: inset 0 0 0 0.2rem #33383C;
  border: none;
}
.custom-control-input:focus ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input.checked ~ .custom-control-label::before {
  box-shadow: inset 0 0 0 0.2rem #33383C;
}
.custom-control-input:focus-visible ~ .custom-control-label::before {
  box-shadow: inset 0 0 0 0.2rem #5D676C;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  box-shadow: #5D676C;
}
.custom-control-input:not(.disabled, :disabled) ~ .custom-control-label:hover, .custom-control-input:not(.disabled, :disabled) ~ .custom-control-label.hover {
  cursor: pointer;
}
.custom-control-input:not(.disabled, :disabled) ~ .custom-control-label:hover::before, .custom-control-input:not(.disabled, :disabled) ~ .custom-control-label.hover::before {
  box-shadow: inset 0 0 0 0.2rem #5D676C;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  font-weight: 350;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #33383C;
}

.form-control-label {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: none;
  color: #5D676C;
}
@media (min-width: 1024px) {
  .form-control-label {
    font-size: 1.2rem;
    text-transform: none;
  }
}

.form-control {
  min-height: 3.2rem;
  border: 1px solid;
  border-top-color: transparent; /* stylelint-disable-line */
  border-right-color: transparent; /* stylelint-disable-line */
  border-bottom-color: #ECECEC; /* stylelint-disable-line */
  border-left-color: transparent; /* stylelint-disable-line */
  border-radius: 0;
  font-size: 1.6rem;
  background-color: transparent;
  margin-top: auto;
  transition: all 0.3s ease-in-out;
}
.form-control:hover {
  color: #33383C;
  border-top-color: transparent; /* stylelint-disable-line */
  border-right-color: transparent; /* stylelint-disable-line */
  border-bottom-color: #33383C; /* stylelint-disable-line */
  border-left-color: transparent; /* stylelint-disable-line */
  background-color: transparent;
}
.form-control:focus {
  color: #33383C;
  border-top-color: transparent; /* stylelint-disable-line */
  border-right-color: transparent; /* stylelint-disable-line */
  border-bottom-color: #33383C; /* stylelint-disable-line */
  border-left-color: transparent; /* stylelint-disable-line */
  background-color: transparent;
}
.form-control:disabled {
  color: #5D676C;
  background-color: #F3F3F3;
}
.form-control:disabled ~ .show-password {
  pointer-events: none;
  opacity: 0.2;
}
.form-control:focus:not(.search-field) {
  box-shadow: none;
}
.form-control:hover:not(.search-field, [disabled]) {
  cursor: pointer;
  box-shadow: none;
}
.form-control:not(:placeholder-shown, select, .search-field, .combobox input[type=text], .custom-dropdown-trigger) {
  color: #33383C;
  border-top-color: transparent; /* stylelint-disable-line */
  border-right-color: transparent; /* stylelint-disable-line */
  border-bottom-color: #33383C; /* stylelint-disable-line */
  border-left-color: transparent; /* stylelint-disable-line */
}
.form-control::placeholder {
  font-size: 1.4rem;
  color: #5D676C;
}
.form-control.icon-left + i {
  position: absolute;
  top: 5.4rem;
  left: 1.4rem;
}
.form-control.icon-left::placeholder {
  padding-left: 2.4rem;
}
.form-control.icon-right + i {
  position: absolute;
  top: 5.4rem;
  right: 1.4rem;
}
.form-control.icon-right::placeholder {
  margin-right: 2.4rem;
}
.form-control.icon-dual + i {
  position: absolute;
  top: 5.4rem;
  left: 1.4rem;
}
.form-control.icon-dual + i + i {
  position: absolute;
  top: 5.4rem;
  right: 1.4rem;
}
.form-control.icon-dual::placeholder {
  margin-right: 2.4rem;
  padding-left: 2.4rem;
}
.form-control.search-field:focus {
  border-bottom: 0.1rem solid #ACB2B4;
  box-shadow: none;
}
.form-control.is-invalid {
  border-bottom-width: 0.1rem;
  border-top-color: transparent; /* stylelint-disable-line */
  border-right-color: transparent; /* stylelint-disable-line */
  border-bottom-color: #cc3544; /* stylelint-disable-line */
  border-left-color: transparent; /* stylelint-disable-line */
}
.form-control.is-invalid:hover:not([disabled]), .form-control.is-invalid:focus:not([disabled]) {
  border-bottom-width: 0.1rem;
  border-top-color: transparent; /* stylelint-disable-line */
  border-right-color: transparent; /* stylelint-disable-line */
  border-bottom-color: #cc3544; /* stylelint-disable-line */
  border-left-color: transparent; /* stylelint-disable-line */
}

.form-help-text {
  margin-top: 0.4rem;
  font-size: 1.1rem;
}

.invalid-feedback,
.valid-feedback {
  padding: 0;
  position: relative;
}

.invalid-feedback {
  color: #C53929;
  background-color: transparent;
}

.valid-feedback {
  color: #000;
  background-color: transparent;
}

.form-check-inline {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
}

.phone-input::before {
  content: attr(data-prefix);
  bottom: 3.5rem;
  position: absolute;
  font-size: 1.2rem;
}
.phone-input.shipping-phone::before {
  bottom: 3.6rem;
}
.phone-input input {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
.phone-input .form-help-text {
  padding-left: 2.5rem;
}

a.tag {
  text-decoration: none;
}

.tag {
  padding: 0.2rem 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  border: none;
  white-space: nowrap;
}
.tag--instock {
  color: #000;
  background-color: transparent;
}
.tag--soldout {
  color: #C53929;
  background-color: transparent;
}
.tag--info, .tag.active {
  color: #33383C;
  background-color: #F8F8F8;
}
.tag--neutral {
  color: #33383C;
  background-color: #F3F3F3;
}
.tag--has-border {
  border: solid 0.1rem #ECECEC;
}
.tag--has-border.active {
  border-color: currentcolor;
}

.hero {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero--70 {
  height: 7rem;
}
@media (min-width: 768px) {
  .hero-sm--95 {
    height: 9.5rem;
  }
}
@media (min-width: 1024px) {
  .hero-md--140 {
    height: 14rem;
  }
}
@media (min-width: 1440px) {
  .hero-lg--200 {
    height: 20rem;
  }
}

.sub-nav-item {
  position: relative;
  justify-content: space-between;
  align-items: center;
  display: block;
  width: 100%;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0.2rem solid transparent;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  background-color: #fff;
  color: #33383C;
  transition: background-color 0.4s ease-out, color 0.4s ease-out, border-color 0.4s ease-out;
}
@media (min-width: 768px) {
  .sub-nav-item {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .sub-nav-item {
    padding: 1.1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.sub-nav-item::after:not(.pill) {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.498453L3.49978 3.99823L0 7.49801L0.498453 8L3.99823 4.50022L4.50022 3.99823L3.99823 3.49978L0.498453 0L0 0.498453Z' fill='%23222222'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  line-height: 0;
}
@media (max-width: 1023.98px) {
  .sub-nav-item::after:not(.pill) {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4161 6.24042L11.4195 5.76223L6.2374 5.76223L6.24079 0.583563H5.75921L5.75921 5.75884L0.580544 5.76223L0.583935 6.24042L5.75921 6.24042L5.7626 11.4191H6.2374L6.24079 6.24042L11.4161 6.24042Z' fill='%23222222'/%3E%3C/svg%3E");
  }
}
.sub-nav-item:hover, .sub-nav-item:focus, .sub-nav-item:active, .sub-nav-item.active, .sub-nav-item[aria-expanded=true] {
  background-color: #F8F8F8;
  text-decoration: none;
}
.sub-nav-item:active, .sub-nav-item.active {
  color: #000;
}
.sub-nav-item:active::after:not(.pill), .sub-nav-item.active::after:not(.pill) {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.498453L3.49978 3.99823L0 7.49801L0.498453 8L3.99823 4.50022L4.50022 3.99823L3.99823 3.49978L0.498453 0L0 0.498453Z' fill='%23BF781A'/%3E%3C/svg%3E");
}
@media (max-width: 1023.98px) {
  .sub-nav-item:active::after:not(.pill), .sub-nav-item.active::after:not(.pill) {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4161 6.24042L11.4195 5.76223L6.2374 5.76223L6.24079 0.583563H5.75921L5.75921 5.75884L0.580544 5.76223L0.583935 6.24042L5.75921 6.24042L5.7626 11.4191H6.2374L6.24079 6.24042L11.4161 6.24042Z' fill='%23222222'/%3E%3C/svg%3E");
  }
}
.sub-nav-item:disabled {
  background-color: #F3F3F3;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .sub-nav-item[aria-expanded=true]::after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.75' width='10' height='0.5' fill='%23222222'/%3E%3C/svg%3E");
    padding-bottom: 0.3rem;
  }
}

.pull-left .nav-link,
.main-menu .navbar .nav-item .nav-link,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link,
.description-and-detail__nav {
  position: relative;
  display: inline-block;
  padding: 1.6rem;
  letter-spacing: 0;
  color: #33383C;
  caret-color: transparent;
  transition: background-color 0.4s ease-out, color 0.4s ease-out;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 1024px) {
  .pull-left .nav-link,
  .main-menu .navbar .nav-item .nav-link,
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link,
  .description-and-detail__nav {
    padding: 1.2rem 0.8rem;
    line-height: 2;
  }
}
.pull-left .nav-link::after,
.main-menu .navbar .nav-item .nav-link::after,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link::after,
.description-and-detail__nav::after {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  display: unset;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
  height: 0.2rem;
  margin-left: 0;
  vertical-align: unset;
  border: none;
  background-color: #000;
}
@media (min-width: 1024px) {
  .pull-left .nav-link::after,
  .main-menu .navbar .nav-item .nav-link::after,
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link::after,
  .description-and-detail__nav::after {
    left: 0.8rem;
    right: 0.8rem;
  }
}
.pull-left .nav-link.active::after, .pull-left .nav-link:hover::after,
.main-menu .navbar .nav-item .nav-link.active::after,
.main-menu .navbar .nav-item .nav-link:hover::after,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link.active::after,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:hover::after,
.description-and-detail__nav.active::after,
.description-and-detail__nav:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.pull-left .nav-link:hover, .pull-left .nav-link:focus,
.main-menu .navbar .nav-item .nav-link:hover,
.main-menu .navbar .nav-item .nav-link:focus,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:hover,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:focus,
.description-and-detail__nav:hover,
.description-and-detail__nav:focus {
  color: #000;
}
.pull-left .nav-link:focus,
.main-menu .navbar .nav-item .nav-link:focus,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:focus,
.description-and-detail__nav:focus {
  background-color: #F8F8F8;
}
.pull-left .nav-link:focus::after,
.main-menu .navbar .nav-item .nav-link:focus::after,
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:focus::after,
.description-and-detail__nav:focus::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* stylelint-disable */
.pull-left > .nav-link {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.pull-left > .nav-link b, .pull-left > .nav-link strong {
  font-weight: 500;
}

.main-menu .navbar .nav-item .nav-link {
  text-transform: none;
  font-size: 1.4rem;
  white-space: nowrap;
}

.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link,
.description-and-detail__nav {
  text-transform: none;
  font-size: 1.4rem;
}

.main-menu .navbar .nav-item.display .nav-link::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.description-and-detail__wrapper {
  max-width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 92%;
  height: 100%;
}

.description-and-detail__nav {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0 0.8rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .description-and-detail__nav {
    padding: 0 0.8rem;
    font-size: 1.4rem;
  }
}
.description-and-detail__nav:hover, .description-and-detail__nav:focus, .description-and-detail__nav:active, .description-and-detail__nav.active {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.description-and-detail__nav:focus {
  outline: none;
  background-color: #F8F8F8;
}
.description-and-detail__nav.active {
  font-weight: 700;
}
.description-and-detail__nav::after {
  bottom: 0;
  right: 0;
  left: 0;
}
.description-and-detail__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: unset;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.4s ease-out;
  width: 100%;
  height: 0.2rem;
  margin-left: 0;
  vertical-align: unset;
  border: none;
  background-color: #000;
}
.description-and-detail__nav:focus::before {
  transform: scaleX(1);
  transform-origin: top left;
}

.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link {
  width: 100%;
  border-left: 0.2rem solid transparent;
}
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link[data-toggle=collapse] {
  padding-right: 4rem;
}
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link[data-toggle=collapse]::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.498453L3.49978 3.99823L0 7.49801L0.498453 8L3.99823 4.50022L4.50022 3.99823L3.99823 3.49978L0.498453 0L0 0.498453Z' fill='%2333383C'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s ease-out;
}
.main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link[data-toggle=collapse][aria-expanded=true]::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.498453L3.49978 3.99823L0 7.49801L0.498453 8L3.99823 4.50022L4.50022 3.99823L3.99823 3.49978L0.498453 0L0 0.498453Z' fill='%23000'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1023.98px) {
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:focus, .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link[aria-expanded=true] {
    background-color: #F8F8F8;
  }
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:focus::after, .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link[aria-expanded=true]::after {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link:hover::after {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link[aria-expanded=true] {
    color: #000;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.navbar-toggleable-sm.menu-toggleable-left.multilevel-dropdown.d-md-flex.in .nav-item .nav-link {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* stylelint-enable */
.main-menu .navbar .nav-item .tab-pane-wrapper a {
  display: flex;
  align-items: center;
  min-height: 4.8rem;
  padding: 1.6rem;
  width: 100%;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.7;
  text-decoration: none;
  transition: background-color 0.4s ease-out, color 0.4s ease-out;
}
@media (min-width: 1024px) {
  .main-menu .navbar .nav-item .tab-pane-wrapper a {
    min-height: unset;
    padding: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.main-menu .navbar .nav-item .tab-pane-wrapper a:hover, .main-menu .navbar .nav-item .tab-pane-wrapper a:focus {
  background-color: #F8F8F8;
}
.main-menu .navbar .nav-item .tab-pane-wrapper a:active, .main-menu .navbar .nav-item .tab-pane-wrapper a.active {
  color: #000;
}

@media (max-width: 1023.98px) {
  .dropdown-menu__mobile .sub-nav-item[data-toggle=collapse]::after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4161 6.24042L11.4195 5.76223L6.2374 5.76223L6.24079 0.583563H5.75921L5.75921 5.75884L0.580544 5.76223L0.583935 6.24042L5.75921 6.24042L5.7626 11.4191H6.2374L6.24079 6.24042L11.4161 6.24042Z' fill='%23222222'/%3E%3C/svg%3E");
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 1023.98px) {
  .dropdown-menu__mobile .sub-nav-item[aria-expanded=true]::after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.75' width='10' height='0.5' fill='%23222222'/%3E%3C/svg%3E");
    top: calc(50% - 1.2rem);
  }
}

.accordion .card-header,
.accordion .card-body,
.accordion .btn {
  padding: 0;
  font-family: "Hellix", sans-serif;
}
.accordion .card-header button {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
}
@media (max-width: 1023.98px) {
  .accordion .card-header button::after {
    content: "";
    border: none;
    cursor: pointer;
    right: 0.8rem;
    bottom: 0.5rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75155 0.75L4.25177 4.24978L0.751988 0.75L0.25 1.24845L3.74978 4.74823L4.25177 5.25022L4.75022 4.74823L8.25 1.24845L7.75155 0.75Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.2rem;
    height: 3.2rem;
  }
  .accordion .card-header button[aria-expanded=true]::after {
    transform: rotate(180deg);
    transition: ease-in 0.4s;
  }
}
@media (max-width: 1023.98px) {
  .accordion .card-body {
    padding-left: 0.8rem;
    padding-top: 2.8rem;
  }
}
.accordion .btn {
  width: 100%;
  text-align: left;
}
.accordion a {
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.accordion .tag--has-border {
  margin-bottom: 1rem;
}
.accordion .card-header .btn {
  font-weight: 700;
}
.accordion--cart-total, .accordion--order-total {
  margin: 1.6rem 0;
}
.accordion--cart-total .card-header, .accordion--order-total .card-header {
  border-left: unset;
}
.accordion--cart-total .card-header .btn, .accordion--order-total .card-header .btn {
  justify-content: space-evenly;
  text-transform: unset;
  height: 5.6rem;
  font-weight: 400;
  letter-spacing: normal;
  background-color: #F3F3F3;
}
.accordion--cart-total .card-header .btn::after, .accordion--order-total .card-header .btn::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75155 0.75L4.25177 4.24978L0.751988 0.75L0.25 1.24845L3.74978 4.74823L4.25177 5.25022L4.75022 4.74823L8.25 1.24845L7.75155 0.75Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
}
.accordion--cart-total .card-header .btn[aria-expanded=true]::after, .accordion--order-total .card-header .btn[aria-expanded=true]::after {
  top: 43%;
}
.accordion--cart-total .card-header .btn span:first-child, .accordion--order-total .card-header .btn span:first-child {
  font-size: 1.6rem;
}
.accordion--cart-total .card-header .btn span:last-child, .accordion--order-total .card-header .btn span:last-child {
  font-size: 1.6rem;
  font-weight: 350;
}
@media (max-width: 1023.98px) {
  .accordion--cart-total .card-header .btn span:last-child, .accordion--order-total .card-header .btn span:last-child {
    margin-left: 8rem;
  }
}
.accordion--cart-total .card-body, .accordion--order-total .card-body {
  padding: 0;
}
.accordion--cart-total .card-body.order-total__summary, .accordion--order-total .card-body.order-total__summary {
  padding: 0 2.4rem 2.4rem;
}
.accordion--cart-total {
  margin: 0;
}
.accordion--cart-total .card-header {
  justify-content: space-evenly;
}
.accordion--cart-total .card-header .btn::after {
  width: 1.3rem;
  height: 0.7rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12268 7.37515L6.37235 2.12548L11.622 7.37515L12.375 6.62747L7.12533 1.3778L6.37235 0.624821L5.62467 1.3778L0.375 6.62747L1.12268 7.37515Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
}
@media (max-width: 1023.98px) {
  .accordion--cart-total .card-header .btn .sub-total {
    margin-left: 8rem;
  }
}
.accordion--cart-total .cart__totals-container {
  border-top: solid 0.1rem #ECECEC;
}
.accordion--order-total {
  width: 100%;
  margin-inline: -2.4rem;
  width: calc(100% + 4.8rem);
  border-top: solid 0.1rem #ECECEC;
  border-bottom: solid 0.1rem #ECECEC;
}
.accordion--order-total .order-total {
  border-top: solid 0.1rem #ECECEC;
}
.accordion--order-history .accordion__title .btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem;
  height: auto;
  border-bottom: unset;
  color: #000;
  background-color: #fff;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .accordion--order-history .accordion__title .btn {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.accordion--order-history .accordion__title .btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.6rem;
  transition: ease-out 0.4s;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75155 0.75L4.25177 4.24978L0.751988 0.75L0.25 1.24845L3.74978 4.74823L4.25177 5.25022L4.75022 4.74823L8.25 1.24845L7.75155 0.75Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
}
.accordion--order-history .accordion__title .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
  transition: ease-in 0.4s;
  top: 43%;
}
.accordion--order-history .tag {
  padding: 0;
}
.accordion--faq-section .card {
  background-color: transparent;
}
.accordion--faq-section .card-header {
  background-color: transparent;
}
.accordion--faq-section .card-header .btn {
  border: 0.1rem solid #ACB2B4;
  background-color: transparent;
  justify-content: start;
  padding: 0 5rem 0 1.6rem;
}
.accordion--faq-section .card-header .btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75155 0.75L4.25177 4.24978L0.751988 0.75L0.25 1.24845L3.74978 4.74823L4.25177 5.25022L4.75022 4.74823L8.25 1.24845L7.75155 0.75Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;
  width: 0.9rem;
  height: 0.6rem;
  transition: ease-out 0.4s;
}
.accordion--faq-section .card-header .btn[aria-expanded=true] {
  border: 0.1rem solid #F8F8F8;
  border-left-color: #000;
  background-color: #F8F8F8;
}
.accordion--faq-section .card-header .btn[aria-expanded=true]::after {
  top: calc(50% - 0.4rem);
  transform: rotate(180deg);
  transition: ease-in 0.4s;
}
.accordion--faq-section .card-header .btn:hover {
  background-color: #F8F8F8;
  border: 0.1rem solid #F8F8F8;
}
.accordion--faq-section .card-header .btn:focus, .accordion--faq-section .card-header .btn:active {
  border: 0.1rem solid #F8F8F8;
  border-left-color: #000;
  background-color: #F8F8F8;
  color: #000;
}
.accordion--set-product-section .card {
  background-color: transparent;
}
.accordion--set-product-section .card-header {
  background-color: transparent;
}
.accordion--set-product-section .card-header .btn { /* stylelint-disable-line */
  border: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #F8F8F8;
  background-color: transparent;
  justify-content: start;
  padding: 0 5rem 0 1.6rem;
}
.accordion--set-product-section .card-header .btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75155 0.75L4.25177 4.24978L0.751988 0.75L0.25 1.24845L3.74978 4.74823L4.25177 5.25022L4.75022 4.74823L8.25 1.24845L7.75155 0.75Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;
  width: 0.9rem;
  height: 0.6rem;
  transition: ease-out 0.4s;
}
.accordion--set-product-section .card-header .btn[aria-expanded=true] {
  border: 0.1rem solid transparent;
  background-color: transparent;
}
.accordion--set-product-section .card-header .btn[aria-expanded=true]::after {
  top: calc(50% - 0.4rem);
  transform: rotate(180deg);
  transition: ease-in 0.4s;
}
.accordion--set-product-section .card-header .btn:hover {
  background-color: #F8F8F8;
  border: 0.1rem solid #F8F8F8;
}
.accordion--set-product-section .card-header .btn:focus, .accordion--set-product-section .card-header .btn:active {
  border: 0.1rem solid transparent;
  background-color: transparent;
  color: #33383C;
}
@media (max-width: 1023.98px) {
  .accordion--faq-section-item {
    padding: 0.8rem 0;
  }
}
.accordion--faq-section-item .card-header .btn { /* stylelint-disable-line */
  position: relative;
  justify-content: start;
  text-transform: none;
  border: none;
  background-color: transparent;
  padding: 0 5rem 0 1.6rem;
  height: auto;
  min-height: 3.2rem;
}
.accordion--faq-section-item .card-header .btn[data-toggle=collapse] {
  border: none;
  border-left-color: unset;
}
.accordion--faq-section-item .card-header .btn[data-toggle=collapse]::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4161 6.24042L11.4195 5.76223L6.2374 5.76223L6.24079 0.583563H5.75921L5.75921 5.75884L0.580544 5.76223L0.583935 6.24042L5.75921 6.24042L5.7626 11.4191H6.2374L6.24079 6.24042L11.4161 6.24042Z' fill='%23222222'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: none;
  transition: none;
}
.accordion--faq-section-item .card-header .btn[aria-expanded=true] {
  border: none;
  border-left-color: unset;
  background-color: unset;
  color: #000;
}
.accordion--faq-section-item .card-header .btn[aria-expanded=true]::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.75' width='10' height='0.5' fill='%23222222'/%3E%3C/svg%3E");
  top: calc(50% - 1.2rem);
  background: none;
  transform: none;
  color: #000;
}
.accordion--faq-section-item .card-header .btn:hover {
  background-color: unset;
  border: none;
  color: #000;
}
.accordion--faq-section-item .card-header .btn:focus, .accordion--faq-section-item .card-header .btn:active {
  border: none;
  border-left-color: unset;
  background-color: unset;
  color: #000;
}
.accordion--faq-section-item__content {
  padding: 1.6rem;
}
.accordion--faq-section-item__content p {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0;
}

.accordion-order-sub-total-summary {
  margin-left: 8rem;
}

.alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.6rem;
  border: none;
  font-size: 1.1rem;
}
@media (min-width: 1440px) {
  .alert {
    font-size: 1.4rem;
  }
}
.alert.hidden {
  display: none;
}
.alert-info {
  background-color: #F3F3F3;
  color: #33383C;
}
.alert-danger {
  background-color: transparent;
  color: #C53929;
}
.alert-success {
  background-color: transparent;
  color: #000;
}
.alert-warning {
  background-color: transparent;
  color: #000;
}
.alert-warning .isicon {
  color: #000;
}
.alert__wrapper {
  margin-top: 2.6rem;
}
@media (min-width: 1024px) {
  .alert__wrapper {
    margin-top: 0;
    margin-left: 4.8rem;
  }
}
.alert .isicon {
  text-align: center;
}
.alert .isicon svg {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1024px) {
  .alert .isicon svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.alert h4 {
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .alert h4 {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.alert p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .alert p {
    text-align: left;
  }
}
.alert--small {
  padding: 0.8rem 1.6rem;
}
.alert button.close {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0.681055L15.3285 0L8 7.32854L0.681055 0L0 0.681055L7.31894 8L0 15.3285L0.681055 16L8 8.68106L15.3285 16L16 15.3285L8.68106 8L16 0.681055Z' fill='currentcolor'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  order: 1;
  position: static;
  top: unset;
  right: unset;
  z-index: 2;
  width: 1.8rem;
  padding: unset;
  color: #33383C;
  border: none;
  background-color: transparent;
}
.alert button.close span {
  display: none;
}

@media (max-width: 767.98px) {
  .collapsible-xs .title {
    justify-content: flex-start;
    padding: 1.4rem 4.8rem 1.4rem 1.6rem;
    min-height: 5.2rem;
    border-bottom: 0.1rem solid #ECECEC;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #33383C;
    background-color: transparent;
  }
}
@media (max-width: 767.98px) and (min-width: 1024px) {
  .collapsible-xs .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .collapsible-xs .title:hover {
    text-decoration: none;
    background-color: #F8F8F8;
    color: #33383C;
  }
  .collapsible-xs .title:focus {
    background-color: #F8F8F8;
    color: #000;
    box-shadow: none;
  }
  .collapsible-xs .title[aria-expanded=true] {
    text-decoration: none;
    border-bottom: 0.1rem solid #33383C;
    background-color: transparent;
    font-weight: 500;
  }
  .collapsible-xs .title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    position: absolute;
    right: 1.6rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1;
    transition: transform 0.4s ease-out;
  }
  .collapsible-xs .card-header {
    padding: 0;
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
    padding: 0;
  }
  .collapsible-xs.active .title:focus {
    color: #000;
    box-shadow: none;
  }
  .collapsible-xs.active .title::after {
    transform: rotate(180deg);
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .collapsible-sm .title {
    justify-content: flex-start;
    padding: 1.4rem 4.8rem 1.4rem 1.6rem;
    min-height: 5.2rem;
    border-bottom: 0.1rem solid #ECECEC;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #33383C;
    background-color: transparent;
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  .collapsible-sm .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  .collapsible-sm .title:hover {
    text-decoration: none;
    background-color: #F8F8F8;
    color: #33383C;
  }
  .collapsible-sm .title:focus {
    background-color: #F8F8F8;
    color: #000;
    box-shadow: none;
  }
  .collapsible-sm .title[aria-expanded=true] {
    text-decoration: none;
    border-bottom: 0.1rem solid #33383C;
    background-color: transparent;
    font-weight: 500;
  }
  .collapsible-sm .title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    position: absolute;
    right: 1.6rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1;
    transition: transform 0.4s ease-out;
  }
  .collapsible-sm .card-header {
    padding: 0;
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
    padding: 0;
  }
  .collapsible-sm.active .title:focus {
    color: #000;
    box-shadow: none;
  }
  .collapsible-sm.active .title::after {
    transform: rotate(180deg);
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1439.98px) {
  .collapsible-md .title {
    justify-content: flex-start;
    padding: 1.4rem 4.8rem 1.4rem 1.6rem;
    min-height: 5.2rem;
    border-bottom: 0.1rem solid #ECECEC;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #33383C;
    background-color: transparent;
  }
}
@media (max-width: 1439.98px) and (min-width: 1024px) {
  .collapsible-md .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1439.98px) {
  .collapsible-md .title:hover {
    text-decoration: none;
    background-color: #F8F8F8;
    color: #33383C;
  }
  .collapsible-md .title:focus {
    background-color: #F8F8F8;
    color: #000;
    box-shadow: none;
  }
  .collapsible-md .title[aria-expanded=true] {
    text-decoration: none;
    border-bottom: 0.1rem solid #33383C;
    background-color: transparent;
    font-weight: 500;
  }
  .collapsible-md .title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    position: absolute;
    right: 1.6rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1;
    transition: transform 0.4s ease-out;
  }
  .collapsible-md .card-header {
    padding: 0;
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
    padding: 0;
  }
  .collapsible-md.active .title:focus {
    color: #000;
    box-shadow: none;
  }
  .collapsible-md.active .title::after {
    transform: rotate(180deg);
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1919.98px) {
  .collapsible-lg .title {
    justify-content: flex-start;
    padding: 1.4rem 4.8rem 1.4rem 1.6rem;
    min-height: 5.2rem;
    border-bottom: 0.1rem solid #ECECEC;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #33383C;
    background-color: transparent;
  }
}
@media (max-width: 1919.98px) and (min-width: 1024px) {
  .collapsible-lg .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1919.98px) {
  .collapsible-lg .title:hover {
    text-decoration: none;
    background-color: #F8F8F8;
    color: #33383C;
  }
  .collapsible-lg .title:focus {
    background-color: #F8F8F8;
    color: #000;
    box-shadow: none;
  }
  .collapsible-lg .title[aria-expanded=true] {
    text-decoration: none;
    border-bottom: 0.1rem solid #33383C;
    background-color: transparent;
    font-weight: 500;
  }
  .collapsible-lg .title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    position: absolute;
    right: 1.6rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1;
    transition: transform 0.4s ease-out;
  }
  .collapsible-lg .card-header {
    padding: 0;
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
    padding: 0;
  }
  .collapsible-lg.active .title:focus {
    color: #000;
    box-shadow: none;
  }
  .collapsible-lg.active .title::after {
    transform: rotate(180deg);
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: flex;
    flex-direction: column;
  }
}
.collapsible-xl .title {
  justify-content: flex-start;
  padding: 1.4rem 4.8rem 1.4rem 1.6rem;
  min-height: 5.2rem;
  border-bottom: 0.1rem solid #ECECEC;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  color: #33383C;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .collapsible-xl .title {
    font-size: 1.4rem;
  }
}
.collapsible-xl .title:hover {
  text-decoration: none;
  background-color: #F8F8F8;
  color: #33383C;
}
.collapsible-xl .title:focus {
  background-color: #F8F8F8;
  color: #000;
  box-shadow: none;
}
.collapsible-xl .title[aria-expanded=true] {
  text-decoration: none;
  border-bottom: 0.1rem solid #33383C;
  background-color: transparent;
  font-weight: 500;
}
.collapsible-xl .title::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  position: absolute;
  right: 1.6rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1;
  transition: transform 0.4s ease-out;
}
.collapsible-xl .card-header {
  padding: 0;
}
.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none;
  padding: 0;
}
.collapsible-xl.active .title:focus {
  color: #000;
  box-shadow: none;
}
.collapsible-xl.active .title::after {
  transform: rotate(180deg);
}
.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
  display: flex;
  flex-direction: column;
}

.product-variations-selections {
  margin-bottom: 20px;
}
.product-variations-selections .swatch-wrapper {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0 0 #5D676C;
  transition: box-shadow 0.2s ease-out;
}
.product-variations-selections .swatch-circle {
  position: relative;
  display: inline-block;
  border-radius: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-variations-selections .swatch-circle.selected + span {
  display: block;
}
.product-variations-selections .custom-dropdown {
  width: 100%;
  position: relative;
}
.product-variations-selections .custom-dropdown .custom-dropdown-trigger {
  display: flex;
  align-items: center;
  border-top: none #ACB2B4;
  border-right: none #ACB2B4;
  border-bottom: 1px solid #ACB2B4;
  border-left: none #ACB2B4;
  transition: border 0.3s ease-in-out;
}
.product-variations-selections .custom-dropdown .custom-dropdown-trigger button {
  pointer-events: none;
}
.product-variations-selections .custom-dropdown .custom-dropdown-trigger a {
  display: flex;
  align-items: center;
}
.product-variations-selections .custom-dropdown .custom-dropdown-trigger span.selected::after {
  background: transparent;
  border: none;
}
.product-variations-selections .custom-dropdown .custom-dropdown-trigger .swatch-wrapper {
  box-shadow: inset 0 0 0 0.15rem #000;
}
.product-variations-selections .custom-dropdown .custom-dropdown-menu-wrapper {
  position: absolute;
  top: 3.2rem;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  border-top: none #ACB2B4;
  border-right: 1px solid #ACB2B4;
  border-bottom: none #ACB2B4;
  border-left: 1px solid #ACB2B4;
  transition: all 0.3s ease-in-out;
}
.product-variations-selections .custom-dropdown .custom-dropdown-menu {
  max-height: 40rem;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: all 0.3s ease-in-out;
}
.product-variations-selections .custom-dropdown .custom-dropdown-menu .custom-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
}
.product-variations-selections .custom-dropdown .custom-dropdown-menu .custom-dropdown-item:disabled {
  opacity: 0.3;
}
.product-variations-selections .custom-dropdown .color-attribute-price {
  flex: 1;
  justify-content: flex-end;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
}
.product-variations-selections .custom-dropdown .color-attribute-description {
  display: inline-flex;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 1.6rem;
  font-size: 1.4rem;
  color: #5D676C;
}
.product-variations-selections .custom-dropdown:hover .custom-dropdown-trigger {
  border-top: none #7B8487;
  border-right: none #7B8487;
  border-bottom: 1px solid #7B8487;
  border-left: none #7B8487;
}
.product-variations-selections .custom-dropdown:hover .custom-dropdown-menu-wrapper {
  border-top: none #ACB2B4;
  border-right: 1px solid #ACB2B4;
  border-bottom: none #ACB2B4;
  border-left: 1px solid #ACB2B4;
}
.product-variations-selections .custom-dropdown.show .custom-dropdown-trigger {
  border-top: none #7B8487;
  border-right: none #7B8487;
  border-bottom: 1px solid #7B8487;
  border-left: none #7B8487;
}
.product-variations-selections .custom-dropdown.show .custom-dropdown-menu {
  padding: 0.8rem 0;
}
.product-variations-selections .custom-dropdown.show .custom-dropdown-menu-wrapper {
  grid-template-rows: 1fr;
  border-top: none #ACB2B4;
  border-right: 1px solid #ACB2B4;
  border-bottom: 1px solid #ACB2B4;
  border-left: 1px solid #ACB2B4;
}
.product-variations-selections .color-attribute {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: none;
  background: none;
  line-height: 0;
  color: #222222;
  caret-color: transparent;
}
.product-variations-selections .color-attribute:hover .swatch-wrapper {
  box-shadow: inset 0 0 0 0.15rem #5D676C;
}
.product-variations-selections .color-attribute:focus .swatch-wrapper {
  box-shadow: inset 0 0 0 0.15rem #5D676C;
}
.product-variations-selections .color-attribute.selected .swatch-wrapper {
  box-shadow: inset 0 0 0 0.15rem #000;
}
.product-variations-selections .color-swatchs-palette {
  position: relative;
  padding-bottom: 2.2rem;
}
.product-variations-selections .color-swatchs-palette .color-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.main-menu {
  height: 5.6rem;
}
.main-menu__content {
  align-items: center;
  position: relative;
}
.main-menu__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: -1;
}
.main-menu__overlay {
  position: absolute;
  inset: 0 0 0 auto;
  width: 200%;
  z-index: -2;
  background-color: black;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
  pointer-events: none;
}
.main-menu.multilevel-dropdown {
  background-color: #fff;
}
.main-menu.multilevel-dropdown .dropdown-item {
  padding: 0;
}
.main-menu.multilevel-dropdown .dropdown-item:hover, .main-menu.multilevel-dropdown .dropdown-item:focus {
  background-color: transparent;
}
.main-menu .navbar {
  position: unset;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .main-menu .navbar {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main-menu .navbar::-webkit-scrollbar {
    display: none;
  }
}
.main-menu .navbar__top_tabs {
  display: flex;
  flex-direction: row;
}
.main-menu .navbar__top_tabs li {
  border: none;
}
.main-menu .navbar__top_tabs li:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}
.main-menu .navbar__top_tabs li:not(:first-child) {
  border-left: 1px solid #ECECEC;
}
.main-menu .navbar__top_tabs li:last-child {
  border-top: 1px solid #ECECEC;
  border-bottom: none !important;
  font-weight: 700;
}
.main-menu .navbar .container {
  display: block;
}
.main-menu .navbar .nav-item {
  position: unset;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 1024px) {
  .main-menu .navbar .nav-item {
    margin-right: 1.6rem;
  }
}
.main-menu .navbar .nav-item .dropdown-menu,
.main-menu .navbar .nav-item .dropdown-menu__mobile {
  position: static;
  min-width: 100vw;
  color: #33383C;
}
@media (min-width: 1024px) {
  .main-menu .navbar .nav-item .dropdown-menu,
  .main-menu .navbar .nav-item .dropdown-menu__mobile {
    position: absolute;
    top: auto;
    margin: 0;
    padding: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-top: solid 0.1rem #ECECEC;
  }
  .main-menu .navbar .nav-item .dropdown-menu .dropdown-menu-wrapper,
  .main-menu .navbar .nav-item .dropdown-menu__mobile .dropdown-menu-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    padding: 2.4rem 0;
    min-height: 32rem;
  }
}
.main-menu .navbar .nav-item .dropdown-menu .nav-pills,
.main-menu .navbar .nav-item .dropdown-menu__mobile .nav-pills {
  flex-direction: column;
  display: flex;
  flex: 0 0 33rem;
}
.main-menu .navbar .nav-item .dropdown-menu .nav-pills li.dropdown-item,
.main-menu .navbar .nav-item .dropdown-menu__mobile .nav-pills li.dropdown-item {
  padding: 0;
  border-top: 0;
  white-space: normal;
  color: #33383C;
}
@media (min-width: 1024px) {
  .main-menu .navbar .nav-item .dropdown-menu .nav-pills li.dropdown-item:not(:last-child),
  .main-menu .navbar .nav-item .dropdown-menu__mobile .nav-pills li.dropdown-item:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.main-menu .navbar .nav-item .dropdown-menu .tab-content,
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content {
  flex-direction: row;
  flex: 1;
}
.main-menu .navbar .nav-item .dropdown-menu .tab-content > .active,
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content > .active {
  justify-content: space-between;
  display: flex;
}
.main-menu .navbar .nav-item .dropdown-menu .tab-content .tab-pane,
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content .tab-pane {
  height: 100%;
}
.main-menu .navbar .nav-item .dropdown-menu .tab-content .tab-pane-wrapper,
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content .tab-pane-wrapper {
  flex-flow: column wrap;
  display: flex;
  margin-left: 3.2rem;
  width: 100%;
  height: 27.2rem;
}
@media (min-width: 1440px) {
  .main-menu .navbar .nav-item .dropdown-menu .tab-content .tab-pane-wrapper,
  .main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content .tab-pane-wrapper {
    width: calc(100% - 44rem);
  }
}
.main-menu .navbar .nav-item .dropdown-menu .tab-content .tab-pane-wrapper li,
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content .tab-pane-wrapper li {
  margin-bottom: 0.1rem;
  width: calc(50% - 3.2rem);
}
.main-menu .navbar .nav-item .dropdown-menu .tab-content img,
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content img {
  display: none;
}
@media (min-width: 1440px) {
  .main-menu .navbar .nav-item .dropdown-menu .tab-content img,
  .main-menu .navbar .nav-item .dropdown-menu__mobile .tab-content img {
    display: block;
    width: 44rem;
    height: 27.2rem;
    object-fit: cover;
    object-position: center;
  }
}
.main-menu .navbar .nav-item .dropdown-menu .dropdown-link,
.main-menu .navbar .nav-item .dropdown-menu__mobile .dropdown-link {
  color: #33383C;
}
@media (min-width: 1024px) {
  .main-menu .navbar .nav-item .dropdown-menu.collapse,
  .main-menu .navbar .nav-item .dropdown-menu__mobile.collapse {
    display: none;
  }
}
.main-menu .navbar .nav-item .dropdown-menu.collapse .nav.nav-pills,
.main-menu .navbar .nav-item .dropdown-menu__mobile.collapse .nav.nav-pills {
  flex-direction: column;
}
.main-menu .navbar .nav-item .dropdown-menu__mobile {
  min-width: unset;
  width: 100%;
}
.main-menu .navbar .nav-item .dropdown-menu__mobile .nav.nav-pills {
  width: 100%;
}
.main-menu .navbar .nav-item .dropdown-menu__mobile .tab-pane-wrapper {
  flex-direction: column;
  display: flex;
  background-color: #fff;
}
@media (max-width: 1439.98px) {
  .main-menu .navbar .nav-item .dropdown-menu {
    display: none;
  }
}
.main-menu .navbar .close-menu {
  flex: unset;
}
@media (min-width: 1024px) {
  .main-menu .navbar-overlay {
    width: 100%;
    position: relative;
  }
  .main-menu .navbar-overlay::after {
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 10%, rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: -40px;
    width: 60px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .main-menu .navbar-nav {
    display: inline-flex;
    flex-wrap: nowrap;
  }
}
.main-menu .navbar-nav-overlay {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: none;
  height: 32.1rem;
  width: 100vw;
  background-color: #fff;
}
.main-menu.menu-toggleable-left.in .nav-item:last-of-type {
  border-bottom: 1px solid #ECECEC;
}
.main-menu.menu-toggleable-left.in .nav-item + .nav-item {
  border-top: 1px solid #ECECEC;
}
.main-menu.menu-toggleable-left.in .bottom-menu-container {
  padding-bottom: 1rem;
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm {
  display: flex;
  background: none;
  top: 10.5rem;
  bottom: 0;
  margin-right: 0;
}
@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left.navbar-toggleable-sm {
    left: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0, 1, 0.5, 1);
    height: calc(100vh - 10.5rem);
    height: calc(100dvh - 10.5rem);
  }
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm .main-menu__content {
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 1.6rem);
  right: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .main-menu.menu-toggleable-left.navbar-toggleable-sm .main-menu__content {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .main-menu.menu-toggleable-left.navbar-toggleable-sm .main-menu__content {
    width: 100%;
  }
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm .main-menu__content .bottom-menu-container {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm .main-menu__content .bottom-menu-container .btn {
  width: calc(50% + 1px);
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm .main-menu__content .bottom-menu-container .btn:first-child {
  margin-right: -1px;
}
@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left.navbar-toggleable-sm.no-header-banner {
    top: 5.6rem;
    height: calc(100vh - 5.6rem);
  }
  .main-menu.menu-toggleable-left.navbar-toggleable-sm.no-header-banner .main-menu-wraper {
    height: calc(100vh - 10.5rem);
  }
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm.in {
  transform: translateX(0);
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm.in .main-menu__overlay {
  opacity: 0.5;
  pointer-events: all;
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm.in .container {
  padding: 0;
  max-width: 100%;
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm.in .container .row {
  margin: 0;
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm.in .container .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.main-menu.menu-toggleable-left.navbar-toggleable-sm.in .main-menu-wraper {
  height: calc(100vh - 4.8rem - 7.2rem);
  overflow-y: scroll;
}

.modal-background,
.header-modal-background {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #000;
}

.modal-title {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2rem;
  overflow: hidden;
  padding: 1rem 1.5rem;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.breadcrumb {
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #7B8487;
  font-size: 1.2rem;
  text-transform: none;
}
.breadcrumb__item {
  display: flex;
  text-decoration: none;
  color: #7B8487;
}
.breadcrumb__item:hover {
  color: #000;
}
.breadcrumb__item span {
  width: max-content;
}
.breadcrumb__item .isicon {
  margin: 0.2rem 1.4rem;
}
.breadcrumb__item--active {
  color: #7B8487;
  text-decoration: none;
}

.breadcrumb-container {
  align-items: center;
  display: flex;
  height: 4.8rem;
  background-color: #fff;
  border-bottom: 0.1rem solid transparent;
}
@media (min-width: 768px) {
  .breadcrumb-container {
    height: 5.6rem;
  }
}
@media (min-width: 1440px) {
  .breadcrumb-container {
    height: 7.2rem;
  }
}
.breadcrumb-container .breadcrumb {
  border: none;
  margin-bottom: 0;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.product-qty-incrementor {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  height: 3.2rem;
  border: none;
}
.product-qty-incrementor input {
  width: 2.5rem;
  border: none;
  caret-color: transparent;
  text-align: center;
}
.product-qty-incrementor span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33383C;
  width: 4rem;
  height: 4rem;
  max-width: 4rem;
  border: 0.1rem solid #ACB2B4;
  border-radius: 0.4rem;
  transition: border 0.3s ease-in-out;
}
.product-qty-incrementor span.js-minus, .product-qty-incrementor span.js-plus {
  justify-content: start;
  padding: 1.4rem;
  cursor: pointer;
}
.product-qty-incrementor span.js-plus {
  justify-content: end;
}
.product-qty-incrementor span:hover {
  border: 0.1rem solid #33383C;
}

.quantity-icon .btn {
  max-width: 6rem;
  margin-left: 0.8rem;
}
@media (min-width: 1440px) {
  .quantity-icon .btn {
    max-width: 8rem;
  }
}
.quantity-icon .btn i {
  margin: 0;
}

.cart__product-info {
  padding: 2.4rem;
}
@media (min-width: 1024px) {
  .cart__product-info {
    padding: 2.4rem;
  }
}
.cart__product-info-item-image {
  flex-grow: 0;
  flex-shrink: 0;
  height: 8rem;
  width: 8rem;
  margin-right: 1.6rem;
}
@media (min-width: 1024px) {
  .cart__product-info-item-image {
    height: 10.4rem;
    width: 10.4rem;
  }
}
.cart__product-info-item-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.cart__product-info-line-item-name {
  color: black;
  max-width: 10rem;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .cart__product-info-line-item-name {
    font-size: 1.4rem;
  }
}
.cart__product-info .quantity-label {
  position: absolute;
  left: -9999px;
}
.cart__product-info .line-item-quantity {
  width: 100%;
}
@media (min-width: 768px) {
  .cart__product-info .line-item-quantity {
    max-width: 10.9rem;
    margin-left: auto;
  }
}
.cart__product-info .line-item-quantity .quantity-form {
  width: 100%;
}
.cart__product-info .line-item-attributes-container {
  display: flex;
}
.cart__product-info .line-item-attributes-container .line-item-attributes {
  color: #5D676C;
  border-left: 0.1rem solid #ECECEC;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .cart__product-info .line-item-attributes-container .line-item-attributes {
    font-size: 1.4rem;
  }
}
.cart__product-info .line-item-attributes-container .line-item-attributes:nth-child(1) {
  border-left: none;
  padding-left: 0;
}
.cart__product-info .line-item-total-price {
  align-items: center;
  justify-content: space-between;
  margin-block: 1.6rem;
}
.cart__product-info .tag {
  padding: 0;
}
.cart__product-info .line-item-total-price-amount {
  margin-right: 1rem;
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .cart__product-info .line-item-total-price-amount {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.cart__product-info .item-attributes {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0rem;
}
@media (min-width: 1440px) {
  .cart__product-info .item-attributes {
    gap: 0rem;
  }
}
.cart-delete-confirmation-btn .isicon {
  display: none;
}
.cart .remove-line-item {
  position: absolute;
  top: -0.5rem;
  right: 0;
}

.minicart__header {
  position: relative;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .minicart__header {
    padding: 2.4rem;
  }
}
.minicart__title {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.2;
  font-weight: 450;
}
@media (min-width: 1024px) {
  .minicart__title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.minicart .product-summary {
  height: calc(100vh - 27rem);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .minicart .product-summary {
    height: calc(100vh - 30.5rem);
  }
}
@media (min-width: 1440px) {
  .minicart .product-summary {
    height: calc(100vh - 31.5rem);
  }
}
.minicart .popover {
  position: fixed;
  top: 0;
  right: calc(-100% - 1.6rem);
  left: auto;
  width: calc(100vw - 1.6rem);
  height: calc(100vh - 0 - 1.6rem);
  margin: 0.8rem;
  border-radius: 0.6rem;
  overflow: clip;
  background-color: #ECECEC;
  transition: right 0.3s ease-out;
}
@media (min-width: 1024px) {
  .minicart .popover {
    top: 0;
    width: 48.5rem;
    max-width: none;
    height: calc(100vh - 0 - 1.6rem);
  }
}
@media (min-width: 1440px) {
  .minicart .popover {
    width: 48.5rem;
  }
}
.minicart .popover:focus {
  outline: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
  right: 0;
}
.minicart .minicart-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem;
  background: #ECECEC;
}
@media (min-width: 1024px) {
  .minicart .minicart-footer {
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
.minicart .minicart-footer .estimated-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.6rem;
}
.minicart .sub-total-label {
  margin: 0;
  color: #5D676C;
  font-size: 1.6rem;
}
@media (min-width: 1440px) {
  .minicart .sub-total-label {
    font-size: 1.6rem;
  }
}
.minicart .sub-total {
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 1440px) {
  .minicart .sub-total {
    font-size: 1.6rem;
  }
}
.minicart .cart {
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
}
.minicart .cart.container {
  padding: 0;
}
.minicart .cart h4 {
  margin-bottom: 0;
}
.minicart .cart__totals-container {
  padding: 2.4rem 2.4rem 0.1rem;
  background-color: #F3F3F3;
}
.minicart .cart__totals-container .coupons-and-promos {
  margin: 0;
}
@media (min-width: 1024px) {
  .minicart .cart__totals-container .coupon-code-field {
    height: 3.2rem;
  }
}
.minicart .cart .grand-total-container {
  background-color: #E5E5E5;
  padding: 3.2rem 2.4rem;
  margin-bottom: 1.6rem;
}
.minicart .cart .grand-total-container .grand-total {
  margin: 0;
}
.minicart .cart .checkout-continue {
  z-index: 1;
  position: static;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.minicart .cart .checkout-continue .js-close {
  position: static;
  top: unset;
  right: unset;
  border: 0.1rem solid #000;
}
.minicart .cart .checkout-continue__button--continue {
  display: none;
}
.minicart .strike-through.non-adjusted-price {
  display: none;
}
.minicart span.minicart-quantity {
  position: absolute;
  top: 2rem;
  right: 1rem;
  left: unset;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding-top: 0.1rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  caret-color: transparent;
}
.minicart-link {
  position: relative;
  bottom: -1px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hide-no-link {
    display: none;
  }
}

.product-quickview__images, .product-quickview__text {
  flex: 1;
}
.product-quickview .product-price {
  font-size: 2.4rem;
}
.product-quickview .product-price,
.product-quickview .h3 {
  font-family: "Hellix", sans-serif;
}
.product-quickview .attribute {
  padding: 0;
}
.product-quickview .tag-selector {
  margin: 0 2rem 0 0.5rem;
}
.product-quickview .tag-selector:last-child {
  margin-right: 0;
}
.product-quickview .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 81vh;
}
.error-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  padding: 2.4rem;
}
@media (min-width: 768px) {
  .error-page__wrapper {
    width: 63rem;
  }
}
.error-page__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 50%;
  background-color: #F8F8F8;
  width: 7.2rem;
  height: 7.2rem;
}
.error-page__img .close__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.error-page__img, .error-page__text,
.error-page h2,
.error-page .continue-shopping {
  margin-bottom: 2.4rem;
}
@media (max-width: 1439.98px) {
  .error-page p {
    font-size: 1.4rem;
  }
}
.error-page pre {
  width: 100%;
  overflow-x: auto;
}
.error-page .continue-shopping,
.error-page .error-message {
  width: 100%;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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;
  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;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  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;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  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;
}

.reassurance {
  width: 100%;
  background-color: #F8F8F8;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.reassurance .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.reassurance .swiper {
  width: 100%;
  max-width: 192rem;
}
.reassurance .swiper div.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: transparent;
}
.reassurance__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  width: 33%;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .reassurance__item {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .reassurance__item {
    padding: 3.2rem;
  }
}
.reassurance__item .isicon {
  width: 1.8rem !important;
  height: 1.8rem !important;
}
@media (min-width: 1024px) {
  .reassurance__item .isicon {
    width: 3rem !important;
    height: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .reassurance__item .isicon {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}
.reassurance__item h3 {
  margin-bottom: 0;
}
.reassurance-no-slider {
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.reassurance-no-slider:hover {
  border-color: 1px solid #ECECEC;
}
@media (min-width: 1024px) {
  .checkout-page .reassurance-no-slider {
    position: initial;
    top: unset;
    width: 80%;
    right: unset;
    margin: 6rem auto 2rem;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
  }
  .checkout-page .reassurance-no-slider p {
    margin-bottom: 0;
  }
}
.reassurance-no-slider__step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reassurance-no-slider__step:not(:last-child) {
  margin-bottom: 0.8rem;
}
.reassurance-no-slider__step p {
  margin-bottom: 0;
  line-height: 1.5;
}
.reassurance-no-slider .isicon {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  margin-right: 0.8rem;
}
.reassurance-no-slider p {
  margin-bottom: 0;
}

.dqe_modal.modal {
  height: 100%;
  top: 0;
}
.dqe_modal__dialog {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: unset;
  height: 100%;
  width: 100%;
}
.dqe_modal__content {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 2.4rem;
}
.dqe_modal__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.dqe_modal__body {
  display: flex;
  flex-direction: column;
}
.dqe_modal__option {
  padding: 1.4rem 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8rem;
}
.dqe_modal__option--label {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
.dqe_modal__option--title {
  padding-top: 2px;
}
.dqe_modal__option--title, .dqe_modal__option--value {
  margin: 0;
}
.dqe_modal__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.dqe_modal__footer--button {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.dqe_modal__footer--cancel {
  order: -1;
}
.dqe_modal__close {
  order: -1;
  height: fit-content;
}
@media (min-width: 768px) {
  .dqe_modal.modal {
    align-items: center;
  }
  .dqe_modal__dialog {
    max-width: 590px;
    align-items: center;
  }
  .dqe_modal__content {
    padding: 3.2rem;
  }
  .dqe_modal__header {
    gap: 0;
  }
  .dqe_modal__footer {
    flex-direction: row;
  }
  .dqe_modal__footer--cancel {
    order: unset;
  }
}
@media (min-width: 1024px) {
  .dqe_modal__dialog {
    max-width: 648px;
  }
}
@media (min-width: 1024px) {
  .dqe_modal__dialog {
    max-width: 692px;
  }
}

#verification-code-modal .get-another-verification-method {
  margin-top: 0.5rem;
  text-decoration: underline;
  cursor: pointer;
}
#verification-code-modal .all-verification-channels-select .form-check {
  padding-bottom: 1rem;
}

.modal-dialog:not(#adyenModalDialog), #onetrust-consent-sdk:not(#adyenModalDialog) {
  height: fit-content;
  min-height: 100%;
  margin: 0;
  padding-top: var(--return-create-samples-modal-wrapper-padding-top-mobile, 0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: unset;
}
@media (min-width: 1024px) {
  .modal-dialog:not(#adyenModalDialog), #onetrust-consent-sdk:not(#adyenModalDialog) {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.4rem;
    padding-inline: 6.4rem;
    margin: auto;
    height: fit-content;
    min-height: 100%;
    padding-top: var(--return-create-samples-modal-wrapper-padding-top-desktop, 0);
  }
}

.modal-content, #onetrust-consent-sdk #onetrust-banner-sdk {
  margin: var(--return-create-samples-modal-margin-mobile, auto 0.5rem 0.5rem);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 2.4rem;
  border-radius: 0.6rem;
}
@media (min-width: 1024px) {
  .modal-content, #onetrust-consent-sdk #onetrust-banner-sdk {
    grid-column: 4/span 6;
    margin: var(--return-create-samples-modal-margin-desktop, auto);
    padding: 3.2rem 4rem;
  }
}

.modal-header {
  display: flex;
  flex-direction: column;
}
.modal-header .close {
  order: -1;
  width: 2.4rem;
  height: 2.4rem;
}

.modal-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
}
.modal-footer button,
.modal-footer .btn {
  width: 100%;
  margin: 0;
}
.modal-footer button:last-child,
.modal-footer .btn:last-child {
  order: -1;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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;
  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;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  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;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  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;
}

.reassurance {
  width: 100%;
  background-color: #F8F8F8;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.reassurance .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.reassurance .swiper {
  width: 100%;
  max-width: 192rem;
}
.reassurance .swiper div.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: transparent;
}
.reassurance__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  width: 33%;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .reassurance__item {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .reassurance__item {
    padding: 3.2rem;
  }
}
.reassurance__item .isicon {
  width: 1.8rem !important;
  height: 1.8rem !important;
}
@media (min-width: 1024px) {
  .reassurance__item .isicon {
    width: 3rem !important;
    height: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .reassurance__item .isicon {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}
.reassurance__item h3 {
  margin-bottom: 0;
}
.reassurance-no-slider {
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.reassurance-no-slider:hover {
  border-color: 1px solid #ECECEC;
}
@media (min-width: 1024px) {
  .checkout-page .reassurance-no-slider {
    position: initial;
    top: unset;
    width: 80%;
    right: unset;
    margin: 6rem auto 2rem;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
  }
  .checkout-page .reassurance-no-slider p {
    margin-bottom: 0;
  }
}
.reassurance-no-slider__step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reassurance-no-slider__step:not(:last-child) {
  margin-bottom: 0.8rem;
}
.reassurance-no-slider__step p {
  margin-bottom: 0;
  line-height: 1.5;
}
.reassurance-no-slider .isicon {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  margin-right: 0.8rem;
}
.reassurance-no-slider p {
  margin-bottom: 0;
}

.reassurance-no-slider p {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .reassurance-no-slider p {
    font-size: 1.4rem;
  }
}

/*
    The below imports will be removed during the development,
    with the custom components/style.
    Actually present in order to see the storefront
    styled correctly.
*/
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1920px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 767.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: flex;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/* stylelint-disable scss/no-global-function-names */
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1439.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1919.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  min-width: 50%;
  left: 0;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 1024px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #646464;
}

@media (min-width: 1024px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4;
  }
}

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu {
    box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #fff;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

/* stylelint-enable scss/no-global-function-names */
.header {
  position: relative;
}

.minicart {
  margin-top: 0.1875em; /* 3/16 */
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart .minicart-quantity {
  background-color: var(--skin-primary-color-1);
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em; /* 13/16 */
  position: relative;
  top: -0.9375em; /* 15/16 */
  left: -0.9375em; /* 15/16 */
  color: #fff;
}

.navbar-header {
  height: 4.375em; /* 70/16 */
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em; /* 36/16 */
  height: auto;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.brand {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center;
}
.brand img {
  width: 100%;
}
@media (min-width: 1440px) {
  .brand {
    width: 14.125em; /* 226/16 */
    margin-left: -7.0625em; /* 113/16 */
    padding-top: 0.5em;
  }
}
@media (max-width: 1439.98px) {
  .brand {
    width: 4em; /* 64/16 */
    margin-left: -2em;
    padding-top: 0.8em;
  }
}

.main-menu {
  background-color: #444;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
}

.header-banner {
  background-color: #222;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: var(--skin-primary-color-1);
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

.email-signup {
  background: #F3F3F3;
}
.email-signup .email-message__container {
  border: 0.1rem solid #000;
}
.email-signup .email-message .isicon {
  margin-left: 3.2rem;
  margin-right: 2.4rem;
}
@media (min-width: 1440px) {
  .email-signup .email-message .isicon {
    margin-left: 3.6rem;
    margin-right: 3.6rem;
  }
}
@media (min-width: 1440px) {
  .email-signup button.btn {
    height: 3.2rem;
  }
}

.footer {
  padding: 3.2rem 0;
}
.footer > .container {
  max-width: 160rem;
  margin: auto;
}
.footer a {
  font-family: "Hellix", sans-serif; /* stylelint-disable-line */
}
@media (min-width: 1440px) {
  .footer button.btn {
    height: 4.8rem;
  }
}
.footer i {
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .footer i {
    margin-right: 1rem;
  }
}
.footer .link {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.4;
}
@media (max-width: 1439.98px) {
  .footer .card-body {
    padding-top: 1.4rem;
  }
}
.footer .icon-services {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .footer .icon-services {
    padding-top: 1.5rem;
  }
}
.footer .icon-services a {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .footer .icon-services a {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1024px) {
  .footer .icon-services a {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .footer .follow-us {
    margin-bottom: 2rem;
  }
}
.footer .follow-us a.link {
  display: inline-block;
  min-width: 4rem;
  min-height: 4rem;
}
@media (min-width: 1024px) {
  .footer .follow-us a.link {
    min-width: 3rem;
    min-height: 3rem;
  }
}
.footer .follow-us__title {
  margin-bottom: 0.5em;
}
.footer .follow-us__icons {
  min-width: max-content;
}
@media (min-width: 1024px) {
  .footer .collapse {
    display: block;
  }
}
.footer .card-header {
  background-color: transparent;
}
.footer .card-header h2 {
  line-height: 1.2rem;
}
@media (min-width: 1024px) {
  .footer .card-header .btn {
    pointer-events: none;
  }
}
.footer-copy__logo {
  cursor: pointer;
}
.footer-copy__links {
  flex-wrap: wrap;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer-copy__links {
    flex-wrap: nowrap;
    align-items: baseline;
  }
}
@media (max-width: 767.98px) {
  .footer-copy__links span:last-child {
    margin-top: 0.9rem;
  }
}
.footer.dark-bg {
  background: #fff !important;
}
.footer.dark-bg p,
.footer.dark-bg span,
.footer.dark-bg a,
.footer.dark-bg button {
  color: #000;
}
.footer.dark-bg hr {
  margin: 0;
  border-color: #7B8487;
}
@media (max-width: 767.98px) {
  .footer#footer-checkout {
    padding-bottom: 8rem;
  }
}
.footer .copyright span {
  font-size: 1.6rem;
}
@media (max-width: 1023.98px) {
  .footer .copyright span {
    font-size: 1.1rem;
  }
}

header {
  position: sticky;
  z-index: 11;
  top: 0;
  width: 100%;
  background: #fff;
  visibility: visible;
  opacity: 1;
  border-bottom: 0.1rem solid #ECECEC;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
}
body.search--active header, header:has(.account-popover.open) {
  z-index: 1000;
}
header nav[role=navigation]:not(.no-menu)::before {
  display: none;
}
@media (min-width: 1024px) {
  header nav[role=navigation]:not(.no-menu)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 0.1rem solid #ECECEC;
    display: block;
    top: 11.8rem;
    left: 0;
  }
}
header .navbar-header {
  height: 4.4rem;
}
@media (min-width: 1024px) {
  header .navbar-header {
    display: flex;
    height: 5.6rem;
  }
}
header .navbar-header__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-width: 4rem;
  min-height: 4rem;
}
header .popover {
  position: fixed;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  header .popover {
    padding: 2.4rem 1.6rem;
  }
}
header .popover__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header .popover__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
header .popover__title {
  margin-bottom: 0;
}
header .popover__footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
header .account-popover__links {
  display: flex;
  flex-direction: column;
}
header .account-popover__link {
  padding: 1rem;
  margin: 0;
}
header .pull-right,
header .pull-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 1024px) {
  header .pull-right,
  header .pull-left {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  header .pull-left {
    justify-content: start;
  }
}
header .pull-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 1024px) {
  header .pull-right {
    flex: 1;
    justify-content: end;
    margin-right: -1rem;
  }
}
header .pull-right .search,
header .pull-right .account,
header .pull-right .minicart {
  margin: 0;
  display: flex;
  min-width: 4.4rem;
  width: 4.4rem;
  height: calc(100% - 0.8rem);
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-block: auto;
}
@media (min-width: 1024px) {
  header .pull-right .search,
  header .pull-right .account,
  header .pull-right .minicart {
    height: calc(100% - 0.8rem);
  }
}
header .pull-right .search .user,
header .pull-right .account .user,
header .pull-right .minicart .user {
  margin: 0;
}
header .pull-right .search .close,
header .pull-right .account .close,
header .pull-right .minicart .close {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
}
header .pull-right .account .popover {
  visibility: hidden;
  opacity: 0;
  top: 10.5rem;
  bottom: unset;
  left: 0;
  padding: 1.6rem;
  box-shadow: 1px 1px 6px rgba(20, 13, 3, 0.1607843137);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media (min-width: 768px) {
  header .pull-right .account .popover {
    left: calc(100% - 31.8rem);
  }
}
@media (min-width: 1024px) {
  header .pull-right .account .popover {
    top: 17.7rem;
    left: calc(100% - 42.1rem);
    padding: 2.4rem 1.6rem;
  }
}
@media (min-width: 1440px) {
  header .pull-right .account .popover {
    left: calc(100% - 43.2rem);
  }
}
header .pull-right .account .popover .my-account--links {
  height: auto;
  border-bottom: 0.1rem solid #ECECEC;
  font-weight: 400;
  padding: 1.6rem;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  header .pull-right .account .popover .my-account--links {
    font-size: 1.6rem;
  }
}
header .pull-right .account .popover .my-account--links .isicon {
  display: none;
}
header .pull-right .account .popover.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
header .pull-right .account > div:first-of-type {
  line-height: 0;
}
header .pull-right .account .logged {
  position: relative;
}
header .pull-right .account .logged .account-logged__icon {
  position: relative;
}
header .pull-right .account .logged span {
  position: absolute;
  top: -0.5rem;
  right: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  color: #000;
}
header .pull-right .navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 4.4rem;
  height: 4.4rem;
}
header .pull-right .navbar-toggler .isicon {
  align-items: center;
  justify-content: center;
}
header .pull-right .navbar-toggler .isicon--close {
  display: none;
}
header .pull-right .navbar-toggler .isicon--menu {
  display: flex;
}
header .pull-right .navbar-toggler.close-button .isicon--menu {
  display: none;
}
header .pull-right .navbar-toggler.close-button .isicon--close {
  display: flex;
}
header .pull-right .navbar-toggler:hover {
  color: #33383C;
}
header .pull-right .navbar-toggler:hover .menu__icon > path + path {
  transform: scaleX(0.5);
}
header .pull-right .navbar-toggler:hover .close__icon > path {
  transform: rotate(45deg);
}
header .pull-right .navbar-toggler:hover .close__icon > path + path {
  transform: rotate(-45deg);
}
header .pull-right .navbar-toggler:focus .menu__icon > path + path {
  transform: scaleX(0.5);
}
header .pull-right .navbar-toggler:active .menu__icon > path {
  transform: scaleX(1) translate(-3px, 3px) rotate(45deg);
}
header .pull-right .navbar-toggler:active .menu__icon > path + path {
  transform: scaleX(1) translate(-3px, -3px) rotate(-45deg);
}
@media (max-width: 1023.98px) {
  header .header__wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    justify-content: space-between;
  }
}
header .brand {
  padding: 1rem;
  position: absolute;
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  header .brand {
    position: static;
    padding: 0;
    left: 5rem;
    width: unset;
  }
}
@media (min-width: 1024px) {
  header .brand {
    transform: translate(-50%, 0);
    width: unset;
  }
}
header .logo-home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
header .logo-home img {
  width: 6.2rem;
  height: 4.4rem;
}
header .header-banner {
  width: 100%;
  background-color: #5D676C;
  position: relative;
  z-index: 1;
  padding: 1.6rem 2.4rem;
}
header .header-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: row;
  height: 2.8rem;
  padding: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  header .header-banner-wrapper {
    justify-content: space-between;
    height: 3.2rem;
  }
}
@media (min-width: 1024px) {
  header .header-banner .store-locator {
    align-items: center;
    justify-content: end;
    font-size: 1.6rem;
  }
}
header .header-banner .store-locator .isicon {
  color: #fff;
  margin-right: 0.7rem;
}
header .header-banner .store-locator a {
  color: #fff;
}
header .header-banner__left, header .header-banner__right {
  flex: 1;
}
header .header-banner__left {
  justify-content: start;
}
header .header-banner__right {
  justify-content: end;
}
header .header-banner .content {
  margin-right: 0;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  header .header-banner .content {
    font-size: 1.6rem;
    flex: 6;
  }
}
@media (max-width: 1023.98px) {
  header .header-banner.no-header-banner {
    display: none;
  }
}
header .bottom-menu-container {
  background: #fff;
}
header .bottom-menu-container.btn:first-child {
  border-right: 0;
}
header .menu-toggleable-left.in .dropdown {
  flex: 1;
  border-right: 0;
}
header .country-selector #dropdown-country-selector {
  color: #fff;
}
@media (max-width: 1023.98px) {
  header .country-selector #dropdown-country-selector {
    color: #33383C;
  }
}
@media (max-width: 1023.98px) {
  header .country-selector {
    border: 1px solid #000;
    width: 100%;
    height: 4.8rem;
    color: #33383C;
    background-color: transparent;
  }
  header .country-selector .dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  header .country-selector:hover {
    border-color: #000;
    color: #000;
  }
  header .country-selector:focus {
    border-color: #ACB2B4;
    color: #ACB2B4;
  }
  header .country-selector:active {
    border: 0.1rem solid #000;
    color: #000;
    background-color: #E5E5E5;
  }
  header .country-selector #dropdown-country-selector {
    width: 100%;
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  header .country-selector #dropdown-country-selector {
    padding: 0;
  }
}
header .country-selector .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  header .country-selector .btn {
    padding: 0;
    color: #33383C;
  }
}
header .country-selector-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 2.4rem;
  position: relative;
  color: #33383C;
}
header .country-selector-modal__header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ACB2B4;
  display: block;
}
header .country-selector-modal__header h5 {
  margin-bottom: 0;
  line-height: 4rem;
}
header .country-selector-modal__header button.js-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: none;
  background-color: unset;
  width: 3rem;
  height: 3rem;
}
header .country-selector-modal.popover {
  position: fixed;
  top: 3.2rem;
  left: auto;
  right: -100%;
  max-width: 100%;
  width: calc(100% - 1.6rem);
  height: calc(100vh - 3.2rem);
  transition: right 0.3s ease-out;
}
@media (min-width: 768px) {
  header .country-selector-modal.popover {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  header .country-selector-modal.popover {
    width: 34.4rem;
  }
}
@media (min-width: 1440px) {
  header .country-selector-modal.popover {
    width: 54.1rem;
  }
}
header .country-selector-modal.popover::before {
  left: auto;
  right: 15px;
}
header .country-selector-modal.popover::after {
  left: auto;
  right: 16px;
}
header .country-selector-modal.popover.show {
  display: block;
  right: 0;
}
header .country-selector-modal .region-selector {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  padding: 1.6rem;
  color: #33383C;
  border: none;
  background-color: unset;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 10%;
  text-transform: uppercase;
  transition-property: width, color, background-color 0.2s ease-out;
}
header .country-selector-modal .region-selector::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background-color: #000;
  transition: width 0.2s ease-out;
}
header .country-selector-modal .region-selector:focus, header .country-selector-modal .region-selector:hover, header .country-selector-modal .region-selector:active {
  color: #000;
  background-color: #E5E5E5;
}
header .country-selector-modal .region-selector:focus::after, header .country-selector-modal .region-selector:hover::after, header .country-selector-modal .region-selector:active::after {
  width: 0.2rem;
}
header .country-selector-modal .region-selector[data-toggle=collapse]::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.498453L3.49978 3.99823L0 7.49801L0.498453 8L3.99823 4.50022L4.50022 3.99823L3.99823 3.49978L0.498453 0L0 0.498453Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  display: block;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease-out;
}
header .country-selector-modal .region-selector[data-toggle=collapse][aria-expanded=true]::before {
  transform: translateY(-50%) rotate(-90deg);
}
header .country-selector-modal .link {
  display: flex;
  width: 100%;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
}
header .secure-checkout p {
  font-size: 1.1rem;
}
@media (min-width: 1440px) {
  header .secure-checkout p {
    font-size: 1.4rem;
  }
}
header .cart-home p {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 500;
}
header.hidden-header {
  visibility: hidden;
  opacity: 0;
}

.cookie-warning-messaging.cookie-warning {
  display: none !important;
  z-index: 1;
}

header .popover__title {
  letter-spacing: 0;
  font-family: "AtacamaVAR", serif;
  font-size: 1.8rem;
  font-weight: 352;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  header .popover__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1440px) {
  header .popover__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}

/* stylelint-disable scss/no-global-function-names */
@media (min-width: 768px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #fff;
  }
}

@media (min-width: 768px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #fff;
  }
}

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 15px;
  background-color: var(--skin-primary-color-1);
  display: inline-block;
  margin: 0.9375em 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1.page-title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h1.page-title {
    font-size: 3rem;
  }
}
h1.page-title::before {
  content: "";
  background-color: var(--skin-primary-color-1);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1920px) {
  h1.page-title::before {
    width: calc((100vw - 1900px) / 2);
    left: calc((100vw - 1900px) / 2 * -1);
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  h1.page-title::before {
    width: calc((100vw - 100%) / 2);
    left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  h1.page-title::before {
    width: calc((100vw - 100%) / 2);
    left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (min-width: 1920px) {
  h1.page-title {
    left: calc((100% - 1900px) / 2);
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  h1.page-title {
    left: calc((100% - 100%) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  h1.page-title {
    left: calc((100% - 100%) / 2);
  }
}
@media (max-width: 1023.98px) {
  h1.page-title {
    left: 0;
  }
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

/* stylelint-enable scss/no-global-function-names */
.hero {
  position: relative;
  height: unset;
  min-height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero.slant-down::after {
  content: unset;
}
.hero h1.page-title {
  text-align: center;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: inherit;
  background-color: transparent;
}
.hero h1.page-title::before, .hero h1.page-title::after {
  content: unset;
}
.hero__pd-component img {
  min-height: 33.25rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .hero__pd-component img {
    min-height: 38rem;
  }
}
@media (min-width: 1024px) {
  .hero__pd-component img {
    height: 47.5rem;
  }
}
@media (min-width: 1440px) {
  .hero__pd-component img {
    height: 47.5rem;
  }
}
.hero__pd-component figure {
  min-height: 33.25rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero__pd-component figure {
    min-height: 38rem;
  }
}
@media (min-width: 768px) {
  .hero__pd-component picture {
    min-height: 38rem;
  }
}
@media (min-width: 1440px) {
  .hero__pd-component picture {
    min-height: 47.5rem;
  }
}
.hero__pd-component figcaption {
  text-align: center;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .hero__pd-component figcaption {
    background-color: #fff;
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
@media (min-width: 768px) {
  .hero__pd-component figcaption {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 64rem;
  }
}
@media (min-width: 1024px) {
  .hero__pd-component figcaption {
    max-width: 89.6rem;
  }
}
@media (min-width: 1440px) {
  .hero__pd-component figcaption {
    max-width: 78rem;
  }
}
.hero__pd-component figcaption h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.hero__pd-component figcaption p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
}
.hero__pd-component figcaption p.color--dark {
  color: #5D676C;
}
.hero__pd-component figcaption :last-child {
  margin-bottom: 0;
}
.hero__pd-component--image-right {
  margin-bottom: 2rem;
}
.hero__pd-component--image-right figure {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__pd-component--image-right figure {
    flex-direction: row;
  }
}
.hero__pd-component--image-right picture {
  order: 1;
}
@media (min-width: 1024px) {
  .hero__pd-component--image-right picture {
    width: 70%;
  }
}
.hero__pd-component--image-right picture img {
  min-height: 24rem;
}
@media (min-width: 768px) {
  .hero__pd-component--image-right picture img {
    min-height: 57rem;
  }
}
@media (min-width: 1024px) {
  .hero__pd-component--image-right picture img {
    aspect-ratio: 2.4;
    min-height: 38rem;
    height: unset;
  }
}
@media (min-width: 1440px) {
  .hero__pd-component--image-right picture img {
    min-height: 47.5rem;
  }
}
.hero__pd-component--image-right figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero__pd-component--image-right figcaption {
    position: initial;
    transform: none;
    max-width: 100%;
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .hero__pd-component--image-right figcaption {
    padding: 2.4rem 3rem;
    max-width: 35%;
    border-bottom: 1px solid #ECECEC;
  }
}
@media (min-width: 1440px) {
  .hero__pd-component--image-right figcaption {
    padding: 2.4rem 4rem;
  }
}

.notify {
  position: fixed;
  top: 0;
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

@media (min-width: 1440px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #205096;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #205096;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #205096;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5C7E08;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5C7E08;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #5C7E08;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.suggestion__name {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
}

.suggestion__description {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
}

.suggestions-wrapper {
  position: relative;
  margin-top: 0.4rem;
}

.suggestions {
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  min-height: 96%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (max-width: 767.98px) {
  .suggestions {
    display: flex;
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .suggestions {
    min-height: 0;
  }
}
.suggestions__product-wrapper, .suggestions__category-wrapper, .suggestions__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.suggestions__product-wrapper h6, .suggestions__category-wrapper h6, .suggestions__content-wrapper h6 {
  font-family: "Hellix", sans-serif;
}
.suggestions__category-wrapper {
  position: relative;
}
.suggestions__category-wrapper::before, .suggestions__category-wrapper::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #ECECEC;
}
@media (min-width: 1024px) {
  .suggestions__category-wrapper::before, .suggestions__category-wrapper::after {
    height: auto;
    width: 0.1rem;
  }
}
.suggestions__category-wrapper::before {
  inset: -2.4rem 0 auto 0;
}
@media (min-width: 1024px) {
  .suggestions__category-wrapper::before {
    inset: 0 auto 0 -2.4rem;
  }
}
.suggestions__category-wrapper::after {
  inset: auto 0 -2.4rem 0;
}
@media (min-width: 1024px) {
  .suggestions__category-wrapper::after {
    inset: 0 -2.4rem 0 auto;
  }
}
.suggestions__category-wrapper p {
  font-size: 1.4rem;
}
.suggestions__title {
  margin: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .suggestions__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1440px) {
  .suggestions__title {
    font-size: 1.4rem;
  }
}
.suggestions__results {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (min-width: 1024px) {
  .suggestions__results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.suggestions .container {
  padding: 2.4rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  list-style-type: none;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .suggestions .container {
    padding: 3.2rem 6.4rem 6.4rem;
    gap: 3.2rem;
  }
}
.suggestions .swatch-square {
  aspect-ratio: 1/1;
  font-size: 0;
}
.suggestions .items {
  padding-left: 0;
}
.suggestions li {
  list-style: none;
}

.suggestion-group-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .suggestion-group-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1440px) {
  .suggestion-group-title {
    font-size: 1.4rem;
  }
}

.suggestion__img {
  background-color: #f2f2f4;
  aspect-ratio: 1/1;
  flex: 0 0 8rem;
  max-width: 8rem;
}
@media (min-width: 1024px) {
  .suggestion__img {
    flex: 0 0 10.4rem;
    max-width: 10.4rem;
  }
}
.suggestion__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  overflow: hidden;
}
.suggestion__name {
  color: #33383C;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion__description {
  color: #5D676C;
  line-height: 1.5;
}
.suggestion__link {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.4rem;
}
.suggestions__product-wrapper .suggestion {
  background-color: #fff;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  padding: 1.6rem 0;
}
@media (min-width: 1024px) {
  .suggestions__product-wrapper .suggestion {
    padding: 1.6rem 0;
  }
}
.suggestion:hover {
  text-decoration: none;
}
.suggestion:hover .suggestion__name {
  text-decoration: underline;
}

.search {
  position: relative;
}
.search-site {
  position: relative;
}
.search-site input {
  padding-right: 2rem;
  height: 100%;
}
.search-field {
  padding-left: 4.4rem;
  padding-right: 0;
  border: 0;
  width: 0;
}
.search .btn--search {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (min-width: 1024px) {
  .search .btn--search {
    height: 3.2rem;
  }
}
.search .close {
  position: absolute;
  left: calc(100% - 4.4rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .search .close {
    left: calc(100% - 4.4rem);
  }
}
.search--open {
  position: absolute;
  left: 0 !important;
  background-color: #fff;
  z-index: 1;
  bottom: 0;
  top: 0;
  width: 100% !important;
  transition: left ease-out 400ms;
}
.search--open.search.d-none {
  width: 100%;
}
.search--open .site-search {
  width: 100%;
}
.search--open .collapse--search {
  display: block;
}
.search--open .search-field {
  padding-right: 4.4rem;
  animation: fade-in 300ms;
  border-bottom: 0.1rem solid #ECECEC;
  width: 100%;
  min-height: 100%;
}
.search--open .search-field:hover {
  border-bottom: 0.1rem solid #33383C;
}
.search--open .search-field:focus {
  border-bottom: 0.1rem solid #33383C;
}
@media (max-width: 767.98px) {
  .search--active {
    overflow-y: clip;
  }
}
.search--active .header .pull-left a {
  color: white;
  transition: color ease-out 150ms;
}
.search--active .header .pull-right i:not(.isicon--search, .isicon--close) {
  color: white;
  transition: color ease-out 150ms;
}

.suggestion__name {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.2;
  font-weight: 450;
  color: #000;
}
@media (min-width: 1024px) {
  .suggestion__name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.suggestion__description {
  letter-spacing: 0;
  font-family: "Hellix", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #5D676C;
}
@media (min-width: 1024px) {
  .suggestion__description {
    font-size: 1.4rem;
  }
}
