@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/assets/Montserrat-Regular.ttf") format("opentype");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/assets/Montserrat-Medium.ttf") format("opentype");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/assets/Montserrat-SemiBold.ttf") format("opentype");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/assets/Montserrat-Bold.ttf") format("opentype");
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 20, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
body {
  margin: 0;
}

/* line 27, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 47, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 57, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
a {
  background-color: transparent;
}

/* line 64, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 73, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
small {
  font-size: 80%;
}

/* line 97, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 104, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 108, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
sup {
  top: -0.5em;
}

/* line 117, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
img {
  border-style: none;
}

/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 142, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
button,
input {
  overflow: visible;
}

/* line 150, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
button,
select {
  text-transform: none;
}

/* line 159, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 168, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 178, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 184, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 193, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 204, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 210, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
textarea {
  overflow: auto;
}

/* line 218, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 226, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 233, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 240, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 247, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 257, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
details {
  display: block;
}

/* line 263, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
summary {
  display: list-item;
}

/* line 272, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
template {
  display: none;
}

/* line 278, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/vendor/normalize.scss */
[hidden] {
  display: none;
}

/* line 149, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* line 157, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 162, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 179, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 191, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 198, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

/* line 210, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 216, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 228, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
pre {
  overflow: auto;
}

/* line 237, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 242, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
.is-visible {
  display: block !important;
}

/* line 246, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 126, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.21875remget-side(0.5rem, "top")get-side(0.5rem, "bottom")-0.0625rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 0 2px rgba(1, 180, 240, 0);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
/* line 111, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 0;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 0 2px #01b4f0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 132, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 135, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #c7cfdb;
  cursor: not-allowed;
}

/* line 152, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

/* line 158, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 176, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_text.scss */
::placeholder {
  color: #979da5;
}

/* line 12, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1;
  color: #0a0a0a;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

/* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #979da5;
  background: #c7cfdb;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
/* line 80, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 90, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

/* line 100, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
/* line 118, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8125rem;
}

/* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 45, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_fieldset.scss */
.fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 87, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
select {
  height: 1.21875remget-side(0.5rem, "top")get-side(0.5rem, "bottom")-0.0625rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28125, 138, 162%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0 \0) {
  /* line 87, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
select:focus {
  outline: none;
  border: 0;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 0 2px #01b4f0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
select:disabled {
  background-color: #c7cfdb;
  cursor: not-allowed;
}
/* line 72, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}
/* line 80, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_select.scss */
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 45, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: get-color(alert);
}
/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_error.scss */
.is-invalid-input:not(:focus)::placeholder {
  color: get-color(alert);
}

/* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_error.scss */
.is-invalid-label {
  color: get-color(alert);
}

/* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: get-color(alert);
}
/* line 85, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 85, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
/* line 154, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
/* line 160, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: get-color(primary);
}
/* line 165, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}
/* line 169, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
/* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
/* line 121, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
/* line 129, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
/* line 192, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 200, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}
/* line 203, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 208, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}
/* line 211, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
/* line 219, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
/* line 230, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
/* line 235, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 241, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #979da5;
  background: #fefefe;
}
/* line 253, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
/* line 264, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
/* line 269, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}
/* line 275, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
/* line 111, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
/* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
/* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 446, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 451, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 155, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas.is-transition-push {
  z-index: 12;
}
/* line 165, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas.is-closed {
  visibility: hidden;
}
/* line 170, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 13;
}
/* line 173, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
/* line 179, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 462, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
/* line 155, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
/* line 165, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
/* line 170, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
/* line 173, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
/* line 179, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

/* line 467, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
}
/* line 343, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 468, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  transform: translateX(300px);
}
/* line 343, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 469, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
}
/* line 343, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 470, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
}
/* line 343, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 472, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
/* line 368, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
/* line 373, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
/* line 378, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
body {
  font-size: 0.875rem;
}

/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 700;
}

/* line 16, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
h2,
.h2 {
  font-size: 1.375rem;
  font-weight: 500;
}

/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
h3,
.h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
h5,
.h5 {
  font-size: 1rem;
  font-weight: 500;
}

/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/global/_typography.scss */
h6,
.h6 {
  font-size: 0.9375rem;
  font-weight: 500;
}

/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/layout.scss */
body {
  position: relative;
  padding-top: 0.0625rem;
}

/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
.layout-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .useful-icon {
  position: relative;
  display: block;
  min-width: 4.1875rem;
  margin: 0 0.4375rem;
  padding-top: 1.5625rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 1.1875rem;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons a {
  color: #0a0a0a;
  text-decoration: none;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .wishlist .icon {
  height: 1.125rem;
  width: 1.3125rem;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .sign-in .icon {
  height: 1.1875rem;
  width: 1.1875rem;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .customer-name-mount-point .icon {
  height: 1.1875rem;
  width: 1.1875rem;
  border: 1px solid #0a0a0a;
  border-radius: 50%;
  line-height: 1.0625rem;
  font-size: 0.8125rem;
  font-weight: 700;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .shopping-cart .icon {
  height: 1.1875rem;
  width: 1.3125rem;
}
/* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_useful_icons.scss */
.layout-header .useful-icons .shopping-cart .cart-items-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.75rem;
  background: #01b4f0;
  border-radius: 50%;
  text-align: center;
  color: #fefefe;
  line-height: 0.75rem;
  font-size: 0.625rem;
  font-weight: 600;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_search.scss */
.layout-header .search form {
  position: relative;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_search.scss */
.layout-header .search .input-field {
  height: 1.8125rem;
  margin-bottom: 0;
  padding-right: 2.1875rem;
  padding-left: 0.9375rem;
  background: #f7f7f7;
  border: 0;
  font-size: 0.8125rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_search.scss */
.layout-header .search .input-field::placeholder {
  color: #a3adc0;
  font-style: italic;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_search.scss */
.layout-header .search .button-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.875rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_search.scss */
.layout-header .search .button-wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 0.8125rem;
  width: 0.8125rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzYyNzYgMTAuNzI1NUMyLjQwNTcyIDEwLjcyNTUgMCA4LjMxOTc5IDAgNS4zNjI3NkMwIDIuNDA1NzIgMi40MDU3MiAwIDUuMzYyNzYgMEM4LjMxOTc5IDAgMTAuNzI1NSAyLjQwNTcyIDEwLjcyNTUgNS4zNjI3NkMxMC43MjU1IDguMzE5NzkgOC4zMTk3OSAxMC43MjU1IDUuMzYyNzYgMTAuNzI1NVpNNS4zNjI3NiAxLjAxNjY0QzIuOTY2MjkgMS4wMTY2NCAxLjAxNjY0IDIuOTY2MjkgMS4wMTY2NCA1LjM2Mjc2QzEuMDE2NjQgNy43NTkyMiAyLjk2NjI5IDkuNzA4ODcgNS4zNjI3NiA5LjcwODg3QzcuNzU5MjIgOS43MDg4NyA5LjcwODg3IDcuNzU5MjIgOS43MDg4NyA1LjM2Mjc2QzkuNzA4ODcgMi45NjYyOSA3Ljc1OTIyIDEuMDE2NjQgNS4zNjI3NiAxLjAxNjY0Wk0xMi44NjQxIDEyLjg3NEMxMy4wNjI2IDEyLjY3NTUgMTMuMDYyNiAxMi4zNTM2IDEyLjg2NDEgMTIuMTU1MUwxMC41ODk0IDkuODgwNDFDMTAuMzkwOCA5LjY4MTg4IDEwLjA2OSA5LjY4MTg4IDkuODcwNDcgOS44ODA0MUM5LjY3MTk3IDEwLjA3ODkgOS42NzE5NyAxMC40MDA4IDkuODcwNDcgMTAuNTk5M0wxMi4xNDUyIDEyLjg3NEMxMi4yNDQ0IDEyLjk3MzMgMTIuMzc0NSAxMy4wMjI5IDEyLjUwNDYgMTMuMDIyOUMxMi42MzQ4IDEzLjAyMjkgMTIuNzY0OCAxMi45NzMzIDEyLjg2NDEgMTIuODc0WiIgZmlsbD0iI0Y2OEQ0MiIvPgo8L3N2Zz4K");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_search.scss */
.layout-header .search .button {
  height: 100%;
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_header-navigations.scss */
.layout-header .navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .layout-header .navigation li {
  outline: 0;
}
/* line 73, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_menu.scss */
.layout-header .navigation a,
.layout-header .navigation .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
/* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_menu.scss */
.layout-header .navigation input,
.layout-header .navigation select,
.layout-header .navigation a,
.layout-header .navigation button {
  margin-bottom: 0;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_menu.scss */
.layout-header .navigation input {
  display: inline-block;
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_header-navigations.scss */
.layout-header .navigation a {
  color: #0a0a0a;
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_header-navigations.scss */
.layout-header .navigation > li {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_header-navigations.scss */
.layout-header .navigation .submenu {
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_header-navigations.scss */
.layout-header .navigation .submenu li {
  font-weight: 400;
  text-transform: none;
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
.layout-header .header-for-mobile,
.layout-header .header-for-desktop {
  display: none;
  visibility: hidden;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
.layout-header .content-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
.layout-header .open-navigations-button {
  position: relative;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
.layout-header .open-navigations-button .icon {
  height: 1.125rem;
  width: 1.25rem;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 47.938em) {
  /* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile {
    display: flex;
    flex-flow: row wrap;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 3.25rem;
    background: #fefefe;
    box-shadow: 0 3px 10px rgba(10, 10, 10, 0.12);
  }
  /* line 12, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile .logo img {
    width: 5.75rem;
  }
  /* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile .open-navigations-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.875rem;
    margin-top: 0.125rem;
  }
  /* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile .off-canvas {
    padding: 1.875rem 0.9375rem;
  }
  /* line 27, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile .close-button {
    position: absolute;
    z-index: 10;
    color: #7d8aa2;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
    color: #0a0a0a;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
  }
  /* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .layout-header .header-for-mobile .close-button {
    outline: 0;
  }
  /* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
  .layout-header .header-for-mobile .close-button:hover, .layout-header .header-for-mobile .close-button:focus {
    color: #0a0a0a;
  }
  /* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
  .layout-header .header-for-mobile .close-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.625rem;
    width: 0.625rem;
    fill: currentColor;
    transition: fill 0.25s ease-in-out;
  }
  /* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
  .layout-header .header-for-mobile .close-button:focus {
    color: #0a0a0a;
  }
  /* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
  .layout-header .header-for-mobile .close-button:hover {
    color: #090909;
  }
  /* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile .useful-icons {
    justify-content: space-between;
    margin-bottom: 0.9375rem;
  }
  /* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-mobile.scss */
  .layout-header .header-for-mobile .search {
    margin-top: 2.1875rem;
  }
  /* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-mobile.scss */
  .layout-header .product-types-nav,
  .layout-header .pages-nav,
  .layout-header .submenu {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
  .layout-header .header-for-mobile {
    visibility: visible;
  }
}
@media screen and (min-width: 48em) {
  /* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .content-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 3.875rem;
  }
  /* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .logo {
    margin-right: 1.5625rem;
  }
  /* line 12, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .logo img {
    width: 7.8125rem;
  }
  /* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .search {
    flex: 1 1 0px;
    margin: 0 3.125rem;
  }
  /* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .contact-phone {
    line-height: 1;
    text-transform: uppercase;
  }
  /* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .contact-phone .label {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
    font-weight: 500;
  }
  /* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .contact-phone .phone-number {
    color: #f68d42;
    font-size: 0.875rem;
    font-weight: 600;
  }
  /* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigations-place {
    background: #fefefe;
    box-shadow: 0 3px 10px rgba(10, 10, 10, 0.12);
  }
  /* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigations {
    padding-right: 0;
    padding-left: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 55, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .product-types-nav,
  .layout-header .header-for-desktop .pages-nav-container {
    flex: 1 1 0px;
  }
  /* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigation {
    flex: 1 1 0px;
    justify-content: space-between;
  }
  /* line 63, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigation.product-types-nav {
    max-width: 28.75rem;
  }
  /* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigation > li > a {
    padding: 1.375rem 1.25rem 0.9375rem;
  }
  /* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation {
    position: static;
  }
  /* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation > li {
    position: static;
  }
  /* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .product-types-nav-title {
    margin-bottom: 1.25rem;
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  /* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .submenu-container {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    border: 0;
    box-shadow: 0 10px 10px 0 rgba(10, 10, 10, 0.18);
  }
  /* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .submenu-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    box-shadow: 0px 3px 4px rgba(10, 10, 10, 0.18);
  }
  /* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .submenu-container li {
    font-size: 1rem;
  }
  /* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .inner-wrap {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 11.0625rem;
    padding-top: 2.1875rem;
  }
  /* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .inner-wrap .submenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: static;
    margin: 0 -0.9375rem;
    background: none;
  }
  /* line 56, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .inner-wrap .submenu li {
    width: auto;
  }
  /* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .inner-wrap .submenu a {
    padding: 0.4375rem 0.9375rem;
  }
  /* line 69, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .product-types-nav .types-nav:first-child > a {
    padding-left: 0.9375rem;
  }
  /* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_header.scss */
  .layout-header .header-for-desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.938em) {
  /* line 75, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .pages-nav-container {
    position: fixed;
    z-index: 12;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    background: #fefefe;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 300px;
    transform: translateX(300px);
  }
  /* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container .is-off-canvas-open {
    overflow: hidden;
  }
  /* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container .js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  /* line 111, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
  /* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container .js-off-canvas-overlay.is-closable {
    cursor: pointer;
  }
  /* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
  }
  /* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
  }
  /* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .layout-header .header-for-desktop .pages-nav-container {
    outline: 0;
  }
  /* line 155, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container.is-transition-push {
    z-index: 12;
  }
  /* line 165, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container.is-closed {
    visibility: hidden;
  }
  /* line 170, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container.is-transition-overlap {
    z-index: 13;
  }
  /* line 173, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  /* line 179, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container.is-open {
    transform: translate(0, 0);
  }
  /* line 343, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_off-canvas.scss */
  .layout-header .header-for-desktop .pages-nav-container.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  }
  /* line 81, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .open-navigations-button {
    margin-right: 0.9375rem;
  }
  /* line 85, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .off-canvas {
    padding: 1.875rem 0.9375rem;
  }
  /* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .close-button {
    position: absolute;
    z-index: 10;
    color: #7d8aa2;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
    color: #0a0a0a;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
  }
  /* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .layout-header .header-for-desktop .close-button {
    outline: 0;
  }
  /* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
  .layout-header .header-for-desktop .close-button:hover, .layout-header .header-for-desktop .close-button:focus {
    color: #0a0a0a;
  }
  /* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
  .layout-header .header-for-desktop .close-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.625rem;
    width: 0.625rem;
    fill: currentColor;
    transition: fill 0.25s ease-in-out;
  }
  /* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
  .layout-header .header-for-desktop .close-button:focus {
    color: #0a0a0a;
  }
  /* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
  .layout-header .header-for-desktop .close-button:hover {
    color: #090909;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) {
  /* line 100, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .pages-nav-container {
    max-width: 40.9375rem;
  }
  /* line 104, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigation {
    flex-wrap: nowrap;
  }
  /* line 107, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigation.product-types-nav {
    max-width: 33.125rem;
  }
  /* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .search {
    margin-right: 6.5625rem;
    margin-left: 6.5625rem;
  }
  /* line 118, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .open-navigations-button,
  .layout-header .header-for-desktop .close-button {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 48em) and (min-width: 80em) {
  /* line 129, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/header/_header-for-desktop.scss */
  .layout-header .header-for-desktop .navigation > li > a {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.938em) {
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .pages-nav {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 80em) {
  /* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .inner-wrap {
    background-repeat: no-repeat;
  }
  /* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .inner-wrap .submenu {
    width: 48rem;
  }
  /* line 95, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .jewelry .inner-wrap {
    background-image: url("/assets/layout/navigation-for-desktop/jewelry.png");
    background-position: 768px bottom;
    background-size: 314px 177px;
  }
  /* line 105, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .electronics-more .inner-wrap {
    background-image: url("/assets/layout/navigation-for-desktop/electronics.png");
    background-position: 768px bottom;
    background-size: 431px 177px;
  }
  /* line 115, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/header-navigations/_navigations-for-desktop.scss */
  .layout-header .navigation .collectibles .inner-wrap {
    background-image: url("/assets/layout/navigation-for-desktop/collectibles.png");
    background-position: 701px bottom;
    background-size: 521px 177px;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
.layout-body {
  margin-top: 3.25rem;
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
.layout-body .main-content-container.centered-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
.layout-body .sidebar,
.layout-body .main-content-container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
.page-with-top-banner .layout-body {
  margin-top: 0;
}

@media screen and (min-width: 48em) {
  /* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
  .layout-body {
    margin-top: 7.0625rem;
  }

  /* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
  .page-with-top-banner .layout-body {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
  .layout-body .sidebar {
    flex: 0 0 auto;
    width: 13.75rem;
    margin-right: 1.25rem;
  }
  /* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
  .layout-body .main-content {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 80em) {
  /* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_body.scss */
  .layout-body .sidebar {
    width: 15rem;
    margin-right: 2.5rem;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
.layout-footer {
  padding-top: 1.5625rem;
  background: #001738;
  color: #fefefe;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_logo.scss */
.layout-footer .logo {
  height: 4.625rem;
  width: 11.25rem;
  margin-left: -0.1875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI3IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMjI3IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTguNDUxNiA1Mi4xNjZDMjAuMzg3OSA1NC4zMyAyMS4yOTkxIDU3LjE3NzUgMjEuMjk5MSA2MC44MjIzQzIxLjI5OTEgNjQuNDY3IDIwLjM4NzkgNjcuMzE0NSAxOC40NTE2IDY5LjQ3ODZDMTYuNTE1MyA3MS42NDI2IDE0LjAwOTUgNzIuNjY3NyAxMC43MDY1IDcyLjY2NzdDNy40MDM0MSA3Mi42Njc3IDQuNzgzNzQgNzEuNjQyNiAyLjk2MTM3IDY5LjQ3ODZDMC45MTExODkgNjcuMzE0NSAwIDY0LjQ2NyAwIDYwLjgyMjNDMCA1Ny4xNzc1IDAuOTExMTg5IDU0LjMzIDIuODQ3NDcgNTIuMTY2QzQuNzgzNzQgNTAuMTE1OCA3LjQwMzQxIDQ4Ljk3NjggMTAuNzA2NSA0OC45NzY4QzEzLjg5NTYgNDguOTc2OCAxNi41MTUzIDUwLjExNTggMTguNDUxNiA1Mi4xNjZaTTUuOTIyNzMgNTQuNzg1NkM0Ljc4Mzc0IDU2LjI2NjMgNC4xMDAzNSA1OC4zMTY1IDQuMTAwMzUgNjAuODIyM0M0LjEwMDM1IDYzLjMyOCA0LjY2OTg1IDY1LjM3ODIgNS44MDg4MyA2Ni44NTg5QzYuOTQ3ODIgNjguMzM5NiA4LjU0MjQgNjkuMTM2OSAxMC41OTI2IDY5LjEzNjlDMTIuNjQyOCA2OS4xMzY5IDE0LjEyMzQgNjguMzM5NiAxNS4zNzYzIDY2Ljg1ODlDMTYuNTE1MyA2NS4zNzgyIDE3LjA4NDggNjMuMzI4IDE3LjA4NDggNjAuODIyM0MxNy4wODQ4IDU4LjMxNjUgMTYuNTE1MyA1Ni4yNjYzIDE1LjM3NjMgNTQuNzg1NkMxNC4yMzczIDUzLjMwNSAxMi42NDI4IDUyLjUwNzcgMTAuNTkyNiA1Mi41MDc3QzguNjU2MyA1Mi42MjE2IDcuMDYxNzIgNTMuMzA1IDUuOTIyNzMgNTQuNzg1NloiIGZpbGw9IiMwMUI0RjAiLz4KPHBhdGggZD0iTTM5LjA2NzIgNzIuMDk3NEgzNS40MjI1VjY5LjQ3NzhIMzUuMTk0N0MzNC4zOTc0IDcxLjQxNDEgMzIuNjg4OSA3Mi40MzkxIDMwLjA2OTIgNzIuNDM5MUMyOC4yNDY4IDcyLjQzOTEgMjYuNzY2MiA3MS44Njk3IDI1Ljc0MTEgNzAuODQ0NkMyNC43MTYgNjkuODE5NSAyNC4xNDY1IDY4LjIyNDkgMjQuMTQ2NSA2Ni4yODg2VjU1LjY5NkgyNy45MDUxVjY1LjQ5MTNDMjcuOTA1MSA2Ny45OTcxIDI5LjA0NDEgNjkuMjUgMzEuMzIyMSA2OS4yNUMzMi41NzUgNjkuMjUgMzMuNDg2MiA2OC45MDgzIDM0LjE2OTYgNjguMjI0OUMzNC44NTMgNjcuNTQxNSAzNS4xOTQ3IDY2LjUxNjQgMzUuMTk0NyA2NS4zNzc0VjU1LjgwOTlIMzguOTUzM1Y3Mi4wOTc0SDM5LjA2NzJaIiBmaWxsPSIjMDFCNEYwIi8+CjxwYXRoIGQ9Ik00Ny40OTU4IDUxLjcxMDJWNTUuNjk2N0g1MS4xNDA1VjU4LjY1OEg0Ny40OTU4VjY2Ljc0NDhDNDcuNDk1OCA2OC4zMzk0IDQ4LjI5MzEgNjkuMTM2NyA0OS43NzM3IDY5LjEzNjdDNTAuMTE1NCA2OS4xMzY3IDUwLjU3MSA2OS4xMzY3IDUxLjAyNjYgNjkuMDIyOFY3MS45ODQyQzUwLjQ1NzEgNzIuMDk4MSA0OS43NzM3IDcyLjIxMiA0OS4wOTAzIDcyLjIxMkM0Ny4xNTQxIDcyLjIxMiA0NS45MDEyIDcxLjg3MDMgNDQuOTkgNzEuMTg2OUM0NC4xOTI3IDcwLjUwMzUgNDMuNzM3MSA2OS4zNjQ1IDQzLjczNzEgNjcuNzY5OVY1OC43NzE5SDQxLjExNzRWNTUuODEwNkg0My43MzcxVjUxLjgyNDFINDcuNDk1OFY1MS43MTAyWiIgZmlsbD0iIzAxQjRGMCIvPgo8cGF0aCBkPSJNNTQuODk5MyA3MC4xNjE4QzUzLjUzMjUgNjguNjgxMSA1Mi44NDkxIDY2LjUxNyA1Mi44NDkxIDYzLjg5NzRDNTIuODQ5MSA2MS4yNzc3IDUzLjUzMjUgNTkuMTEzNiA1NS4wMTMyIDU3LjYzM0M1Ni4zOCA1Ni4xNTIzIDU4LjMxNjMgNTUuMzU1IDYwLjgyMiA1NS4zNTVDNjMuMzI3OCA1NS4zNTUgNjUuMTUwMiA1Ni4xNTIzIDY2LjYzMDkgNTcuNjMzQzY3Ljk5NzYgNTkuMTEzNiA2OC43OTQ5IDYxLjI3NzcgNjguNzk0OSA2My44OTc0QzY4Ljc5NDkgNjYuNTE3IDY4LjExMTUgNjguNjgxMSA2Ni43NDQ4IDcwLjE2MThDNjUuMzc4IDcxLjY0MjUgNjMuNDQxNyA3Mi40Mzk4IDYwLjkzNTkgNzIuNDM5OEM1OC4zMTYzIDcyLjMyNTkgNTYuMzggNzEuNjQyNSA1NC44OTkzIDcwLjE2MThaTTYzLjc4MzQgNjcuODgzOEM2NC40NjY4IDY2Ljk3MjYgNjQuODA4NSA2NS42MDU5IDY0LjgwODUgNjMuODk3NEM2NC44MDg1IDYyLjE4ODkgNjQuNDY2OCA2MC44MjIxIDYzLjc4MzQgNTkuOTEwOUM2My4xIDU4Ljk5OTcgNjIuMDc0OSA1OC40MzAyIDYwLjgyMiA1OC40MzAyQzU5LjU2OTEgNTguNDMwMiA1OC41NDQxIDU4Ljg4NTggNTcuODYwNyA1OS45MTA5QzU3LjE3NzMgNjAuODIyMSA1Ni44MzU2IDYyLjE4ODkgNTYuODM1NiA2My44OTc0QzU2LjgzNTYgNjUuNjA1OSA1Ny4xNzczIDY2Ljk3MjYgNTcuODYwNyA2Ny44ODM4QzU4LjU0NDEgNjguNzk1IDU5LjU2OTEgNjkuMzY0NSA2MC44MjIgNjkuMzY0NUM2Mi4wNzQ5IDY5LjM2NDUgNjMuMSA2OC43OTUgNjMuNzgzNCA2Ny44ODM4WiIgZmlsbD0iI0Y3OTQ0NyIvPgo8cGF0aCBkPSJNNzIuNjY3MyA1OC42NTc4SDcwLjA0NzZWNTUuNjk2NEg3Mi42NjczVjU0LjEwMTlDNzIuNjY3MyA1Mi41MDczIDczLjEyMjkgNTEuMjU0NCA3NC4wMzQxIDUwLjQ1NzFDNzQuODMxNCA0OS43NzM3IDc2LjE5ODEgNDkuMzE4MSA3OC4wMjA1IDQ5LjMxODFDNzguNTkgNDkuMzE4MSA3OS4yNzM0IDQ5LjMxODEgNzkuOTU2OCA0OS40MzJWNTIuMzkzNEM3OS42MTUxIDUyLjI3OTUgNzkuMTU5NSA1Mi4yNzk1IDc4LjQ3NjEgNTIuMjc5NUM3Ni45OTU0IDUyLjI3OTUgNzYuMTk4MSA1Mi45NjI5IDc2LjE5ODEgNTQuMzI5N1Y1NS42OTY0SDc5LjcyOVY1OC42NTc4SDc2LjMxMlY3MS45ODRINzIuNTUzNFY1OC42NTc4SDcyLjY2NzNaIiBmaWxsPSIjRjc5NDQ3Ii8+CjxwYXRoIGQ9Ik05Ni4zNTgzIDU3LjYzMzFDOTcuNjExMiA1OS4xMTM3IDk4LjE4MDcgNjEuMTYzOSA5OC4xODA3IDYzLjg5NzVDOTguMTgwNyA2Ni41MTcyIDk3LjYxMTIgNjguNTY3MyA5Ni4zNTgzIDcwLjA0OEM5NS4xMDU0IDcxLjUyODcgOTMuNTEwOCA3Mi4zMjYgOTEuNDYwNiA3Mi4zMjZDODguOTU0OSA3Mi4zMjYgODcuMzYwMyA3MS40MTQ4IDg2LjQ0OTEgNjkuNTkyNEg4Ni4yMjEzVjc3LjMzNzVIODIuNDYyNlY1NS42OTY4SDg2LjEwNzRWNTguNDMwM0g4Ni4zMzUyQzg2Ljc5MDggNTcuNTE5MiA4Ny40NzQyIDU2LjcyMTkgODguMzg1NCA1Ni4yNjYzQzg5LjI5NjYgNTUuNjk2OCA5MC4zMjE3IDU1LjQ2OSA5MS40NjA2IDU1LjQ2OUM5My41MTA4IDU1LjM1NTEgOTUuMjE5MyA1Ni4xNTI0IDk2LjM1ODMgNTcuNjMzMVpNOTMuMjgzIDY3Ljc3QzkzLjk2NjQgNjYuODU4OSA5NC4zMDgxIDY1LjQ5MjEgOTQuMzA4MSA2My44OTc1Qzk0LjMwODEgNjIuMzAyOSA5My45NjY0IDYwLjkzNjEgOTMuMTY5MSA2MC4wMjQ5QzkyLjQ4NTcgNTkuMTEzNyA5MS40NjA2IDU4LjY1ODEgOTAuMjA3OCA1OC42NTgxQzg4Ljk1NDkgNTguNjU4MSA4Ny45Mjk4IDU5LjExMzcgODcuMjQ2NCA2MC4xMzg4Qzg2LjU2MyA2MS4xNjM5IDg2LjEwNzQgNjIuNDE2OCA4Ni4xMDc0IDY0LjAxMTRDODYuMTA3NCA2NS42MDYgODYuNDQ5MSA2Ni45NzI3IDg3LjI0NjQgNjcuODgzOUM4Ny45Mjk4IDY4Ljc5NTEgODguOTU0OSA2OS4zNjQ2IDkwLjIwNzggNjkuMzY0NkM5MS41NzQ1IDY5LjEzNjggOTIuNTk5NiA2OC42ODEyIDkzLjI4MyA2Ny43N1oiIGZpbGw9IiMwMUI0RjAiLz4KPHBhdGggZD0iTTEwMS41OTggNzAuOTU4M0MxMDAuNTczIDcwLjA0NzEgMTAwLjExNyA2OC43OTQyIDEwMC4xMTcgNjcuMzEzNUMxMDAuMTE3IDY1LjgzMjggMTAwLjY4NiA2NC42OTM4IDEwMS43MTIgNjMuNzgyNkMxMDIuNzM3IDYyLjk4NTMgMTA0LjMzMSA2Mi40MTU5IDEwNi4yNjcgNjIuMzAyTDExMC40ODIgNjIuMDc0MlY2MC43MDc0QzExMC40ODIgNTguOTk4OSAxMDkuNDU3IDU4LjIwMTYgMTA3LjQwNiA1OC4yMDE2QzEwNS41ODQgNTguMjAxNiAxMDQuNTU5IDU4Ljc3MTEgMTA0LjIxNyA1OS45MTAxSDEwMC42ODZDMTAwLjggNTguNDI5NCAxMDEuNTk4IDU3LjI5MDQgMTAyLjg1MSA1Ni40OTMxQzEwNC4xMDMgNTUuNTgxOSAxMDUuNjk4IDU1LjI0MDIgMTA3LjYzNCA1NS4yNDAyQzEwOS42ODQgNTUuMjQwMiAxMTEuMzkzIDU1LjY5NTggMTEyLjUzMiA1Ni43MjA5QzExMy42NzEgNTcuNzQ2IDExNC4yNCA1OC45OTg5IDExNC4yNCA2MC44MjEzVjcxLjk4MzNIMTEwLjU5NlY2OS43MDU0SDExMC4zNjhDMTA5LjM0MyA3MS40MTM4IDEwNy43NDggNzIuMjExMSAxMDUuNDcgNzIuMjExMUMxMDMuOTg5IDcyLjMyNSAxMDIuNjIzIDcxLjg2OTQgMTAxLjU5OCA3MC45NTgzWk0xMDkuNDU3IDY4LjQ1MjVDMTEwLjI1NCA2Ny43NjkxIDExMC41OTYgNjYuOTcxOCAxMTAuNTk2IDY2LjA2MDZWNjQuODA3N0wxMDYuODM3IDY0LjkyMTZDMTA0Ljc4NyA2NS4wMzU1IDEwMy43NjIgNjUuODMyOCAxMDMuNzYyIDY3LjE5OTZDMTAzLjc2MiA2Ny44ODMgMTAzLjk4OSA2OC40NTI1IDEwNC41NTkgNjguNzk0MkMxMDUuMTI4IDY5LjEzNTkgMTA1LjgxMiA2OS4zNjM3IDEwNi42MDkgNjkuMzYzN0MxMDcuNzQ4IDY5LjM2MzcgMTA4LjY1OSA2OS4wMjIgMTA5LjQ1NyA2OC40NTI1WiIgZmlsbD0iIzAxQjRGMCIvPgo8cGF0aCBkPSJNMTM0Ljc0MiA3Mi4wOTcySDEzMC44N0wxMjcuNTY3IDYwLjI1MTdIMTI3LjMzOUwxMjQuMTUgNzIuMDk3MkgxMjAuMjc3TDExNS44MzUgNTUuNjk1OEgxMTkuNTk0TDEyMi4zMjcgNjcuOTk2OUgxMjIuNTU1TDEyNS43NDQgNTUuNjk1OEgxMjkuMjc1TDEzMi40NjQgNjcuOTk2OUgxMzIuNjkyTDEzNS40MjYgNTUuNjk1OEgxMzkuMTg0TDEzNC43NDIgNzIuMDk3MloiIGZpbGw9IiMwMUI0RjAiLz4KPHBhdGggZD0iTTE0MS40NjIgNTUuNTgyMkgxNDUuMTA3VjU4LjIwMThIMTQ1LjMzNUMxNDUuNjc2IDU3LjI5MDcgMTQ2LjM2IDU2LjYwNzMgMTQ3LjI3MSA1Ni4wMzc4QzE0OC4xODIgNTUuNDY4MyAxNDkuMjA3IDU1LjI0MDUgMTUwLjQ2IDU1LjI0MDVDMTUyLjI4MiA1NS4yNDA1IDE1My42NDkgNTUuODEgMTU0LjY3NCA1Ni44MzUxQzE1NS42OTkgNTcuODYwMSAxNTYuMTU1IDU5LjQ1NDcgMTU2LjE1NSA2MS4zOTFWNzEuOTgzNkgxNTIuMzk2VjYyLjE4ODNDMTUyLjM5NiA1OS42ODI1IDE1MS4yNTcgNTguNDI5NiAxNDguOTc5IDU4LjQyOTZDMTQ3LjcyNiA1OC40Mjk2IDE0Ni44MTUgNTguNzcxMyAxNDYuMTMyIDU5LjQ1NDdDMTQ1LjQ0OSA2MC4xMzgxIDE0NS4xMDcgNjEuMTYzMiAxNDUuMTA3IDYyLjMwMjJWNzEuODY5N0gxNDEuMzQ4VjU1LjU4MjJIMTQxLjQ2MloiIGZpbGw9IiMwMUI0RjAiLz4KPHBhdGggZD0iTTE2MC43MTEgNzEuNjQyMUMxNjAuMjU1IDcxLjE4NjUgMTYwLjAyOCA3MC42MTcgMTYwLjAyOCA2OS45MzM2QzE2MC4wMjggNjkuMjUwMiAxNjAuMjU1IDY4LjY4MDcgMTYwLjcxMSA2OC4yMjUxQzE2MS4xNjcgNjcuNzY5NSAxNjEuNzM2IDY3LjU0MTcgMTYyLjQxOSA2Ny41NDE3QzE2My4xMDMgNjcuNTQxNyAxNjMuNjcyIDY3Ljc2OTUgMTY0LjEyOCA2OC4yMjUxQzE2NC41ODQgNjguNjgwNyAxNjQuODExIDY5LjI1MDIgMTY0LjgxMSA2OS45MzM2QzE2NC44MTEgNzAuNjE3IDE2NC41ODQgNzEuMTg2NSAxNjQuMTI4IDcxLjY0MjFDMTYzLjY3MiA3Mi4wOTc3IDE2My4xMDMgNzIuMzI1NSAxNjIuNDE5IDcyLjMyNTVDMTYxLjczNiA3Mi4zMjU1IDE2MS4xNjcgNzIuMDk3NyAxNjAuNzExIDcxLjY0MjFaIiBmaWxsPSIjMDFCNEYwIi8+CjxwYXRoIGQ9Ik0xNzguODIxIDYxLjE2NDFDMTc4LjU5MyA2MC4zNjY4IDE3OC4yNTIgNTkuNjgzNCAxNzcuNjgyIDU5LjIyNzhDMTc2Ljk5OSA1OC43NzIyIDE3Ni4yMDEgNTguNDMwNSAxNzUuMjkgNTguNDMwNUMxNzQuMDM3IDU4LjQzMDUgMTczLjAxMiA1OC44ODYxIDE3Mi4zMjkgNTkuNzk3M0MxNzEuNjQ1IDYwLjcwODUgMTcxLjMwNCA2Mi4wNzUyIDE3MS4zMDQgNjMuNzgzN0MxNzEuMzA0IDY1LjQ5MjIgMTcxLjY0NSA2Ni44NTkgMTcyLjMyOSA2Ny43NzAyQzE3My4wMTIgNjguNjgxNCAxNzQuMDM3IDY5LjI1MDkgMTc1LjI5IDY5LjI1MDlDMTc3LjM0IDY5LjI1MDkgMTc4LjQ3OSA2OC4zMzk3IDE3OC45MzUgNjYuNjMxMkgxODIuNDY2QzE4Mi4yMzggNjguMzM5NyAxODEuNTU1IDY5LjgyMDQgMTgwLjMwMiA3MC44NDU0QzE3OS4wNDkgNzEuODcwNSAxNzcuMzQgNzIuNDQgMTc1LjI5IDcyLjQ0QzE3Mi43ODQgNzIuNDQgMTcwLjg0OCA3MS42NDI3IDE2OS40ODEgNzAuMTYyMUMxNjguMTE1IDY4LjY4MTQgMTY3LjQzMSA2Ni41MTczIDE2Ny40MzEgNjMuODk3NkMxNjcuNDMxIDYxLjI3OCAxNjguMTE1IDU5LjExMzkgMTY5LjQ4MSA1Ny42MzMyQzE3MC44NDggNTYuMTUyNSAxNzIuNzg0IDU1LjM1NTIgMTc1LjI5IDU1LjM1NTJDMTc3LjM0IDU1LjM1NTIgMTc5LjA0OSA1NS45MjQ3IDE4MC4zMDIgNTYuOTQ5OEMxODEuNTU1IDU3Ljk3NDkgMTgyLjIzOCA1OS4zNDE3IDE4Mi40NjYgNjEuMTY0MUgxNzguODIxWiIgZmlsbD0iIzAxQjRGMCIvPgo8cGF0aCBkPSJNMTg2LjMzOCA3MC4xNjIxQzE4NC45NzEgNjguNjgxNCAxODQuMjg4IDY2LjUxNzMgMTg0LjI4OCA2My44OTc2QzE4NC4yODggNjEuMjc4IDE4NC45NzEgNTkuMTEzOSAxODYuNDUyIDU3LjYzMzJDMTg3LjgxOSA1Ni4xNTI1IDE4OS43NTUgNTUuMzU1MiAxOTIuMjYxIDU1LjM1NTJDMTk0Ljc2NyA1NS4zNTUyIDE5Ni41ODkgNTYuMTUyNSAxOTguMDcgNTcuNjMzMkMxOTkuNDM3IDU5LjExMzkgMjAwLjIzNCA2MS4yNzggMjAwLjIzNCA2My44OTc2QzIwMC4yMzQgNjYuNTE3MyAxOTkuNTUxIDY4LjY4MTQgMTk4LjE4NCA3MC4xNjIxQzE5Ni44MTcgNzEuNjQyNyAxOTQuODgxIDcyLjQ0IDE5Mi4zNzUgNzIuNDRDMTg5LjY0MSA3Mi4zMjYxIDE4Ny43MDUgNzEuNjQyNyAxODYuMzM4IDcwLjE2MjFaTTE5NS4xMDggNjcuODg0MUMxOTUuNzkyIDY2Ljk3MjkgMTk2LjEzNCA2NS42MDYxIDE5Ni4xMzQgNjMuODk3NkMxOTYuMTM0IDYyLjE4OTEgMTk1Ljc5MiA2MC44MjI0IDE5NS4xMDggNTkuOTExMkMxOTQuNDI1IDU5IDE5My40IDU4LjQzMDUgMTkyLjE0NyA1OC40MzA1QzE5MC44OTQgNTguNDMwNSAxODkuODY5IDU4Ljg4NjEgMTg5LjE4NiA1OS45MTEyQzE4OC41MDIgNjAuODIyNCAxODguMTYxIDYyLjE4OTEgMTg4LjE2MSA2My44OTc2QzE4OC4xNjEgNjUuNjA2MSAxODguNTAyIDY2Ljk3MjkgMTg5LjE4NiA2Ny44ODQxQzE4OS44NjkgNjguNzk1MyAxOTAuODk0IDY5LjM2NDggMTkyLjE0NyA2OS4zNjQ4QzE5My40IDY5LjM2NDggMTk0LjQyNSA2OC43OTUzIDE5NS4xMDggNjcuODg0MVoiIGZpbGw9IiMwMUI0RjAiLz4KPHBhdGggZD0iTTIwMi44NTQgNTUuNTgyMkgyMDYuNDk5VjU4LjIwMThIMjA2LjcyNkMyMDcuMDY4IDU3LjI5MDcgMjA3LjYzNyA1Ni40OTM0IDIwOC40MzUgNTYuMDM3OEMyMDkuMjMyIDU1LjQ2ODMgMjEwLjE0MyA1NS4yNDA1IDIxMS4yODIgNTUuMjQwNUMyMTMuNTYgNTUuMjQwNSAyMTUuMDQxIDU2LjI2NTYgMjE1LjgzOCA1OC4yMDE4SDIxNi4wNjZDMjE2LjUyMiA1Ny4yOTA3IDIxNy4wOTEgNTYuNjA3MyAyMTguMDAyIDU2LjAzNzhDMjE4LjkxMyA1NS40NjgzIDIxOS45MzkgNTUuMjQwNSAyMjEuMDc4IDU1LjI0MDVDMjIyLjY3MiA1NS4yNDA1IDIyNC4wMzkgNTUuNjk2MSAyMjQuOTUgNTYuNzIxMkMyMjUuODYxIDU3Ljc0NjIgMjI2LjMxNyA1OC45OTkxIDIyNi4zMTcgNjAuNzA3NlY3MS45ODM2SDIyMi41NThWNjEuNjE4OEMyMjIuNTU4IDU5LjQ1NDcgMjIxLjUzMyA1OC40Mjk2IDIxOS41OTcgNTguNDI5NkMyMTguNjg2IDU4LjQyOTYgMjE3Ljg4OCA1OC43NzEzIDIxNy4zMTkgNTkuMzQwOEMyMTYuNzQ5IDU5LjkxMDMgMjE2LjQwOCA2MC43MDc2IDIxNi40MDggNjEuNzMyN1Y3MS45ODM2SDIxMi43NjNWNjEuMzkxQzIxMi43NjMgNjAuNDc5OCAyMTIuNTM1IDU5Ljc5NjQgMjExLjk2NiA1OS4yMjY5QzIxMS4zOTYgNTguNzcxMyAyMTAuNzEzIDU4LjQyOTYgMjA5LjgwMiA1OC40Mjk2QzIwOC44OSA1OC40Mjk2IDIwOC4wOTMgNTguNzcxMyAyMDcuNTI0IDU5LjQ1NDdDMjA2Ljk1NCA2MC4xMzgxIDIwNi42MTIgNjAuOTM1NCAyMDYuNjEyIDYxLjk2MDVWNzEuOTgzNkgyMDIuODU0VjU1LjU4MjJaIiBmaWxsPSIjMDFCNEYwIi8+CjxwYXRoIGQ9Ik00NS40NDU2IDc2Ljg4MjFDNDUuNDQ1NiA3Ni44ODIxIDQ2LjQ3MDcgODIuMDA3NSA0NC45OSA4My45NDM4QzQzLjUwOTMgODUuODgwMSA0My43MzcxIDg3LjU4ODYgNDUuNzg3MyA4Ny41ODg2QzUxLjQ4MjIgODcuNTg4NiA1MS4xNDA1IDc2Ljk5NiA1MS4xNDA1IDc2Ljk5Nkg0NS40NDU2Vjc2Ljg4MjFaIiBmaWxsPSIjMDFCNEYwIi8+CjxwYXRoIGQ9Ik04OC4zODU0IDgwLjg2NzVDODguMzg1NCA4MC44Njc1IDg3LjgxNTkgODguNzI2NSA4Ny41ODgxIDkwLjIwNzJDODcuMzYwMyA5MS41NzQgODYuMzM1MiA5My42MjQyIDgzLjYwMTYgOTMuNjI0MkM4MC44NjgxIDkzLjYyNDIgNjkuOTMzOCA4Mi44MDM4IDY0LjIzODkgODIuODAzOEM2MS44NDcgODIuODAzOCA2MS41MDUzIDc5LjcyODUgNjQuMjM4OSA3OS43Mjg1QzY2Ljk3MjQgNzkuNzI4NSA3Mi40Mzk2IDgwLjE4NDEgNzYuNDI2IDgyLjAwNjVDODAuNDEyNSA4My45NDI4IDgxLjU1MTUgODQuMzk4NCA4MS44OTMyIDgyLjkxNzdDODIuMTIxIDgxLjc3ODcgODIuMjM0OSA4MC45ODE0IDgyLjIzNDkgODAuOTgxNEw4OC4zODU0IDgwLjg2NzVaIiBmaWxsPSIjMDFCNEYwIi8+CjxwYXRoIGQ9Ik05My45NjY0IDUxLjU5NThDOTMuOTY2NCA1MS41OTU4IDk2LjAxNjYgNDYuNTg0MyA5Ny43MjUgNDIuNzExN0M5OS40MzM1IDM4Ljk1MyA5Ny45NTI4IDM1LjY1IDk0Ljk5MTUgMzUuOTkxN0M5Mi4wMzAxIDM2LjIxOTUgNzAuNTAzMyAzOC4wNDE5IDYyLjMwMjYgMzUuMDgwNUM1NC4xMDE5IDMyLjExOTEgNDkuODg3NiAyOC40NzQ0IDQ1LjEwMzkgMjguNDc0NEM0MC4zMjAxIDI4LjQ3NDQgNDAuNTQ3OSAzMi45MTY0IDQwLjg4OTYgMzQuNjI0OUM0MS4yMzEzIDM2LjMzMzQgNDMuMDUzNyA0Ny42MDkzIDQzLjA1MzcgNDcuNjA5M0g0OS4wOTAzQzQ5LjA5MDMgNDcuNjA5MyA0OC44NjI1IDQxLjM0NDkgNDguNTIwOCAzOS40MDg2QzQ4LjE3OTEgMzcuNDcyNCA0OC41MjA4IDM1LjUzNjEgNTEuMDI2NiAzNi41NjEyQzUzLjUzMjQgMzcuNTg2MyA2My4yMTM3IDQwLjg4OTMgNzAuOTU4OSA0MC44ODkzQzc4LjcwNCA0MC44ODkzIDg2LjU2MyA0MS4wMDMyIDg4LjM4NTMgNDAuNzc1NEM5MC4zMjE2IDQwLjU0NzYgOTEuNTc0NSA0MC44ODkzIDkwLjg5MTEgNDIuNzExN0M5MC4yMDc3IDQ0LjUzNDEgODcuNzAyIDUxLjU5NTggODcuNzAyIDUxLjU5NThIOTMuOTY2NFoiIGZpbGw9IiMwMUI0RjAiLz4KPHBhdGggZD0iTTY2Ljg1ODUgMzIuODAyOEM2NS45NDczIDMyLjM0NzIgNTguNzcxNyAyOC43MDI1IDUyLjk2MjggMjEuMTg1MkM0Mi4xNDI0IDcuNjMxMjEgNTIuNjIxMSAwIDYwLjcwNzkgMEM2NS42MDU2IDAgNzUuNDAwOSA0LjY2OTg0IDczLjIzNjggMjAuMjc0Qzc4LjAyMDUgMTQuMjM3MyA4NC42MjY3IDcuODU5MDEgOTEuNjg4NCA3Ljg1OTAxQzEwNy4xNzkgNy44NTkwMSAxMDEuOTM5IDMzLjE0NDUgNzMuNTc4NSAzMy4xNDQ1QzcyLjc4MTIgMzMuMTQ0NSA3Mi4zMjU2IDMwLjg2NjUgNzMuODA2MyAzMC44NjY1Qzc2Ljk5NTQgMzAuODY2NSA5MS4xMTg5IDI4LjkzMDMgOTMuODUyNSAyMy4xMjE0Qzk2LjU4NiAxNy4zMTI2IDkwLjg5MTEgMTQuNTc5IDg3LjU4OCAxNC42OTI5Qzc5Ljk1NjggMTQuOTIwNyA3MC42MTcxIDI5LjM4NTkgNzAuMTYxNSAyOS4zODU5QzY5LjcwNTkgMjkuMzg1OSA2OS44MTk4IDYuODMzOTIgNTkuNjgyOCA2LjgzMzkyQzQ5LjU0NTkgNi44MzM5MiA1Ni42MDc2IDI1LjA1NzcgNjcuMDg2MyAzMC45ODA0QzY4LjU2NjkgMzEuNzc3NyA2Ny43Njk3IDMzLjI1ODQgNjYuODU4NSAzMi44MDI4WiIgZmlsbD0iI0Y3OTQ0NyIvPgo8cGF0aCBkPSJNMTA5LjExNSA4OS4yOTY1SDEwNS44MTJMMTA0LjU1OSA5MS41NzQ1SDEwMy4wNzhMMTA4LjA5IDgyLjkxODJIMTA5LjQ1N0wxMTAuNzEgOTEuNTc0NUgxMDkuMzQzTDEwOS4xMTUgODkuMjk2NVpNMTA2LjM4MSA4OC4xNTc1SDEwOS4wMDFMMTA4LjU0NiA4NC41MTI4SDEwOC40MzJMMTA2LjM4MSA4OC4xNTc1WiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMTE1LjYwNyA4OS4wNjg1QzExNS42MDcgODguODQwNyAxMTUuNjA3IDg4LjYxMjkgMTE1LjcyMSA4OC4yNzEyTDExNi44NiA4Mi45MThIMTE4LjIyN0wxMTcuMDg4IDg4LjI3MTJDMTE3LjA4OCA4OC40OTkgMTE2Ljk3NCA4OC43MjY4IDExNi45NzQgODguOTU0NkMxMTYuOTc0IDg5Ljk3OTcgMTE3LjY1NyA5MC41NDkyIDExOC45MSA5MC41NDkyQzEyMC4wNDkgOTAuNTQ5MiAxMjAuOTYgODkuODY1OCAxMjEuMzAyIDg4LjYxMjlMMTIyLjU1NSA4Mi45MThIMTIzLjkyMkwxMjIuNjY5IDg4Ljk1NDZDMTIyLjMyNyA5MC43NzcgMTIwLjk2IDkxLjkxNiAxMTguNzk2IDkxLjkxNkMxMTYuNzQ2IDkxLjkxNiAxMTUuNjA3IDkwLjY2MzEgMTE1LjYwNyA4OS4wNjg1WiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMTI1LjA2MSA4NS4wODI0SDEyNi4zMTRMMTI2LjA4NiA4Ni4xMDc1SDEyNi4yQzEyNi42NTUgODUuNTM4IDEyNy4zMzkgODQuOTY4NSAxMjguMjUgODQuOTY4NUMxMjkuNTAzIDg0Ljk2ODUgMTMwLjMgODUuODc5NyAxMzAuMyA4Ni45MDQ4QzEzMC4zIDg3LjEzMjYgMTMwLjMgODcuMzYwNCAxMzAuMTg2IDg3LjcwMjFMMTI5LjM4OSA5MS42ODg1SDEyOC4xMzZMMTI4LjkzMyA4Ny45Mjk5QzEyOC45MzMgODcuNzAyMSAxMjkuMDQ3IDg3LjQ3NDMgMTI5LjA0NyA4Ny4zNjA0QzEyOS4wNDcgODYuNjc3IDEyOC41OTIgODYuMjIxNCAxMjcuNzk0IDg2LjIyMTRDMTI2Ljg4MyA4Ni4yMjE0IDEyNi4yIDg2LjkwNDggMTI1Ljk3MiA4Ny44MTZMMTI1LjE3NSA5MS44MDI0SDEyMy45MjJMMTI1LjA2MSA4NS4wODI0WiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMTMyLjIzNiA4NS4wODE5SDEzMy42MDNMMTMyLjIzNiA5MS42ODgxSDEzMC44N0wxMzIuMjM2IDg1LjA4MTlaTTEzMi40NjQgODMuMTQ1N0MxMzIuNDY0IDgyLjY5MDEgMTMyLjgwNiA4Mi4zNDg0IDEzMy4yNjEgODIuMzQ4NEMxMzMuNzE3IDgyLjM0ODQgMTM0LjA1OSA4Mi42OTAxIDEzNC4wNTkgODMuMTQ1N0MxMzQuMDU5IDgzLjYwMTMgMTMzLjcxNyA4My45NDMgMTMzLjI2MSA4My45NDNDMTMyLjgwNiA4My45NDMgMTMyLjQ2NCA4My42MDEzIDEzMi40NjQgODMuMTQ1N1oiIGZpbGw9IiNCNkJDQzAiLz4KPHBhdGggZD0iTTEzNy44MTcgOTMuNzM3OUwxMzguNTAxIDkwLjY2MjZIMTM4LjM4N0MxMzcuOTMxIDkxLjM0NiAxMzcuMjQ4IDkxLjY4NzcgMTM2LjMzNyA5MS42ODc3QzEzNC45NyA5MS42ODc3IDEzNC4wNTkgOTAuNjYyNiAxMzQuMDU5IDg5LjA2OEMxMzQuMDU5IDg2LjY3NjEgMTM1LjU0IDg0Ljg1MzggMTM3LjM2MiA4NC44NTM4QzEzOC4yNzMgODQuODUzOCAxMzkuMDcgODUuNDIzMyAxMzkuMjk4IDg2LjEwNjZIMTM5LjQxMkwxMzkuNjQgODQuOTY3N0gxNDAuODkzTDEzOS4wNyA5My42MjRIMTM3LjgxN1Y5My43Mzc5Wk0xMzkuMDcgODcuODE1MUMxMzkuMDcgODYuNzkgMTM4LjUwMSA4Ni4yMjA1IDEzNy41OSA4Ni4yMjA1QzEzNi4zMzcgODYuMjIwNSAxMzUuNDI2IDg3LjQ3MzQgMTM1LjQyNiA4OS4wNjhDMTM1LjQyNiA5MC4wOTMxIDEzNS45OTUgOTAuNzc2NSAxMzYuOTA2IDkwLjc3NjVDMTM4LjA0NSA5MC41NDg3IDEzOS4wNyA4OS4yOTU4IDEzOS4wNyA4Ny44MTUxWiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMTQ2LjcwMiA5MS42ODc5SDE0NS40NDlMMTQ1LjY3NiA5MC43NzY3SDE0NS41NjNDMTQ1LjIyMSA5MS4zNDYyIDE0NC40MjQgOTEuODAxOCAxNDMuNTEyIDkxLjgwMThDMTQyLjM3MyA5MS44MDE4IDE0MS40NjIgOTEuMDA0NSAxNDEuNDYyIDg5Ljg2NTVDMTQxLjQ2MiA4OS42Mzc3IDE0MS40NjIgODkuMjk2IDE0MS41NzYgODkuMDY4MkwxNDIuMzczIDg1LjA4MThIMTQzLjc0TDE0Mi45NDMgODguODQwNEMxNDIuOTQzIDg5LjA2ODIgMTQyLjgyOSA4OS4yOTYgMTQyLjgyOSA4OS41MjM4QzE0Mi44MjkgOTAuMzIxMSAxNDMuMjg1IDkwLjY2MjggMTQ0LjA4MiA5MC42NjI4QzE0NC45OTMgOTAuNjYyOCAxNDUuNzkgODkuOTc5NCAxNDYuMDE4IDg5LjA2ODJMMTQ2LjgxNSA4NS4xOTU3SDE0OC4wNjhMMTQ2LjcwMiA5MS42ODc5WiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMTQ4LjUyNCA4OC45NTVDMTQ4LjUyNCA4Ni41NjMxIDE1MC4wMDUgODQuOTY4NSAxNTEuOTQxIDg0Ljk2ODVDMTUzLjQyMiA4NC45Njg1IDE1NC41NjEgODUuOTkzNiAxNTQuNTYxIDg3LjcwMjFDMTU0LjU2MSA4Ny45Mjk5IDE1NC41NjEgODguNDk5NCAxNTQuNDQ3IDg4LjcyNzJIMTQ5Ljc3N0MxNDkuNzc3IDg4Ljg0MTEgMTQ5Ljc3NyA4OC45NTUgMTQ5Ljc3NyA4OC45NTVDMTQ5Ljc3NyA5MC4yMDc4IDE1MC41NzQgOTAuNjYzNCAxNTEuMzcxIDkwLjY2MzRDMTUyLjE2OSA5MC42NjM0IDE1Mi42MjQgOTAuMzIxNyAxNTIuODUyIDg5Ljg2NjJIMTU0LjIxOUMxNTMuOTkxIDkxLjAwNTEgMTUyLjg1MiA5MS44MDI0IDE1MS4yNTggOTEuODAyNEMxNDkuNzc3IDkxLjgwMjQgMTQ4LjUyNCA5MC43NzczIDE0OC41MjQgODguOTU1Wk0xNTMuMzA4IDg3LjcwMjFDMTUzLjMwOCA4Ny43MDIxIDE1My4zMDggODcuNTg4MiAxNTMuMzA4IDg3LjQ3NDNDMTUzLjMwOCA4Ni42NzcgMTUyLjg1MiA4Ni4xMDc1IDE1MS45NDEgODYuMTA3NUMxNTEuMDMgODYuMTA3NSAxNTAuMzQ2IDg2Ljc5MDkgMTUwLjAwNSA4Ny44MTZIMTUzLjMwOFY4Ny43MDIxWiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMTU4LjIwNSA5MS42ODc4TDE2MC4wMjggODMuMDMxNUgxNjEuNTA4TDE2Mi44NzUgODkuNjM3NkgxNjIuOTg5TDE2Ny4yMDMgODMuMDMxNUgxNjguOTEyTDE2Ny4wODkgOTEuNjg3OEgxNjUuODM3TDE2Ny4yMDMgODUuNDIzNEgxNjcuMDg5TDE2My4yMTcgOTEuNDZIMTYyLjE5MkwxNjAuOTM5IDg1LjQyMzRIMTYwLjgyNUwxNTkuNDU4IDkxLjY4NzhIMTU4LjIwNVoiIGZpbGw9IiNCNkJDQzAiLz4KPHBhdGggZD0iTTE2OC42ODQgODkuOThDMTY4LjY4NCA4OC43MjcyIDE2OS43MDkgODcuODE2IDE3MS41MzEgODcuODE2TDE3My4zNTQgODcuNzAyMUwxNzMuNDY4IDg3LjI0NjVDMTczLjQ2OCA4Ny4xMzI2IDE3My40NjggODcuMDE4NyAxNzMuNDY4IDg3LjAxODdDMTczLjQ2OCA4Ni40NDkyIDE3My4wMTIgODYuMTA3NSAxNzIuMjE1IDg2LjEwNzVDMTcxLjUzMSA4Ni4xMDc1IDE3MS4wNzYgODYuMzM1MyAxNzAuODQ4IDg2Ljc5MDlIMTY5LjU5NUMxNjkuODIzIDg1LjY1MTkgMTcwLjk2MiA4NC45Njg1IDE3Mi4zMjkgODQuOTY4NUMxNzMuODA5IDg0Ljk2ODUgMTc0LjgzNCA4NS43NjU4IDE3NC44MzQgODYuOTA0OEMxNzQuODM0IDg3LjEzMjYgMTc0LjgzNCA4Ny4yNDY1IDE3NC44MzQgODcuNDc0M0wxNzMuOTIzIDkxLjgwMjRIMTcyLjY3TDE3Mi44OTggOTEuMDA1MUgxNzIuNzg0QzE3Mi4zMjkgOTEuNTc0NiAxNzEuNjQ1IDkxLjkxNjMgMTcwLjg0OCA5MS45MTYzQzE2OS41OTUgOTEuODAyNCAxNjguNjg0IDkxLjAwNTEgMTY4LjY4NCA4OS45OFpNMTczLjAxMiA4OS4yOTY3TDE3My4xMjYgODguNjEzM0wxNzEuNTMxIDg4LjcyNzJDMTcwLjUwNiA4OC43MjcyIDE2OS45MzcgODkuMTgyOCAxNjkuOTM3IDg5Ljc1MjNDMTY5LjkzNyA5MC4zMjE3IDE3MC4zOTIgOTAuNjYzNCAxNzEuMDc2IDkwLjY2MzRDMTcyLjEwMSA5MC42NjM0IDE3Mi43ODQgOTAuMDkzOSAxNzMuMDEyIDg5LjI5NjdaIiBmaWxsPSIjQjZCQ0MwIi8+CjxwYXRoIGQ9Ik0xNzYuNTQzIDg1LjA4MjRIMTc3Ljc5NkwxNzcuNTY4IDg1Ljk5MzZIMTc3LjY4MkMxNzguMTM3IDg1LjMxMDIgMTc4LjU5MyA4NC45Njg1IDE3OS4zOSA4NC45Njg1QzE3OS43MzIgODQuOTY4NSAxODAuMDc0IDg0Ljk2ODUgMTgwLjE4OCA4NS4wODI0TDE3OS45NiA4Ni4zMzUzQzE3OS43MzIgODYuMjIxNCAxNzkuMjc2IDg2LjIyMTQgMTc5LjA0OSA4Ni4yMjE0QzE3OC4wMjMgODYuMjIxNCAxNzcuNDU0IDg2Ljc5MDkgMTc3LjIyNiA4Ny45Mjk5TDE3Ni40MjkgOTEuNjg4NUgxNzUuMTc2TDE3Ni41NDMgODUuMDgyNFoiIGZpbGw9IiNCNkJDQzAiLz4KPHBhdGggZD0iTTE4NS4xOTkgODUuMDgxNUgxODYuNzk0TDE4My40OTEgODcuOTI4OUwxODUuNjU1IDkxLjY4NzZIMTg0LjE3NEwxODIuNDY2IDg4LjcyNjJMMTgxLjY2OCA4OS4yOTU3TDE4MS4wOTkgOTEuNjg3NkgxNzkuOTZMMTgxLjg5NiA4Mi41NzU3SDE4My4xNDlMMTgyLjAxIDg3LjcwMTFIMTgyLjEyNEwxODUuMTk5IDg1LjA4MTVaIiBmaWxsPSIjQjZCQ0MwIi8+CjxwYXRoIGQ9Ik0xODYuMzM4IDg4Ljk1NUMxODYuMzM4IDg2LjU2MzEgMTg3LjgxOSA4NC45Njg1IDE4OS43NTUgODQuOTY4NUMxOTEuMjM2IDg0Ljk2ODUgMTkyLjM3NSA4NS45OTM2IDE5Mi4zNzUgODcuNzAyMUMxOTIuMzc1IDg3LjkyOTkgMTkyLjM3NSA4OC40OTk0IDE5Mi4yNjEgODguNzI3MkgxODcuNTkxQzE4Ny41OTEgODguODQxMSAxODcuNTkxIDg4Ljk1NSAxODcuNTkxIDg4Ljk1NUMxODcuNTkxIDkwLjIwNzggMTg4LjM4OCA5MC42NjM0IDE4OS4xODYgOTAuNjYzNEMxODkuOTgzIDkwLjY2MzQgMTkwLjQzOCA5MC4zMjE3IDE5MC42NjYgODkuODY2MkgxOTIuMDMzQzE5MS44MDUgOTEuMDA1MSAxOTAuNjY2IDkxLjgwMjQgMTg5LjA3MiA5MS44MDI0QzE4Ny41OTEgOTEuODAyNCAxODYuMzM4IDkwLjc3NzMgMTg2LjMzOCA4OC45NTVaTTE5MS4xMjIgODcuNzAyMUMxOTEuMTIyIDg3LjcwMjEgMTkxLjEyMiA4Ny41ODgyIDE5MS4xMjIgODcuNDc0M0MxOTEuMTIyIDg2LjY3NyAxOTAuNjY2IDg2LjEwNzUgMTg5Ljc1NSA4Ni4xMDc1QzE4OC44NDQgODYuMTA3NSAxODguMTYgODYuNzkwOSAxODcuODE5IDg3LjgxNkgxOTEuMTIyVjg3LjcwMjFaIiBmaWxsPSIjQjZCQ0MwIi8+CjxwYXRoIGQ9Ik0xOTMuNjI4IDkwLjMyMUMxOTMuNjI4IDkwLjIwNzEgMTkzLjYyOCA4OS45NzkzIDE5My43NDEgODkuNzUxNUwxOTQuNTM5IDg2LjIyMDZIMTkzLjUxNEwxOTMuNzQxIDg1LjA4MTZIMTk0Ljc2N0wxOTUuMTA4IDgzLjQ4NzFIMTk2LjM2MUwxOTYuMDE5IDg1LjA4MTZIMTk3LjVMMTk3LjI3MiA4Ni4yMjA2SDE5NS43OTJMMTk1LjEwOCA4OS40MDk4QzE5NS4xMDggODkuNjM3NiAxOTQuOTk0IDg5Ljc1MTUgMTk0Ljk5NCA4OS44NjU0QzE5NC45OTQgOTAuMzIxIDE5NS4zMzYgOTAuNTQ4OCAxOTUuOTA2IDkwLjU0ODhDMTk2LjAxOSA5MC41NDg4IDE5Ni4xMzMgOTAuNTQ4OCAxOTYuMjQ3IDkwLjU0ODhMMTk2LjAxOSA5MS41NzM5QzE5NS43OTIgOTEuNTczOSAxOTUuNTY0IDkxLjU3MzkgMTk1LjQ1IDkxLjU3MzlDMTk0LjMxMSA5MS42ODc4IDE5My42MjggOTEuMjMyMiAxOTMuNjI4IDkwLjMyMVoiIGZpbGw9IiNCNkJDQzAiLz4KPHBhdGggZD0iTTE5Ni43MDMgOTMuNzM4N0wxOTguNTI2IDg1LjA4MjRIMTk5Ljc3OEwxOTkuNTUxIDg1Ljk5MzZIMTk5LjY2NEMyMDAuMTIgODUuNDI0MSAyMDAuOTE3IDg0Ljk2ODUgMjAxLjcxNSA4NC45Njg1QzIwMy4wODEgODQuOTY4NSAyMDMuOTkzIDg1Ljk5MzYgMjAzLjk5MyA4Ny40NzQzQzIwMy45OTMgODkuODY2MiAyMDIuNTEyIDkxLjY4ODUgMjAwLjY5IDkxLjY4ODVDMTk5Ljc3OCA5MS42ODg1IDE5OC45ODEgOTEuMTE5IDE5OC43NTMgOTAuNDM1NkgxOTguNjM5TDE5Ny45NTYgOTMuNzM4N0gxOTYuNzAzWk0yMDIuNzQgODcuNzAyMUMyMDIuNzQgODYuNjc3IDIwMi4xNyA4Ni4xMDc1IDIwMS4yNTkgODYuMTA3NUMyMDAuMDA2IDg2LjEwNzUgMTk5LjA5NSA4Ny4zNjA0IDE5OS4wOTUgODguOTU1QzE5OS4wOTUgODkuOTggMTk5LjY2NSA5MC41NDk1IDIwMC41NzYgOTAuNTQ5NUMyMDEuODI5IDkwLjU0OTUgMjAyLjc0IDg5LjI5NjcgMjAyLjc0IDg3LjcwMjFaIiBmaWxsPSIjQjZCQ0MwIi8+CjxwYXRoIGQ9Ik0yMDYuNDk4IDgyLjQ2MjlIMjA3Ljg2NUwyMDUuOTI5IDkxLjU3NDhIMjA0LjU2MkwyMDYuNDk4IDgyLjQ2MjlaIiBmaWxsPSIjQjZCQ0MwIi8+CjxwYXRoIGQ9Ik0yMDcuNTIzIDg5Ljk4QzIwNy41MjMgODguNzI3MiAyMDguNTQ5IDg3LjgxNiAyMTAuMzcxIDg3LjgxNkwyMTIuMTkzIDg3LjcwMjFMMjEyLjMwNyA4Ny4yNDY1QzIxMi4zMDcgODcuMTMyNiAyMTIuMzA3IDg3LjAxODcgMjEyLjMwNyA4Ny4wMTg3QzIxMi4zMDcgODYuNDQ5MiAyMTEuODUyIDg2LjEwNzUgMjExLjA1NCA4Ni4xMDc1QzIxMC4zNzEgODYuMTA3NSAyMDkuOTE1IDg2LjMzNTMgMjA5LjY4OCA4Ni43OTA5SDIwOC40MzVDMjA4LjY2MiA4NS42NTE5IDIwOS44MDEgODQuOTY4NSAyMTEuMTY4IDg0Ljk2ODVDMjEyLjY0OSA4NC45Njg1IDIxMy42NzQgODUuNzY1OCAyMTMuNjc0IDg2LjkwNDhDMjEzLjY3NCA4Ny4xMzI2IDIxMy42NzQgODcuMjQ2NSAyMTMuNjc0IDg3LjQ3NDNMMjEyLjc2MyA5MS44MDI0SDIxMS41MUwyMTEuNzM4IDkxLjAwNTFIMjExLjYyNEMyMTEuMTY4IDkxLjU3NDYgMjEwLjQ4NSA5MS45MTYzIDIwOS42ODggOTEuOTE2M0MyMDguMzIxIDkxLjgwMjQgMjA3LjUyMyA5MS4wMDUxIDIwNy41MjMgODkuOThaTTIxMS43MzggODkuMjk2N0wyMTEuODUyIDg4LjYxMzNMMjEwLjI1NyA4OC43MjcyQzIwOS4yMzIgODguNzI3MiAyMDguNjYyIDg5LjE4MjggMjA4LjY2MiA4OS43NTIzQzIwOC42NjIgOTAuMzIxNyAyMDkuMTE4IDkwLjY2MzQgMjA5LjgwMSA5MC42NjM0QzIxMC44MjYgOTAuNjYzNCAyMTEuNjI0IDkwLjA5MzkgMjExLjczOCA4OS4yOTY3WiIgZmlsbD0iI0I2QkNDMCIvPgo8cGF0aCBkPSJNMjE5LjE0MSA4Ny4yNDU2QzIxOS4xNDEgODYuNTYyMiAyMTguNDU4IDg2LjEwNjYgMjE3Ljc3NCA4Ni4xMDY2QzIxNi41MjEgODYuMTA2NiAyMTUuNzI0IDg3LjI0NTYgMjE1LjcyNCA4OC44NDAyQzIxNS43MjQgODkuOTc5MiAyMTYuMjkzIDkwLjU0ODcgMjE3LjIwNSA5MC41NDg3QzIxOC4wMDIgOTAuNTQ4NyAyMTguNTcxIDkwLjIwNyAyMTguNzk5IDg5LjUyMzZIMjIwLjA1MkMyMTkuODI0IDkwLjc3NjUgMjE4LjY4NSA5MS42ODc3IDIxNy4wOTEgOTEuNjg3N0MyMTUuNDk2IDkxLjY4NzcgMjE0LjM1NyA5MC41NDg3IDIxNC4zNTcgODguOTU0MUMyMTQuMzU3IDg2LjY3NjEgMjE1LjgzOCA4NC44NTM4IDIxNy44ODggODQuODUzOEMyMTkuMjU1IDg0Ljg1MzggMjIwLjI4IDg1Ljc2NDkgMjIwLjUwOCA4Ni43OUMyMjAuNTA4IDg2LjkwMzkgMjIwLjUwOCA4Ny4wMTc4IDIyMC41MDggODcuMDE3OEgyMTkuMTQxVjg3LjI0NTZaIiBmaWxsPSIjQjZCQ0MwIi8+CjxwYXRoIGQ9Ik0yMjAuOTYzIDg4Ljk1NUMyMjAuOTYzIDg2LjU2MzEgMjIyLjQ0NCA4NC45Njg1IDIyNC4zOCA4NC45Njg1QzIyNS44NjEgODQuOTY4NSAyMjcgODUuOTkzNiAyMjcgODcuNzAyMUMyMjcgODcuOTI5OSAyMjcgODguNDk5NCAyMjYuODg2IDg4LjcyNzJIMjIyLjIxNkMyMjIuMjE2IDg4Ljg0MTEgMjIyLjIxNiA4OC45NTUgMjIyLjIxNiA4OC45NTVDMjIyLjIxNiA5MC4yMDc4IDIyMy4wMTQgOTAuNjYzNCAyMjMuODExIDkwLjY2MzRDMjI0LjYwOCA5MC42NjM0IDIyNS4wNjQgOTAuMzIxNyAyMjUuMjkyIDg5Ljg2NjJIMjI2LjY1OEMyMjYuNDMxIDkxLjAwNTEgMjI1LjI5MiA5MS44MDI0IDIyMy42OTcgOTEuODAyNEMyMjIuMjE2IDkxLjgwMjQgMjIwLjk2MyA5MC43NzczIDIyMC45NjMgODguOTU1Wk0yMjUuNzQ3IDg3LjcwMjFDMjI1Ljc0NyA4Ny43MDIxIDIyNS43NDcgODcuNTg4MiAyMjUuNzQ3IDg3LjQ3NDNDMjI1Ljc0NyA4Ni42NzcgMjI1LjI5MiA4Ni4xMDc1IDIyNC4zOCA4Ni4xMDc1QzIyMy40NjkgODYuMTA3NSAyMjIuNzg2IDg2Ljc5MDkgMjIyLjQ0NCA4Ny44MTZIMjI1Ljc0N1Y4Ny43MDIxWiIgZmlsbD0iI0I2QkNDMCIvPgo8L3N2Zz4K");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  /* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_logo.scss */
  .layout-footer .logo {
    height: 5.875rem;
    width: 14.1875rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .category {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-bottom: 0.9375rem;
}
/* line 16, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation a {
  text-decoration: none;
  white-space: nowrap;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation a:hover, .layout-footer .product-navigation a:focus {
  text-decoration: underline;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .subcategory-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .subcategory-list li {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(50% - 5px);
  margin-bottom: 0.3125rem;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .subcategory-list li:nth-child(odd) {
  margin-right: 0.3125rem;
}
/* line 41, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .subcategory-list li:nth-child(even) {
  margin-left: 0.3125rem;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .subcategory-list a {
  display: block;
  padding: 0.3125rem 0;
  color: #7d8aa2;
}
/* line 53, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
.layout-footer .product-navigation .category-title {
  display: block;
  margin-bottom: 0.875rem;
  text-align: center;
  color: #fefefe;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  /* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation {
    justify-content: space-between;
    font-size: 0.875rem;
  }
  /* line 73, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .category {
    width: auto;
  }
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .category:nth-child(1) {
    width: 13.75rem;
  }
  /* line 80, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .category:nth-child(2) {
    width: 23.4375rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  /* line 86, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .category:nth-child(3) {
    width: 7.5rem;
  }
  /* line 90, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .category:nth-child(3) .subcategory-list li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 99, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .category-title {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 108, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_navigation.scss */
  .layout-footer .product-navigation .subcategory-list li {
    margin-bottom: 0;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .title {
  margin-bottom: 0.875rem;
  text-align: center;
  color: #fefefe;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .contact-list,
.layout-footer .contact .social-networks {
  margin: 0 0 0.9375rem;
  padding: 0;
  list-style: none;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .contact-list a {
  display: block;
  position: relative;
  padding: 0.3125rem 0 0.3125rem 1.25rem;
  text-decoration: none;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .contact-list .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.8125rem;
  width: 0.8125rem;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .contact-list .phone a {
  color: #fefefe;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .contact-list .email a {
  color: #01b4f0;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .contact-list .message a {
  color: #f68d42;
}
/* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .social-networks {
  display: flex;
  flex-flow: row wrap;
}
/* line 57, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .social-networks li {
  margin-right: 1.25rem;
}
/* line 61, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .social-networks a {
  display: block;
  position: relative;
  height: 1.0625rem;
  width: 1.0625rem;
}
/* line 68, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
.layout-footer .contact .social-networks .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 64em) {
  /* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_contact.scss */
  .layout-footer .contact .title {
    text-align: left;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
.layout-footer .copyright-and-partners {
  display: flex;
  flex-flow: row wrap;
  padding: 1.25rem 0;
  border-top: 1px solid #1f2f48;
  font-size: 0.75rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
.layout-footer .copyright-and-partners .copyright,
.layout-footer .copyright-and-partners .partners {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  text-align: center;
}
/* line 16, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
.layout-footer .copyright-and-partners .copyright {
  margin-bottom: 0.9375rem;
  color: #7d8aa2;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
.layout-footer .copyright-and-partners .partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
.layout-footer .copyright-and-partners .partners .partner {
  margin: 0.3125rem 0.9375rem;
}
@media screen and (min-width: 64em) {
  /* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
  .layout-footer .copyright-and-partners {
    align-items: baseline;
  }
  /* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
  .layout-footer .copyright-and-partners .copyright {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  /* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
  .layout-footer .copyright-and-partners .partners {
    flex: 1 1 0px;
    justify-content: flex-end;
  }
  /* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
  .layout-footer .copyright-and-partners .partners .partner {
    margin: 0 0 0 2.25rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/footer/_copyright_and_partners.scss */
  .layout-footer .copyright-and-partners {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
/* line 12, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
.layout-footer .content-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
.layout-footer .logo-and-subscribe,
.layout-footer .navigation-and-contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
.layout-footer .logo-and-subscribe {
  margin-bottom: 2.1875rem;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
.layout-footer .navigation-and-contact .navigation,
.layout-footer .navigation-and-contact .contact {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  max-width: 20rem;
}

@media screen and (min-width: 48em) {
  /* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
  .layout-footer .logo-and-subscribe {
    justify-content: flex-start;
  }
  /* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
  .layout-footer .navigation-and-contact .navigation,
  .layout-footer .navigation-and-contact .contact {
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  /* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
  .layout-footer .navigation-and-contact .navigation {
    flex: 1 1 0px;
  }
  /* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/_footer.scss */
  .layout-footer .navigation-and-contact .contact {
    width: 11.5625rem;
    margin-left: 4.375rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_breadcrumbs.scss */
.breadcrumbs-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  padding-top: 1.875rem;
}

/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
/* line 171, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
/* line 181, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}
/* line 70, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 0.8125rem;
  color: #979da5;
  cursor: default;
}
/* line 86, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.375rem;
  opacity: 1;
  content: "/";
  color: #979da5;
}
/* line 101, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #979da5;
}
/* line 104, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_breadcrumbs.scss */
.breadcrumbs a {
  text-decoration: none;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/layout/navigations/_breadcrumbs.scss */
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}

/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner {
  position: relative;
  height: 25.625rem;
  margin-bottom: 1.875rem;
  background-color: #e4e4eb;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 10.3125rem;
  width: 20rem;
  background-image: url("/assets/pages/home-page/promotion-banner/image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner .content-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  height: 100%;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner .description {
  position: relative;
  padding-bottom: 10.3125rem;
  text-align: center;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner .title {
  margin-bottom: 0.9375rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner .text {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
/* line 53, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
.home-page .promotion-banner .link-to-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 16.5625rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .home-page .promotion-banner .link-to-page {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.home-page .promotion-banner .link-to-page, .home-page .promotion-banner .link-to-page.disabled, .home-page .promotion-banner .link-to-page[disabled], .home-page .promotion-banner .link-to-page.disabled:hover, .home-page .promotion-banner .link-to-page[disabled]:hover, .home-page .promotion-banner .link-to-page.disabled:focus, .home-page .promotion-banner .link-to-page[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.home-page .promotion-banner .link-to-page:hover, .home-page .promotion-banner .link-to-page:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .promotion-banner .link-to-page:focus,
.home-page .promotion-banner .link-to-page .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .promotion-banner .link-to-page.disabled, .home-page .promotion-banner .link-to-page:disabled {
  background-color: #B5B5B5 !important;
}
@media screen and (min-width: 48em) {
  /* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner::before {
    height: 18.75rem;
    width: 35.9375rem;
  }
  /* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner .description {
    width: 16.875rem;
    padding-bottom: 5rem;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner {
    height: 30.625rem;
  }
  /* line 79, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner::before {
    height: 23.5625rem;
    width: 45.625rem;
  }
  /* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner .description {
    width: 28.125rem;
    padding-bottom: 6.25rem;
  }
  /* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner .title {
    font-size: 2.25rem;
  }
  /* line 95, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-banner.scss */
  .home-page .promotion-banner .text {
    margin-bottom: 2.1875rem;
    font-size: 1.375rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
.home-page .our-advantages {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8125rem;
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
.home-page .our-advantages .advantages-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
.home-page .our-advantages .item {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 9.0625rem;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.5625rem;
  line-height: 1.3;
  font-weight: 600;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
.home-page .our-advantages .icon {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  height: 1rem;
  width: 1rem;
}
@media screen and (min-width: 48em) {
  /* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
  .home-page .our-advantages .advantages-list {
    justify-content: space-between;
  }
  /* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
  .home-page .our-advantages .item {
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  /* line 45, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_our-advantages.scss */
  .home-page .our-advantages .item {
    font-size: 1rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1875rem;
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .section-title {
  margin: 0 0 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .products-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.9375rem;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product {
  background: #fefefe;
  border: 1px solid #ededf3;
  text-align: center;
  font-size: 0.75rem;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .image-and-labels {
  position: relative;
  border-bottom: 1px solid #ededf3;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .label {
  position: absolute;
  height: 1.3125rem;
  min-width: 4rem;
  padding: 0 0.3125rem;
  line-height: 1.3125rem;
  font-size: 0.75rem;
  font-weight: 600;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .label.save, .home-page .promotion-products .products-list .product .label.sale {
  display: none;
  top: 0.9375rem;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .label.brand {
  bottom: 0;
  right: 0;
  background: #0194c5;
  color: #fefefe;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .label.save {
  left: 0;
  background: #2cca4f;
  color: #fefefe;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .label.sale {
  right: 0;
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .image img {
  width: 100%;
}
/* line 55, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .details {
  padding: 0.625rem 0.9375rem;
}
/* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .title {
  display: block;
  margin-bottom: 1.25rem;
  color: inherit;
  text-decoration: none;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .cost {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .retail-and-discount-price,
.home-page .promotion-products .products-list .product .price {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 50%;
}
/* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .retail-and-discount-price {
  display: none;
  color: #979da5;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .discount-price,
.home-page .promotion-products .products-list .product .retail-price {
  display: none;
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .discount-price {
  margin-top: 0.1875rem;
}
/* line 96, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product .price {
  color: #01b4f0;
  font-weight: 600;
}
/* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product:hover {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.2);
}
/* line 109, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.with-retail-price .label.save {
  display: block;
}
/* line 114, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.with-retail-price .retail-and-discount-price {
  display: block;
}
/* line 118, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.with-retail-price .retail-price {
  display: block;
}
/* line 126, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.on-sale .label.save, .home-page .promotion-products .products-list .product.on-sale .label.sale {
  display: block;
}
/* line 130, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.on-sale .label.save {
  background: #ec1f1f;
}
/* line 134, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.on-sale .label.sale {
  color: #ec1f1f;
}
/* line 139, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.on-sale .retail-and-discount-price {
  display: block;
}
/* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.home-page .promotion-products .products-list .product.on-sale .retail-price,
.home-page .promotion-products .products-list .product.on-sale .discount-price {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 151, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
  .home-page .promotion-products .products-list .product {
    font-size: 0.875rem;
  }
  /* line 156, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
  .home-page .promotion-products .products-list .product .cost {
    font-size: 1rem;
  }
}
/* line 16, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .products-list .product {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 30px);
  margin: 0 0.9375rem 1rem;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-navigation-container {
  overflow-x: auto;
  margin-bottom: 1.25rem;
}
/* line 7, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs {
  margin: 0;
  border: 1px solid #c7cfdb;
  background: #fefefe;
  list-style-type: none;
  display: flex;
  padding: 0;
  border: 0;
}
/* line 171, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.home-page .promotion-products .tabs-container .tabs::before, .home-page .promotion-products .tabs-container .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
/* line 181, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.home-page .promotion-products .tabs-container .tabs::after {
  clear: both;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title {
  float: left;
  margin-right: 0.9375rem;
}
/* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #f68d42;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .home-page .promotion-products .tabs-container .tabs-title > a {
  outline: 0;
}
/* line 97, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a:hover {
  background: #fefefe;
  color: #f47418;
}
/* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a:focus, .home-page .promotion-products .tabs-container .tabs-title > a[aria-selected='true'] {
  background: #c7cfdb;
  color: #f68d42;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a {
  position: relative;
  padding: 0.625rem 0.3125rem 0.875rem;
  color: #0a0a0a;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #0a0a0a;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a:hover {
  color: #0a0a0a;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a:focus, .home-page .promotion-products .tabs-container .tabs-title > a[aria-selected='true'] {
  background: transparent;
  color: #0a0a0a;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title > a:focus::before, .home-page .promotion-products .tabs-container .tabs-title > a[aria-selected='true']::before {
  opacity: 1;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-title.is-active > a::before {
  opacity: 1;
}
/* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-content {
  border: 1px solid #c7cfdb;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
  border: 0;
}
/* line 72, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.home-page .promotion-products .tabs-container .tabs-panel {
  display: none;
  padding: 1rem;
  padding: 0;
}
/* line 138, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.home-page .promotion-products .tabs-container .tabs-panel.is-active {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
  .home-page .promotion-products .tabs-container .tabs-navigation-container {
    margin-top: -0.625rem;
    margin-bottom: 1.875rem;
  }
  /* line 83, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
  .home-page .promotion-products .tabs-container .tabs-title {
    margin-right: 1.25rem;
  }
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .tabs-title:last-child > a {
  color: #01b4f0;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .tabs-title:last-child > a:hover {
  color: #01b4f0;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .tabs-title:last-child > a::before {
  background: #01b4f0;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .link-place {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}
/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
.home-page .promotion-products .link-place .link-to-page {
  cursor: pointer;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  color: #f68d42;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .promotion-products .link-place .link-to-page .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.1875rem;
  width: 1.1875rem;
  fill: #f68d42;
}
/* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .promotion-products .link-place .link-to-page:hover {
  color: #EB8740;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .promotion-products .link-place .link-to-page:hover .icon #text1 {
  fill: black;
}
/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .promotion-products .link-place .link-to-page:focus, .home-page .promotion-products .link-place .link-to-page.active {
  color: #E88640;
}
@media screen and (min-width: 23.438em) {
  /* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product {
    width: calc(50% - 25px);
  }
  /* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product:nth-child(odd) {
    margin-right: 0.625rem;
  }
  /* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product:nth-child(even) {
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .section-title {
    margin-bottom: 1.875rem;
  }
  /* line 81, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product {
    width: calc(50% - 30px);
  }
  /* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product:nth-child(odd) {
    margin-right: 0.9375rem;
  }
  /* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product:nth-child(even) {
    margin-left: 0.9375rem;
  }
  /* line 94, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .link-place {
    height: 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-products.scss */
  .home-page .promotion-products .products-list .product {
    width: calc(25% - 30px);
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 4.375rem;
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .item {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  position: relative;
  width: 100%;
  padding: 2.1875rem 0.9375rem;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12.5rem;
  width: 12.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .jewelry {
  background-color: #e2674c;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .jewelry::before {
  background-image: url("/assets/pages/home-page/promotion-categories/jewelry.png");
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .electronics {
  background-color: #2c2c2c;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .electronics::before {
  background-image: url("/assets/pages/home-page/promotion-categories/electronics.png");
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  align-content: space-between;
  background-color: #7a80f5;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz::before {
  z-index: 2;
  height: 15.625rem;
  width: 15.625rem;
  background-image: url("/assets/pages/home-page/promotion-categories/fundz/man.png");
}
/* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz::after {
  content: '';
  position: absolute;
  bottom: -4.4375rem;
  right: -4rem;
  z-index: 1;
  height: 17.5rem;
  width: 17.5rem;
  background: #888ef6;
  border-radius: 50%;
}
/* line 81, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz .title,
.home-page .promotion-categories .fundz .text,
.home-page .promotion-categories .fundz .button {
  position: relative;
  z-index: 2;
}
/* line 87, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz .title,
.home-page .promotion-categories .fundz .text {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz .title {
  height: 2.8125rem;
}
/* line 96, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz .text {
  margin-bottom: 1.5625rem;
  color: #fefefe;
  line-height: 1.7;
  font-size: 1.125rem;
  font-weight: 500;
  text-shadow: 1px 1px 0 #999;
  text-transform: uppercase;
}
/* line 108, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz .color-text {
  color: #51e346;
  font-weight: 700;
}
/* line 115, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .fundz .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .home-page .promotion-categories .fundz .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.home-page .promotion-categories .fundz .button, .home-page .promotion-categories .fundz .button.disabled, .home-page .promotion-categories .fundz .button[disabled], .home-page .promotion-categories .fundz .button.disabled:hover, .home-page .promotion-categories .fundz .button[disabled]:hover, .home-page .promotion-categories .fundz .button.disabled:focus, .home-page .promotion-categories .fundz .button[disabled]:focus {
  background-color: #51e346;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.home-page .promotion-categories .fundz .button:hover, .home-page .promotion-categories .fundz .button:focus {
  background-color: #2cce1f;
  color: #fefefe;
}
/* line 141, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories a {
  color: #fefefe;
  text-decoration: none;
}
/* line 145, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories a:hover {
  text-decoration: underline;
}
/* line 150, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .title {
  display: block;
  margin: 0 0 1.5625rem;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 161, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .categories-list {
  margin: 0 0 0 0.9375rem;
  padding: 0;
  list-style: none;
}
/* line 166, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .categories-list li {
  margin-bottom: 0.3125rem;
}
/* line 170, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
.home-page .promotion-categories .categories-list a {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 178, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item {
    min-height: 21.875rem;
  }
  /* line 181, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item::before {
    height: 21.875rem;
    width: 21.875rem;
  }
  /* line 188, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::before {
    height: 21.125rem;
    width: 21.125rem;
  }
  /* line 193, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::after {
    right: -3.375rem;
    height: 21.75rem;
    width: 21.75rem;
  }
  /* line 199, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz .text {
    font-size: 1.375rem;
    text-shadow: none;
  }
  /* line 206, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz .button {
    width: 13.375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 216, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item {
    min-height: 18.75rem;
    width: 33.333%;
  }
  /* line 220, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item::before {
    height: 12.5rem;
    width: 12.5rem;
  }
  /* line 226, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz {
    padding-top: 1.5625rem;
  }
  /* line 229, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::before {
    height: 15.625rem;
    width: 15.625rem;
  }
  /* line 234, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::after {
    height: 17.5rem;
    width: 17.5rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 244, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  /* line 248, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item::before {
    height: 18.125rem;
    width: 18.125rem;
  }
  /* line 254, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .title {
    margin-bottom: 2.1875rem;
  }
  /* line 258, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz {
    padding-top: 2.375rem;
  }
  /* line 261, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::after {
    height: 20rem;
    width: 20rem;
  }
}
@media screen and (min-width: 90em) {
  /* line 271, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .item {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  /* line 277, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::before {
    height: 21.125rem;
    width: 21.125rem;
  }
  /* line 282, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_promotion-categories.scss */
  .home-page .promotion-categories .fundz::after {
    height: 21.75rem;
    width: 21.75rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers {
  position: relative;
  margin-bottom: 3.4375rem;
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .dec-substrate {
  position: absolute;
  top: 3.75rem;
  left: 0;
  height: calc(100% - 60px);
  width: 100%;
  background: linear-gradient(91.94deg, #f27e65 0.61%, #d54829 114.37%, rgba(185, 60, 32, 0) 114.38%);
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9.0625rem;
  width: 100%;
  max-width: 28.75rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.home-page .special-offers .carousel-controls .arrow {
  position: relative;
  height: 2.1875rem;
  width: 2.1875rem;
  border: 1px solid #fefefe;
  border-radius: 50%;
  color: #fefefe;
  cursor: pointer;
  outline: none;
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.home-page .special-offers .carousel-controls .arrow .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.75rem;
  width: 0.4375rem;
  fill: #fefefe;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.home-page .special-offers .carousel-controls .arrow-prev {
  left: 0.3125rem;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.home-page .special-offers .carousel-controls .arrow-prev .icon {
  margin-left: -0.0625rem;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.home-page .special-offers .carousel-controls .arrow-next {
  right: 0.3125rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.home-page .special-offers .carousel-controls .arrow-next .icon {
  margin-right: -0.125rem;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel-controls .arrow {
  position: absolute;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product {
  display: flex;
  flex-flow: row wrap;
  flex-direction: column-reverse;
  align-items: center;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .details {
  width: 100%;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .image {
  max-width: 23.0625rem;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .label {
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .title {
  line-height: 1.3;
  font-size: 1.125rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .price-and-link {
  margin-top: 1.5625rem;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .price-and-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 41, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.home-page .special-offers .carousel .product .price {
  margin-right: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  /* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
  .home-page .special-offers .carousel .product {
    flex-direction: row;
    align-items: flex-start;
  }
}
/* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product {
  padding: 0.9375rem;
  color: #fefefe;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product .details {
  padding: 2.5rem 0 0.625rem 0;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product .image {
  box-shadow: 0 0 15px 0 rgba(10, 10, 10, 0.16);
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product .label {
  margin-bottom: 1.25rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product .title {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product .description {
  overflow: hidden;
  height: 6.5625rem;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
.home-page .special-offers .carousel .product .link-to-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 10.875rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .home-page .special-offers .carousel .product .link-to-page {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.home-page .special-offers .carousel .product .link-to-page, .home-page .special-offers .carousel .product .link-to-page.disabled, .home-page .special-offers .carousel .product .link-to-page[disabled], .home-page .special-offers .carousel .product .link-to-page.disabled:hover, .home-page .special-offers .carousel .product .link-to-page[disabled]:hover, .home-page .special-offers .carousel .product .link-to-page.disabled:focus, .home-page .special-offers .carousel .product .link-to-page[disabled]:focus {
  background-color: #fefefe;
  color: #f68d42;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.home-page .special-offers .carousel .product .link-to-page:hover, .home-page .special-offers .carousel .product .link-to-page:focus {
  background-color: #f9f9f9;
  color: #f68d42;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.home-page .special-offers .carousel .product .link-to-page:focus,
.home-page .special-offers .carousel .product .link-to-page .active {
  background-color: #f4f3f3;
}
@media screen and (min-width: 48em) {
  /* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel-controls {
    top: 11.5rem;
    left: auto;
    right: 0;
    transform: translateX(0%);
    width: 25rem;
    max-width: 100%;
  }
  /* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .details {
    flex: 1 1 0px;
    padding-top: 5rem;
    padding-right: 1.25rem;
  }
  /* line 94, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .image {
    width: 23.0625rem;
  }
  /* line 98, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 110, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .dec-substrate {
    position: absolute;
    top: 4.375rem;
    height: calc(100% - 80px);
  }
  /* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel-controls {
    top: 11.5625rem;
    right: 0.9375rem;
    width: 31.25rem;
  }
  /* line 123, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  /* line 127, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .details {
    padding-top: 8.125rem;
  }
  /* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .image {
    width: 25rem;
    max-width: 100%;
    margin: 0 3.125rem;
  }
  /* line 138, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .price {
    margin-right: 3.75rem;
  }
  /* line 142, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .link-to-page {
    width: 13.4375rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 153, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product {
    justify-content: space-between;
  }
  /* line 157, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_special-offers.scss */
  .home-page .special-offers .carousel .product .label,
  .home-page .special-offers .carousel .product .title {
    margin-bottom: 1.875rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_page-overview.scss */
.home-page .page-overview {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0625rem;
  font-weight: 500;
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/home-page/_page-overview.scss */
.home-page .page-overview .section-title {
  margin-bottom: 2.1875rem;
  font-size: 1.375rem;
  font-weight: 500;
}

/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products {
  padding: 3.125rem 0 2.5rem;
  background: #F7F7F7;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product {
  background: #fefefe;
  border: 1px solid #ededf3;
  text-align: center;
  font-size: 0.75rem;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .image-and-labels {
  position: relative;
  border-bottom: 1px solid #ededf3;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .label {
  position: absolute;
  height: 1.3125rem;
  min-width: 4rem;
  padding: 0 0.3125rem;
  line-height: 1.3125rem;
  font-size: 0.75rem;
  font-weight: 600;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .label.save, .similar-products .product .label.sale {
  display: none;
  top: 0.9375rem;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .label.brand {
  bottom: 0;
  right: 0;
  background: #0194c5;
  color: #fefefe;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .label.save {
  left: 0;
  background: #2cca4f;
  color: #fefefe;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .label.sale {
  right: 0;
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .image img {
  width: 100%;
}
/* line 55, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .details {
  padding: 0.625rem 0.9375rem;
}
/* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .title {
  display: block;
  margin-bottom: 1.25rem;
  color: inherit;
  text-decoration: none;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .cost {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .retail-and-discount-price,
.similar-products .product .price {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 50%;
}
/* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .retail-and-discount-price {
  display: none;
  color: #979da5;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .discount-price,
.similar-products .product .retail-price {
  display: none;
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .discount-price {
  margin-top: 0.1875rem;
}
/* line 96, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product .price {
  color: #01b4f0;
  font-weight: 600;
}
/* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product:hover {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.2);
}
/* line 109, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.with-retail-price .label.save {
  display: block;
}
/* line 114, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.with-retail-price .retail-and-discount-price {
  display: block;
}
/* line 118, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.with-retail-price .retail-price {
  display: block;
}
/* line 126, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.on-sale .label.save, .similar-products .product.on-sale .label.sale {
  display: block;
}
/* line 130, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.on-sale .label.save {
  background: #ec1f1f;
}
/* line 134, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.on-sale .label.sale {
  color: #ec1f1f;
}
/* line 139, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.on-sale .retail-and-discount-price {
  display: block;
}
/* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.similar-products .product.on-sale .retail-price,
.similar-products .product.on-sale .discount-price {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 151, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
  .similar-products .product {
    font-size: 0.875rem;
  }
  /* line 156, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
  .similar-products .product .cost {
    font-size: 1rem;
  }
}
/* line 7, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products .section-title {
  margin-bottom: 2.1875rem;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products .content-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products .similar-products-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.9375rem;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products .product {
  width: calc(100% - 30px);
  margin: 0 0.9375rem 1rem;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products .link-place {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
.similar-products .link-place .link-to-page {
  cursor: pointer;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  color: #f68d42;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.similar-products .link-place .link-to-page .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.1875rem;
  width: 1.1875rem;
  fill: #f68d42;
}
/* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.similar-products .link-place .link-to-page:hover {
  color: #EB8740;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.similar-products .link-place .link-to-page:hover .icon #text1 {
  fill: black;
}
/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.similar-products .link-place .link-to-page:focus, .similar-products .link-place .link-to-page.active {
  color: #E88640;
}

@media screen and (min-width: 23.438em) {
  /* line 47, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product {
    width: calc(50% - 25px);
  }
  /* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product:nth-child(odd) {
    margin-right: 0.625rem;
  }
  /* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product:nth-child(even) {
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 63, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product {
    width: calc(50% - 30px);
  }
  /* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product:nth-child(odd) {
    margin-right: 0.9375rem;
  }
  /* line 70, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product:nth-child(even) {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 79, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_similar_products.scss */
  .similar-products .product {
    width: calc(25% - 30px);
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
.product-place {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .glide__slides {
  margin: 0;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-thumbnails {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 3.125rem;
  margin-right: 0.625rem;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-image {
  flex: 1 1 0px;
  width: calc(100% - 60px);
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-thumbnails .glide {
  height: 14.375rem;
}
/* line 35, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-thumbnails .glide__track {
  height: 100%;
}
/* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-thumbnails .glide__slides {
  flex-direction: column;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-thumbnails .glide__slide {
  margin-bottom: 0.625rem;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
.product-place .images-place .product-thumbnail {
  height: 3.125rem;
  width: 3.125rem;
}
@media screen and (min-width: 48em) {
  /* line 57, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
  .product-place .images-place .product-thumbnails {
    width: 4.375rem;
    margin-right: 1.875rem;
  }
  /* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
  .product-place .images-place .product-thumbnail {
    height: 4.375rem;
    width: 4.375rem;
  }
  /* line 68, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_images.scss */
  .product-place .images-place .product-image {
    width: calc(100% - 100px);
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .labels {
  position: absolute;
  top: 0.625rem;
  right: 0;
  z-index: 5;
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .labels .label.save,
.product-place .labels .label.sale {
  position: relative;
  display: none;
  visibility: hidden;
  padding: 0.5rem;
  background: #01b4f0;
  border-radius: 0 0.125rem 0.125rem 0;
  line-height: 1;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .labels .label.save::before,
.product-place .labels .label.sale::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-color: rgba(1, 180, 240, 0);
  border-right-color: #01b4f0;
  border-width: 15px;
  margin-top: -15px;
  position: absolute;
  pointer-events: none;
}
/* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .labels .label.save .value,
.product-place .labels .label.sale .value {
  font-weight: 500;
}
/* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .labels .label.sale {
  text-transform: uppercase;
}
/* line 45, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .tracking-code {
  margin-bottom: 0.625rem;
  color: #979da5;
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .product-title {
  margin: 0 0 1.25rem;
  line-height: 1.3;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .description {
  overflow-y: auto;
  height: 6.5625rem;
  margin-bottom: 0.9375rem;
}
/* line 65, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .description p {
  margin: 0 0 1rem;
}
/* line 68, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .description p:last-child {
  margin-bottom: 0;
}
/* line 74, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .cost {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}
/* line 80, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .retail-and-discount-price {
  display: none;
  visibility: hidden;
  margin-right: 2.1875rem;
}
/* line 87, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .retail-price,
.product-place .discount-price {
  display: none;
  visibility: hidden;
}
/* line 94, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place.with-retail-price .labels .label.save {
  display: block;
  visibility: visible;
}
/* line 100, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place.with-retail-price .retail-and-discount-price {
  display: block;
  visibility: visible;
}
/* line 105, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place.with-retail-price .retail-price {
  display: block;
  visibility: visible;
}
/* line 113, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place.on-sale .labels .label.sale {
  display: block;
  visibility: visible;
}
/* line 119, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place.on-sale .retail-and-discount-price {
  display: block;
  visibility: visible;
}
/* line 125, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place.on-sale .retail-price,
.product-place.on-sale .discount-price {
  display: block;
  visibility: visible;
}
/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}
/* line 136, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .link {
  margin: 0.625rem 1.875rem 0.625rem 0;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 500;
}
/* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .link a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
/* line 153, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .link a::before {
  content: '';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  height: 0;
  width: 100%;
  border-top-width: 1px;
  border-top-style: dashed;
}
/* line 165, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .link .label {
  color: #7d8aa2;
}
/* line 170, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 174, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .ask-question {
  color: #01b4f0;
}
/* line 177, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .ask-question a {
  margin-right: 1rem;
}
/* line 180, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .ask-question a::before {
  border-top-color: #01b4f0;
}
/* line 185, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .ask-question .icon {
  right: -1rem;
  height: 0.625rem;
  width: 0.625rem;
  fill: #01b4f0;
}
/* line 193, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .wishlist {
  color: #ff6666;
}
/* line 196, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .wishlist a {
  margin-right: 1.0625rem;
}
/* line 199, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .wishlist a::before {
  border-top-color: #ff6666;
}
/* line 204, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .wishlist .icon {
  right: -1.0625rem;
  height: 0.625rem;
  width: 0.6875rem;
  fill: #ff6666;
}
/* line 212, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .all-products {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
/* line 216, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .all-products a {
  margin-right: 0.375rem;
}
/* line 220, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .useful-links .all-products .label {
  margin-top: 0.4375rem;
}
/* line 228, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-and-layaway {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.5625rem;
}
/* line 235, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart,
.product-place .sold-out,
.product-place .layaway {
  width: 100%;
  margin-bottom: 0.9375rem;
}
/* line 240, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .layaway {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 245, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .link-to-about-layaway {
  margin-left: 0.625rem;
}
/* line 248, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .link-to-about-layaway .icon {
  height: 0.9375rem;
  width: 0.9375rem;
  fill: #2cca4f;
}
/* line 255, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .product-place .add-to-cart-button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.product-place .add-to-cart-button, .product-place .add-to-cart-button.disabled, .product-place .add-to-cart-button[disabled], .product-place .add-to-cart-button.disabled:hover, .product-place .add-to-cart-button[disabled]:hover, .product-place .add-to-cart-button.disabled:focus, .product-place .add-to-cart-button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.product-place .add-to-cart-button:hover, .product-place .add-to-cart-button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .add-to-cart-button:focus,
.product-place .add-to-cart-button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .add-to-cart-button.disabled, .product-place .add-to-cart-button:disabled {
  background-color: #B5B5B5 !important;
}
/* line 259, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .sold-out-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .product-place .sold-out-button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.product-place .sold-out-button, .product-place .sold-out-button.disabled, .product-place .sold-out-button[disabled], .product-place .sold-out-button.disabled:hover, .product-place .sold-out-button[disabled]:hover, .product-place .sold-out-button.disabled:focus, .product-place .sold-out-button[disabled]:focus {
  background-color: #dddddd;
  color: #dd4444;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.product-place .sold-out-button:hover, .product-place .sold-out-button:focus {
  background-color: #cccccc;
  color: #dd4444;
}
/* line 265, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .layaway-button {
  flex: 1 1 0px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .product-place .layaway-button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.product-place .layaway-button, .product-place .layaway-button.disabled, .product-place .layaway-button[disabled], .product-place .layaway-button.disabled:hover, .product-place .layaway-button[disabled]:hover, .product-place .layaway-button.disabled:focus, .product-place .layaway-button[disabled]:focus {
  background-color: #2cca4f;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.product-place .layaway-button:hover, .product-place .layaway-button:focus {
  background-color: #27b947;
  color: #fefefe;
}
/* line 68, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .layaway-button:focus,
.product-place .layaway-button .active {
  background-color: #23AA41;
}
/* line 72, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .layaway-button.disabled, .product-place .layaway-button:disabled {
  background-color: #B5B5B5 !important;
}
/* line 272, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-button,
.product-place .sold-out-button,
.product-place .layaway-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
}
/* line 281, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-button .label,
.product-place .add-to-cart-button .value,
.product-place .sold-out-button .label,
.product-place .sold-out-button .value,
.product-place .layaway-button .label,
.product-place .layaway-button .value {
  padding: 0 0.625rem;
}
/* line 285, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-button .label,
.product-place .sold-out-button .label,
.product-place .layaway-button .label {
  position: relative;
}
/* line 288, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-button .label::before,
.product-place .sold-out-button .label::before,
.product-place .layaway-button .label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  height: 1.125rem;
  width: 0.0625rem;
  background-color: #fefefe;
}
/* line 298, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .add-to-cart-button .value,
.product-place .sold-out-button .value,
.product-place .layaway-button .value {
  font-weight: 600;
}
/* line 305, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .includes-and-share {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 2.5rem 0 1.25rem;
  border-top: 1px solid #c7cfdb;
}
/* line 312, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .included-in-price {
  display: flex;
  flex-flow: row wrap;
}
/* line 315, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .included-in-price .label {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  position: relative;
  width: 100%;
  margin-bottom: 0.625rem;
  padding-left: 1.5625rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
}
/* line 328, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .included-in-price .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1rem;
  width: 1rem;
}
/* line 337, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
.product-place .share .share-button {
  cursor: pointer;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  color: #f68d42;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .share .share-button .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.1875rem;
  width: 1.1875rem;
  fill: #f68d42;
}
/* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .share .share-button:hover {
  color: #EB8740;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .share .share-button:hover .icon #text1 {
  fill: black;
}
/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.product-place .share .share-button:focus, .product-place .share .share-button.active {
  color: #E88640;
}
@media screen and (min-width: 48em) {
  /* line 345, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .add-to-cart,
  .product-place .sold-out,
  .product-place .layaway {
    width: auto;
  }
  /* line 350, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .add-to-cart,
  .product-place .sold-out {
    margin-right: 2.5rem;
  }
  /* line 354, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .includes-and-share {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 358, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .included-in-price {
    flex: 1 1 0px;
    justify-content: space-between;
  }
  /* line 362, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .included-in-price .label {
    width: auto;
  }
  /* line 367, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .share {
    flex: 0 0 auto;
    width: 5rem;
    margin-left: 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 375, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_description.scss */
  .product-place .labels {
    top: 1.25rem;
    right: 2.8125rem;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-navigation-container {
  overflow-x: auto;
  margin-bottom: 1.25rem;
}
/* line 7, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs {
  margin: 0;
  border: 1px solid #c7cfdb;
  background: #fefefe;
  list-style-type: none;
  display: flex;
  padding: 0;
  border: 0;
}
/* line 171, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.product-place .details-place .tabs-container .tabs::before, .product-place .details-place .tabs-container .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
/* line 181, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.product-place .details-place .tabs-container .tabs::after {
  clear: both;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title {
  float: left;
  margin-right: 0.9375rem;
}
/* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #f68d42;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .product-place .details-place .tabs-container .tabs-title > a {
  outline: 0;
}
/* line 97, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a:hover {
  background: #fefefe;
  color: #f47418;
}
/* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a:focus, .product-place .details-place .tabs-container .tabs-title > a[aria-selected='true'] {
  background: #c7cfdb;
  color: #f68d42;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a {
  position: relative;
  padding: 0.625rem 0.3125rem 0.875rem;
  color: #0a0a0a;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #0a0a0a;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a:hover {
  color: #0a0a0a;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a:focus, .product-place .details-place .tabs-container .tabs-title > a[aria-selected='true'] {
  background: transparent;
  color: #0a0a0a;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title > a:focus::before, .product-place .details-place .tabs-container .tabs-title > a[aria-selected='true']::before {
  opacity: 1;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-title.is-active > a::before {
  opacity: 1;
}
/* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-content {
  border: 1px solid #c7cfdb;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
  border: 0;
}
/* line 72, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.product-place .details-place .tabs-container .tabs-panel {
  display: none;
  padding: 1rem;
  padding: 0;
}
/* line 138, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.product-place .details-place .tabs-container .tabs-panel.is-active {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
  .product-place .details-place .tabs-container .tabs-navigation-container {
    margin-top: -0.625rem;
    margin-bottom: 1.875rem;
  }
  /* line 83, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
  .product-place .details-place .tabs-container .tabs-title {
    margin-right: 1.25rem;
  }
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .tabs-container .tabs-navigation-container {
  margin-top: 0;
  border-bottom: 1px solid #c7cfdb;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .tabs-container .tabs-title > a {
  padding-bottom: 0.75rem;
  color: #979da5;
}
/* line 16, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .tabs-container .tabs-title > a:focus, .product-place .details-place .tabs-container .tabs-title > a[aria-selected='true'] {
  color: #0a0a0a;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .tabs-container .tabs-title > a:focus::before, .product-place .details-place .tabs-container .tabs-title > a[aria-selected='true']::before {
  opacity: 0;
}
/* line 27, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .tabs-content-and-gift-box {
  display: flex;
  flex-flow: row wrap;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .tabs-content,
.product-place .details-place .gift-box {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .gift-box {
  text-align: center;
}
/* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .gift-box .image {
  width: 14.875rem;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .gift-box .label {
  font-weight: 500;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .specifications-list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0 0 0 0.3125rem;
  list-style: none;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .specifications-list li {
  display: flex;
  flex-flow: row wrap;
}
/* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .specifications-list .label {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 10.625rem;
  margin-right: 0.625rem;
  font-weight: 500;
}
/* line 71, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .specifications-list .value {
  flex: 1 1 0px;
}
/* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .certificate .title {
  margin-bottom: 0.9375rem;
  font-weight: 500;
}
/* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .certificate .text {
  margin-bottom: 1.5625rem;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .certificate .ggl-logo {
  width: 2.5rem;
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
.product-place .details-place .certificate .image {
  width: 16.25rem;
}
@media screen and (min-width: 48em) {
  /* line 101, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .tabs-container .tabs-title {
    margin-right: 2.5rem;
  }
  /* line 106, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .specifications-list {
    grid-template-columns: 1fr 1fr;
  }
  /* line 110, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .certificate {
    position: relative;
  }
  /* line 113, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .certificate .ggl-logo {
    width: auto;
  }
  /* line 117, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .certificate .image {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 128, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .tabs-content {
    flex: 1 1 0px;
  }
  /* line 132, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .gift-box {
    width: 23.75rem;
    margin-left: 1.875rem;
  }
  /* line 137, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .certificate {
    padding-right: 16.875rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 145, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .certificate {
    padding-right: 22.5rem;
  }
  /* line 148, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/product/_details.scss */
  .product-place .details-place .certificate .image {
    width: 21.3125rem;
  }
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
.product-place .images-place,
.product-place .description-place,
.product-place .details-place {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
.product-place .images-place {
  position: relative;
  margin-bottom: 2.1875rem;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
.product-place .details-place {
  margin-bottom: 2.1875rem;
}

@media screen and (min-width: 64em) {
  /* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
  .product-place .images-place {
    padding-right: 1.875rem;
  }
  /* line 35, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
  .product-place .images-place,
  .product-place .description-place {
    width: 50%;
    margin-bottom: 1.5625rem;
  }
  /* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page/_product.scss */
  .product-place .details-place {
    margin-bottom: 3.4375rem;
  }
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-modal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #979da5;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  padding-top: 2.8125rem;
  background: #fefefe;
  border-radius: 0.75rem;
  outline: none;
  right: auto;
  left: auto;
  width: calc(100% - 30px);
  margin: 0 auto;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .have-question-modal {
  outline: 0;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.have-question-modal .column {
  min-width: 0;
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.have-question-modal > :last-child {
  margin-bottom: 0;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_modal.scss */
.have-question-modal .close-button {
  position: absolute;
  z-index: 10;
  color: #7d8aa2;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  color: #0a0a0a;
  cursor: pointer;
  outline: none;
  top: 0.3125rem;
  right: 0.3125rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .have-question-modal .close-button {
  outline: 0;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
.have-question-modal .close-button:hover, .have-question-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.have-question-modal .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.have-question-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.have-question-modal .close-button:hover {
  color: #090909;
}
@media screen and (min-width: 48em) {
  /* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
  .have-question-modal {
    width: 90%;
    max-width: 20rem;
  }
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-modal .modal-title,
.have-question-modal .modal-text {
  text-align: center;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-modal .modal-title {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-modal .modal-text {
  margin-bottom: 0.9375rem;
}

/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-form .field {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-bottom: 1.5625rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_label.scss */
.have-question-form .field label,
.have-question-form .field .label {
  margin-bottom: 0.375rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.have-question-form .field [type='text'],
.have-question-form .field [type='password'],
.have-question-form .field [type='date'],
.have-question-form .field [type='datetime'],
.have-question-form .field [type='datetime-local'],
.have-question-form .field [type='month'],
.have-question-form .field [type='week'],
.have-question-form .field [type='email'],
.have-question-form .field [type='number'],
.have-question-form .field [type='search'],
.have-question-form .field [type='tel'],
.have-question-form .field [type='time'],
.have-question-form .field [type='url'],
.have-question-form .field [type='color'] {
  height: 1.875rem;
  margin-bottom: 0;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.have-question-form .field [type='text']:focus + label,
.have-question-form .field [type='password']:focus + label,
.have-question-form .field [type='date']:focus + label,
.have-question-form .field [type='datetime']:focus + label,
.have-question-form .field [type='datetime-local']:focus + label,
.have-question-form .field [type='month']:focus + label,
.have-question-form .field [type='week']:focus + label,
.have-question-form .field [type='email']:focus + label,
.have-question-form .field [type='number']:focus + label,
.have-question-form .field [type='search']:focus + label,
.have-question-form .field [type='tel']:focus + label,
.have-question-form .field [type='time']:focus + label,
.have-question-form .field [type='url']:focus + label,
.have-question-form .field [type='color']:focus + label {
  color: #979da5;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.have-question-form .field select {
  height: 1.875rem;
  margin-bottom: 0;
  padding-left: 0.875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS44OTY2OSAwLjYwMjQzN0M1Ljk2NDM4IDAuNTM0NzUyIDYgMC40NDIxMjkgNiAwLjM1MzA2OEM2IDAuMjY0MDA4IDUuOTY0MzggMC4xNzEzODUgNS44OTY2OSAwLjEwMzY5OUM1Ljc1Nzc2IC0wLjAzNTIzNTUgNS41MzY4OSAtMC4wMzUyMzU1IDUuMzk3OTUgMC4xMDM2OTlMMy4wMDA0NSAyLjUwMTIxTDAuNjAyOTM5IDAuMTAzNjk5QzAuNDY0MDA0IC0wLjAzNTIzNTQgMC4yNDMxMzUgLTAuMDM1MjM1NCAwLjEwNDIgMC4xMDM2OTlDLTAuMDM0NzMzOCAwLjI0MjYzMyAtMC4wMzQ3MzM4IDAuNDYzNTAzIDAuMTA0MiAwLjYwMjQzN0wyLjc1MTA4IDMuMjQ5MzFDMi44OTAwMSAzLjM4ODI1IDMuMTEwODggMy4zODgyNSAzLjI0OTgxIDMuMjQ5MzFMNS44OTY2OSAwLjYwMjQzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-size: 7px 4px;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.have-question-form .field select:focus + label {
  color: #979da5;
}
/* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-form textarea {
  height: 7.8125rem;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-form .button-place {
  align-items: center;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/product-page.scss */
.have-question-form .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 12.5rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .have-question-form .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.have-question-form .button, .have-question-form .button.disabled, .have-question-form .button[disabled], .have-question-form .button.disabled:hover, .have-question-form .button[disabled]:hover, .have-question-form .button.disabled:focus, .have-question-form .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.have-question-form .button:hover, .have-question-form .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.have-question-form .button:focus,
.have-question-form .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.have-question-form .button.disabled, .have-question-form .button:disabled {
  background-color: #B5B5B5 !important;
}

/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_pagination.scss */
.products-page .pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #7d8aa2;
  font-size: 0.875rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_pagination.scss */
.products-page .pagination a,
.products-page .pagination em {
  margin: 0 0.3125rem;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_pagination.scss */
.products-page .pagination .previous_page {
  margin-right: 0.3125rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_pagination.scss */
.products-page .pagination .next_page {
  margin-left: 0.3125rem;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_pagination.scss */
.products-page .pagination a {
  color: inherit;
  text-decoration: none;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_pagination.scss */
.products-page .pagination em {
  color: #0a0a0a;
  font-style: normal;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products {
  margin-top: 3.25rem;
  border-bottom: 1px solid #c7cfdb;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9.0625rem;
  width: 100%;
  max-width: 28.75rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.products-page .promotion-products .carousel-controls .arrow {
  position: relative;
  height: 2.1875rem;
  width: 2.1875rem;
  border: 1px solid #f68d42;
  border-radius: 50%;
  color: #f68d42;
  cursor: pointer;
  outline: none;
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.products-page .promotion-products .carousel-controls .arrow .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.75rem;
  width: 0.4375rem;
  fill: #f68d42;
}
/* line 21, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.products-page .promotion-products .carousel-controls .arrow-prev {
  left: 0.3125rem;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.products-page .promotion-products .carousel-controls .arrow-prev .icon {
  margin-left: -0.0625rem;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.products-page .promotion-products .carousel-controls .arrow-next {
  right: 0.3125rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_glide-controls.scss */
.products-page .promotion-products .carousel-controls .arrow-next .icon {
  margin-right: -0.125rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel-controls .arrow {
  position: absolute;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel {
  position: relative;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product {
  display: flex;
  flex-flow: row wrap;
  flex-direction: column-reverse;
  align-items: center;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .details {
  width: 100%;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .image {
  max-width: 23.0625rem;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .label {
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .title {
  line-height: 1.3;
  font-size: 1.125rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .price-and-link {
  margin-top: 1.5625rem;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .price-and-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 41, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
.products-page .promotion-products .carousel .product .price {
  margin-right: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  /* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-carousel.scss */
  .products-page .promotion-products .carousel .product {
    flex-direction: row;
    align-items: flex-start;
  }
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel .product {
  padding: 0.9375rem;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel .product .details {
  padding-top: 1.875rem;
}
/* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel .product .label {
  margin-bottom: 0.9375rem;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel .product .title {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel .product .price {
  color: #01b4f0;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
.products-page .promotion-products .carousel .product .link-to-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 10.875rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .products-page .promotion-products .carousel .product .link-to-page {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.products-page .promotion-products .carousel .product .link-to-page, .products-page .promotion-products .carousel .product .link-to-page.disabled, .products-page .promotion-products .carousel .product .link-to-page[disabled], .products-page .promotion-products .carousel .product .link-to-page.disabled:hover, .products-page .promotion-products .carousel .product .link-to-page[disabled]:hover, .products-page .promotion-products .carousel .product .link-to-page.disabled:focus, .products-page .promotion-products .carousel .product .link-to-page[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.products-page .promotion-products .carousel .product .link-to-page:hover, .products-page .promotion-products .carousel .product .link-to-page:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.products-page .promotion-products .carousel .product .link-to-page:focus,
.products-page .promotion-products .carousel .product .link-to-page .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.products-page .promotion-products .carousel .product .link-to-page.disabled, .products-page .promotion-products .carousel .product .link-to-page:disabled {
  background-color: #B5B5B5 !important;
}
@media screen and (min-width: 48em) {
  /* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products {
    margin-top: 0;
  }
  /* line 61, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel-controls {
    top: 11.5rem;
    left: auto;
    right: 0;
    transform: translateX(0%);
    width: 25rem;
    max-width: 100%;
  }
  /* line 71, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product {
    height: 22.0625rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .details {
    flex: 1 1 0px;
    padding-top: 9.0625rem;
    padding-right: 1.25rem;
  }
  /* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .image {
    align-self: flex-end;
    overflow: hidden;
    position: relative;
    height: calc(100% - 62px);
    width: 23.0625rem;
  }
  /* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  /* line 95, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 107, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel-controls {
    top: 14.0625rem;
    width: 30rem;
  }
  /* line 113, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product {
    height: 25.75rem;
  }
  /* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .image {
    width: 28.125rem;
    max-width: 100%;
  }
  /* line 121, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .label {
    margin-bottom: 1.875rem;
  }
  /* line 125, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .title {
    font-size: 1.875rem;
  }
  /* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .link-to-page {
    width: 13.4375rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 142, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel-container {
    padding: 0 2.8125rem;
  }
  /* line 146, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel-controls {
    top: 15.625rem;
    right: -2.8125rem;
    width: 36.875rem;
  }
  /* line 153, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product {
    justify-content: space-between;
    height: 29.6875rem;
    padding: 0;
  }
  /* line 158, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .details {
    max-width: 36.5625rem;
    padding-top: 11.25rem;
  }
  /* line 163, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .image {
    width: 31.25rem;
  }
  /* line 167, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_promotion-products.scss */
  .products-page .promotion-products .carousel .product .title {
    font-size: 2.25rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.products-page .filters[disabled] .accordion-title {
  cursor: not-allowed;
}
/* line 74, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.products-page .filters .filter-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
/* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.products-page .filters .filter-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .filter-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0;
  border-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1;
  color: #0a0a0a;
  padding: 0.8125rem 0;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
:last-child:not(.is-active) > .products-page .filters .filter-title {
  border-bottom: 0;
  border-radius: 0 0 0 0;
}
/* line 108, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.products-page .filters .filter-title:hover, .products-page .filters .filter-title:focus {
  background-color: transparent;
}
/* line 20, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .filter-title .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  height: 0.25rem;
  width: 0.375rem;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .filter-content {
  display: none;
  padding: 1rem;
  border: 0;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
  padding: 0 0 0.625rem;
}
/* line 143, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
:last-child > .products-page .filters .filter-content:last-child {
  border-bottom: 0;
}
/* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .filter-parameter-list,
.products-page .filters .product-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .filter-parameter-list a,
.products-page .filters .product-categories-list a {
  color: #0a0a0a;
  text-decoration: none;
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_radio.scss */
.products-page .filters .parameter [type="radio"]:checked,
.products-page .filters .parameter [type="radio"]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_radio.scss */
.products-page .filters .parameter [type="radio"]:checked + label,
.products-page .filters .parameter [type="radio"]:not(:checked) + label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 0.9375rem;
  line-height: 1.2;
  color: #979da5;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
/* line 20, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_radio.scss */
.products-page .filters .parameter [type="radio"]:checked + label:hover,
.products-page .filters .parameter [type="radio"]:not(:checked) + label:hover {
  color: #0a0a0a;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_radio.scss */
.products-page .filters .parameter [type="radio"]:checked + label {
  color: #0a0a0a;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_radio.scss */
.products-page .filters .parameter [type="radio"]:checked + label:before,
.products-page .filters .parameter [type="radio"]:not(:checked) + label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #e0e0e0;
  transition: background-color 0.25s ease-in-out;
}
/* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_radio.scss */
.products-page .filters .parameter [type="radio"]:checked + label:before {
  background-color: #0a0a0a;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .parameter label {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.8125rem;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .product-categories-list a {
  position: relative;
  display: block;
  padding: 0.3125rem 0 0.3125rem 0.9375rem;
  color: #979da5;
  line-height: 1.2;
  font-size: 0.8125rem;
  transition: color 0.25s ease-in-out;
}
/* line 69, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .product-categories-list a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  height: 0.5625rem;
  width: 0.5625rem;
  background: #e0e0e0;
  transition: background-color 0.25s ease-in-out;
}
/* line 81, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .product-categories-list a:hover, .products-page .filters .product-categories-list a:focus, .products-page .filters .product-categories-list a.current {
  color: #0a0a0a;
}
/* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
.products-page .filters .product-categories-list a:hover::before, .products-page .filters .product-categories-list a:focus::before, .products-page .filters .product-categories-list a.current::before {
  background: #0a0a0a;
}
@media screen and (min-width: 64em) {
  /* line 94, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
  .products-page .filters .filter-title {
    font-size: 1rem;
  }
  /* line 101, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
  .products-page .filters .parameter label {
    font-size: 1rem;
  }
  /* line 109, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page/_filters.scss */
  .products-page .filters .product-categories-list a {
    font-size: 1rem;
  }
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.25rem;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .title-and-counter,
.products-page .products-list-prepend .limit-place,
.products-page .products-list-prepend .categories-description {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .title-and-counter,
.products-page .products-list-prepend .sorting {
  width: 100%;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .categories-description {
  width: 100%;
  margin-top: 0.9375rem;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .title-and-counter {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  line-height: 1;
}
/* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .categories-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .items-counter {
  margin-left: 0.9375rem;
  padding-bottom: 0.1875rem;
  color: #979da5;
}
/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .sorting {
  display: flex;
  flex-flow: row wrap;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.products-page .products-list-prepend .sorting select {
  height: 1.875rem;
  margin-bottom: 0;
  padding-left: 0.875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS44OTY2OSAwLjYwMjQzN0M1Ljk2NDM4IDAuNTM0NzUyIDYgMC40NDIxMjkgNiAwLjM1MzA2OEM2IDAuMjY0MDA4IDUuOTY0MzggMC4xNzEzODUgNS44OTY2OSAwLjEwMzY5OUM1Ljc1Nzc2IC0wLjAzNTIzNTUgNS41MzY4OSAtMC4wMzUyMzU1IDUuMzk3OTUgMC4xMDM2OTlMMy4wMDA0NSAyLjUwMTIxTDAuNjAyOTM5IDAuMTAzNjk5QzAuNDY0MDA0IC0wLjAzNTIzNTQgMC4yNDMxMzUgLTAuMDM1MjM1NCAwLjEwNDIgMC4xMDM2OTlDLTAuMDM0NzMzOCAwLjI0MjYzMyAtMC4wMzQ3MzM4IDAuNDYzNTAzIDAuMTA0MiAwLjYwMjQzN0wyLjc1MTA4IDMuMjQ5MzFDMi44OTAwMSAzLjM4ODI1IDMuMTEwODggMy4zODgyNSAzLjI0OTgxIDMuMjQ5MzFMNS44OTY2OSAwLjYwMjQzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-size: 7px 4px;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.products-page .products-list-prepend .sorting select:focus + label {
  color: #979da5;
}
/* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .sorting .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0.9375rem;
  margin-right: 0.9375rem;
}
/* line 61, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .sorting .label {
  margin-right: 0.3125rem;
  text-transform: uppercase;
}
/* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .sorting select {
  background-color: #fefefe;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-prepend .sorting .limit-place select {
  width: 3.75rem;
}
/* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list-append {
  margin-bottom: 6.25rem;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.9375rem;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product {
  background: #fefefe;
  border: 1px solid #ededf3;
  text-align: center;
  font-size: 0.75rem;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .image-and-labels {
  position: relative;
  border-bottom: 1px solid #ededf3;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .label {
  position: absolute;
  height: 1.3125rem;
  min-width: 4rem;
  padding: 0 0.3125rem;
  line-height: 1.3125rem;
  font-size: 0.75rem;
  font-weight: 600;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .label.save, .products-page .products-list .product .label.sale {
  display: none;
  top: 0.9375rem;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .label.brand {
  bottom: 0;
  right: 0;
  background: #0194c5;
  color: #fefefe;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .label.save {
  left: 0;
  background: #2cca4f;
  color: #fefefe;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .label.sale {
  right: 0;
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .image img {
  width: 100%;
}
/* line 55, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .details {
  padding: 0.625rem 0.9375rem;
}
/* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .title {
  display: block;
  margin-bottom: 1.25rem;
  color: inherit;
  text-decoration: none;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .cost {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .retail-and-discount-price,
.products-page .products-list .product .price {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 50%;
}
/* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .retail-and-discount-price {
  display: none;
  color: #979da5;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .discount-price,
.products-page .products-list .product .retail-price {
  display: none;
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .discount-price {
  margin-top: 0.1875rem;
}
/* line 96, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product .price {
  color: #01b4f0;
  font-weight: 600;
}
/* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product:hover {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.2);
}
/* line 109, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.with-retail-price .label.save {
  display: block;
}
/* line 114, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.with-retail-price .retail-and-discount-price {
  display: block;
}
/* line 118, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.with-retail-price .retail-price {
  display: block;
}
/* line 126, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.on-sale .label.save, .products-page .products-list .product.on-sale .label.sale {
  display: block;
}
/* line 130, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.on-sale .label.save {
  background: #ec1f1f;
}
/* line 134, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.on-sale .label.sale {
  color: #ec1f1f;
}
/* line 139, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.on-sale .retail-and-discount-price {
  display: block;
}
/* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
.products-page .products-list .product.on-sale .retail-price,
.products-page .products-list .product.on-sale .discount-price {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 151, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
  .products-page .products-list .product {
    font-size: 0.875rem;
  }
  /* line 156, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-list.scss */
  .products-page .products-list .product .cost {
    font-size: 1rem;
  }
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
.products-page .products-list .product {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 30px);
  margin: 0 0.9375rem 1.875rem;
}

@media screen and (max-width: 63.938em) {
  /* line 105, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list-prepend .title-and-counter,
  .products-page .products-list-prepend .sorting {
    width: 100%;
  }
  /* line 110, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list-prepend .sorting,
  .products-page .products-list-prepend .categories-description {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 23.438em) {
  /* line 125, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list .product {
    width: calc(50% - 25px);
  }
  /* line 128, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list .product:nth-child(odd) {
    margin-right: 0.625rem;
  }
  /* line 132, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list .product:nth-child(even) {
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 143, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list-prepend .sorting {
    justify-content: flex-end;
  }
  /* line 146, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list-prepend .sorting .item {
    margin-bottom: 0;
  }
  /* line 153, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list .product {
    width: calc(33.333% - 30px);
  }
  /* line 156, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list .product:nth-child(odd) {
    margin-right: 0.9375rem;
  }
  /* line 160, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/products-page.scss */
  .products-page .products-list .product:nth-child(even) {
    margin-left: 0.9375rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.3;
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .section {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .actions-and-image {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  display: flex;
  flex-flow: row wrap;
  width: 6.25rem;
  margin-right: 0.625rem;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .actions,
.shopping-cart-page .product .image {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .actions {
  position: relative;
  height: 5rem;
  width: 0.625rem;
  margin-right: 0.625rem;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .title-and-tracking-code {
  flex: 1 1 0px;
}
/* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .shipping {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 6.25rem;
  margin-right: 0.625rem;
}
/* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .cost {
  flex: 1 1 0px;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .image img {
  width: 5rem;
}
/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .title {
  display: block;
  color: #0a0a0a;
  font-size: 0.75rem;
  text-decoration: none;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .remove {
  position: absolute;
  z-index: 10;
  color: #7d8aa2;
  cursor: pointer;
  height: 0.625rem;
  width: 0.625rem;
  color: #ff6666;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .shopping-cart-page .product .remove {
  outline: 0;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
.shopping-cart-page .product .remove:hover, .shopping-cart-page .product .remove:focus {
  color: #0a0a0a;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.shopping-cart-page .product .remove .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.shopping-cart-page .product .remove:focus {
  color: #ff6666;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.shopping-cart-page .product .remove:hover {
  color: #ff3030;
}
/* line 64, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .cell-label {
  display: none;
  visibility: hidden;
}
/* line 71, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product .retail-price,
.shopping-cart-page .product .discount-price,
.shopping-cart-page .product .save {
  display: none;
  visibility: hidden;
}
/* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product.with-retail-price .retail-price,
.shopping-cart-page .product.with-retail-price .save {
  display: block;
  visibility: visible;
}
/* line 87, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
.shopping-cart-page .product.on-sale .retail-price,
.shopping-cart-page .product.on-sale .discount-price,
.shopping-cart-page .product.on-sale .save {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 47.938em) {
  /* line 96, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .cell-label {
    display: block;
    visibility: visible;
    margin-bottom: 0.3125rem;
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 48em) {
  /* line 111, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product {
    margin-bottom: 1.875rem;
  }
  /* line 114, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .section {
    margin-bottom: 0;
  }
  /* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .actions-and-image,
  .shopping-cart-page .product .title-and-tracking-code,
  .shopping-cart-page .product .shipping {
    margin-right: 1.25rem;
  }
  /* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .actions-and-image {
    width: 6.5625rem;
  }
  /* line 128, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .actions {
    margin-right: 0.9375rem;
  }
  /* line 132, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .title-and-tracking-code {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 15.625rem;
  }
  /* line 137, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .shipping {
    width: 7.5rem;
  }
  /* line 141, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .cost {
    width: 12.6875rem;
  }
  /* line 145, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 157, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .actions-and-image,
  .shopping-cart-page .product .title-and-tracking-code,
  .shopping-cart-page .product .shipping {
    margin-right: 2.1875rem;
  }
  /* line 161, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_product-in-cart.scss */
  .shopping-cart-page .product .title-and-tracking-code {
    width: 17.8125rem;
  }
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .shopping-cart-place {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .page-title {
  text-transform: uppercase;
}
/* line 15, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .order {
  margin-bottom: 1.5625rem;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .seller-name {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #c7cfdb;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 500;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .order-subtotal {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
  border-top: 1px solid #01b4f0;
  line-height: 1;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .order-subtotal .label,
.shopping-cart-page .orders .order-subtotal .value {
  font-weight: 500;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .order-subtotal .value {
  min-width: 9.375rem;
  padding: 0.8125rem 1.875rem;
  background: #01b4f0;
  text-align: center;
  color: #fefefe;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .order-subtotal .label {
  margin-right: 0.9375rem;
  padding: 0.8125rem 0;
  text-transform: uppercase;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .button-place {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
/* line 65, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
.shopping-cart-page .orders .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 9.375rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .shopping-cart-page .orders .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.shopping-cart-page .orders .button, .shopping-cart-page .orders .button.disabled, .shopping-cart-page .orders .button[disabled], .shopping-cart-page .orders .button.disabled:hover, .shopping-cart-page .orders .button[disabled]:hover, .shopping-cart-page .orders .button.disabled:focus, .shopping-cart-page .orders .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.shopping-cart-page .orders .button:hover, .shopping-cart-page .orders .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.shopping-cart-page .orders .button:focus,
.shopping-cart-page .orders .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.shopping-cart-page .orders .button.disabled, .shopping-cart-page .orders .button:disabled {
  background-color: #B5B5B5 !important;
}

@media screen and (max-width: 47.938em) {
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .page-title {
    font-size: 1.375rem;
  }
  /* line 82, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 48em) {
  /* line 91, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .shopping-cart-place {
    padding-top: 3.4375rem;
  }
  /* line 95, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .page-title {
    margin-bottom: 2.1875rem;
  }
  /* line 100, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .orders .order {
    margin-bottom: 2.5rem;
  }
  /* line 104, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .orders .seller-name {
    margin-bottom: 1.5625rem;
    padding-bottom: 1.25rem;
    font-size: 1.375rem;
  }
  /* line 113, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .orders .order-subtotal .label {
    font-size: 1rem;
  }
  /* line 121, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.25rem;
  }
  /* line 125, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 128, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section .cell {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 139, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(1) .cell:nth-child(1) {
    width: 6.5625rem;
    margin-right: 1.25rem;
  }
  /* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(1) .cell:nth-child(2) {
    width: 15.625rem;
    margin-right: 1.25rem;
  }
  /* line 151, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(2) .cell:nth-child(1) {
    width: 7.5rem;
    margin-right: 1.25rem;
  }
  /* line 156, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(2) .cell:nth-child(2) {
    width: 12.6875rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 167, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .order-subtotal-and-button {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 170, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .order-subtotal-and-button .order-subtotal {
    flex: 1 1 0px;
    max-width: 51.125rem;
    margin-bottom: 0;
  }
  /* line 176, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .order-subtotal-and-button .button-place {
    margin-left: 1.875rem;
  }
  /* line 185, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(1) .cell:nth-child(1) {
    margin-right: 2.1875rem;
  }
  /* line 190, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(1) .cell:nth-child(2) {
    width: 17.8125rem;
    margin-right: 2.1875rem;
  }
  /* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/shopping-cart-page.scss */
  .shopping-cart-page .products-list-header .section:nth-child(2) .cell:nth-child(1) {
    margin-right: 2.1875rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review {
  display: flex;
  flex-flow: row wrap;
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .content-left-container,
.checkout-page .order-review .content-right-container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .content-left-container {
  padding-top: 1.5625rem;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .content-left-container .section {
  margin-bottom: 2.5rem;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .content-right-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #f7f7f7;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .content-right-container .inner-container {
  max-width: 18.75rem;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .page-title {
  margin: 0 0 1.25rem;
  text-align: center;
  line-height: 1;
  font-size: 1.75rem;
  text-transform: uppercase;
}
/* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .page-title .logo {
  display: block;
  width: 9.0625rem;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .section-title-and-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #01b4f0;
}
/* line 56, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .section-title-and-actions .section-title {
  width: calc(100% - 65px);
}
/* line 61, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .section-title {
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 500;
}
/* line 70, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .actions .edit {
  cursor: pointer;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  color: #01b4f0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .order-review .actions .edit .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.1875rem;
  width: 1.1875rem;
  fill: #01b4f0;
}
/* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .order-review .actions .edit:hover {
  color: #EB8740;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .order-review .actions .edit:hover .icon #text1 {
  fill: black;
}
/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .order-review .actions .edit:focus, .checkout-page .order-review .actions .edit.active {
  color: #E88640;
}
/* line 75, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .customer-info {
  display: flex;
  flex-flow: row wrap;
}
/* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .customer-info ul {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  max-width: 19.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 86, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .customer-info ul li {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .customer-info .label {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 7.1875rem;
  margin-right: 0.9375rem;
  font-weight: 500;
}
/* line 101, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .customer-info .value {
  flex: 1 1 0px;
}
/* line 106, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .product {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #0a0a0a;
}
/* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .product .product-section {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
}
/* line 117, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .product a {
  color: inherit;
  text-decoration: none;
}
/* line 123, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .checkbox-field {
  margin-bottom: 1.25rem;
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_checkbox.scss */
.checkout-page .order-review .checkbox-field [type="checkbox"]:checked,
.checkout-page .order-review .checkbox-field [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_checkbox.scss */
.checkout-page .order-review .checkbox-field label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 0.9375rem;
  line-height: 1.2;
  color: #979da5;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_checkbox.scss */
.checkout-page .order-review .checkbox-field label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #e0e0e0;
  transition: background-color 0.25s ease-in-out;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_checkbox.scss */
.checkout-page .order-review .checkbox-field label:hover {
  color: #0a0a0a;
}
/* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_checkbox.scss */
.checkout-page .order-review .checkbox-field [type="checkbox"]:checked + label {
  color: #0a0a0a;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_checkbox.scss */
.checkout-page .order-review .checkbox-field [type="checkbox"]:checked + label::before {
  background-color: #0a0a0a;
}
/* line 127, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .checkbox-field label {
  padding-left: 1.5625rem;
  font-size: 0.875rem;
}
/* line 134, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .checkbox-field .note {
  padding-left: 1.875rem;
  font-size: 0.8125rem;
}
/* line 142, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .promo-code {
  margin-bottom: 0.625rem;
  padding-bottom: 0.0625rem;
}
/* line 147, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .promo-code-field {
  display: flex;
  flex-flow: row wrap;
  margin-top: -0.375rem;
  margin-bottom: 0.875rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.checkout-page .order-review .promo-code-field [type='text'],
.checkout-page .order-review .promo-code-field [type='password'],
.checkout-page .order-review .promo-code-field [type='date'],
.checkout-page .order-review .promo-code-field [type='datetime'],
.checkout-page .order-review .promo-code-field [type='datetime-local'],
.checkout-page .order-review .promo-code-field [type='month'],
.checkout-page .order-review .promo-code-field [type='week'],
.checkout-page .order-review .promo-code-field [type='email'],
.checkout-page .order-review .promo-code-field [type='number'],
.checkout-page .order-review .promo-code-field [type='search'],
.checkout-page .order-review .promo-code-field [type='tel'],
.checkout-page .order-review .promo-code-field [type='time'],
.checkout-page .order-review .promo-code-field [type='url'],
.checkout-page .order-review .promo-code-field [type='color'] {
  height: 1.875rem;
  margin-bottom: 0;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.checkout-page .order-review .promo-code-field [type='text']:focus + label,
.checkout-page .order-review .promo-code-field [type='password']:focus + label,
.checkout-page .order-review .promo-code-field [type='date']:focus + label,
.checkout-page .order-review .promo-code-field [type='datetime']:focus + label,
.checkout-page .order-review .promo-code-field [type='datetime-local']:focus + label,
.checkout-page .order-review .promo-code-field [type='month']:focus + label,
.checkout-page .order-review .promo-code-field [type='week']:focus + label,
.checkout-page .order-review .promo-code-field [type='email']:focus + label,
.checkout-page .order-review .promo-code-field [type='number']:focus + label,
.checkout-page .order-review .promo-code-field [type='search']:focus + label,
.checkout-page .order-review .promo-code-field [type='tel']:focus + label,
.checkout-page .order-review .promo-code-field [type='time']:focus + label,
.checkout-page .order-review .promo-code-field [type='url']:focus + label,
.checkout-page .order-review .promo-code-field [type='color']:focus + label {
  color: #979da5;
}
/* line 153, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .promo-code-field .text-input {
  flex: 1 1 0px;
  background: #fefefe;
}
/* line 158, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .promo-code-field .button {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 3.4375rem;
  margin-left: 0.9375rem;
  padding-right: 0;
  background: none;
  border: 0;
  color: #f68d42;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 174, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .summary {
  margin-bottom: 1.25rem;
  padding: 1.25rem 0 0.3125rem;
  border-top: 1px solid #c7cfdb;
  border-bottom: 1px solid #c7cfdb;
}
/* line 180, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .summary .field {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
  line-height: 1;
}
/* line 186, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .summary .field .label {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 6.875rem;
  margin-right: 0.625rem;
}
/* line 192, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .summary .field .value {
  flex: 1 1 0px;
}
/* line 198, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .layaway-payment {
  margin-bottom: 1.875rem;
  text-align: center;
  color: #ff6666;
  font-size: 0.75rem;
}
/* line 206, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .layaway-payment .value {
  font-weight: 500;
}
/* line 213, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .button-place {
  text-align: center;
}
/* line 217, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
.checkout-page .order-review .checkout-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 13.9375rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .checkout-page .order-review .checkout-button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.checkout-page .order-review .checkout-button, .checkout-page .order-review .checkout-button.disabled, .checkout-page .order-review .checkout-button[disabled], .checkout-page .order-review .checkout-button.disabled:hover, .checkout-page .order-review .checkout-button[disabled]:hover, .checkout-page .order-review .checkout-button.disabled:focus, .checkout-page .order-review .checkout-button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.checkout-page .order-review .checkout-button:hover, .checkout-page .order-review .checkout-button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .order-review .checkout-button:focus,
.checkout-page .order-review .checkout-button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .order-review .checkout-button.disabled, .checkout-page .order-review .checkout-button:disabled {
  background-color: #B5B5B5 !important;
}
@media screen and (max-width: 28.063em) {
  /* line 225, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .section-title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 235, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .content-left-container {
    padding-top: 2.8125rem;
  }
  /* line 238, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .content-left-container .section {
    margin-bottom: 3.75rem;
  }
  /* line 243, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .section-title-and-actions {
    margin-bottom: 1.5625rem;
    padding-bottom: 0.875rem;
  }
  /* line 248, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .section-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 257, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review {
    justify-content: flex-end;
  }
  /* line 260, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .content-left-container {
    flex: 1 1 0px;
    max-width: 46.875rem;
  }
  /* line 265, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .content-right-container {
    justify-content: flex-start;
    width: 40%;
    padding-left: 3.4375rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 275, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .content-right-container {
    padding-left: 6.25rem;
  }
  /* line 279, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .page-title {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
  }
  /* line 285, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_order.scss */
  .checkout-page .order-review .page-title .logo {
    width: 13.75rem;
    margin-bottom: 1.5625rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment {
  display: flex;
  flex-flow: row wrap;
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .section {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .page-title {
  margin: 0 0 1.25rem;
  text-align: center;
  line-height: 1;
  font-size: 1.75rem;
  text-transform: uppercase;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .page-title .logo {
  display: block;
  width: 9.0625rem;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .payment-form .field {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-bottom: 1.5625rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_label.scss */
.checkout-page .payment .payment-form .field label,
.checkout-page .payment .payment-form .field .label {
  margin-bottom: 0.375rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.checkout-page .payment .payment-form .field [type='text'],
.checkout-page .payment .payment-form .field [type='password'],
.checkout-page .payment .payment-form .field [type='date'],
.checkout-page .payment .payment-form .field [type='datetime'],
.checkout-page .payment .payment-form .field [type='datetime-local'],
.checkout-page .payment .payment-form .field [type='month'],
.checkout-page .payment .payment-form .field [type='week'],
.checkout-page .payment .payment-form .field [type='email'],
.checkout-page .payment .payment-form .field [type='number'],
.checkout-page .payment .payment-form .field [type='search'],
.checkout-page .payment .payment-form .field [type='tel'],
.checkout-page .payment .payment-form .field [type='time'],
.checkout-page .payment .payment-form .field [type='url'],
.checkout-page .payment .payment-form .field [type='color'] {
  height: 1.875rem;
  margin-bottom: 0;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.checkout-page .payment .payment-form .field [type='text']:focus + label,
.checkout-page .payment .payment-form .field [type='password']:focus + label,
.checkout-page .payment .payment-form .field [type='date']:focus + label,
.checkout-page .payment .payment-form .field [type='datetime']:focus + label,
.checkout-page .payment .payment-form .field [type='datetime-local']:focus + label,
.checkout-page .payment .payment-form .field [type='month']:focus + label,
.checkout-page .payment .payment-form .field [type='week']:focus + label,
.checkout-page .payment .payment-form .field [type='email']:focus + label,
.checkout-page .payment .payment-form .field [type='number']:focus + label,
.checkout-page .payment .payment-form .field [type='search']:focus + label,
.checkout-page .payment .payment-form .field [type='tel']:focus + label,
.checkout-page .payment .payment-form .field [type='time']:focus + label,
.checkout-page .payment .payment-form .field [type='url']:focus + label,
.checkout-page .payment .payment-form .field [type='color']:focus + label {
  color: #979da5;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.checkout-page .payment .payment-form .field select {
  height: 1.875rem;
  margin-bottom: 0;
  padding-left: 0.875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS44OTY2OSAwLjYwMjQzN0M1Ljk2NDM4IDAuNTM0NzUyIDYgMC40NDIxMjkgNiAwLjM1MzA2OEM2IDAuMjY0MDA4IDUuOTY0MzggMC4xNzEzODUgNS44OTY2OSAwLjEwMzY5OUM1Ljc1Nzc2IC0wLjAzNTIzNTUgNS41MzY4OSAtMC4wMzUyMzU1IDUuMzk3OTUgMC4xMDM2OTlMMy4wMDA0NSAyLjUwMTIxTDAuNjAyOTM5IDAuMTAzNjk5QzAuNDY0MDA0IC0wLjAzNTIzNTQgMC4yNDMxMzUgLTAuMDM1MjM1NCAwLjEwNDIgMC4xMDM2OTlDLTAuMDM0NzMzOCAwLjI0MjYzMyAtMC4wMzQ3MzM4IDAuNDYzNTAzIDAuMTA0MiAwLjYwMjQzN0wyLjc1MTA4IDMuMjQ5MzFDMi44OTAwMSAzLjM4ODI1IDMuMTEwODggMy4zODgyNSAzLjI0OTgxIDMuMjQ5MzFMNS44OTY2OSAwLjYwMjQzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-size: 7px 4px;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.checkout-page .payment .payment-form .field select:focus + label {
  color: #979da5;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .payment-form .button-place {
  align-items: center;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .payment-form .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 12.5rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .checkout-page .payment .payment-form .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.checkout-page .payment .payment-form .button, .checkout-page .payment .payment-form .button.disabled, .checkout-page .payment .payment-form .button[disabled], .checkout-page .payment .payment-form .button.disabled:hover, .checkout-page .payment .payment-form .button[disabled]:hover, .checkout-page .payment .payment-form .button.disabled:focus, .checkout-page .payment .payment-form .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.checkout-page .payment .payment-form .button:hover, .checkout-page .payment .payment-form .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .payment .payment-form .button:focus,
.checkout-page .payment .payment-form .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .payment .payment-form .button.disabled, .checkout-page .payment .payment-form .button:disabled {
  background-color: #B5B5B5 !important;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/checkout-page/_payment.scss */
.checkout-page .payment .payment-form .checkout-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 13.9375rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .checkout-page .payment .payment-form .checkout-button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.checkout-page .payment .payment-form .checkout-button, .checkout-page .payment .payment-form .checkout-button.disabled, .checkout-page .payment .payment-form .checkout-button[disabled], .checkout-page .payment .payment-form .checkout-button.disabled:hover, .checkout-page .payment .payment-form .checkout-button[disabled]:hover, .checkout-page .payment .payment-form .checkout-button.disabled:focus, .checkout-page .payment .payment-form .checkout-button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.checkout-page .payment .payment-form .checkout-button:hover, .checkout-page .payment .payment-form .checkout-button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .payment .payment-form .checkout-button:focus,
.checkout-page .payment .payment-form .checkout-button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.checkout-page .payment .payment-form .checkout-button.disabled, .checkout-page .payment .payment-form .checkout-button:disabled {
  background-color: #B5B5B5 !important;
}

/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account {
  display: flex;
  flex-flow: row wrap;
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info {
  display: flex;
  flex-flow: row wrap;
}
/* line 4, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .customer-data {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  max-width: 21rem;
  margin-bottom: 1.875rem;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .title-and-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .title-and-actions .title {
  width: calc(100% - 65px);
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .title-and-actions .edit {
  cursor: pointer;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  color: #01b4f0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 112, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .account .personal-info .title-and-actions .edit .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.1875rem;
  width: 1.1875rem;
  fill: #01b4f0;
}
/* line 120, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .account .personal-info .title-and-actions .edit:hover {
  color: #EB8740;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .account .personal-info .title-and-actions .edit:hover .icon #text1 {
  fill: black;
}
/* line 131, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .account .personal-info .title-and-actions .edit:focus, .customer-page .account .personal-info .title-and-actions .edit.active {
  color: #E88640;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .title-and-actions .edit:hover, .customer-page .account .personal-info .title-and-actions .edit:focus {
  color: #01b4f0;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .data-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .data-list li {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .label {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 7.1875rem;
  margin-right: 0.9375rem;
  font-weight: 500;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .value {
  flex: 1 1 0px;
}
/* line 56, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
.customer-page .account .personal-info .change-password-button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  color: #01b4f0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}
/* line 85, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .account .personal-info .change-password-button::before {
  content: '';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  height: 0;
  width: 100%;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #01b4f0;
}
@media screen and (min-width: 26.563em) {
  /* line 68, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
  .customer-page .account .personal-info .customer-data:nth-child(1) {
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 76, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page/_personal-info.scss */
  .customer-page .account .personal-info {
    justify-content: space-between;
  }
}
/* line 7, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .content-left-container,
.customer-page .account .content-right-container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .content-left-container {
  margin-bottom: 1.5625rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  background: #f7f7f7;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .content-left-container .inner-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .content-right-container {
  padding-bottom: 5.625rem;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .page-title {
  margin: 0 0 1.25rem;
  text-align: center;
  line-height: 1;
  font-size: 1.75rem;
  text-transform: uppercase;
}
/* line 39, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .section-title {
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 500;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .page-description {
  margin-bottom: 2.1875rem;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .avatar {
  margin-bottom: 0.625rem;
}
/* line 56, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .avatar .without-photo,
.customer-page .account .avatar .photo {
  height: 9.375rem;
  width: 9.375rem;
  border-radius: 50%;
}
/* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .avatar .without-photo {
  position: relative;
  background: #e4e4eb;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .avatar .without-photo .letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c7cfdb;
  line-height: 1;
  font-size: 7.5rem;
  font-weight: 700;
}
/* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .customer-name {
  font-size: 1.125rem;
  font-weight: 500;
}
/* line 85, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .link-to-logout {
  margin-top: 1.875rem;
  color: #f68d42;
  line-height: 1;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 96, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .tabs-container {
  margin-bottom: 3.125rem;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-navigation-container {
  overflow-x: auto;
  margin-bottom: 1.25rem;
}
/* line 7, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs {
  margin: 0;
  border: 1px solid #c7cfdb;
  background: #fefefe;
  list-style-type: none;
  display: flex;
  padding: 0;
  border: 0;
}
/* line 171, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.customer-page .account .tabs-container .tabs::before, .customer-page .account .tabs-container .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
/* line 181, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
.customer-page .account .tabs-container .tabs::after {
  clear: both;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title {
  float: left;
  margin-right: 0.9375rem;
}
/* line 89, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.customer-page .account .tabs-container .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #f68d42;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .customer-page .account .tabs-container .tabs-title > a {
  outline: 0;
}
/* line 97, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.customer-page .account .tabs-container .tabs-title > a:hover {
  background: #fefefe;
  color: #f47418;
}
/* line 103, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.customer-page .account .tabs-container .tabs-title > a:focus, .customer-page .account .tabs-container .tabs-title > a[aria-selected='true'] {
  background: #c7cfdb;
  color: #f68d42;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title > a {
  position: relative;
  padding: 0.625rem 0.3125rem 0.875rem;
  color: #0a0a0a;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #0a0a0a;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title > a:hover {
  color: #0a0a0a;
}
/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title > a:focus, .customer-page .account .tabs-container .tabs-title > a[aria-selected='true'] {
  background: transparent;
  color: #0a0a0a;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title > a:focus::before, .customer-page .account .tabs-container .tabs-title > a[aria-selected='true']::before {
  opacity: 1;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-title.is-active > a::before {
  opacity: 1;
}
/* line 67, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-content {
  border: 1px solid #c7cfdb;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
  border: 0;
}
/* line 72, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
.customer-page .account .tabs-container .tabs-panel {
  display: none;
  padding: 1rem;
  padding: 0;
}
/* line 138, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_tabs.scss */
.customer-page .account .tabs-container .tabs-panel.is-active {
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
  .customer-page .account .tabs-container .tabs-navigation-container {
    margin-top: -0.625rem;
    margin-bottom: 1.875rem;
  }
  /* line 83, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_general-tabs.scss */
  .customer-page .account .tabs-container .tabs-title {
    margin-right: 1.25rem;
  }
}
/* line 100, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .tabs-container .tabs {
  margin-left: -0.3125rem;
  border-bottom: 1px solid #c7cfdb;
}
/* line 106, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .account .tabs-container .tabs-title > a::before {
  bottom: -0.0625rem;
}
/* line 113, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .customer-info-modal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #979da5;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  padding-top: 2.8125rem;
  background: #fefefe;
  border-radius: 0.75rem;
  outline: none;
  right: auto;
  left: auto;
  width: calc(100% - 30px);
  margin: 0 auto;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .customer-page .customer-info-modal {
  outline: 0;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.customer-page .customer-info-modal .column {
  min-width: 0;
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.customer-page .customer-info-modal > :last-child {
  margin-bottom: 0;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_modal.scss */
.customer-page .customer-info-modal .close-button {
  position: absolute;
  z-index: 10;
  color: #7d8aa2;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  color: #0a0a0a;
  cursor: pointer;
  outline: none;
  top: 0.3125rem;
  right: 0.3125rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .customer-page .customer-info-modal .close-button {
  outline: 0;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
.customer-page .customer-info-modal .close-button:hover, .customer-page .customer-info-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.customer-page .customer-info-modal .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.customer-page .customer-info-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.customer-page .customer-info-modal .close-button:hover {
  color: #090909;
}
@media screen and (min-width: 48em) {
  /* line 113, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .customer-info-modal {
    width: 90%;
    max-width: 25rem;
  }
}
/* line 119, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .edit-customer-info-form .field {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-bottom: 1.5625rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_label.scss */
.customer-page .edit-customer-info-form .field label,
.customer-page .edit-customer-info-form .field .label {
  margin-bottom: 0.375rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.customer-page .edit-customer-info-form .field [type='text'],
.customer-page .edit-customer-info-form .field [type='password'],
.customer-page .edit-customer-info-form .field [type='date'],
.customer-page .edit-customer-info-form .field [type='datetime'],
.customer-page .edit-customer-info-form .field [type='datetime-local'],
.customer-page .edit-customer-info-form .field [type='month'],
.customer-page .edit-customer-info-form .field [type='week'],
.customer-page .edit-customer-info-form .field [type='email'],
.customer-page .edit-customer-info-form .field [type='number'],
.customer-page .edit-customer-info-form .field [type='search'],
.customer-page .edit-customer-info-form .field [type='tel'],
.customer-page .edit-customer-info-form .field [type='time'],
.customer-page .edit-customer-info-form .field [type='url'],
.customer-page .edit-customer-info-form .field [type='color'] {
  height: 1.875rem;
  margin-bottom: 0;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.customer-page .edit-customer-info-form .field [type='text']:focus + label,
.customer-page .edit-customer-info-form .field [type='password']:focus + label,
.customer-page .edit-customer-info-form .field [type='date']:focus + label,
.customer-page .edit-customer-info-form .field [type='datetime']:focus + label,
.customer-page .edit-customer-info-form .field [type='datetime-local']:focus + label,
.customer-page .edit-customer-info-form .field [type='month']:focus + label,
.customer-page .edit-customer-info-form .field [type='week']:focus + label,
.customer-page .edit-customer-info-form .field [type='email']:focus + label,
.customer-page .edit-customer-info-form .field [type='number']:focus + label,
.customer-page .edit-customer-info-form .field [type='search']:focus + label,
.customer-page .edit-customer-info-form .field [type='tel']:focus + label,
.customer-page .edit-customer-info-form .field [type='time']:focus + label,
.customer-page .edit-customer-info-form .field [type='url']:focus + label,
.customer-page .edit-customer-info-form .field [type='color']:focus + label {
  color: #979da5;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.customer-page .edit-customer-info-form .field select {
  height: 1.875rem;
  margin-bottom: 0;
  padding-left: 0.875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS44OTY2OSAwLjYwMjQzN0M1Ljk2NDM4IDAuNTM0NzUyIDYgMC40NDIxMjkgNiAwLjM1MzA2OEM2IDAuMjY0MDA4IDUuOTY0MzggMC4xNzEzODUgNS44OTY2OSAwLjEwMzY5OUM1Ljc1Nzc2IC0wLjAzNTIzNTUgNS41MzY4OSAtMC4wMzUyMzU1IDUuMzk3OTUgMC4xMDM2OTlMMy4wMDA0NSAyLjUwMTIxTDAuNjAyOTM5IDAuMTAzNjk5QzAuNDY0MDA0IC0wLjAzNTIzNTQgMC4yNDMxMzUgLTAuMDM1MjM1NCAwLjEwNDIgMC4xMDM2OTlDLTAuMDM0NzMzOCAwLjI0MjYzMyAtMC4wMzQ3MzM4IDAuNDYzNTAzIDAuMTA0MiAwLjYwMjQzN0wyLjc1MTA4IDMuMjQ5MzFDMi44OTAwMSAzLjM4ODI1IDMuMTEwODggMy4zODgyNSAzLjI0OTgxIDMuMjQ5MzFMNS44OTY2OSAwLjYwMjQzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-size: 7px 4px;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.customer-page .edit-customer-info-form .field select:focus + label {
  color: #979da5;
}
/* line 129, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .edit-customer-info-form .button-place {
  align-items: center;
}
/* line 133, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
.customer-page .edit-customer-info-form .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 12.5rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .customer-page .edit-customer-info-form .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.customer-page .edit-customer-info-form .button, .customer-page .edit-customer-info-form .button.disabled, .customer-page .edit-customer-info-form .button[disabled], .customer-page .edit-customer-info-form .button.disabled:hover, .customer-page .edit-customer-info-form .button[disabled]:hover, .customer-page .edit-customer-info-form .button.disabled:focus, .customer-page .edit-customer-info-form .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.customer-page .edit-customer-info-form .button:hover, .customer-page .edit-customer-info-form .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .edit-customer-info-form .button:focus,
.customer-page .edit-customer-info-form .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.customer-page .edit-customer-info-form .button.disabled, .customer-page .edit-customer-info-form .button:disabled {
  background-color: #B5B5B5 !important;
}

@media screen and (min-width: 48em) {
  /* line 144, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .customer-name {
    font-size: 1.375rem;
  }
  /* line 150, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .page-description {
    margin-bottom: 3.4375rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 168, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .content-left-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 33%;
    margin-bottom: 0;
    margin-right: 3.125rem;
    padding-top: 3.125rem;
    padding-right: 4.375rem;
  }
  /* line 177, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .content-left-container .inner-container {
    width: 16.25rem;
  }
  /* line 182, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .content-right-container {
    flex: 1 1 0px;
    max-width: 48.75rem;
    padding-top: 3.125rem;
  }
  /* line 188, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .page-title {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
  }
  /* line 195, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .section-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 120em) {
  /* line 207, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/customer-page.scss */
  .customer-page .account .content-left-container {
    width: 37%;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
  margin: 0 0 3.125rem;
  padding: 0;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.static-page .static-pages-nav[disabled] .accordion-title {
  cursor: not-allowed;
}
/* line 74, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.static-page .static-pages-nav .static-pages-nav-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
/* line 78, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.static-page .static-pages-nav .static-pages-nav-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav .static-pages-nav-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0;
  border-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1;
  color: #0a0a0a;
  padding: 0.8125rem 0;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
:last-child:not(.is-active) > .static-page .static-pages-nav .static-pages-nav-title {
  border-bottom: 0;
  border-radius: 0 0 0 0;
}
/* line 108, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
.static-page .static-pages-nav .static-pages-nav-title:hover, .static-page .static-pages-nav .static-pages-nav-title:focus {
  background-color: transparent;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav .static-pages-nav-title .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  height: 0.25rem;
  width: 0.375rem;
}
/* line 27, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav .static-pages-nav-content {
  display: none;
  padding: 1rem;
  border: 0;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
  padding: 0 0 0.625rem;
}
/* line 143, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_accordion.scss */
:last-child > .static-page .static-pages-nav .static-pages-nav-content:last-child {
  border-bottom: 0;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav .pages-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav .pages-list a {
  display: block;
  padding: 0.3125rem 0;
  color: #979da5;
  line-height: 1.2;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
.static-page .static-pages-nav .pages-list a:hover, .static-page .static-pages-nav .pages-list a:focus, .static-page .static-pages-nav .pages-list a.current {
  color: #0a0a0a;
}
@media screen and (min-width: 64em) {
  /* line 59, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
  .static-page .static-pages-nav .static-pages-nav-title {
    font-size: 1rem;
  }
  /* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
  .static-page .static-pages-nav .parameter label {
    font-size: 1rem;
  }
  /* line 74, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/_static-pages-nav.scss */
  .static-page .static-pages-nav .pages-list a {
    font-size: 1rem;
  }
}
/* line 5, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page .main-image-and-page-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  height: 22.1875rem;
  background-color: #f4f8f8;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/pages/customer-service/main-image.jpg");
  background-size: cover;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page .page-title {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin: 0 0 6.25rem 0;
  text-transform: uppercase;
}
/* line 27, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page .subheader {
  margin-top: 0.3125rem;
  font-weight: 600;
}
/* line 34, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page h2 {
  margin: 0 0 1.25rem;
}
/* line 38, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page h6 {
  margin: 0 0 0.9375rem;
  font-weight: 600;
}
/* line 43, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page p {
  margin: 0 0 1.875rem;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page p a {
  color: #01b4f0;
  text-decoration: none;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page .bold-text {
  font-weight: 600;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.static-page .policy-question {
  margin-bottom: 0.9375rem;
  font-weight: 600;
}

/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.thank-you-modal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #979da5;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  padding-top: 2.8125rem;
  background: #fefefe;
  border-radius: 0.75rem;
  outline: none;
  right: auto;
  left: auto;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .thank-you-modal {
  outline: 0;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.thank-you-modal .column {
  min-width: 0;
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.thank-you-modal > :last-child {
  margin-bottom: 0;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_modal.scss */
.thank-you-modal .close-button {
  position: absolute;
  z-index: 10;
  color: #7d8aa2;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  color: #0a0a0a;
  cursor: pointer;
  outline: none;
  top: 0.3125rem;
  right: 0.3125rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .thank-you-modal .close-button {
  outline: 0;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
.thank-you-modal .close-button:hover, .thank-you-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.thank-you-modal .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.thank-you-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.thank-you-modal .close-button:hover {
  color: #090909;
}
@media screen and (min-width: 48em) {
  /* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
  .thank-you-modal {
    width: 90%;
    max-width: 25rem;
  }
}
/* line 72, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
.thank-you-modal .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 12.5rem;
  margin-bottom: 0;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .thank-you-modal .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.thank-you-modal .button, .thank-you-modal .button.disabled, .thank-you-modal .button[disabled], .thank-you-modal .button.disabled:hover, .thank-you-modal .button[disabled]:hover, .thank-you-modal .button.disabled:focus, .thank-you-modal .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.thank-you-modal .button:hover, .thank-you-modal .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.thank-you-modal .button:focus,
.thank-you-modal .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.thank-you-modal .button.disabled, .thank-you-modal .button:disabled {
  background-color: #B5B5B5 !important;
}

@media screen and (max-width: 47.938em) {
  /* line 81, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/static-pages.scss */
  .static-page .page-title {
    font-size: 1.5rem;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .main-image-and-page-title {
  background-color: #ab7d80;
  background-image: url("/assets/pages/about-us/main-image.jpg");
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .page-title {
  color: #fefefe;
}
/* line 15, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .company-overview,
.about-us-page .investor-relations,
.about-us-page .community {
  margin-bottom: 2.8125rem;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .contact-info-list {
  display: flex;
  flex-flow: row wrap;
  margin-top: -0.625rem;
  margin-bottom: 1.875rem;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .contact-info-list .item {
  width: 10.3125rem;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .contact-info-list .label {
  margin-bottom: 0.1875rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .contact-info-list .value {
  font-size: 1rem;
  font-weight: 500;
}
/* line 40, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .contact-info-list .phone .value {
  color: #01b4f0;
}
/* line 46, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .contact-info-list .email .value {
  color: #f68d42;
}
/* line 52, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav li {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
/* line 63, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 12.5rem;
  padding: 0.9375rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0a0a0a;
  font-size: 1.375rem;
  font-weight: 500;
  text-shadow: 1px 1px 0 #c7cfdb;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 84, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav .jewelry a {
  background-image: url("/assets/pages/about-us/jewelry.jpg");
}
/* line 92, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav .electronics-more a {
  background-image: url("/assets/pages/about-us/electronics.jpg");
}
/* line 98, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav .electronics-more .title {
  width: 10.3125rem;
}
/* line 104, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
.about-us-page .promotion-nav .collectibles a {
  background-image: url("/assets/pages/about-us/collectibles.jpg");
}

@media screen and (min-width: 48em) {
  /* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
  .about-us-page .company-overview .media-content {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 121, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
  .about-us-page .company-overview .text {
    flex: 1 1 0px;
  }
  /* line 125, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
  .about-us-page .company-overview .image {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 16.25rem;
    margin-left: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 137, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
  .about-us-page .promotion-nav li {
    width: 33.333%;
  }
  /* line 141, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/about-page.scss */
  .about-us-page .promotion-nav a {
    height: 17.3125rem;
    padding-left: 1.875rem;
  }
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .main-image-and-page-title,
.customer-service-page .main-image-and-page-title {
  background-image: url("/assets/pages/customer-service/main-image.jpg");
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .subtitle,
.customer-service-page .subtitle {
  font-size: 1.125rem;
  font-weight: 500;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .opening-hours .bold-text,
.customer-service-page .opening-hours .bold-text {
  font-size: 1rem;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .contact-info-list,
.customer-service-page .contact-info-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3.125rem;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .contact-info-list .item,
.customer-service-page .contact-info-list .item {
  width: 10.3125rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .contact-info-list .label,
.customer-service-page .contact-info-list .label {
  margin-bottom: 0.1875rem;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .contact-info-list .value,
.customer-service-page .contact-info-list .value {
  font-size: 1rem;
  font-weight: 500;
}
/* line 44, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .contact-info-list .phone .value,
.customer-service-page .contact-info-list .phone .value {
  color: #01b4f0;
}
/* line 50, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
.contact-page .contact-info-list .email .value,
.customer-service-page .contact-info-list .email .value {
  color: #f68d42;
}

@media screen and (min-width: 48em) {
  /* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/contact-page.scss */
  .contact-page .subtitle,
  .customer-service-page .subtitle {
    font-size: 1.375rem;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/faq-page.scss */
.faq-page .faq-question {
  font-weight: 500;
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/faq-page.scss */
.faq-page .faq-answer {
  margin-bottom: 1.5625rem;
  color: #979da5;
}
/* line 12, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/faq-page.scss */
.faq-page .faq-answer a {
  color: #01b4f0;
  text-decoration: none;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/faq-page.scss */
.faq-page .faq-answer .color-text {
  color: #0a0a0a;
  font-weight: 500;
}

/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
.reviews-page .reviews-list {
  display: flex;
  flex-flow: row wrap;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
.reviews-page .review {
  position: relative;
  width: 100%;
  margin-bottom: 2.1875rem;
  padding: 0.9375rem 1.25rem 2.8125rem;
  background: #f9f9f9;
}
/* line 13, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
.reviews-page .review::before {
  content: '';
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  height: 1.75rem;
  width: 2.0625rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDI1MzY0OSAyMi44Qy0wLjAzOTI5MTIgMjIuNTMzMyAwLjAyNTM2NDkgMjIuMjY2NyAwLjE1NDY3NyAyMi4wNjY3QzAuMzQ4NjQ2IDIxLjggMC41NDI2MTQgMjEuNjY2NyAwLjgwMTIzOSAyMS42NjY3QzQuODA5OTIgMjEuMDY2NyA2LjgxNDI2IDE5LjIgNi44MTQyNiAxNS45MzMzSDMuMzIyODNDMy4wNjQyIDE1LjkzMzMgMi44NzAyNCAxNS44NjY3IDIuNjc2MjcgMTUuNjY2N0MyLjQ4MjMgMTUuNDY2NyAyLjQxNzY0IDE1LjI2NjcgMi40MTc2NCAxNVYxQzIuNDE3NjQgMC43MzMzMzMgMi40ODIzIDAuNDY2NjY3IDIuNjc2MjcgMC4yNjY2NjdDMi44MDU1OCAwLjA2NjY2NjcgMy4wNjQyIDAgMy4zMjI4MyAwSDE0LjYzNzdDMTQuODk2MyAwIDE1LjA5MDIgMC4wNjY2NjY3IDE1LjM0ODkgMC4yNjY2NjdDMTUuNDc4MiAwLjQ2NjY2NyAxNS41NDI4IDAuNzMzMzMzIDE1LjU0MjggMVYxM0MxNS41NDI4IDE3LjczMzMgMTQuNDQzNyAyMS40IDEyLjE4MDcgMjMuODY2N0M5LjkxNzc2IDI2LjQgNi40OTA5OCAyNy43MzMzIDEuOTY1MDUgMjhDMS43MDY0MiAyOCAxLjUxMjQ2IDI3LjkzMzMgMS4zMTg0OSAyNy44QzEuMTI0NTIgMjcuNjY2NyAwLjk5NTIwNyAyNy40NjY3IDAuOTk1MjA3IDI3LjJMMC4wMjUzNjQ5IDIyLjhaTTE3LjQ4MjUgMjIuOEMxNy40MTc5IDIyLjUzMzMgMTcuNDgyNSAyMi4yNjY3IDE3LjYxMTggMjIuMDY2N0MxNy44MDU4IDIxLjggMTcuOTk5OCAyMS42NjY3IDE4LjI1ODQgMjEuNjY2N0MyMi4yNjcxIDIxLjA2NjcgMjQuMjcxNCAxOS4yIDI0LjI3MTQgMTUuOTMzM0gyMC43MTUzQzIwLjQ1NjcgMTUuOTMzMyAyMC4yNjI3IDE1Ljg2NjcgMjAuMDY4OCAxNS42NjY3QzE5Ljg3NDggMTUuNDY2NyAxOS44MTAxIDE1LjI2NjcgMTkuODEwMSAxNVYxQzE5LjgxMDEgMC43MzMzMzMgMTkuODc0OCAwLjQ2NjY2NyAyMC4wNjg4IDAuMjY2NjY3QzIwLjI2MjcgMC4wNjY2NjY3IDIwLjQ1NjcgMCAyMC43MTUzIDBIMzIuMDMwMkMzMi4yODg4IDAgMzIuNDgyNyAwLjA2NjY2NjcgMzIuNzQxNCAwLjI2NjY2N0MzMi44NzA3IDAuNDY2NjY3IDMzIDAuNzMzMzMzIDMzIDFWMTNDMzMgMTcuNzMzMyAzMS45MDA4IDIxLjQgMjkuNjM3OSAyMy44NjY3QzI3LjM3NDkgMjYuNCAyMy45NDgxIDI3LjczMzMgMTkuNDIyMiAyOEMxOS4xNjM2IDI4IDE4Ljk2OTYgMjcuOTMzMyAxOC43NzU2IDI3LjhDMTguNTgxNyAyNy42NjY3IDE4LjQ1MjQgMjcuNDY2NyAxOC40NTI0IDI3LjJMMTcuNDgyNSAyMi44WiIgZmlsbD0iI0UzRTZFQiIvPgo8L3N2Zz4K");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
.reviews-page .review .stars {
  margin-bottom: 0.375rem;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
.reviews-page .review .star {
  height: 0.75rem;
  width: 0.75rem;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
.reviews-page .review .author {
  position: relative;
  margin-top: 1.5625rem;
  font-weight: 500;
}

@media screen and (min-width: 48em) {
  /* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reviews-page.scss */
  .reviews-page .review {
    width: calc(50% - 30px);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/ring-sizing-page.scss */
.ring-sizing-page .subheader {
  margin-bottom: 0.625rem;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/ring-sizing-page.scss */
.ring-sizing-page p {
  margin-bottom: 1.25rem;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/ring-sizing-page.scss */
.ring-sizing-page .content-image {
  max-width: 18.75rem;
}

/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form-and-advantages-place {
  display: flex;
  flex-flow: row wrap;
}
/* line 7, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form,
.login-page .registration-advantages {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
  padding-top: 2.1875rem;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .section-title {
  margin: 0 0 0.9375rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 25, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form-and-advantages-place {
  display: flex;
  flex-flow: row wrap;
}
/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form,
.login-page .registration-advantages {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
  padding-top: 2.1875rem;
}
/* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .section-title {
  margin: 0 0 0.9375rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .description {
  max-width: 25.9375rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  text-align: center;
}
/* line 56, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .fieldset {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -0.9375rem;
}
/* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .field {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 100%;
  max-width: 16.25rem;
  margin: 0 0.9375rem 1.875rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_label.scss */
.login-page .login-form .field label,
.login-page .login-form .field .label {
  margin-bottom: 0.375rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.login-page .login-form .field [type='text'],
.login-page .login-form .field [type='password'],
.login-page .login-form .field [type='date'],
.login-page .login-form .field [type='datetime'],
.login-page .login-form .field [type='datetime-local'],
.login-page .login-form .field [type='month'],
.login-page .login-form .field [type='week'],
.login-page .login-form .field [type='email'],
.login-page .login-form .field [type='number'],
.login-page .login-form .field [type='search'],
.login-page .login-form .field [type='tel'],
.login-page .login-form .field [type='time'],
.login-page .login-form .field [type='url'],
.login-page .login-form .field [type='color'] {
  height: 1.875rem;
  margin-bottom: 0;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.login-page .login-form .field [type='text']:focus + label,
.login-page .login-form .field [type='password']:focus + label,
.login-page .login-form .field [type='date']:focus + label,
.login-page .login-form .field [type='datetime']:focus + label,
.login-page .login-form .field [type='datetime-local']:focus + label,
.login-page .login-form .field [type='month']:focus + label,
.login-page .login-form .field [type='week']:focus + label,
.login-page .login-form .field [type='email']:focus + label,
.login-page .login-form .field [type='number']:focus + label,
.login-page .login-form .field [type='search']:focus + label,
.login-page .login-form .field [type='tel']:focus + label,
.login-page .login-form .field [type='time']:focus + label,
.login-page .login-form .field [type='url']:focus + label,
.login-page .login-form .field [type='color']:focus + label {
  color: #979da5;
}
/* line 74, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 12.8125rem;
  margin-bottom: 1.5625rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .login-page .login-form .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.login-page .login-form .button, .login-page .login-form .button.disabled, .login-page .login-form .button[disabled], .login-page .login-form .button.disabled:hover, .login-page .login-form .button[disabled]:hover, .login-page .login-form .button.disabled:focus, .login-page .login-form .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.login-page .login-form .button:hover, .login-page .login-form .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.login-page .login-form .button:focus,
.login-page .login-form .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.login-page .login-form .button.disabled, .login-page .login-form .button:disabled {
  background-color: #B5B5B5 !important;
}
/* line 80, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .link-to-reset-password {
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  color: #01b4f0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}
/* line 85, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.login-page .login-form .link-to-reset-password::before {
  content: '';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  height: 0;
  width: 100%;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #01b4f0;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .separator {
  position: relative;
  height: 1.25rem;
  margin: 1.5625rem 0;
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .separator::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  height: 0.0625rem;
  width: 100%;
  background: #c7cfdb;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .login-form .separator::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'or';
  padding: 0 0.625rem;
  background: #fefefe;
}
/* line 111, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages {
  padding-bottom: 0.9375rem;
  background: linear-gradient(129.93deg, #f27e65 13.31%, #b93c20 83.89%);
  color: #fefefe;
}
/* line 116, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages .section-subtitle {
  margin-bottom: 0.625rem;
  text-align: center;
  font-weight: 500;
}
/* line 124, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages .advantages-list {
  counter-reset: advantages-counter;
  margin-bottom: 1.875rem;
}
/* line 128, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages .advantages-list .item {
  counter-increment: advantages-counter;
  position: relative;
  margin-bottom: 0.1875rem;
  padding-left: 1.25rem;
}
/* line 134, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages .advantages-list .item::before {
  content: counter(advantages-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
/* line 146, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages .button-place {
  text-align: center;
}
/* line 150, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .registration-advantages .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 17.75rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .login-page .registration-advantages .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.login-page .registration-advantages .button, .login-page .registration-advantages .button.disabled, .login-page .registration-advantages .button[disabled], .login-page .registration-advantages .button.disabled:hover, .login-page .registration-advantages .button[disabled]:hover, .login-page .registration-advantages .button.disabled:focus, .login-page .registration-advantages .button[disabled]:focus {
  background-color: #fefefe;
  color: #f68d42;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.login-page .registration-advantages .button:hover, .login-page .registration-advantages .button:focus {
  background-color: #f9f9f9;
  color: #f68d42;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.login-page .registration-advantages .button:focus,
.login-page .registration-advantages .button .active {
  background-color: #f4f3f3;
}
/* line 158, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
.login-page .manager-login-page .manager-login-form {
  margin: 0 auto;
  padding-top: 0;
}

@media screen and (min-width: 64em) {
  /* line 178, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .login-form-and-advantages-place {
    justify-content: flex-end;
  }
  /* line 183, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .login-form,
  .login-page .registration-advantages {
    padding-top: 3.4375rem;
  }
  /* line 187, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .login-form {
    width: 50%;
    max-width: 43.125rem;
  }
  /* line 192, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .registration-advantages {
    width: 50%;
  }
  /* line 195, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .registration-advantages .inner-container {
    max-width: 32.5rem;
  }
}
@media screen and (min-width: 80em) {
  /* line 205, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .login-form {
    width: auto;
    padding-right: 4.0625rem;
  }
  /* line 210, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .registration-advantages {
    width: 48%;
    padding-left: 2.5rem;
  }
  /* line 214, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .registration-advantages .advantages-list {
    counter-reset: advantages-counter;
    margin-bottom: 1.875rem;
  }
  /* line 218, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/login-page.scss */
  .login-page .registration-advantages .advantages-list .item {
    padding-left: 1.875rem;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .regisrtation-form-place {
  padding-right: 0;
  padding-left: 0;
  max-width: 36.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.4375rem;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .regisrtation-form-place .description {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 27.8125rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  text-align: center;
}
/* line 15, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .page-title {
  margin: 0 0 0.9375rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 26, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form {
  display: flex;
  flex-flow: row wrap;
}
/* line 31, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form .fieldset,
.registration-page .registration-form .button-place,
.registration-page .registration-form .note {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form .field {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin: 0 0.9375rem 1.875rem;
}
/* line 3, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_label.scss */
.registration-page .registration-form .field label,
.registration-page .registration-form .field .label {
  margin-bottom: 0.375rem;
}
/* line 17, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.registration-page .registration-form .field [type='text'],
.registration-page .registration-form .field [type='password'],
.registration-page .registration-form .field [type='date'],
.registration-page .registration-form .field [type='datetime'],
.registration-page .registration-form .field [type='datetime-local'],
.registration-page .registration-form .field [type='month'],
.registration-page .registration-form .field [type='week'],
.registration-page .registration-form .field [type='email'],
.registration-page .registration-form .field [type='number'],
.registration-page .registration-form .field [type='search'],
.registration-page .registration-form .field [type='tel'],
.registration-page .registration-form .field [type='time'],
.registration-page .registration-form .field [type='url'],
.registration-page .registration-form .field [type='color'] {
  height: 1.875rem;
  margin-bottom: 0;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  line-height: 1;
  font-size: 0.8125rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_input.scss */
.registration-page .registration-form .field [type='text']:focus + label,
.registration-page .registration-form .field [type='password']:focus + label,
.registration-page .registration-form .field [type='date']:focus + label,
.registration-page .registration-form .field [type='datetime']:focus + label,
.registration-page .registration-form .field [type='datetime-local']:focus + label,
.registration-page .registration-form .field [type='month']:focus + label,
.registration-page .registration-form .field [type='week']:focus + label,
.registration-page .registration-form .field [type='email']:focus + label,
.registration-page .registration-form .field [type='number']:focus + label,
.registration-page .registration-form .field [type='search']:focus + label,
.registration-page .registration-form .field [type='tel']:focus + label,
.registration-page .registration-form .field [type='time']:focus + label,
.registration-page .registration-form .field [type='url']:focus + label,
.registration-page .registration-form .field [type='color']:focus + label {
  color: #979da5;
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.registration-page .registration-form .field select {
  height: 1.875rem;
  margin-bottom: 0;
  padding-left: 0.875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS44OTY2OSAwLjYwMjQzN0M1Ljk2NDM4IDAuNTM0NzUyIDYgMC40NDIxMjkgNiAwLjM1MzA2OEM2IDAuMjY0MDA4IDUuOTY0MzggMC4xNzEzODUgNS44OTY2OSAwLjEwMzY5OUM1Ljc1Nzc2IC0wLjAzNTIzNTUgNS41MzY4OSAtMC4wMzUyMzU1IDUuMzk3OTUgMC4xMDM2OTlMMy4wMDA0NSAyLjUwMTIxTDAuNjAyOTM5IDAuMTAzNjk5QzAuNDY0MDA0IC0wLjAzNTIzNTQgMC4yNDMxMzUgLTAuMDM1MjM1NCAwLjEwNDIgMC4xMDM2OTlDLTAuMDM0NzMzOCAwLjI0MjYzMyAtMC4wMzQ3MzM4IDAuNDYzNTAzIDAuMTA0MiAwLjYwMjQzN0wyLjc1MTA4IDMuMjQ5MzFDMi44OTAwMSAzLjM4ODI1IDMuMTEwODggMy4zODgyNSAzLjI0OTgxIDMuMjQ5MzFMNS44OTY2OSAwLjYwMjQzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-size: 7px 4px;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/form-components/_select.scss */
.registration-page .registration-form .field select:focus + label {
  color: #979da5;
}
/* line 47, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form .button-place,
.registration-page .registration-form .note {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form .button-place {
  text-align: center;
}
/* line 55, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 17.75rem;
  margin-bottom: 2.1875rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .registration-page .registration-form .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.registration-page .registration-form .button, .registration-page .registration-form .button.disabled, .registration-page .registration-form .button[disabled], .registration-page .registration-form .button.disabled:hover, .registration-page .registration-form .button[disabled]:hover, .registration-page .registration-form .button.disabled:focus, .registration-page .registration-form .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.registration-page .registration-form .button:hover, .registration-page .registration-form .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.registration-page .registration-form .button:focus,
.registration-page .registration-form .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.registration-page .registration-form .button.disabled, .registration-page .registration-form .button:disabled {
  background-color: #B5B5B5 !important;
}
/* line 61, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
.registration-page .registration-form .note {
  margin-bottom: 1.5625rem;
  text-align: center;
}

@media screen and (min-width: 48em) {
  /* line 71, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/registration-page.scss */
  .registration-page .registration-form .fieldset {
    width: 50%;
  }
}
/* line 2, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
.reset-password-page .reset-password-form-place {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4375rem;
  padding-top: 2.1875rem;
}
/* line 8, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
.reset-password-page .page-title {
  margin: 0 0 0.9375rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 20, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
.reset-password-page .reset-password-form .form-actions {
  text-align: center;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
.reset-password-page .reset-password-form .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: map-get(0.9rem, default);
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .reset-password-page .reset-password-form .button {
  outline: 0;
}
/* line 197, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.reset-password-page .reset-password-form .button, .reset-password-page .reset-password-form .button.disabled, .reset-password-page .reset-password-form .button[disabled], .reset-password-page .reset-password-form .button.disabled:hover, .reset-password-page .reset-password-form .button[disabled]:hover, .reset-password-page .reset-password-form .button.disabled:focus, .reset-password-page .reset-password-form .button[disabled]:focus {
  background-color: #f68d42;
  color: #fefefe;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_button.scss */
.reset-password-page .reset-password-form .button:hover, .reset-password-page .reset-password-form .button:focus {
  background-color: #eb8740;
  color: #fefefe;
}
/* line 18, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.reset-password-page .reset-password-form .button:focus,
.reset-password-page .reset-password-form .button .active {
  background-color: #E88640;
}
/* line 22, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_buttons.scss */
.reset-password-page .reset-password-form .button.disabled, .reset-password-page .reset-password-form .button:disabled {
  background-color: #B5B5B5 !important;
}

/* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
.form-notification-modal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #979da5;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  padding-top: 2.8125rem;
  background: #fefefe;
  border-radius: 0.75rem;
  outline: none;
  right: auto;
  left: auto;
  width: calc(100% - 30px);
  margin: 0 auto;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .form-notification-modal {
  outline: 0;
}
/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.form-notification-modal .column {
  min-width: 0;
}
/* line 93, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_reveal.scss */
.form-notification-modal > :last-child {
  margin-bottom: 0;
}
/* line 9, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_modal.scss */
.form-notification-modal .close-button {
  position: absolute;
  z-index: 10;
  color: #7d8aa2;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  color: #0a0a0a;
  cursor: pointer;
  outline: none;
  top: 0.3125rem;
  right: 0.3125rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .form-notification-modal .close-button {
  outline: 0;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
.form-notification-modal .close-button:hover, .form-notification-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.form-notification-modal .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.form-notification-modal .close-button:focus {
  color: #0a0a0a;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.form-notification-modal .close-button:hover {
  color: #090909;
}
@media screen and (min-width: 48em) {
  /* line 30, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
  .form-notification-modal {
    width: 100%;
    max-width: 20rem;
  }
}

@media screen and (min-width: 48em) {
  /* line 37, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/pages/reset-password-page.scss */
  .reset-password-page .reset-password-form-place {
    padding-top: 3.4375rem;
  }
}
/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
/* line 6, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide * {
  box-sizing: inherit;
}
/* line 10, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__track {
  overflow: hidden;
}
/* line 14, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
/* line 29, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__slides--dragging {
  user-select: none;
}
/* line 33, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 42, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 49, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
/* line 54, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.core.scss */
.glide .glide--rtl {
  direction: rtl;
}

/* line 1, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
/* line 20, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__arrow:focus {
  outline: none;
}
/* line 24, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__arrow:hover {
  border-color: white;
}
/* line 28, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__arrow .glide__arrow--left {
  left: 2em;
}
/* line 32, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__arrow .glide__arrow--right {
  right: 2em;
}
/* line 36, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__arrow .glide__arrow--disabled {
  opacity: 0.33;
}

/* line 41, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

/* line 51, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
/* line 64, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__bullet:focus {
  outline: none;
}
/* line 68, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 73, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide__bullet--active {
  background-color: white;
}

/* line 77, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* line 83, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/components/glide/glide.theme.scss */
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/* line 48, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
.popup-notification {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.75rem 0.9375rem;
  border: 0;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 6px);
  max-width: 73.75rem;
  margin-top: 0.1875rem;
  background: #ffae00;
  color: #fefefe;
  line-height: 1.3;
}
/* line 60, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_callout.scss */
.popup-notification > :first-child {
  margin-top: 0;
}
/* line 64, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_callout.scss */
.popup-notification > :last-child {
  margin-bottom: 0;
}
/* line 58, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
.popup-notification.success-notification {
  background: #34cca5;
}
/* line 62, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
.popup-notification.alert-notification {
  background: #ff6666;
}
/* line 66, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
.popup-notification .close-button {
  position: absolute;
  z-index: 10;
  color: #7d8aa2;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  color: #fefefe;
  cursor: pointer;
  outline: none;
  top: 0.625rem;
  right: 0.625rem;
}
/* line 202, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .popup-notification .close-button {
  outline: 0;
}
/* line 102, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/foundation/components/_close-button.scss */
.popup-notification .close-button:hover, .popup-notification .close-button:focus {
  color: #0a0a0a;
}
/* line 11, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.popup-notification .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
/* line 19, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.popup-notification .close-button:focus {
  color: #fefefe;
}
/* line 23, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/mixins/_close-button.scss */
.popup-notification .close-button:hover {
  color: #d8d8d8;
}

/* line 74, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
/* line 79, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
/* line 83, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
html.is-reveal-open body {
  overflow-y: hidden;
}

/* line 88, /home/outofpawn/app/releases/20211125004455/app/assets/stylesheets/_base.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}
