/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.cormorant {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  color: #2e2e2e;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1100px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .ie6,
.container .ie7,
.container .ie8 {
  width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1100px) {
  .container {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.site-header .slides {
  position: relative;
  background-color: black;
}
.site-header .slides:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 20%;
  padding-bottom: 20%;
  vertical-align: middle;
}
.site-header .slides:before {
  min-height: 400px;
  box-sizing: border-box;
}
.site-header .slides.vid-holder {
  overflow: hidden;
}
.site-header .slides.vid-holder:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-header .slides video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.site-header .slides .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.site-header .slides .slide:first-of-type {
  width: 100%;
  z-index: 2;
  opacity: 1;
}
.site-header .slides.transitions-on .slide {
  transition: 1s;
  width: 100%;
}
.site-header .slides .slide.visible {
  opacity: 1;
  z-index: 4;
}
.site-header .slides .slide.invisible {
  opacity: 0;
}
.site-header .slides .slide-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-header .slide .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.site-header .slide .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.site-header .slide .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.site-header .slide .msg h1 {
  font-size: 34.5pt;
  color: white;
  line-height: 1.1em;
  margin: 0;
}
.site-header .slide .msg h2 {
  font-size: 14pt;
  line-height: 1.3em;
  margin-top: 20px;
}
.site-header .slide .msg .round-button {
  color: white;
}
@media (max-width: 1100px) {
  .site-header .slide .msg {
    margin-top: 60px;
  }
  .site-header .slide .msg h1 {
    font-size: 20pt;
  }
  .site-header .slide .msg h2 {
    font-size: 10pt;
  }
}
@media (max-width: 650px) {
  .site-header .slide .msg {
    margin-top: 10px;
  }
}
.site-header .dots {
  position: absolute;
  bottom: 20px;
  right: 50px;
  transform: translateX(-50%);
  z-index: 50;
}
.site-header .dots .dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px white;
  margin: auto 10px;
  cursor: pointer;
}
.site-header .dots .dot.current {
  background-color: white;
  border: solid 1px white;
}
.site-header .container-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.site-header .container-wrapper .slide {
  padding-left: 10px;
  padding-right: 10px;
}
.brown-button {
  display: inline-block;
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
}
.hollow-button {
  display: inline-block;
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  border: solid 2px #cdbb7d;
  transition: background-color 0.3s;
}
.hollow-button:hover {
  background-color: #cdbb7d;
}
.tan-button {
  display: inline-block;
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background-color: #cdbb7d;
}
.tan-link {
  display: inline-block;
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background-color: #cdbb7d;
  text-transform: none !important;
  cursor: pointer;
}
.page .full-pictures img {
  width: 100%;
}
.artwork-layout {
  display: grid;
  grid-template-columns: 1fr 520px;
  grid-template-rows: auto 1fr;
  column-gap: 30px;
  margin: 0px auto 50px auto;
  max-width: 100%;
}
.artwork-layout > * > p:first-of-type,
.artwork-layout > * > h2:first-child {
  margin-top: 0;
}
.artwork-layout .header {
  padding-top: 20px;
  padding-left: 20px;
}
.artwork-layout .header .logo img {
  filter: grayscale(100%);
}
.artwork-layout .pics {
  padding-top: 20px;
  min-height: 80vh;
}
.artwork-layout .pics .primary-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.artwork-layout .pics .primary-image img.artwork {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.3s;
}
.artwork-layout .pics .primary-image .left,
.artwork-layout .pics .primary-image .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  cursor: pointer;
  z-index: 2;
}
.artwork-layout .pics .primary-image .left img,
.artwork-layout .pics .primary-image .right img {
  height: 60px;
}
.artwork-layout .pics .primary-image .left {
  left: 0;
  padding-left: 0px;
}
.artwork-layout .pics .primary-image .right {
  right: 0;
  padding-right: 0px;
}
.artwork-layout .pics .primary-image .back {
  font-size: 40pt;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 5px black;
  cursor: pointer;
  text-decoration: none;
}
.artwork-layout .pics .primary-image .back .txt {
  font-size: 20pt;
  vertical-align: baseline;
}
.artwork-layout .thumbnails {
  font-size: 0;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  margin-top: 20px;
}
.artwork-layout .thumbnails .thumbnail {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.artwork-layout .thumbnails .thumbnail:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.artwork-layout .thumbnails .thumbnail:nth-child(n+5) {
  display: none;
}
.artwork-layout .artwork-navigation {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  color: #cdbb7d;
  justify-content: space-between;
  padding-right: 40px;
}
.artwork-layout .artwork-navigation a {
  color: inherit;
}
.artwork-layout .artwork-navigation .arrow {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 130%;
}
.artwork-layout .artwork-navigation .artist {
  padding-top: 6px;
}
.artwork-layout .details {
  padding-right: 40px;
  padding-left: 20px;
}
.artwork-layout .details h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 24.5pt;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}
.artwork-layout .details .artist {
  color: #cdbb7d;
}
.artwork-layout .details .artist a {
  color: inherit;
}
.artwork-layout .details .price {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 24.5pt;
}
.artwork-layout .details .actions {
  margin-bottom: 30px;
}
.artwork-layout .details .actions > * {
  display: inline-block;
  vertical-align: top;
}
.artwork-layout .details .actions form {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.artwork-layout .details .actions a {
  text-transform: uppercase;
}
.artwork-layout .ie6,
.artwork-layout ie7,
.artwork-layout ie8 {
  grid-template-rows: auto 1fr;
}
.artwork-layout .ie6 .header,
.artwork-layout ie7 .header,
.artwork-layout ie8 .header {
  grid-row: 1;
  grid-column: 2;
}
.artwork-layout .ie6 .pics,
.artwork-layout ie7 .pics,
.artwork-layout ie8 .pics {
  grid-row: 1 / span 2;
}
.artwork-layout .ie6 .details,
.artwork-layout ie7 .details,
.artwork-layout ie8 .details {
  grid-row: 2;
  grid-column: 2;
}
@media (min-width: 900px) {
  .artwork-layout {
    grid-template-rows: auto 1fr;
  }
  .artwork-layout .header {
    grid-row: 1;
    grid-column: 2;
  }
  .artwork-layout .pics {
    grid-row: 1 / span 2;
  }
  .artwork-layout .details {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (max-width: 1100px) {
  .artwork-layout {
    grid-template-columns: auto 400px;
  }
}
@media (max-width: 900px) {
  .artwork-layout {
    grid-template-columns: 1fr;
  }
  .artwork-layout .details {
    max-width: none;
  }
  .artwork-layout .pics {
    min-height: 30vh;
  }
  .artwork-layout .pics .primary-image .back {
    font-size: 20pt;
    left: 20px;
    top: -10px;
    text-decoration: none;
  }
  .artwork-layout .pics .primary-image .back .txt {
    font-size: 10pt;
  }
}
.breadcrumbs {
  color: #cdbb7d;
  line-height: 2.5em;
  text-transform: uppercase;
  font-size: 10pt;
}
.breadcrumbs a {
  color: #cdbb7d;
}
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax .back {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 125%;
  height: calc(100% + 100px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pre-transitions .smooth-in {
  opacity: 0;
  transform: translateX(-14px);
}
.transitions-on .now-visible .little-delay,
.transitions-on .now-visible.little-delay {
  transition-delay: 0.7s;
}
.transitions-on .now-visible .smooth-in,
.transitions-on .now-visible.smooth-in {
  transition: 0.7s;
  opacity: 1;
  transform: translateX(0);
}
a.body-color {
  color: #2e2e2e;
}
.about-photo-inset-picture img {
  width: 114.5px;
}
.ready-to-load-img .about-photo-inset-picture-background,
.ready-to-load-img .about-photo-inset-picture-background-with-ratio {
  background-image: url("/img/about-photo-inset.jpg");
}
.webp .ready-to-load-img .about-photo-inset-picture-background,
.webp .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
  background-image: url("/img/about-photo-inset.webp");
}
@media (max-width: 57.25px) {
  .ready-to-load-img .about-photo-inset-picture-background,
  .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
    background-image: url("/img/about-photo-inset-half.jpg");
  }
  .webp .ready-to-load-img .about-photo-inset-picture-background,
  .webp .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
    background-image: url("/img/about-photo-inset-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-photo-inset-picture-background,
  .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
    background-image: url("/img/about-photo-inset-2x.jpg");
  }
  .webp .ready-to-load-img .about-photo-inset-picture-background,
  .webp .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
    background-image: url("/img/about-photo-inset-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 57.25px), (min-resolution: 144dpi) and (max-width: 57.25px) {
  .ready-to-load-img .about-photo-inset-picture-background,
  .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
    background-image: url("/img/about-photo-inset.jpg");
  }
  .webp .ready-to-load-img .about-photo-inset-picture-background,
  .webp .ready-to-load-img .about-photo-inset-picture-background-with-ratio {
    background-image: url("/img/about-photo-inset.webp");
  }
}
.about-photo-inset-picture-background-ratio,
.about-photo-inset-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-photo-inset-picture-background-ratio:before,
.about-photo-inset-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.add-item-tan-picture img {
  width: 19px;
}
.ready-to-load-img .add-item-tan-picture-background,
.ready-to-load-img .add-item-tan-picture-background-with-ratio {
  background-image: url("/img/add-item-tan.png");
}
.webp .ready-to-load-img .add-item-tan-picture-background,
.webp .ready-to-load-img .add-item-tan-picture-background-with-ratio {
  background-image: url("/img/add-item-tan.webp");
}
@media (max-width: 9.5px) {
  .ready-to-load-img .add-item-tan-picture-background,
  .ready-to-load-img .add-item-tan-picture-background-with-ratio {
    background-image: url("/img/add-item-tan-half.png");
  }
  .webp .ready-to-load-img .add-item-tan-picture-background,
  .webp .ready-to-load-img .add-item-tan-picture-background-with-ratio {
    background-image: url("/img/add-item-tan-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .add-item-tan-picture-background,
  .ready-to-load-img .add-item-tan-picture-background-with-ratio {
    background-image: url("/img/add-item-tan-2x.png");
  }
  .webp .ready-to-load-img .add-item-tan-picture-background,
  .webp .ready-to-load-img .add-item-tan-picture-background-with-ratio {
    background-image: url("/img/add-item-tan-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 9.5px), (min-resolution: 144dpi) and (max-width: 9.5px) {
  .ready-to-load-img .add-item-tan-picture-background,
  .ready-to-load-img .add-item-tan-picture-background-with-ratio {
    background-image: url("/img/add-item-tan.png");
  }
  .webp .ready-to-load-img .add-item-tan-picture-background,
  .webp .ready-to-load-img .add-item-tan-picture-background-with-ratio {
    background-image: url("/img/add-item-tan.webp");
  }
}
.add-item-tan-picture-background-ratio,
.add-item-tan-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.add-item-tan-picture-background-ratio:before,
.add-item-tan-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.add-item-picture img {
  width: 19px;
}
.ready-to-load-img .add-item-picture-background,
.ready-to-load-img .add-item-picture-background-with-ratio {
  background-image: url("/img/add-item.png");
}
.webp .ready-to-load-img .add-item-picture-background,
.webp .ready-to-load-img .add-item-picture-background-with-ratio {
  background-image: url("/img/add-item.webp");
}
@media (max-width: 9.5px) {
  .ready-to-load-img .add-item-picture-background,
  .ready-to-load-img .add-item-picture-background-with-ratio {
    background-image: url("/img/add-item-half.png");
  }
  .webp .ready-to-load-img .add-item-picture-background,
  .webp .ready-to-load-img .add-item-picture-background-with-ratio {
    background-image: url("/img/add-item-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .add-item-picture-background,
  .ready-to-load-img .add-item-picture-background-with-ratio {
    background-image: url("/img/add-item-2x.png");
  }
  .webp .ready-to-load-img .add-item-picture-background,
  .webp .ready-to-load-img .add-item-picture-background-with-ratio {
    background-image: url("/img/add-item-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 9.5px), (min-resolution: 144dpi) and (max-width: 9.5px) {
  .ready-to-load-img .add-item-picture-background,
  .ready-to-load-img .add-item-picture-background-with-ratio {
    background-image: url("/img/add-item.png");
  }
  .webp .ready-to-load-img .add-item-picture-background,
  .webp .ready-to-load-img .add-item-picture-background-with-ratio {
    background-image: url("/img/add-item.webp");
  }
}
.add-item-picture-background-ratio,
.add-item-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.add-item-picture-background-ratio:before,
.add-item-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.artist-info-tan-picture img {
  width: 15px;
}
.ready-to-load-img .artist-info-tan-picture-background,
.ready-to-load-img .artist-info-tan-picture-background-with-ratio {
  background-image: url("/img/artist-info-tan.png");
}
.webp .ready-to-load-img .artist-info-tan-picture-background,
.webp .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
  background-image: url("/img/artist-info-tan.webp");
}
@media (max-width: 7.5px) {
  .ready-to-load-img .artist-info-tan-picture-background,
  .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
    background-image: url("/img/artist-info-tan-half.png");
  }
  .webp .ready-to-load-img .artist-info-tan-picture-background,
  .webp .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
    background-image: url("/img/artist-info-tan-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .artist-info-tan-picture-background,
  .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
    background-image: url("/img/artist-info-tan-2x.png");
  }
  .webp .ready-to-load-img .artist-info-tan-picture-background,
  .webp .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
    background-image: url("/img/artist-info-tan-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.5px), (min-resolution: 144dpi) and (max-width: 7.5px) {
  .ready-to-load-img .artist-info-tan-picture-background,
  .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
    background-image: url("/img/artist-info-tan.png");
  }
  .webp .ready-to-load-img .artist-info-tan-picture-background,
  .webp .ready-to-load-img .artist-info-tan-picture-background-with-ratio {
    background-image: url("/img/artist-info-tan.webp");
  }
}
.artist-info-tan-picture-background-ratio,
.artist-info-tan-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.artist-info-tan-picture-background-ratio:before,
.artist-info-tan-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.66666667%;
  padding-bottom: 51.66666667%;
  vertical-align: middle;
}
.artist-info-picture img {
  width: 15px;
}
.ready-to-load-img .artist-info-picture-background,
.ready-to-load-img .artist-info-picture-background-with-ratio {
  background-image: url("/img/artist-info.png");
}
.webp .ready-to-load-img .artist-info-picture-background,
.webp .ready-to-load-img .artist-info-picture-background-with-ratio {
  background-image: url("/img/artist-info.webp");
}
@media (max-width: 7.5px) {
  .ready-to-load-img .artist-info-picture-background,
  .ready-to-load-img .artist-info-picture-background-with-ratio {
    background-image: url("/img/artist-info-half.png");
  }
  .webp .ready-to-load-img .artist-info-picture-background,
  .webp .ready-to-load-img .artist-info-picture-background-with-ratio {
    background-image: url("/img/artist-info-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .artist-info-picture-background,
  .ready-to-load-img .artist-info-picture-background-with-ratio {
    background-image: url("/img/artist-info-2x.png");
  }
  .webp .ready-to-load-img .artist-info-picture-background,
  .webp .ready-to-load-img .artist-info-picture-background-with-ratio {
    background-image: url("/img/artist-info-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.5px), (min-resolution: 144dpi) and (max-width: 7.5px) {
  .ready-to-load-img .artist-info-picture-background,
  .ready-to-load-img .artist-info-picture-background-with-ratio {
    background-image: url("/img/artist-info.png");
  }
  .webp .ready-to-load-img .artist-info-picture-background,
  .webp .ready-to-load-img .artist-info-picture-background-with-ratio {
    background-image: url("/img/artist-info.webp");
  }
}
.artist-info-picture-background-ratio,
.artist-info-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.artist-info-picture-background-ratio:before,
.artist-info-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.66666667%;
  padding-bottom: 51.66666667%;
  vertical-align: middle;
}
.artist-portal-picture img {
  width: 247px;
}
.ready-to-load-img .artist-portal-picture-background,
.ready-to-load-img .artist-portal-picture-background-with-ratio {
  background-image: url("/img/artist-portal.png");
}
.webp .ready-to-load-img .artist-portal-picture-background,
.webp .ready-to-load-img .artist-portal-picture-background-with-ratio {
  background-image: url("/img/artist-portal.webp");
}
@media (max-width: 123.5px) {
  .ready-to-load-img .artist-portal-picture-background,
  .ready-to-load-img .artist-portal-picture-background-with-ratio {
    background-image: url("/img/artist-portal-half.png");
  }
  .webp .ready-to-load-img .artist-portal-picture-background,
  .webp .ready-to-load-img .artist-portal-picture-background-with-ratio {
    background-image: url("/img/artist-portal-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .artist-portal-picture-background,
  .ready-to-load-img .artist-portal-picture-background-with-ratio {
    background-image: url("/img/artist-portal-2x.png");
  }
  .webp .ready-to-load-img .artist-portal-picture-background,
  .webp .ready-to-load-img .artist-portal-picture-background-with-ratio {
    background-image: url("/img/artist-portal-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 123.5px), (min-resolution: 144dpi) and (max-width: 123.5px) {
  .ready-to-load-img .artist-portal-picture-background,
  .ready-to-load-img .artist-portal-picture-background-with-ratio {
    background-image: url("/img/artist-portal.png");
  }
  .webp .ready-to-load-img .artist-portal-picture-background,
  .webp .ready-to-load-img .artist-portal-picture-background-with-ratio {
    background-image: url("/img/artist-portal.webp");
  }
}
.artist-portal-picture-background-ratio,
.artist-portal-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.artist-portal-picture-background-ratio:before,
.artist-portal-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 6.37651822%;
  padding-bottom: 6.37651822%;
  vertical-align: middle;
}
.bronze-category-picture img {
  width: 366.5px;
}
.ready-to-load-img .bronze-category-picture-background,
.ready-to-load-img .bronze-category-picture-background-with-ratio {
  background-image: url("/img/bronze-category.jpg");
}
.webp .ready-to-load-img .bronze-category-picture-background,
.webp .ready-to-load-img .bronze-category-picture-background-with-ratio {
  background-image: url("/img/bronze-category.webp");
}
@media (max-width: 183.25px) {
  .ready-to-load-img .bronze-category-picture-background,
  .ready-to-load-img .bronze-category-picture-background-with-ratio {
    background-image: url("/img/bronze-category-half.jpg");
  }
  .webp .ready-to-load-img .bronze-category-picture-background,
  .webp .ready-to-load-img .bronze-category-picture-background-with-ratio {
    background-image: url("/img/bronze-category-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .bronze-category-picture-background,
  .ready-to-load-img .bronze-category-picture-background-with-ratio {
    background-image: url("/img/bronze-category-2x.jpg");
  }
  .webp .ready-to-load-img .bronze-category-picture-background,
  .webp .ready-to-load-img .bronze-category-picture-background-with-ratio {
    background-image: url("/img/bronze-category-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 183.25px), (min-resolution: 144dpi) and (max-width: 183.25px) {
  .ready-to-load-img .bronze-category-picture-background,
  .ready-to-load-img .bronze-category-picture-background-with-ratio {
    background-image: url("/img/bronze-category.jpg");
  }
  .webp .ready-to-load-img .bronze-category-picture-background,
  .webp .ready-to-load-img .bronze-category-picture-background-with-ratio {
    background-image: url("/img/bronze-category.webp");
  }
}
.bronze-category-picture-background-ratio,
.bronze-category-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.bronze-category-picture-background-ratio:before,
.bronze-category-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 74.89768076%;
  padding-bottom: 74.89768076%;
  vertical-align: middle;
}
.cart-icon-white-picture img {
  width: 35px;
}
.ready-to-load-img .cart-icon-white-picture-background,
.ready-to-load-img .cart-icon-white-picture-background-with-ratio {
  background-image: url("/img/cart-icon-white.png");
}
.webp .ready-to-load-img .cart-icon-white-picture-background,
.webp .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
  background-image: url("/img/cart-icon-white.webp");
}
@media (max-width: 17.5px) {
  .ready-to-load-img .cart-icon-white-picture-background,
  .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
    background-image: url("/img/cart-icon-white-half.png");
  }
  .webp .ready-to-load-img .cart-icon-white-picture-background,
  .webp .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
    background-image: url("/img/cart-icon-white-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .cart-icon-white-picture-background,
  .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
    background-image: url("/img/cart-icon-white-2x.png");
  }
  .webp .ready-to-load-img .cart-icon-white-picture-background,
  .webp .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
    background-image: url("/img/cart-icon-white-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 17.5px), (min-resolution: 144dpi) and (max-width: 17.5px) {
  .ready-to-load-img .cart-icon-white-picture-background,
  .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
    background-image: url("/img/cart-icon-white.png");
  }
  .webp .ready-to-load-img .cart-icon-white-picture-background,
  .webp .ready-to-load-img .cart-icon-white-picture-background-with-ratio {
    background-image: url("/img/cart-icon-white.webp");
  }
}
.cart-icon-white-picture-background-ratio,
.cart-icon-white-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.cart-icon-white-picture-background-ratio:before,
.cart-icon-white-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 44.28571429%;
  padding-bottom: 44.28571429%;
  vertical-align: middle;
}
.cart-icon-picture img {
  width: 35px;
}
.ready-to-load-img .cart-icon-picture-background,
.ready-to-load-img .cart-icon-picture-background-with-ratio {
  background-image: url("/img/cart-icon.png");
}
.webp .ready-to-load-img .cart-icon-picture-background,
.webp .ready-to-load-img .cart-icon-picture-background-with-ratio {
  background-image: url("/img/cart-icon.webp");
}
@media (max-width: 17.5px) {
  .ready-to-load-img .cart-icon-picture-background,
  .ready-to-load-img .cart-icon-picture-background-with-ratio {
    background-image: url("/img/cart-icon-half.png");
  }
  .webp .ready-to-load-img .cart-icon-picture-background,
  .webp .ready-to-load-img .cart-icon-picture-background-with-ratio {
    background-image: url("/img/cart-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .cart-icon-picture-background,
  .ready-to-load-img .cart-icon-picture-background-with-ratio {
    background-image: url("/img/cart-icon-2x.png");
  }
  .webp .ready-to-load-img .cart-icon-picture-background,
  .webp .ready-to-load-img .cart-icon-picture-background-with-ratio {
    background-image: url("/img/cart-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 17.5px), (min-resolution: 144dpi) and (max-width: 17.5px) {
  .ready-to-load-img .cart-icon-picture-background,
  .ready-to-load-img .cart-icon-picture-background-with-ratio {
    background-image: url("/img/cart-icon.png");
  }
  .webp .ready-to-load-img .cart-icon-picture-background,
  .webp .ready-to-load-img .cart-icon-picture-background-with-ratio {
    background-image: url("/img/cart-icon.webp");
  }
}
.cart-icon-picture-background-ratio,
.cart-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.cart-icon-picture-background-ratio:before,
.cart-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 44.28571429%;
  padding-bottom: 44.28571429%;
  vertical-align: middle;
}
.carvings-category-picture img {
  width: 367px;
}
.ready-to-load-img .carvings-category-picture-background,
.ready-to-load-img .carvings-category-picture-background-with-ratio {
  background-image: url("/img/carvings-category.jpg");
}
.webp .ready-to-load-img .carvings-category-picture-background,
.webp .ready-to-load-img .carvings-category-picture-background-with-ratio {
  background-image: url("/img/carvings-category.webp");
}
@media (max-width: 183.5px) {
  .ready-to-load-img .carvings-category-picture-background,
  .ready-to-load-img .carvings-category-picture-background-with-ratio {
    background-image: url("/img/carvings-category-half.jpg");
  }
  .webp .ready-to-load-img .carvings-category-picture-background,
  .webp .ready-to-load-img .carvings-category-picture-background-with-ratio {
    background-image: url("/img/carvings-category-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .carvings-category-picture-background,
  .ready-to-load-img .carvings-category-picture-background-with-ratio {
    background-image: url("/img/carvings-category-2x.jpg");
  }
  .webp .ready-to-load-img .carvings-category-picture-background,
  .webp .ready-to-load-img .carvings-category-picture-background-with-ratio {
    background-image: url("/img/carvings-category-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 183.5px), (min-resolution: 144dpi) and (max-width: 183.5px) {
  .ready-to-load-img .carvings-category-picture-background,
  .ready-to-load-img .carvings-category-picture-background-with-ratio {
    background-image: url("/img/carvings-category.jpg");
  }
  .webp .ready-to-load-img .carvings-category-picture-background,
  .webp .ready-to-load-img .carvings-category-picture-background-with-ratio {
    background-image: url("/img/carvings-category.webp");
  }
}
.carvings-category-picture-background-ratio,
.carvings-category-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.carvings-category-picture-background-ratio:before,
.carvings-category-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 75%;
  padding-bottom: 75%;
  vertical-align: middle;
}
.contact-box-logo-picture img {
  width: 208px;
}
.ready-to-load-img .contact-box-logo-picture-background,
.ready-to-load-img .contact-box-logo-picture-background-with-ratio {
  background-image: url("/img/contact-box-logo.png");
}
.webp .ready-to-load-img .contact-box-logo-picture-background,
.webp .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
  background-image: url("/img/contact-box-logo.webp");
}
@media (max-width: 104px) {
  .ready-to-load-img .contact-box-logo-picture-background,
  .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
    background-image: url("/img/contact-box-logo-half.png");
  }
  .webp .ready-to-load-img .contact-box-logo-picture-background,
  .webp .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
    background-image: url("/img/contact-box-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .contact-box-logo-picture-background,
  .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
    background-image: url("/img/contact-box-logo-2x.png");
  }
  .webp .ready-to-load-img .contact-box-logo-picture-background,
  .webp .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
    background-image: url("/img/contact-box-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 104px), (min-resolution: 144dpi) and (max-width: 104px) {
  .ready-to-load-img .contact-box-logo-picture-background,
  .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
    background-image: url("/img/contact-box-logo.png");
  }
  .webp .ready-to-load-img .contact-box-logo-picture-background,
  .webp .ready-to-load-img .contact-box-logo-picture-background-with-ratio {
    background-image: url("/img/contact-box-logo.webp");
  }
}
.contact-box-logo-picture-background-ratio,
.contact-box-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.contact-box-logo-picture-background-ratio:before,
.contact-box-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.74519231%;
  padding-bottom: 15.74519231%;
  vertical-align: middle;
}
.email-signup-background-2-picture img {
  width: 1920px;
}
.ready-to-load-img .email-signup-background-2-picture-background,
.ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
  background-image: url("/img/email-signup-background-2.jpg");
}
.webp .ready-to-load-img .email-signup-background-2-picture-background,
.webp .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
  background-image: url("/img/email-signup-background-2.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .email-signup-background-2-picture-background,
  .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2-half.jpg");
  }
  .webp .ready-to-load-img .email-signup-background-2-picture-background,
  .webp .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .email-signup-background-2-picture-background,
  .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2-2x.jpg");
  }
  .webp .ready-to-load-img .email-signup-background-2-picture-background,
  .webp .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .email-signup-background-2-picture-background,
  .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2.jpg");
  }
  .webp .ready-to-load-img .email-signup-background-2-picture-background,
  .webp .ready-to-load-img .email-signup-background-2-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2.webp");
  }
}
.email-signup-background-2-picture-background-ratio,
.email-signup-background-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.email-signup-background-2-picture-background-ratio:before,
.email-signup-background-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 11.953125%;
  padding-bottom: 11.953125%;
  vertical-align: middle;
}
.email-signup-background-picture img {
  width: 1920px;
}
.ready-to-load-img .email-signup-background-picture-background,
.ready-to-load-img .email-signup-background-picture-background-with-ratio {
  background-image: url("/img/email-signup-background.jpg");
}
.webp .ready-to-load-img .email-signup-background-picture-background,
.webp .ready-to-load-img .email-signup-background-picture-background-with-ratio {
  background-image: url("/img/email-signup-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .email-signup-background-picture-background,
  .ready-to-load-img .email-signup-background-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-half.jpg");
  }
  .webp .ready-to-load-img .email-signup-background-picture-background,
  .webp .ready-to-load-img .email-signup-background-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .email-signup-background-picture-background,
  .ready-to-load-img .email-signup-background-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2x.jpg");
  }
  .webp .ready-to-load-img .email-signup-background-picture-background,
  .webp .ready-to-load-img .email-signup-background-picture-background-with-ratio {
    background-image: url("/img/email-signup-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .email-signup-background-picture-background,
  .ready-to-load-img .email-signup-background-picture-background-with-ratio {
    background-image: url("/img/email-signup-background.jpg");
  }
  .webp .ready-to-load-img .email-signup-background-picture-background,
  .webp .ready-to-load-img .email-signup-background-picture-background-with-ratio {
    background-image: url("/img/email-signup-background.webp");
  }
}
.email-signup-background-picture-background-ratio,
.email-signup-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.email-signup-background-picture-background-ratio:before,
.email-signup-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 21.15885417%;
  padding-bottom: 21.15885417%;
  vertical-align: middle;
}
.facebook-icon-picture img {
  width: 30px;
}
.ready-to-load-img .facebook-icon-picture-background,
.ready-to-load-img .facebook-icon-picture-background-with-ratio {
  background-image: url("/img/facebook-icon.png");
}
.webp .ready-to-load-img .facebook-icon-picture-background,
.webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
  background-image: url("/img/facebook-icon.webp");
}
@media (max-width: 15px) {
  .ready-to-load-img .facebook-icon-picture-background,
  .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-half.png");
  }
  .webp .ready-to-load-img .facebook-icon-picture-background,
  .webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .facebook-icon-picture-background,
  .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-2x.png");
  }
  .webp .ready-to-load-img .facebook-icon-picture-background,
  .webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 15px), (min-resolution: 144dpi) and (max-width: 15px) {
  .ready-to-load-img .facebook-icon-picture-background,
  .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon.png");
  }
  .webp .ready-to-load-img .facebook-icon-picture-background,
  .webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon.webp");
  }
}
.facebook-icon-picture-background-ratio,
.facebook-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.facebook-icon-picture-background-ratio:before,
.facebook-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.83333333%;
  padding-bottom: 50.83333333%;
  vertical-align: middle;
}
.facebook-small-picture img {
  width: 14.5px;
}
.ready-to-load-img .facebook-small-picture-background,
.ready-to-load-img .facebook-small-picture-background-with-ratio {
  background-image: url("/img/facebook-small.png");
}
.webp .ready-to-load-img .facebook-small-picture-background,
.webp .ready-to-load-img .facebook-small-picture-background-with-ratio {
  background-image: url("/img/facebook-small.webp");
}
@media (max-width: 7.25px) {
  .ready-to-load-img .facebook-small-picture-background,
  .ready-to-load-img .facebook-small-picture-background-with-ratio {
    background-image: url("/img/facebook-small-half.png");
  }
  .webp .ready-to-load-img .facebook-small-picture-background,
  .webp .ready-to-load-img .facebook-small-picture-background-with-ratio {
    background-image: url("/img/facebook-small-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .facebook-small-picture-background,
  .ready-to-load-img .facebook-small-picture-background-with-ratio {
    background-image: url("/img/facebook-small-2x.png");
  }
  .webp .ready-to-load-img .facebook-small-picture-background,
  .webp .ready-to-load-img .facebook-small-picture-background-with-ratio {
    background-image: url("/img/facebook-small-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.25px), (min-resolution: 144dpi) and (max-width: 7.25px) {
  .ready-to-load-img .facebook-small-picture-background,
  .ready-to-load-img .facebook-small-picture-background-with-ratio {
    background-image: url("/img/facebook-small.png");
  }
  .webp .ready-to-load-img .facebook-small-picture-background,
  .webp .ready-to-load-img .facebook-small-picture-background-with-ratio {
    background-image: url("/img/facebook-small.webp");
  }
}
.facebook-small-picture-background-ratio,
.facebook-small-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.facebook-small-picture-background-ratio:before,
.facebook-small-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.footer-mark-picture img {
  width: 185px;
}
.ready-to-load-img .footer-mark-picture-background,
.ready-to-load-img .footer-mark-picture-background-with-ratio {
  background-image: url("/img/footer-mark.png");
}
.webp .ready-to-load-img .footer-mark-picture-background,
.webp .ready-to-load-img .footer-mark-picture-background-with-ratio {
  background-image: url("/img/footer-mark.webp");
}
@media (max-width: 92.5px) {
  .ready-to-load-img .footer-mark-picture-background,
  .ready-to-load-img .footer-mark-picture-background-with-ratio {
    background-image: url("/img/footer-mark-half.png");
  }
  .webp .ready-to-load-img .footer-mark-picture-background,
  .webp .ready-to-load-img .footer-mark-picture-background-with-ratio {
    background-image: url("/img/footer-mark-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .footer-mark-picture-background,
  .ready-to-load-img .footer-mark-picture-background-with-ratio {
    background-image: url("/img/footer-mark-2x.png");
  }
  .webp .ready-to-load-img .footer-mark-picture-background,
  .webp .ready-to-load-img .footer-mark-picture-background-with-ratio {
    background-image: url("/img/footer-mark-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 92.5px), (min-resolution: 144dpi) and (max-width: 92.5px) {
  .ready-to-load-img .footer-mark-picture-background,
  .ready-to-load-img .footer-mark-picture-background-with-ratio {
    background-image: url("/img/footer-mark.png");
  }
  .webp .ready-to-load-img .footer-mark-picture-background,
  .webp .ready-to-load-img .footer-mark-picture-background-with-ratio {
    background-image: url("/img/footer-mark.webp");
  }
}
.footer-mark-picture-background-ratio,
.footer-mark-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.footer-mark-picture-background-ratio:before,
.footer-mark-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 60.81081081%;
  padding-bottom: 60.81081081%;
  vertical-align: middle;
}
.gallery-mega-picture img {
  width: 1920px;
}
.ready-to-load-img .gallery-mega-picture-background,
.ready-to-load-img .gallery-mega-picture-background-with-ratio {
  background-image: url("/img/gallery-mega.jpg");
}
.webp .ready-to-load-img .gallery-mega-picture-background,
.webp .ready-to-load-img .gallery-mega-picture-background-with-ratio {
  background-image: url("/img/gallery-mega.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .gallery-mega-picture-background,
  .ready-to-load-img .gallery-mega-picture-background-with-ratio {
    background-image: url("/img/gallery-mega-half.jpg");
  }
  .webp .ready-to-load-img .gallery-mega-picture-background,
  .webp .ready-to-load-img .gallery-mega-picture-background-with-ratio {
    background-image: url("/img/gallery-mega-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .gallery-mega-picture-background,
  .ready-to-load-img .gallery-mega-picture-background-with-ratio {
    background-image: url("/img/gallery-mega-2x.jpg");
  }
  .webp .ready-to-load-img .gallery-mega-picture-background,
  .webp .ready-to-load-img .gallery-mega-picture-background-with-ratio {
    background-image: url("/img/gallery-mega-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .gallery-mega-picture-background,
  .ready-to-load-img .gallery-mega-picture-background-with-ratio {
    background-image: url("/img/gallery-mega.jpg");
  }
  .webp .ready-to-load-img .gallery-mega-picture-background,
  .webp .ready-to-load-img .gallery-mega-picture-background-with-ratio {
    background-image: url("/img/gallery-mega.webp");
  }
}
.gallery-mega-picture-background-ratio,
.gallery-mega-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.gallery-mega-picture-background-ratio:before,
.gallery-mega-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.21614583%;
  padding-bottom: 23.21614583%;
  vertical-align: middle;
}
.gift-ideas-mega-picture img {
  width: 1920px;
}
.ready-to-load-img .gift-ideas-mega-picture-background,
.ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
  background-image: url("/img/gift-ideas-mega.jpg");
}
.webp .ready-to-load-img .gift-ideas-mega-picture-background,
.webp .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
  background-image: url("/img/gift-ideas-mega.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .gift-ideas-mega-picture-background,
  .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
    background-image: url("/img/gift-ideas-mega-half.jpg");
  }
  .webp .ready-to-load-img .gift-ideas-mega-picture-background,
  .webp .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
    background-image: url("/img/gift-ideas-mega-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .gift-ideas-mega-picture-background,
  .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
    background-image: url("/img/gift-ideas-mega-2x.jpg");
  }
  .webp .ready-to-load-img .gift-ideas-mega-picture-background,
  .webp .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
    background-image: url("/img/gift-ideas-mega-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .gift-ideas-mega-picture-background,
  .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
    background-image: url("/img/gift-ideas-mega.jpg");
  }
  .webp .ready-to-load-img .gift-ideas-mega-picture-background,
  .webp .ready-to-load-img .gift-ideas-mega-picture-background-with-ratio {
    background-image: url("/img/gift-ideas-mega.webp");
  }
}
.gift-ideas-mega-picture-background-ratio,
.gift-ideas-mega-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.gift-ideas-mega-picture-background-ratio:before,
.gift-ideas-mega-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.46875%;
  padding-bottom: 15.46875%;
  vertical-align: middle;
}
.gifts-category-picture img {
  width: 366.5px;
}
.ready-to-load-img .gifts-category-picture-background,
.ready-to-load-img .gifts-category-picture-background-with-ratio {
  background-image: url("/img/gifts-category.jpg");
}
.webp .ready-to-load-img .gifts-category-picture-background,
.webp .ready-to-load-img .gifts-category-picture-background-with-ratio {
  background-image: url("/img/gifts-category.webp");
}
@media (max-width: 183.25px) {
  .ready-to-load-img .gifts-category-picture-background,
  .ready-to-load-img .gifts-category-picture-background-with-ratio {
    background-image: url("/img/gifts-category-half.jpg");
  }
  .webp .ready-to-load-img .gifts-category-picture-background,
  .webp .ready-to-load-img .gifts-category-picture-background-with-ratio {
    background-image: url("/img/gifts-category-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .gifts-category-picture-background,
  .ready-to-load-img .gifts-category-picture-background-with-ratio {
    background-image: url("/img/gifts-category-2x.jpg");
  }
  .webp .ready-to-load-img .gifts-category-picture-background,
  .webp .ready-to-load-img .gifts-category-picture-background-with-ratio {
    background-image: url("/img/gifts-category-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 183.25px), (min-resolution: 144dpi) and (max-width: 183.25px) {
  .ready-to-load-img .gifts-category-picture-background,
  .ready-to-load-img .gifts-category-picture-background-with-ratio {
    background-image: url("/img/gifts-category.jpg");
  }
  .webp .ready-to-load-img .gifts-category-picture-background,
  .webp .ready-to-load-img .gifts-category-picture-background-with-ratio {
    background-image: url("/img/gifts-category.webp");
  }
}
.gifts-category-picture-background-ratio,
.gifts-category-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.gifts-category-picture-background-ratio:before,
.gifts-category-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 75.10231924%;
  padding-bottom: 75.10231924%;
  vertical-align: middle;
}
.gold-star-picture img {
  width: 31px;
}
.ready-to-load-img .gold-star-picture-background,
.ready-to-load-img .gold-star-picture-background-with-ratio {
  background-image: url("/img/gold-star.png");
}
.webp .ready-to-load-img .gold-star-picture-background,
.webp .ready-to-load-img .gold-star-picture-background-with-ratio {
  background-image: url("/img/gold-star.webp");
}
@media (max-width: 15.5px) {
  .ready-to-load-img .gold-star-picture-background,
  .ready-to-load-img .gold-star-picture-background-with-ratio {
    background-image: url("/img/gold-star-half.png");
  }
  .webp .ready-to-load-img .gold-star-picture-background,
  .webp .ready-to-load-img .gold-star-picture-background-with-ratio {
    background-image: url("/img/gold-star-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .gold-star-picture-background,
  .ready-to-load-img .gold-star-picture-background-with-ratio {
    background-image: url("/img/gold-star-2x.png");
  }
  .webp .ready-to-load-img .gold-star-picture-background,
  .webp .ready-to-load-img .gold-star-picture-background-with-ratio {
    background-image: url("/img/gold-star-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 15.5px), (min-resolution: 144dpi) and (max-width: 15.5px) {
  .ready-to-load-img .gold-star-picture-background,
  .ready-to-load-img .gold-star-picture-background-with-ratio {
    background-image: url("/img/gold-star.png");
  }
  .webp .ready-to-load-img .gold-star-picture-background,
  .webp .ready-to-load-img .gold-star-picture-background-with-ratio {
    background-image: url("/img/gold-star.webp");
  }
}
.gold-star-picture-background-ratio,
.gold-star-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.gold-star-picture-background-ratio:before,
.gold-star-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 52.41935484%;
  padding-bottom: 52.41935484%;
  vertical-align: middle;
}
.horse-1-picture img {
  width: 173.5px;
}
.ready-to-load-img .horse-1-picture-background,
.ready-to-load-img .horse-1-picture-background-with-ratio {
  background-image: url("/img/horse-1.jpg");
}
.webp .ready-to-load-img .horse-1-picture-background,
.webp .ready-to-load-img .horse-1-picture-background-with-ratio {
  background-image: url("/img/horse-1.webp");
}
@media (max-width: 86.75px) {
  .ready-to-load-img .horse-1-picture-background,
  .ready-to-load-img .horse-1-picture-background-with-ratio {
    background-image: url("/img/horse-1-half.jpg");
  }
  .webp .ready-to-load-img .horse-1-picture-background,
  .webp .ready-to-load-img .horse-1-picture-background-with-ratio {
    background-image: url("/img/horse-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .horse-1-picture-background,
  .ready-to-load-img .horse-1-picture-background-with-ratio {
    background-image: url("/img/horse-1-2x.jpg");
  }
  .webp .ready-to-load-img .horse-1-picture-background,
  .webp .ready-to-load-img .horse-1-picture-background-with-ratio {
    background-image: url("/img/horse-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 86.75px), (min-resolution: 144dpi) and (max-width: 86.75px) {
  .ready-to-load-img .horse-1-picture-background,
  .ready-to-load-img .horse-1-picture-background-with-ratio {
    background-image: url("/img/horse-1.jpg");
  }
  .webp .ready-to-load-img .horse-1-picture-background,
  .webp .ready-to-load-img .horse-1-picture-background-with-ratio {
    background-image: url("/img/horse-1.webp");
  }
}
.horse-1-picture-background-ratio,
.horse-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.horse-1-picture-background-ratio:before,
.horse-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 38.18443804%;
  padding-bottom: 38.18443804%;
  vertical-align: middle;
}
.horse-2-picture img {
  width: 174px;
}
.ready-to-load-img .horse-2-picture-background,
.ready-to-load-img .horse-2-picture-background-with-ratio {
  background-image: url("/img/horse-2.jpg");
}
.webp .ready-to-load-img .horse-2-picture-background,
.webp .ready-to-load-img .horse-2-picture-background-with-ratio {
  background-image: url("/img/horse-2.webp");
}
@media (max-width: 87px) {
  .ready-to-load-img .horse-2-picture-background,
  .ready-to-load-img .horse-2-picture-background-with-ratio {
    background-image: url("/img/horse-2-half.jpg");
  }
  .webp .ready-to-load-img .horse-2-picture-background,
  .webp .ready-to-load-img .horse-2-picture-background-with-ratio {
    background-image: url("/img/horse-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .horse-2-picture-background,
  .ready-to-load-img .horse-2-picture-background-with-ratio {
    background-image: url("/img/horse-2-2x.jpg");
  }
  .webp .ready-to-load-img .horse-2-picture-background,
  .webp .ready-to-load-img .horse-2-picture-background-with-ratio {
    background-image: url("/img/horse-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 87px), (min-resolution: 144dpi) and (max-width: 87px) {
  .ready-to-load-img .horse-2-picture-background,
  .ready-to-load-img .horse-2-picture-background-with-ratio {
    background-image: url("/img/horse-2.jpg");
  }
  .webp .ready-to-load-img .horse-2-picture-background,
  .webp .ready-to-load-img .horse-2-picture-background-with-ratio {
    background-image: url("/img/horse-2.webp");
  }
}
.horse-2-picture-background-ratio,
.horse-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.horse-2-picture-background-ratio:before,
.horse-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 38.07471264%;
  padding-bottom: 38.07471264%;
  vertical-align: middle;
}
.horse-large-picture img {
  width: 699.5px;
}
.ready-to-load-img .horse-large-picture-background,
.ready-to-load-img .horse-large-picture-background-with-ratio {
  background-image: url("/img/horse-large.jpg");
}
.webp .ready-to-load-img .horse-large-picture-background,
.webp .ready-to-load-img .horse-large-picture-background-with-ratio {
  background-image: url("/img/horse-large.webp");
}
@media (max-width: 349.75px) {
  .ready-to-load-img .horse-large-picture-background,
  .ready-to-load-img .horse-large-picture-background-with-ratio {
    background-image: url("/img/horse-large-half.jpg");
  }
  .webp .ready-to-load-img .horse-large-picture-background,
  .webp .ready-to-load-img .horse-large-picture-background-with-ratio {
    background-image: url("/img/horse-large-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .horse-large-picture-background,
  .ready-to-load-img .horse-large-picture-background-with-ratio {
    background-image: url("/img/horse-large-2x.jpg");
  }
  .webp .ready-to-load-img .horse-large-picture-background,
  .webp .ready-to-load-img .horse-large-picture-background-with-ratio {
    background-image: url("/img/horse-large-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 349.75px), (min-resolution: 144dpi) and (max-width: 349.75px) {
  .ready-to-load-img .horse-large-picture-background,
  .ready-to-load-img .horse-large-picture-background-with-ratio {
    background-image: url("/img/horse-large.jpg");
  }
  .webp .ready-to-load-img .horse-large-picture-background,
  .webp .ready-to-load-img .horse-large-picture-background-with-ratio {
    background-image: url("/img/horse-large.webp");
  }
}
.horse-large-picture-background-ratio,
.horse-large-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.horse-large-picture-background-ratio:before,
.horse-large-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 38.17012152%;
  padding-bottom: 38.17012152%;
  vertical-align: middle;
}
.inner-header-background-picture img {
  width: 1920px;
}
.ready-to-load-img .inner-header-background-picture-background,
.ready-to-load-img .inner-header-background-picture-background-with-ratio {
  background-image: url("/img/inner-header-background.jpg");
}
.webp .ready-to-load-img .inner-header-background-picture-background,
.webp .ready-to-load-img .inner-header-background-picture-background-with-ratio {
  background-image: url("/img/inner-header-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .inner-header-background-picture-background,
  .ready-to-load-img .inner-header-background-picture-background-with-ratio {
    background-image: url("/img/inner-header-background-half.jpg");
  }
  .webp .ready-to-load-img .inner-header-background-picture-background,
  .webp .ready-to-load-img .inner-header-background-picture-background-with-ratio {
    background-image: url("/img/inner-header-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .inner-header-background-picture-background,
  .ready-to-load-img .inner-header-background-picture-background-with-ratio {
    background-image: url("/img/inner-header-background-2x.jpg");
  }
  .webp .ready-to-load-img .inner-header-background-picture-background,
  .webp .ready-to-load-img .inner-header-background-picture-background-with-ratio {
    background-image: url("/img/inner-header-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .inner-header-background-picture-background,
  .ready-to-load-img .inner-header-background-picture-background-with-ratio {
    background-image: url("/img/inner-header-background.jpg");
  }
  .webp .ready-to-load-img .inner-header-background-picture-background,
  .webp .ready-to-load-img .inner-header-background-picture-background-with-ratio {
    background-image: url("/img/inner-header-background.webp");
  }
}
.inner-header-background-picture-background-ratio,
.inner-header-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.inner-header-background-picture-background-ratio:before,
.inner-header-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 3.54166667%;
  padding-bottom: 3.54166667%;
  vertical-align: middle;
}
.inner-header-facebook-picture img {
  width: 30px;
}
.ready-to-load-img .inner-header-facebook-picture-background,
.ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
  background-image: url("/img/inner-header-facebook.png");
}
.webp .ready-to-load-img .inner-header-facebook-picture-background,
.webp .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
  background-image: url("/img/inner-header-facebook.webp");
}
@media (max-width: 15px) {
  .ready-to-load-img .inner-header-facebook-picture-background,
  .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
    background-image: url("/img/inner-header-facebook-half.png");
  }
  .webp .ready-to-load-img .inner-header-facebook-picture-background,
  .webp .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
    background-image: url("/img/inner-header-facebook-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .inner-header-facebook-picture-background,
  .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
    background-image: url("/img/inner-header-facebook-2x.png");
  }
  .webp .ready-to-load-img .inner-header-facebook-picture-background,
  .webp .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
    background-image: url("/img/inner-header-facebook-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 15px), (min-resolution: 144dpi) and (max-width: 15px) {
  .ready-to-load-img .inner-header-facebook-picture-background,
  .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
    background-image: url("/img/inner-header-facebook.png");
  }
  .webp .ready-to-load-img .inner-header-facebook-picture-background,
  .webp .ready-to-load-img .inner-header-facebook-picture-background-with-ratio {
    background-image: url("/img/inner-header-facebook.webp");
  }
}
.inner-header-facebook-picture-background-ratio,
.inner-header-facebook-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.inner-header-facebook-picture-background-ratio:before,
.inner-header-facebook-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.83333333%;
  padding-bottom: 50.83333333%;
  vertical-align: middle;
}
.inner-header-logo-black-picture img {
  width: 208px;
}
.ready-to-load-img .inner-header-logo-black-picture-background,
.ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
  background-image: url("/img/inner-header-logo-black.png");
}
.webp .ready-to-load-img .inner-header-logo-black-picture-background,
.webp .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
  background-image: url("/img/inner-header-logo-black.webp");
}
@media (max-width: 104px) {
  .ready-to-load-img .inner-header-logo-black-picture-background,
  .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-black-half.png");
  }
  .webp .ready-to-load-img .inner-header-logo-black-picture-background,
  .webp .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-black-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .inner-header-logo-black-picture-background,
  .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-black-2x.png");
  }
  .webp .ready-to-load-img .inner-header-logo-black-picture-background,
  .webp .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-black-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 104px), (min-resolution: 144dpi) and (max-width: 104px) {
  .ready-to-load-img .inner-header-logo-black-picture-background,
  .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-black.png");
  }
  .webp .ready-to-load-img .inner-header-logo-black-picture-background,
  .webp .ready-to-load-img .inner-header-logo-black-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-black.webp");
  }
}
.inner-header-logo-black-picture-background-ratio,
.inner-header-logo-black-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.inner-header-logo-black-picture-background-ratio:before,
.inner-header-logo-black-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.74519231%;
  padding-bottom: 15.74519231%;
  vertical-align: middle;
}
.inner-header-logo-picture img {
  width: 208px;
}
.ready-to-load-img .inner-header-logo-picture-background,
.ready-to-load-img .inner-header-logo-picture-background-with-ratio {
  background-image: url("/img/inner-header-logo.png");
}
.webp .ready-to-load-img .inner-header-logo-picture-background,
.webp .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
  background-image: url("/img/inner-header-logo.webp");
}
@media (max-width: 104px) {
  .ready-to-load-img .inner-header-logo-picture-background,
  .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-half.png");
  }
  .webp .ready-to-load-img .inner-header-logo-picture-background,
  .webp .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .inner-header-logo-picture-background,
  .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-2x.png");
  }
  .webp .ready-to-load-img .inner-header-logo-picture-background,
  .webp .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 104px), (min-resolution: 144dpi) and (max-width: 104px) {
  .ready-to-load-img .inner-header-logo-picture-background,
  .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo.png");
  }
  .webp .ready-to-load-img .inner-header-logo-picture-background,
  .webp .ready-to-load-img .inner-header-logo-picture-background-with-ratio {
    background-image: url("/img/inner-header-logo.webp");
  }
}
.inner-header-logo-picture-background-ratio,
.inner-header-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.inner-header-logo-picture-background-ratio:before,
.inner-header-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.74519231%;
  padding-bottom: 15.74519231%;
  vertical-align: middle;
}
.inventory-status-tan-picture img {
  width: 15px;
}
.ready-to-load-img .inventory-status-tan-picture-background,
.ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
  background-image: url("/img/inventory-status-tan.png");
}
.webp .ready-to-load-img .inventory-status-tan-picture-background,
.webp .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
  background-image: url("/img/inventory-status-tan.webp");
}
@media (max-width: 7.5px) {
  .ready-to-load-img .inventory-status-tan-picture-background,
  .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
    background-image: url("/img/inventory-status-tan-half.png");
  }
  .webp .ready-to-load-img .inventory-status-tan-picture-background,
  .webp .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
    background-image: url("/img/inventory-status-tan-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .inventory-status-tan-picture-background,
  .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
    background-image: url("/img/inventory-status-tan-2x.png");
  }
  .webp .ready-to-load-img .inventory-status-tan-picture-background,
  .webp .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
    background-image: url("/img/inventory-status-tan-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.5px), (min-resolution: 144dpi) and (max-width: 7.5px) {
  .ready-to-load-img .inventory-status-tan-picture-background,
  .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
    background-image: url("/img/inventory-status-tan.png");
  }
  .webp .ready-to-load-img .inventory-status-tan-picture-background,
  .webp .ready-to-load-img .inventory-status-tan-picture-background-with-ratio {
    background-image: url("/img/inventory-status-tan.webp");
  }
}
.inventory-status-tan-picture-background-ratio,
.inventory-status-tan-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.inventory-status-tan-picture-background-ratio:before,
.inventory-status-tan-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 43.33333333%;
  padding-bottom: 43.33333333%;
  vertical-align: middle;
}
.inventory-status-picture img {
  width: 15px;
}
.ready-to-load-img .inventory-status-picture-background,
.ready-to-load-img .inventory-status-picture-background-with-ratio {
  background-image: url("/img/inventory-status.png");
}
.webp .ready-to-load-img .inventory-status-picture-background,
.webp .ready-to-load-img .inventory-status-picture-background-with-ratio {
  background-image: url("/img/inventory-status.webp");
}
@media (max-width: 7.5px) {
  .ready-to-load-img .inventory-status-picture-background,
  .ready-to-load-img .inventory-status-picture-background-with-ratio {
    background-image: url("/img/inventory-status-half.png");
  }
  .webp .ready-to-load-img .inventory-status-picture-background,
  .webp .ready-to-load-img .inventory-status-picture-background-with-ratio {
    background-image: url("/img/inventory-status-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .inventory-status-picture-background,
  .ready-to-load-img .inventory-status-picture-background-with-ratio {
    background-image: url("/img/inventory-status-2x.png");
  }
  .webp .ready-to-load-img .inventory-status-picture-background,
  .webp .ready-to-load-img .inventory-status-picture-background-with-ratio {
    background-image: url("/img/inventory-status-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.5px), (min-resolution: 144dpi) and (max-width: 7.5px) {
  .ready-to-load-img .inventory-status-picture-background,
  .ready-to-load-img .inventory-status-picture-background-with-ratio {
    background-image: url("/img/inventory-status.png");
  }
  .webp .ready-to-load-img .inventory-status-picture-background,
  .webp .ready-to-load-img .inventory-status-picture-background-with-ratio {
    background-image: url("/img/inventory-status.webp");
  }
}
.inventory-status-picture-background-ratio,
.inventory-status-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.inventory-status-picture-background-ratio:before,
.inventory-status-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 43.33333333%;
  padding-bottom: 43.33333333%;
  vertical-align: middle;
}
.james-krom-banner-1-picture img {
  width: 1920px;
}
.ready-to-load-img .james-krom-banner-1-picture-background,
.ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-1.jpg");
}
.webp .ready-to-load-img .james-krom-banner-1-picture-background,
.webp .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-1.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-1-picture-background,
  .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-1-half.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-1-picture-background,
  .webp .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .james-krom-banner-1-picture-background,
  .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-1-2x.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-1-picture-background,
  .webp .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-1-picture-background,
  .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-1.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-1-picture-background,
  .webp .ready-to-load-img .james-krom-banner-1-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-1.webp");
  }
}
.james-krom-banner-1-picture-background-ratio,
.james-krom-banner-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.james-krom-banner-1-picture-background-ratio:before,
.james-krom-banner-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.52864583%;
  padding-bottom: 23.52864583%;
  vertical-align: middle;
}
.james-krom-banner-2-picture img {
  width: 1920px;
}
.ready-to-load-img .james-krom-banner-2-picture-background,
.ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-2.jpg");
}
.webp .ready-to-load-img .james-krom-banner-2-picture-background,
.webp .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-2.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-2-picture-background,
  .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-2-half.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-2-picture-background,
  .webp .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .james-krom-banner-2-picture-background,
  .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-2-2x.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-2-picture-background,
  .webp .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-2-picture-background,
  .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-2.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-2-picture-background,
  .webp .ready-to-load-img .james-krom-banner-2-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-2.webp");
  }
}
.james-krom-banner-2-picture-background-ratio,
.james-krom-banner-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.james-krom-banner-2-picture-background-ratio:before,
.james-krom-banner-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.52864583%;
  padding-bottom: 23.52864583%;
  vertical-align: middle;
}
.james-krom-banner-4-picture img {
  width: 1920px;
}
.ready-to-load-img .james-krom-banner-4-picture-background,
.ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-4.jpg");
}
.webp .ready-to-load-img .james-krom-banner-4-picture-background,
.webp .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-4.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-4-picture-background,
  .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-4-half.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-4-picture-background,
  .webp .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-4-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .james-krom-banner-4-picture-background,
  .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-4-2x.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-4-picture-background,
  .webp .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-4-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-4-picture-background,
  .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-4.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-4-picture-background,
  .webp .ready-to-load-img .james-krom-banner-4-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-4.webp");
  }
}
.james-krom-banner-4-picture-background-ratio,
.james-krom-banner-4-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.james-krom-banner-4-picture-background-ratio:before,
.james-krom-banner-4-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.52864583%;
  padding-bottom: 23.52864583%;
  vertical-align: middle;
}
.james-krom-banner-5-picture img {
  width: 1920px;
}
.ready-to-load-img .james-krom-banner-5-picture-background,
.ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-5.jpg");
}
.webp .ready-to-load-img .james-krom-banner-5-picture-background,
.webp .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
  background-image: url("/img/james-krom-banner-5.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-5-picture-background,
  .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-5-half.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-5-picture-background,
  .webp .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-5-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .james-krom-banner-5-picture-background,
  .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-5-2x.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-5-picture-background,
  .webp .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-5-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .james-krom-banner-5-picture-background,
  .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-5.jpg");
  }
  .webp .ready-to-load-img .james-krom-banner-5-picture-background,
  .webp .ready-to-load-img .james-krom-banner-5-picture-background-with-ratio {
    background-image: url("/img/james-krom-banner-5.webp");
  }
}
.james-krom-banner-5-picture-background-ratio,
.james-krom-banner-5-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.james-krom-banner-5-picture-background-ratio:before,
.james-krom-banner-5-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.52864583%;
  padding-bottom: 23.52864583%;
  vertical-align: middle;
}
.jewelry-category-picture img {
  width: 367px;
}
.ready-to-load-img .jewelry-category-picture-background,
.ready-to-load-img .jewelry-category-picture-background-with-ratio {
  background-image: url("/img/jewelry-category.jpg");
}
.webp .ready-to-load-img .jewelry-category-picture-background,
.webp .ready-to-load-img .jewelry-category-picture-background-with-ratio {
  background-image: url("/img/jewelry-category.webp");
}
@media (max-width: 183.5px) {
  .ready-to-load-img .jewelry-category-picture-background,
  .ready-to-load-img .jewelry-category-picture-background-with-ratio {
    background-image: url("/img/jewelry-category-half.jpg");
  }
  .webp .ready-to-load-img .jewelry-category-picture-background,
  .webp .ready-to-load-img .jewelry-category-picture-background-with-ratio {
    background-image: url("/img/jewelry-category-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .jewelry-category-picture-background,
  .ready-to-load-img .jewelry-category-picture-background-with-ratio {
    background-image: url("/img/jewelry-category-2x.jpg");
  }
  .webp .ready-to-load-img .jewelry-category-picture-background,
  .webp .ready-to-load-img .jewelry-category-picture-background-with-ratio {
    background-image: url("/img/jewelry-category-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 183.5px), (min-resolution: 144dpi) and (max-width: 183.5px) {
  .ready-to-load-img .jewelry-category-picture-background,
  .ready-to-load-img .jewelry-category-picture-background-with-ratio {
    background-image: url("/img/jewelry-category.jpg");
  }
  .webp .ready-to-load-img .jewelry-category-picture-background,
  .webp .ready-to-load-img .jewelry-category-picture-background-with-ratio {
    background-image: url("/img/jewelry-category.webp");
  }
}
.jewelry-category-picture-background-ratio,
.jewelry-category-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.jewelry-category-picture-background-ratio:before,
.jewelry-category-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 75%;
  padding-bottom: 75%;
  vertical-align: middle;
}
.krom-logo-picture img {
  width: 394px;
}
.ready-to-load-img .krom-logo-picture-background,
.ready-to-load-img .krom-logo-picture-background-with-ratio {
  background-image: url("/img/krom-logo.png");
}
.webp .ready-to-load-img .krom-logo-picture-background,
.webp .ready-to-load-img .krom-logo-picture-background-with-ratio {
  background-image: url("/img/krom-logo.webp");
}
@media (max-width: 197px) {
  .ready-to-load-img .krom-logo-picture-background,
  .ready-to-load-img .krom-logo-picture-background-with-ratio {
    background-image: url("/img/krom-logo-half.png");
  }
  .webp .ready-to-load-img .krom-logo-picture-background,
  .webp .ready-to-load-img .krom-logo-picture-background-with-ratio {
    background-image: url("/img/krom-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .krom-logo-picture-background,
  .ready-to-load-img .krom-logo-picture-background-with-ratio {
    background-image: url("/img/krom-logo-2x.png");
  }
  .webp .ready-to-load-img .krom-logo-picture-background,
  .webp .ready-to-load-img .krom-logo-picture-background-with-ratio {
    background-image: url("/img/krom-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 197px), (min-resolution: 144dpi) and (max-width: 197px) {
  .ready-to-load-img .krom-logo-picture-background,
  .ready-to-load-img .krom-logo-picture-background-with-ratio {
    background-image: url("/img/krom-logo.png");
  }
  .webp .ready-to-load-img .krom-logo-picture-background,
  .webp .ready-to-load-img .krom-logo-picture-background-with-ratio {
    background-image: url("/img/krom-logo.webp");
  }
}
.krom-logo-picture-background-ratio,
.krom-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.krom-logo-picture-background-ratio:before,
.krom-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.4822335%;
  padding-bottom: 15.4822335%;
  vertical-align: middle;
}
.location-attraction-map-picture img {
  width: 634px;
}
.ready-to-load-img .location-attraction-map-picture-background,
.ready-to-load-img .location-attraction-map-picture-background-with-ratio {
  background-image: url("/img/location-attraction-map.jpg");
}
.webp .ready-to-load-img .location-attraction-map-picture-background,
.webp .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
  background-image: url("/img/location-attraction-map.webp");
}
@media (max-width: 317px) {
  .ready-to-load-img .location-attraction-map-picture-background,
  .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
    background-image: url("/img/location-attraction-map-half.jpg");
  }
  .webp .ready-to-load-img .location-attraction-map-picture-background,
  .webp .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
    background-image: url("/img/location-attraction-map-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-attraction-map-picture-background,
  .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
    background-image: url("/img/location-attraction-map-2x.jpg");
  }
  .webp .ready-to-load-img .location-attraction-map-picture-background,
  .webp .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
    background-image: url("/img/location-attraction-map-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 317px), (min-resolution: 144dpi) and (max-width: 317px) {
  .ready-to-load-img .location-attraction-map-picture-background,
  .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
    background-image: url("/img/location-attraction-map.jpg");
  }
  .webp .ready-to-load-img .location-attraction-map-picture-background,
  .webp .ready-to-load-img .location-attraction-map-picture-background-with-ratio {
    background-image: url("/img/location-attraction-map.webp");
  }
}
.location-attraction-map-picture-background-ratio,
.location-attraction-map-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-attraction-map-picture-background-ratio:before,
.location-attraction-map-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.38012618%;
  padding-bottom: 51.38012618%;
  vertical-align: middle;
}
.location-map-2-picture img {
  width: 1514px;
}
.ready-to-load-img .location-map-2-picture-background,
.ready-to-load-img .location-map-2-picture-background-with-ratio {
  background-image: url("/img/location-map-2.jpg");
}
.webp .ready-to-load-img .location-map-2-picture-background,
.webp .ready-to-load-img .location-map-2-picture-background-with-ratio {
  background-image: url("/img/location-map-2.webp");
}
@media (max-width: 757px) {
  .ready-to-load-img .location-map-2-picture-background,
  .ready-to-load-img .location-map-2-picture-background-with-ratio {
    background-image: url("/img/location-map-2-half.jpg");
  }
  .webp .ready-to-load-img .location-map-2-picture-background,
  .webp .ready-to-load-img .location-map-2-picture-background-with-ratio {
    background-image: url("/img/location-map-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-map-2-picture-background,
  .ready-to-load-img .location-map-2-picture-background-with-ratio {
    background-image: url("/img/location-map-2-2x.jpg");
  }
  .webp .ready-to-load-img .location-map-2-picture-background,
  .webp .ready-to-load-img .location-map-2-picture-background-with-ratio {
    background-image: url("/img/location-map-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 757px), (min-resolution: 144dpi) and (max-width: 757px) {
  .ready-to-load-img .location-map-2-picture-background,
  .ready-to-load-img .location-map-2-picture-background-with-ratio {
    background-image: url("/img/location-map-2.jpg");
  }
  .webp .ready-to-load-img .location-map-2-picture-background,
  .webp .ready-to-load-img .location-map-2-picture-background-with-ratio {
    background-image: url("/img/location-map-2.webp");
  }
}
.location-map-2-picture-background-ratio,
.location-map-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-map-2-picture-background-ratio:before,
.location-map-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.6321004%;
  padding-bottom: 12.6321004%;
  vertical-align: middle;
}
.location-map-picture img {
  width: 1920px;
}
.ready-to-load-img .location-map-picture-background,
.ready-to-load-img .location-map-picture-background-with-ratio {
  background-image: url("/img/location-map.png");
}
.webp .ready-to-load-img .location-map-picture-background,
.webp .ready-to-load-img .location-map-picture-background-with-ratio {
  background-image: url("/img/location-map.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .location-map-picture-background,
  .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-half.png");
  }
  .webp .ready-to-load-img .location-map-picture-background,
  .webp .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-map-picture-background,
  .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-2x.png");
  }
  .webp .ready-to-load-img .location-map-picture-background,
  .webp .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .location-map-picture-background,
  .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map.png");
  }
  .webp .ready-to-load-img .location-map-picture-background,
  .webp .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map.webp");
  }
}
.location-map-picture-background-ratio,
.location-map-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-map-picture-background-ratio:before,
.location-map-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 9.89583333%;
  padding-bottom: 9.89583333%;
  vertical-align: middle;
}
.location-marker-picture img {
  width: 13.5px;
}
.ready-to-load-img .location-marker-picture-background,
.ready-to-load-img .location-marker-picture-background-with-ratio {
  background-image: url("/img/location-marker.png");
}
.webp .ready-to-load-img .location-marker-picture-background,
.webp .ready-to-load-img .location-marker-picture-background-with-ratio {
  background-image: url("/img/location-marker.webp");
}
@media (max-width: 6.75px) {
  .ready-to-load-img .location-marker-picture-background,
  .ready-to-load-img .location-marker-picture-background-with-ratio {
    background-image: url("/img/location-marker-half.png");
  }
  .webp .ready-to-load-img .location-marker-picture-background,
  .webp .ready-to-load-img .location-marker-picture-background-with-ratio {
    background-image: url("/img/location-marker-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-marker-picture-background,
  .ready-to-load-img .location-marker-picture-background-with-ratio {
    background-image: url("/img/location-marker-2x.png");
  }
  .webp .ready-to-load-img .location-marker-picture-background,
  .webp .ready-to-load-img .location-marker-picture-background-with-ratio {
    background-image: url("/img/location-marker-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 6.75px), (min-resolution: 144dpi) and (max-width: 6.75px) {
  .ready-to-load-img .location-marker-picture-background,
  .ready-to-load-img .location-marker-picture-background-with-ratio {
    background-image: url("/img/location-marker.png");
  }
  .webp .ready-to-load-img .location-marker-picture-background,
  .webp .ready-to-load-img .location-marker-picture-background-with-ratio {
    background-image: url("/img/location-marker.webp");
  }
}
.location-marker-picture-background-ratio,
.location-marker-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-marker-picture-background-ratio:before,
.location-marker-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 66.66666667%;
  padding-bottom: 66.66666667%;
  vertical-align: middle;
}
.mailing-list-background-picture img {
  width: 1920px;
}
.ready-to-load-img .mailing-list-background-picture-background,
.ready-to-load-img .mailing-list-background-picture-background-with-ratio {
  background-image: url("/img/mailing-list-background.png");
}
.webp .ready-to-load-img .mailing-list-background-picture-background,
.webp .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
  background-image: url("/img/mailing-list-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .mailing-list-background-picture-background,
  .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
    background-image: url("/img/mailing-list-background-half.png");
  }
  .webp .ready-to-load-img .mailing-list-background-picture-background,
  .webp .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
    background-image: url("/img/mailing-list-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .mailing-list-background-picture-background,
  .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
    background-image: url("/img/mailing-list-background-2x.png");
  }
  .webp .ready-to-load-img .mailing-list-background-picture-background,
  .webp .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
    background-image: url("/img/mailing-list-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .mailing-list-background-picture-background,
  .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
    background-image: url("/img/mailing-list-background.png");
  }
  .webp .ready-to-load-img .mailing-list-background-picture-background,
  .webp .ready-to-load-img .mailing-list-background-picture-background-with-ratio {
    background-image: url("/img/mailing-list-background.webp");
  }
}
.mailing-list-background-picture-background-ratio,
.mailing-list-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.mailing-list-background-picture-background-ratio:before,
.mailing-list-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 7.99479167%;
  padding-bottom: 7.99479167%;
  vertical-align: middle;
}
.map-with-notables-picture img {
  width: 697.5px;
}
.ready-to-load-img .map-with-notables-picture-background,
.ready-to-load-img .map-with-notables-picture-background-with-ratio {
  background-image: url("/img/map-with-notables.jpg");
}
.webp .ready-to-load-img .map-with-notables-picture-background,
.webp .ready-to-load-img .map-with-notables-picture-background-with-ratio {
  background-image: url("/img/map-with-notables.webp");
}
@media (max-width: 348.75px) {
  .ready-to-load-img .map-with-notables-picture-background,
  .ready-to-load-img .map-with-notables-picture-background-with-ratio {
    background-image: url("/img/map-with-notables-half.jpg");
  }
  .webp .ready-to-load-img .map-with-notables-picture-background,
  .webp .ready-to-load-img .map-with-notables-picture-background-with-ratio {
    background-image: url("/img/map-with-notables-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .map-with-notables-picture-background,
  .ready-to-load-img .map-with-notables-picture-background-with-ratio {
    background-image: url("/img/map-with-notables-2x.jpg");
  }
  .webp .ready-to-load-img .map-with-notables-picture-background,
  .webp .ready-to-load-img .map-with-notables-picture-background-with-ratio {
    background-image: url("/img/map-with-notables-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 348.75px), (min-resolution: 144dpi) and (max-width: 348.75px) {
  .ready-to-load-img .map-with-notables-picture-background,
  .ready-to-load-img .map-with-notables-picture-background-with-ratio {
    background-image: url("/img/map-with-notables.jpg");
  }
  .webp .ready-to-load-img .map-with-notables-picture-background,
  .webp .ready-to-load-img .map-with-notables-picture-background-with-ratio {
    background-image: url("/img/map-with-notables.webp");
  }
}
.map-with-notables-picture-background-ratio,
.map-with-notables-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.map-with-notables-picture-background-ratio:before,
.map-with-notables-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 33.87096774%;
  padding-bottom: 33.87096774%;
  vertical-align: middle;
}
.paintings-category-picture img {
  width: 367px;
}
.ready-to-load-img .paintings-category-picture-background,
.ready-to-load-img .paintings-category-picture-background-with-ratio {
  background-image: url("/img/paintings-category.jpg");
}
.webp .ready-to-load-img .paintings-category-picture-background,
.webp .ready-to-load-img .paintings-category-picture-background-with-ratio {
  background-image: url("/img/paintings-category.webp");
}
@media (max-width: 183.5px) {
  .ready-to-load-img .paintings-category-picture-background,
  .ready-to-load-img .paintings-category-picture-background-with-ratio {
    background-image: url("/img/paintings-category-half.jpg");
  }
  .webp .ready-to-load-img .paintings-category-picture-background,
  .webp .ready-to-load-img .paintings-category-picture-background-with-ratio {
    background-image: url("/img/paintings-category-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .paintings-category-picture-background,
  .ready-to-load-img .paintings-category-picture-background-with-ratio {
    background-image: url("/img/paintings-category-2x.jpg");
  }
  .webp .ready-to-load-img .paintings-category-picture-background,
  .webp .ready-to-load-img .paintings-category-picture-background-with-ratio {
    background-image: url("/img/paintings-category-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 183.5px), (min-resolution: 144dpi) and (max-width: 183.5px) {
  .ready-to-load-img .paintings-category-picture-background,
  .ready-to-load-img .paintings-category-picture-background-with-ratio {
    background-image: url("/img/paintings-category.jpg");
  }
  .webp .ready-to-load-img .paintings-category-picture-background,
  .webp .ready-to-load-img .paintings-category-picture-background-with-ratio {
    background-image: url("/img/paintings-category.webp");
  }
}
.paintings-category-picture-background-ratio,
.paintings-category-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.paintings-category-picture-background-ratio:before,
.paintings-category-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 74.79564033%;
  padding-bottom: 74.79564033%;
  vertical-align: middle;
}
.red-arrow-picture img {
  width: 359px;
}
.ready-to-load-img .red-arrow-picture-background,
.ready-to-load-img .red-arrow-picture-background-with-ratio {
  background-image: url("/img/red-arrow.png");
}
.webp .ready-to-load-img .red-arrow-picture-background,
.webp .ready-to-load-img .red-arrow-picture-background-with-ratio {
  background-image: url("/img/red-arrow.webp");
}
@media (max-width: 179.5px) {
  .ready-to-load-img .red-arrow-picture-background,
  .ready-to-load-img .red-arrow-picture-background-with-ratio {
    background-image: url("/img/red-arrow-half.png");
  }
  .webp .ready-to-load-img .red-arrow-picture-background,
  .webp .ready-to-load-img .red-arrow-picture-background-with-ratio {
    background-image: url("/img/red-arrow-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .red-arrow-picture-background,
  .ready-to-load-img .red-arrow-picture-background-with-ratio {
    background-image: url("/img/red-arrow-2x.png");
  }
  .webp .ready-to-load-img .red-arrow-picture-background,
  .webp .ready-to-load-img .red-arrow-picture-background-with-ratio {
    background-image: url("/img/red-arrow-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 179.5px), (min-resolution: 144dpi) and (max-width: 179.5px) {
  .ready-to-load-img .red-arrow-picture-background,
  .ready-to-load-img .red-arrow-picture-background-with-ratio {
    background-image: url("/img/red-arrow.png");
  }
  .webp .ready-to-load-img .red-arrow-picture-background,
  .webp .ready-to-load-img .red-arrow-picture-background-with-ratio {
    background-image: url("/img/red-arrow.webp");
  }
}
.red-arrow-picture-background-ratio,
.red-arrow-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.red-arrow-picture-background-ratio:before,
.red-arrow-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 11.97771588%;
  padding-bottom: 11.97771588%;
  vertical-align: middle;
}
.sales-summary-tan-picture img {
  width: 8.5px;
}
.ready-to-load-img .sales-summary-tan-picture-background,
.ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
  background-image: url("/img/sales-summary-tan.png");
}
.webp .ready-to-load-img .sales-summary-tan-picture-background,
.webp .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
  background-image: url("/img/sales-summary-tan.webp");
}
@media (max-width: 4.25px) {
  .ready-to-load-img .sales-summary-tan-picture-background,
  .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
    background-image: url("/img/sales-summary-tan-half.png");
  }
  .webp .ready-to-load-img .sales-summary-tan-picture-background,
  .webp .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
    background-image: url("/img/sales-summary-tan-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .sales-summary-tan-picture-background,
  .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
    background-image: url("/img/sales-summary-tan-2x.png");
  }
  .webp .ready-to-load-img .sales-summary-tan-picture-background,
  .webp .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
    background-image: url("/img/sales-summary-tan-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 4.25px), (min-resolution: 144dpi) and (max-width: 4.25px) {
  .ready-to-load-img .sales-summary-tan-picture-background,
  .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
    background-image: url("/img/sales-summary-tan.png");
  }
  .webp .ready-to-load-img .sales-summary-tan-picture-background,
  .webp .ready-to-load-img .sales-summary-tan-picture-background-with-ratio {
    background-image: url("/img/sales-summary-tan.webp");
  }
}
.sales-summary-tan-picture-background-ratio,
.sales-summary-tan-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.sales-summary-tan-picture-background-ratio:before,
.sales-summary-tan-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 91.17647059%;
  padding-bottom: 91.17647059%;
  vertical-align: middle;
}
.sales-summary-picture img {
  width: 8.5px;
}
.ready-to-load-img .sales-summary-picture-background,
.ready-to-load-img .sales-summary-picture-background-with-ratio {
  background-image: url("/img/sales-summary.png");
}
.webp .ready-to-load-img .sales-summary-picture-background,
.webp .ready-to-load-img .sales-summary-picture-background-with-ratio {
  background-image: url("/img/sales-summary.webp");
}
@media (max-width: 4.25px) {
  .ready-to-load-img .sales-summary-picture-background,
  .ready-to-load-img .sales-summary-picture-background-with-ratio {
    background-image: url("/img/sales-summary-half.png");
  }
  .webp .ready-to-load-img .sales-summary-picture-background,
  .webp .ready-to-load-img .sales-summary-picture-background-with-ratio {
    background-image: url("/img/sales-summary-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .sales-summary-picture-background,
  .ready-to-load-img .sales-summary-picture-background-with-ratio {
    background-image: url("/img/sales-summary-2x.png");
  }
  .webp .ready-to-load-img .sales-summary-picture-background,
  .webp .ready-to-load-img .sales-summary-picture-background-with-ratio {
    background-image: url("/img/sales-summary-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 4.25px), (min-resolution: 144dpi) and (max-width: 4.25px) {
  .ready-to-load-img .sales-summary-picture-background,
  .ready-to-load-img .sales-summary-picture-background-with-ratio {
    background-image: url("/img/sales-summary.png");
  }
  .webp .ready-to-load-img .sales-summary-picture-background,
  .webp .ready-to-load-img .sales-summary-picture-background-with-ratio {
    background-image: url("/img/sales-summary.webp");
  }
}
.sales-summary-picture-background-ratio,
.sales-summary-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.sales-summary-picture-background-ratio:before,
.sales-summary-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 91.17647059%;
  padding-bottom: 91.17647059%;
  vertical-align: middle;
}
.search-icon-picture img {
  width: 27.5px;
}
.ready-to-load-img .search-icon-picture-background,
.ready-to-load-img .search-icon-picture-background-with-ratio {
  background-image: url("/img/search-icon.png");
}
.webp .ready-to-load-img .search-icon-picture-background,
.webp .ready-to-load-img .search-icon-picture-background-with-ratio {
  background-image: url("/img/search-icon.webp");
}
@media (max-width: 13.75px) {
  .ready-to-load-img .search-icon-picture-background,
  .ready-to-load-img .search-icon-picture-background-with-ratio {
    background-image: url("/img/search-icon-half.png");
  }
  .webp .ready-to-load-img .search-icon-picture-background,
  .webp .ready-to-load-img .search-icon-picture-background-with-ratio {
    background-image: url("/img/search-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .search-icon-picture-background,
  .ready-to-load-img .search-icon-picture-background-with-ratio {
    background-image: url("/img/search-icon-2x.png");
  }
  .webp .ready-to-load-img .search-icon-picture-background,
  .webp .ready-to-load-img .search-icon-picture-background-with-ratio {
    background-image: url("/img/search-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 13.75px), (min-resolution: 144dpi) and (max-width: 13.75px) {
  .ready-to-load-img .search-icon-picture-background,
  .ready-to-load-img .search-icon-picture-background-with-ratio {
    background-image: url("/img/search-icon.png");
  }
  .webp .ready-to-load-img .search-icon-picture-background,
  .webp .ready-to-load-img .search-icon-picture-background-with-ratio {
    background-image: url("/img/search-icon.webp");
  }
}
.search-icon-picture-background-ratio,
.search-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.search-icon-picture-background-ratio:before,
.search-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.wolf-header-picture img {
  width: 1920px;
}
.ready-to-load-img .wolf-header-picture-background,
.ready-to-load-img .wolf-header-picture-background-with-ratio {
  background-image: url("/img/wolf-header.jpg");
}
.webp .ready-to-load-img .wolf-header-picture-background,
.webp .ready-to-load-img .wolf-header-picture-background-with-ratio {
  background-image: url("/img/wolf-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .wolf-header-picture-background,
  .ready-to-load-img .wolf-header-picture-background-with-ratio {
    background-image: url("/img/wolf-header-half.jpg");
  }
  .webp .ready-to-load-img .wolf-header-picture-background,
  .webp .ready-to-load-img .wolf-header-picture-background-with-ratio {
    background-image: url("/img/wolf-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .wolf-header-picture-background,
  .ready-to-load-img .wolf-header-picture-background-with-ratio {
    background-image: url("/img/wolf-header-2x.jpg");
  }
  .webp .ready-to-load-img .wolf-header-picture-background,
  .webp .ready-to-load-img .wolf-header-picture-background-with-ratio {
    background-image: url("/img/wolf-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .wolf-header-picture-background,
  .ready-to-load-img .wolf-header-picture-background-with-ratio {
    background-image: url("/img/wolf-header.jpg");
  }
  .webp .ready-to-load-img .wolf-header-picture-background,
  .webp .ready-to-load-img .wolf-header-picture-background-with-ratio {
    background-image: url("/img/wolf-header.webp");
  }
}
.wolf-header-picture-background-ratio,
.wolf-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.wolf-header-picture-background-ratio:before,
.wolf-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 4.77864583%;
  padding-bottom: 4.77864583%;
  vertical-align: middle;
}
.woodturning-category-picture img {
  width: 366.5px;
}
.ready-to-load-img .woodturning-category-picture-background,
.ready-to-load-img .woodturning-category-picture-background-with-ratio {
  background-image: url("/img/woodturning-category.jpg");
}
.webp .ready-to-load-img .woodturning-category-picture-background,
.webp .ready-to-load-img .woodturning-category-picture-background-with-ratio {
  background-image: url("/img/woodturning-category.webp");
}
@media (max-width: 183.25px) {
  .ready-to-load-img .woodturning-category-picture-background,
  .ready-to-load-img .woodturning-category-picture-background-with-ratio {
    background-image: url("/img/woodturning-category-half.jpg");
  }
  .webp .ready-to-load-img .woodturning-category-picture-background,
  .webp .ready-to-load-img .woodturning-category-picture-background-with-ratio {
    background-image: url("/img/woodturning-category-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .woodturning-category-picture-background,
  .ready-to-load-img .woodturning-category-picture-background-with-ratio {
    background-image: url("/img/woodturning-category-2x.jpg");
  }
  .webp .ready-to-load-img .woodturning-category-picture-background,
  .webp .ready-to-load-img .woodturning-category-picture-background-with-ratio {
    background-image: url("/img/woodturning-category-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 183.25px), (min-resolution: 144dpi) and (max-width: 183.25px) {
  .ready-to-load-img .woodturning-category-picture-background,
  .ready-to-load-img .woodturning-category-picture-background-with-ratio {
    background-image: url("/img/woodturning-category.jpg");
  }
  .webp .ready-to-load-img .woodturning-category-picture-background,
  .webp .ready-to-load-img .woodturning-category-picture-background-with-ratio {
    background-image: url("/img/woodturning-category.webp");
  }
}
.woodturning-category-picture-background-ratio,
.woodturning-category-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.woodturning-category-picture-background-ratio:before,
.woodturning-category-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 75.10231924%;
  padding-bottom: 75.10231924%;
  vertical-align: middle;
}
body.locked {
  overflow: hidden;
}
.location-topper {
  font-size: 10.5pt;
  background-color: #cdbb7d;
  text-align: center;
  line-height: 3em;
}
.location-topper a {
  color: inherit;
}
@media (max-width: 900px) {
  .location-topper {
    line-height: 1.3em;
    padding: 10px 40px;
  }
}
.top-menu {
  list-style: none;
}
.top-menu:hover li.current {
  border-color: transparent;
}
.top-menu li {
  display: inline-block;
  margin: auto 10px;
  border-bottom: solid 3px transparent;
  transition: border-color 0.3s;
}
.top-menu li.current {
  border-color: #cdbb7d;
}
.top-menu li:hover {
  border-color: #dbcea2;
}
.top-menu li:hover.current {
  border-color: #dbcea2;
}
.top-menu li a {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 14pt;
  padding-bottom: 10px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  padding: 3px 6px;
  text-transform: uppercase;
}
.page-index .site-header {
  position: relative;
  margin-bottom: 70px;
}
.page-index .site-header .brand {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 40;
}
.page-index .site-header .brand img {
  max-width: 85%;
}
.page-index .site-header .top-menu {
  padding-left: 0;
}
.page-index .site-header .bottom {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 40;
  padding-top: 120px;
}
.page-index .site-header .bottom p {
  font-size: 26pt;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  color: white;
}
.page-index .site-header .bottom p strong {
  font-weight: 600;
}
.page-index .site-header .bottom p em {
  font-weight: 300;
}
.page-index .site-header .bottom .brown-button {
  font-size: 19.5pt;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
.page-index .site-header .slide-msgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-index .site-header .slide-msgs .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.page-index .site-header .slide-msgs .slide.visible {
  opacity: 1;
}
.page-index .site-header .slide-msgs .slide.invisible {
  opacity: 0;
}
.page-index .site-header .slide-msgs.transitions-on .slide {
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .page-index .site-header .slide p {
    font-size: 17pt;
  }
  .page-index .site-header .top-menu li {
    margin-bottom: 14px;
  }
}
.tribar {
  display: inline-block;
  width: 30px;
  margin: 0px 10px 0 10px;
  cursor: pointer;
}
.tribar .one,
.tribar .two,
.tribar .three {
  border-bottom: solid 3px;
  border-color: white;
}
.tribar .two {
  margin: 7px 0;
}
.cart {
  display: inline-block;
  position: relative;
}
.cart .cart-item-count {
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #cdbb7d;
  color: white;
  font-weight: 600;
  text-align: center;
}
.page-inner .site-header {
  display: grid;
  grid-template-columns: auto auto;
  padding: 20px;
  background-size: cover;
}
.page-inner .site-header .brand {
  align-self: center;
}
.page-inner .site-header .brand > * {
  vertical-align: middle;
}
.page-inner .site-header .other-links {
  align-self: center;
  text-align: right;
}
.page-inner .site-header .other-links > * {
  vertical-align: middle;
}
.page-inner .site-header .other-links a {
  margin-left: 30px;
  text-decoration: none;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
.page-inner .ie6 .tribar,
.page-inner ie7 .tribar,
.page-inner ie8 .tribar {
  display: none;
}
.page-inner .ie6 nav,
.page-inner ie7 nav,
.page-inner ie8 nav {
  display: inline-block;
}
.page-inner .ie6 nav .hidden-til-mobile,
.page-inner ie7 nav .hidden-til-mobile,
.page-inner ie8 nav .hidden-til-mobile {
  display: none;
}
@media (min-width: 900px) {
  .page-inner .tribar {
    display: none;
  }
  .page-inner nav {
    display: inline-block;
  }
  .page-inner nav .hidden-til-mobile {
    display: none;
  }
}
.page-inner .site-header + .container-wrapper {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .page-inner nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    margin-left: -300px;
  }
  .page-inner nav.open {
    margin-left: 0;
  }
  .page-inner .other-links .cart,
  .page-inner .other-links .hollow-button,
  .page-inner .other-links .facebook-link {
    display: none !important;
  }
  .page-inner nav {
    background-color: #cdbb7d;
    z-index: 20;
  }
  .page-inner nav .top-menu {
    padding-left: 0;
  }
  .page-inner nav .top-menu li {
    display: block;
  }
  .page-inner nav .hidden-til-mobile div,
  .page-inner nav .hidden-til-mobile a {
    display: block;
  }
  .page-inner nav .hidden-til-mobile a {
    padding-left: 15px;
  }
  .page-inner nav .hidden-til-mobile .inner-header-facebook-picture img {
    width: 30px;
  }
}
.page-inner.page-show-artwork .artwork-layout .header nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  margin-left: -300px;
}
.page-inner.page-show-artwork .artwork-layout .header nav.open {
  margin-left: 0;
}
.page-inner.page-show-artwork .artwork-layout .header .other-links .cart,
.page-inner.page-show-artwork .artwork-layout .header .other-links .hollow-button,
.page-inner.page-show-artwork .artwork-layout .header .other-links .facebook-link {
  display: none !important;
}
.page-inner.page-show-artwork .artwork-layout .header nav {
  background-color: #cdbb7d;
  z-index: 20;
}
.page-inner.page-show-artwork .artwork-layout .header nav .top-menu {
  padding-left: 0;
}
.page-inner.page-show-artwork .artwork-layout .header nav .top-menu li {
  display: block;
}
.page-inner.page-show-artwork .artwork-layout .header nav .hidden-til-mobile div,
.page-inner.page-show-artwork .artwork-layout .header nav .hidden-til-mobile a {
  display: block;
}
.page-inner.page-show-artwork .artwork-layout .header nav .hidden-til-mobile a {
  padding-left: 15px;
}
.page-inner.page-show-artwork .artwork-layout .header nav .hidden-til-mobile .inner-header-facebook-picture img {
  width: 30px;
}
.page-inner.page-show-artwork .artwork-layout .header .links {
  display: grid;
  min-height: 71px;
}
.page-inner.page-show-artwork .artwork-layout .header .links .icons {
  padding-right: 25px;
}
.page-inner.page-show-artwork .artwork-layout .header .links .phone {
  color: black;
  text-decoration: none;
}
.page-inner.page-show-artwork .artwork-layout .header .links .ie6,
.page-inner.page-show-artwork .artwork-layout .header .links .ie7,
.page-inner.page-show-artwork .artwork-layout .header .links .ie8 {
  grid-template-columns: auto auto;
}
.page-inner.page-show-artwork .artwork-layout .header .links .ie6 .icons,
.page-inner.page-show-artwork .artwork-layout .header .links .ie7 .icons,
.page-inner.page-show-artwork .artwork-layout .header .links .ie8 .icons {
  align-self: end;
  justify-self: end;
}
@media (min-width: 1100px) {
  .page-inner.page-show-artwork .artwork-layout .header .links {
    grid-template-columns: auto auto;
  }
  .page-inner.page-show-artwork .artwork-layout .header .links .icons {
    align-self: end;
    justify-self: end;
  }
}
@media (max-width: 1100px) {
  .page-inner.page-show-artwork .artwork-layout .header .links {
    grid-template-columns: auto;
    row-gap: 10px;
  }
  .page-inner.page-show-artwork .artwork-layout .header .links .icons {
    position: relative;
  }
  .page-inner.page-show-artwork .artwork-layout .header .links .cart {
    position: absolute;
    right: 25px;
    bottom: 100%;
  }
}
.page-inner.page-show-artwork .artwork-layout .header .logo {
  text-decoration: none;
}
.page-inner.page-show-artwork .artwork-layout .header .cart {
  padding-left: 20px;
}
.page-inner.page-show-artwork .artwork-layout .header .cart a {
  text-decoration: none;
}
.page-inner.page-show-artwork .artwork-layout .header .breadcrumbs {
  line-height: 1.2em;
  padding-bottom: 10px;
  padding-top: 6px;
  min-height: 30px;
}
.page-inner.page-show-artwork .artwork-layout .header .tribar {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 15px;
}
.page-inner.page-show-artwork .artwork-layout .header .tribar > * {
  border-color: black;
}
.home-titles h1 {
  font-size: 33pt;
  color: #cdbb7d;
  text-transform: uppercase;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  margin: 0 auto;
  text-align: center;
}
.home-titles h2 {
  font-size: 12.5pt;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.inner-titles h1 {
  font-size: 33pt;
  color: #cdbb7d;
  text-transform: uppercase;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  margin: 0 auto;
  text-align: center;
}
.inner-titles h2 {
  font-size: 12.5pt;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.inner-titles h1,
.inner-titles h2 {
  text-align: left;
}
.gallery-grid {
  column-gap: 16px;
  row-gap: 40px;
  margin-top: 60px;
}
@media (max-width: 650px) {
  .gallery-grid .category-tile {
    display: block;
    margin: 20px auto;
  }
}
@media (min-width: 650px) {
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.gallery-grid .ie6,
.gallery-grid ie7,
.gallery-grid ie8 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gallery-grid .category-tile {
  position: relative;
  background-color: #cdbb7d;
  overflow: hidden;
  max-width: 400px;
}
.gallery-grid .category-tile:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 75%;
  padding-bottom: 75%;
  vertical-align: middle;
}
.gallery-grid .category-tile .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  background-size: cover;
}
.gallery-grid .category-tile .label {
  padding-top: 10px;
  padding-left: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 85%;
  transform: translateY(-110px);
  transition: transform 0.3s;
  background-color: white;
  display: grid;
  grid-template-rows: auto 1fr;
}
.gallery-grid .category-tile .label .name {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 25pt;
  text-transform: uppercase;
  color: black;
  min-height: 2.5em;
}
.gallery-grid .category-tile .label .view {
  font-size: 11pt;
  color: #45310d;
  text-transform: uppercase;
}
.gallery-grid .category-tile .desc {
  color: black;
  padding-right: 10px;
  min-height: 100px;
}
.gallery-grid .category-tile:hover .img {
  opacity: 0.2;
}
.gallery-grid .category-tile:hover .label {
  transform: translateY(-99%);
}
footer {
  font-size: 12pt;
  background-color: #2e2e2e;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}
footer p:first-child {
  margin-top: 0;
}
@media (min-width: 650px) {
  footer .container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 20px;
  }
}
footer .ie6 .container,
footer ie7 .container,
footer ie8 .container {
  grid-template-columns: repeat(4, auto);
}
@media (min-width: 900px) {
  footer .container {
    grid-template-columns: repeat(4, auto);
  }
}
footer .contact .star {
  font-size: 17pt;
  position: relative;
  color: #cdbb7d;
  box-sizing: border-box;
  padding-left: 50px;
}
footer .contact .star img {
  position: absolute;
  margin-left: -50px;
}
footer .contact .phone {
  margin-bottom: 0;
  margin-top: 24px;
}
footer .contact .phone a {
  font-size: 16.5pt;
  color: #cdbb7d;
  text-decoration: none;
}
footer .contact .email {
  margin-top: 0;
}
footer .contact .email a {
  color: #cdbb7d;
  text-decoration: none;
}
footer .hours em {
  color: #cdbb7d;
  font-style: normal;
  padding-left: 15px;
}
footer .hours .follow {
  margin-top: 40px;
}
footer .hours .follow a {
  color: white;
  text-decoration: none;
}
footer .hours .follow a img {
  padding-left: 15px;
}
footer .footer-nav .bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav .bottom-menu li {
  margin: 10px 0;
}
footer .footer-nav .bottom-menu a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
footer .mark {
  text-align: center;
}
footer .mark .copyright {
  margin-top: 30px;
}
.address-with-marker {
  display: grid;
  grid-template-columns: auto 1fr;
}
.address-with-marker .marker {
  padding-right: 10px;
  padding-top: 3px;
}
.contact-input-elements label {
  display: block;
  margin-bottom: 12px;
}
.contact-input-elements input,
.contact-input-elements textarea {
  box-sizing: border-box;
  margin-top: 5px;
  padding: 5px 10px;
  width: 100%;
  border: solid 1px #cdbb7d;
}
.contact-input-elements button {
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background-color: #cdbb7d;
  color: black;
  font-weight: 400;
  display: inline-block;
  margin-top: 20px;
}
.contact-layout {
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
  margin: 50px auto;
}
.contact-layout label {
  display: block;
  margin-bottom: 12px;
}
.contact-layout input,
.contact-layout textarea {
  box-sizing: border-box;
  margin-top: 5px;
  padding: 5px 10px;
  width: 100%;
  border: solid 1px #cdbb7d;
}
.contact-layout button {
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background-color: #cdbb7d;
  color: black;
  font-weight: 400;
  display: inline-block;
  margin-top: 20px;
}
.contact-layout .ie6,
.contact-layout ie7,
.contact-layout ie8 {
  grid-template-columns: auto 1fr;
}
@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: auto 1fr;
  }
}
.contact-layout > * > p:first-of-type,
.contact-layout > * > h2:first-child {
  margin-top: 0;
}
.contact-layout h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 24.5pt;
  text-transform: uppercase;
}
.contact-layout .hours {
  width: 300px;
}
.contact-layout .hours em {
  font-style: normal;
  color: #cdbb7d;
  padding-left: 10px;
}
.contact-layout form {
  margin-top: 30px;
}
.about-layout {
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
  margin: 50px auto;
}
.about-layout .ie6,
.about-layout ie7,
.about-layout ie8 {
  grid-template-columns: 1fr auto;
}
@media (min-width: 900px) {
  .about-layout {
    grid-template-columns: 1fr auto;
  }
}
.about-layout > * > p:first-of-type,
.about-layout > * > h2:first-child {
  margin-top: 0;
}
.about-layout .msg .about-photo-inset-picture {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.about-layout .hours {
  max-width: 300px;
}
.about-layout .hours h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 24.5pt;
  text-transform: uppercase;
}
.about-layout .hours em {
  font-style: normal;
  color: #cdbb7d;
  padding-left: 10px;
}
.page-contact .location-map-picture img {
  display: block;
  width: 100%;
}
.page-contact .attractions-bar {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 5fr 3fr;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .page-contact .attractions-bar {
    grid-template-columns: auto;
  }
}
.page-contact .attractions-bar .attractions {
  padding: 20px;
  background-color: #f1f1f1;
  z-index: 4;
}
.page-contact .attractions-bar .attractions h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
}
.page-contact .attractions-bar .attractions ul {
  list-style: none;
  font-weight: 600;
  padding-left: 0;
}
.page-contact .attractions-bar .attractions ul li {
  margin-bottom: 5px;
}
.page-contact .attractions-bar .attractions .key .item {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}
.page-contact .attractions-bar .attractions .key .item .box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px black;
  vertical-align: middle;
  margin-right: 3px;
}
.page-contact .attractions-bar .attractions .key .item .box.grey {
  background-color: #d6d6d6;
}
.page-contact .attractions-bar .attractions .key .item .box.blue {
  background-color: #d8f6f5;
}
.page-contact .attractions-bar .attractions .key .item .box.green {
  background-color: #dcebcc;
}
.page-contact .attractions-bar .map {
  position: relative;
}
.page-contact .attractions-bar .map img {
  max-width: 100%;
}
.page-contact .attractions-bar .map .red-arrow-picture img {
  position: absolute;
  top: 54%;
  left: 48%;
}
@media (max-width: 900px) {
  .page-contact .attractions-bar .map .red-arrow-picture img {
    display: none;
  }
}
.join-mailing-list {
  padding: 10px;
  text-align: center;
}
.join-mailing-list h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 24.5pt;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}
.join-mailing-list p {
  color: white;
  margin-bottom: 30px;
}
.join-mailing-list .content {
  margin: 50px auto;
  max-width: 700px;
}
.join-mailing-list form {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
}
.join-mailing-list form input {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 0;
}
.join-mailing-list form button {
  display: inline-block;
  background-color: #9a6d1e;
  color: white;
  padding: 0.5em 2em;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  background-color: #cdbb7d;
  color: black;
  font-weight: 400;
}
.join-mailing-list a {
  color: white;
}
.galleries-strip {
  background-color: #ddd0a1;
  column-gap: 2px;
  border-top: 4px solid #cdbb7d;
  border-bottom: 4px solid #cdbb7d;
}
@media (min-width: 716px) {
  .galleries-strip {
    display: flex;
  }
}
.galleries-strip .category-cell {
  background-color: #cdbb7d;
  cursor: pointer;
  position: relative;
}
@media (min-width: 716px) {
  .galleries-strip .category-cell {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 80px;
  }
}
.galleries-strip .category-cell:hover {
  background-color: #c58b26;
}
.galleries-strip .category-cell.current {
  background-color: #2e2e2e;
  color: white;
}
.galleries-strip .category-cell .name {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 19.5pt;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.galleries-strip .category-cell.stacked {
  display: grid;
  grid-template-columns: auto;
}
.galleries-strip .category-cell.stacked:hover {
  background-color: #cdbb7d;
}
.galleries-strip .category-cell.stacked .name {
  width: auto;
  display: inline-block;
  padding: 3px 5px;
  align-self: center;
}
.galleries-strip .category-cell.stacked .types {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1px;
  background-color: white;
}
.galleries-strip .category-cell.stacked .types .name {
  text-align: center;
  background-color: #cdbb7d;
}
.galleries-strip .category-cell.stacked .types .name:hover {
  background-color: #c58b26;
}
.galleries-strip .category-cell.stacked .types .name.current {
  background-color: #2e2e2e;
  color: white;
}
.galleries-strip .category-cell .secondary-categories {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background-color: rgba(231, 223, 196, 0.9);
  display: none;
  z-index: 20;
}
.galleries-strip .category-cell .secondary-categories .secondary-category-cell {
  padding: 5px 20px;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 15pt;
  color: black;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.galleries-strip .category-cell .secondary-categories .secondary-category-cell.current {
  background-color: rgba(206, 191, 146, 0.4);
}
.galleries-strip .category-cell .secondary-categories .secondary-category-cell:hover {
  background-color: rgba(206, 191, 146, 0.8);
}
.galleries-strip .category-cell:hover .secondary-categories {
  display: block;
}
@media (max-width: 716px) {
  .galleries-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .galleries-strip .category-cell.stacked {
    display: contents;
  }
  .galleries-strip .category-cell.stacked .types {
    display: contents;
  }
  .galleries-strip .category-cell.stacked .name {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 650px) {
  .galleries-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .galleries-strip {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    background-color: #cdbb7d;
    text-align: center;
  }
  .galleries-strip .category-cell {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .galleries-strip .category-cell:hover .secondary-category-cell {
    display: none;
  }
}
.section-titles h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  text-align: left;
  font-size: 24.5pt;
}
.section-titles h3 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  text-align: center;
  font-size: 24.5pt;
}
.artwork-tiles {
  margin-top: 40px;
  overflow-x: hidden;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.artwork-tiles .artwork-tile {
  display: inline-block;
  height: 300px;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex-grow: 1;
  max-width: 33.3333%;
}
@media (max-width: 650px) {
  .artwork-tiles .artwork-tile {
    max-width: 50%;
    height: 200px;
  }
}
.artwork-tiles .artwork-tile .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.artwork-tiles .artwork-tile .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  padding: 20px;
  align-items: flex-end;
}
.artwork-tiles .artwork-tile .mask .msg .name {
  font-size: 14pt;
  display: block;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
}
.artwork-tiles .artwork-tile .mask .msg .button {
  font-size: 12pt;
  background-color: #cdbb7d;
  color: black;
  margin-top: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
}
.artwork-tiles .artwork-tile:hover .mask {
  opacity: 1;
}
@media (min-width: 650px) {
}
.artwork-tiles .ie6 .artwork-tile .mask .msg .name,
.artwork-tiles ie7 .artwork-tile .mask .msg .name,
.artwork-tiles ie8 .artwork-tile .mask .msg .name {
  font-size: 14pt;
}
@media (min-width: 900px) {
  .artwork-tiles .artwork-tile .mask .msg .name {
    font-size: 14pt;
  }
}
.artwork-tiles .ie6 .artwork-tile .mask .msg .name,
.artwork-tiles .ie7 .artwork-tile .mask .msg .name,
.artwork-tiles .ie8 .artwork-tile .mask .msg .name {
  font-size: 17pt;
}
.artwork-tiles .ie6 .artwork-tile .mask .msg .button,
.artwork-tiles .ie7 .artwork-tile .mask .msg .button,
.artwork-tiles .ie8 .artwork-tile .mask .msg .button {
  display: inline-block;
}
@media (min-width: 1100px) {
  .artwork-tiles .artwork-tile .mask .msg .name {
    font-size: 17pt;
  }
  .artwork-tiles .artwork-tile .mask .msg .button {
    display: inline-block;
  }
}
.section-titles .sticker {
  position: relative;
  z-index: 10;
}
.section-titles .filter-row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 30px;
  margin: 10px 30px;
}
.section-titles .filter-row .sorting h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  display: inline-block;
  padding-right: 15px;
}
.section-titles .filter-row .sorting .sort-options {
  display: inline-block;
}
.section-titles .filter-row .sorting label {
  display: inline-block;
  padding-right: 20px;
}
.section-titles .filter-row .cart {
  text-align: right;
}
.section-titles .filter-row .search-list {
  position: relative;
  align-self: center;
}
.section-titles .filter-row .search-list input {
  background-image: url("/img/search-icon.png");
  width: 450px;
  border: 0;
  border-bottom: solid 1px #cdbb7d;
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding: 5px 10px 5px 35px;
}
.webp .section-titles .filter-row .search-list input {
  background-image: url("/img/search-icon.webp");
}
@media (max-width: 13.75px) {
  .section-titles .filter-row .search-list input {
    background-image: url("/img/search-icon-half.png");
  }
  .webp .section-titles .filter-row .search-list input {
    background-image: url("/img/search-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .section-titles .filter-row .search-list input {
    background-image: url("/img/search-icon-2x.png");
  }
  .webp .section-titles .filter-row .search-list input {
    background-image: url("/img/search-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 13.75px), (min-resolution: 144dpi) and (max-width: 13.75px) {
  .section-titles .filter-row .search-list input {
    background-image: url("/img/search-icon.png");
  }
  .webp .section-titles .filter-row .search-list input {
    background-image: url("/img/search-icon.webp");
  }
}
.section-titles .filter-row .search-list button {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media (max-width: 900px) {
  .section-titles .filter-row {
    grid-template-columns: auto;
  }
  .section-titles .filter-row .search-list input {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
  }
  .section-titles .filter-row .sorting {
    margin-bottom: 12px;
  }
  .section-titles .filter-row .sorting h2 {
    margin: 0;
  }
  .section-titles .filter-row .sorting label {
    font-size: 8pt;
  }
}
@media (max-width: 550px) {
  .section-titles .filter-row .sorting h2 {
    margin: 0;
    float: left;
  }
  .section-titles .filter-row .sorting .sort-options {
    float: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
}
.section-titles .product-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  z-index: 3;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 15pt;
  text-align: center;
}
.section-titles .product-details h2 {
  text-align: center;
  margin-bottom: 0;
}
.section-titles .product-details .artist {
  color: #cdbb7d;
}
.section-titles.stuck {
  padding-top: 147px;
}
.section-titles.stuck .sticker {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
}
.section-titles.stuck .sticker .filter-row .sorting h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-titles.stuck .sticker {
    top: 49px;
  }
}
.page-gallery .site-header.stuck,
.page-gifts .site-header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  padding: 4px 20px;
}
.page-gallery .site-header.stuck .brand .inner-header-logo-picture img,
.page-gifts .site-header.stuck .brand .inner-header-logo-picture img {
  width: 120px;
}
.page-gallery .site-header.stuck .top-menu,
.page-gifts .site-header.stuck .top-menu {
  margin-top: 14px;
  margin-bottom: 4px;
}
.galleries-list {
  margin-top: 22px;
}
.galleries-list .home-titles {
  margin-bottom: 20px;
}
.vid-stripe {
  font-size: 0;
  position: relative;
}
.vid-stripe .ie6,
.vid-stripe ie7,
.vid-stripe ie8 {
  margin-top: 40px;
}
.vid-stripe .ie6:before,
.vid-stripe ie7:before,
.vid-stripe ie8:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 10.95%;
  padding-bottom: 10.95%;
  vertical-align: middle;
}
@media (min-width: 900px) {
  .vid-stripe {
    margin-top: 40px;
  }
  .vid-stripe:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 10.95%;
    padding-bottom: 10.95%;
    vertical-align: middle;
  }
}
.vid-stripe .vid-cell {
  font-size: 10pt;
  overflow: hidden;
  position: relative;
  transition: width 0.3s;
}
.vid-stripe .vid-cell:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  vertical-align: middle;
}
.vid-stripe .vid-cell:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(205, 187, 125, 0.7);
  background-image: url('/img/play-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.vid-stripe .vid-cell video {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.vid-stripe .vid-cell.current:after {
  display: none;
}
.vid-stripe .vid-cell.current video {
  left: 0;
}
.vid-stripe .ie6 .cell-holder,
.vid-stripe ie7 .cell-holder,
.vid-stripe ie8 .cell-holder {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vid-stripe .ie6 .vid-cell,
.vid-stripe ie7 .vid-cell,
.vid-stripe ie8 .vid-cell {
  height: 100%;
  width: 20%;
}
.vid-stripe .ie6 .vid-cell.current,
.vid-stripe ie7 .vid-cell.current,
.vid-stripe ie8 .vid-cell.current {
  width: 39%;
}
.vid-stripe .ie6 .vid-cell video,
.vid-stripe ie7 .vid-cell video,
.vid-stripe ie8 .vid-cell video {
  left: -25%;
  transition: left 0.3s;
}
@media (min-width: 900px) {
  .vid-stripe .cell-holder {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .vid-stripe .vid-cell {
    height: 100%;
    width: 20%;
  }
  .vid-stripe .vid-cell.current {
    width: 39%;
  }
  .vid-stripe .vid-cell video {
    left: -25%;
    transition: left 0.3s;
  }
}
@media (max-width: 900px) {
  .vid-stripe .cell-holder {
    margin-bottom: 30px;
  }
  .vid-stripe .vid-cell {
    max-width: 400px;
    margin: 10px auto;
  }
}
.page-gifts .galleries-strip {
  display: none;
}
.page-portal .tan-button {
  color: black;
  font-weight: 400;
}
.page-portal .portal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  margin-top: 50px;
  margin-bottom: 80px;
}
.page-portal .portal-grid .portal {
  border: solid 1px #cdbb7d;
  padding: 40px 60px 60px 40px;
  position: relative;
}
.page-portal .portal-grid .portal h2 {
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
}
.page-portal .portal-grid .portal .tan-button {
  position: absolute;
  bottom: -40px;
  left: 40px;
  transform: translateY(-50%);
}
.page-portal .questions {
  margin-top: 40px;
  margin-bottom: 60px;
}
.page-portal .questions h2 {
  color: #cdbb7d;
  font-family: 'Cormorant', serif;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-size: 25pt;
  margin-bottom: 0;
}
.page-portal .questions h3 {
  color: #cdbb7d;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.page-portal .questions a {
  color: #cdbb7d;
  text-decoration: none;
}
.map-with-street-view {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 20px;
}
.map-with-street-view .street {
  position: relative;
}
.map-with-street-view .street iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-with-street-view .img img {
  width: 100%;
}
.portal-menu {
  border-bottom: solid 2px black;
}
.portal-menu a {
  display: inline-block;
  background-color: #f1f1f1;
  padding: 8px 20px;
  text-decoration: none;
  color: #2e2e2e;
}
.portal-menu a img {
  vertical-align: middle;
  padding-left: 10px;
}
.portal-menu a.current {
  background-color: #e9e2c7;
}
.current-artist-picture {
  max-width: 100%;
}
.artist-submission-layout {
  max-width: 800px;
}
.artist-submission-layout input[type=text],
.artist-submission-layout input[type=date],
.artist-submission-layout textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #2e2e2e;
  border-radius: 3px;
}
.artist-submission-layout label {
  display: block;
  margin-top: 12px;
}
.artist-info {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin-top: 30px;
  column-gap: 50px;
}
.artist-info.balanced {
  grid-template-columns: 1fr 1fr;
}
.artist-info .info-section h2 {
  color: #cdbb7d;
  font-weight: 400;
}
.artist-info .info-section .content-box {
  border-top: solid 2px #cdbb7d;
  padding-top: 10px;
}
.artist-info .info-section .content-box .contact-box {
  grid-template-columns: 3fr 2fr;
}
.artist-info .info-section .content-box .contact-box.even {
  grid-template-columns: 1fr 1fr;
}
.artist-info .info-section .content-box input,
.artist-info .info-section .content-box textarea {
  background-color: #f1f1f1;
}
.artist-info .info-section .content-box + .content-box {
  margin-top: 30px;
}
.photo-details-dialog.dialog-frame .head {
  display: none;
}
.photo-details-dialog.dialog-frame .btn-close {
  color: white;
  right: -30px !important;
  top: -40px !important;
  font-size: 20pt;
}
.photo-details-dialog.dialog-frame img {
  max-width: 100%;
  display: block;
}
.photo-details-dialog.dialog-frame .foot {
  border-top: 0 !important;
  padding: 0px !important;
}
.photo-details-dialog.dialog-frame .foot button {
  display: none;
}
.photo-details-dialog.dialog-frame .the-dialog {
  overflow: visible;
  border-radius: 0px;
}
.photo-details-dialog.dialog-frame .the-dialog .body {
  padding: 0;
}
.photo-details-dialog.dialog-frame .right img {
  position: absolute;
  top: 50%;
  right: 40px;
  height: 60px;
  transform: translateY(-50%);
}
.photo-details-dialog.dialog-frame .left img {
  position: absolute;
  top: 50%;
  left: 40px;
  height: 60px;
  transform: translateY(-50%);
}
.page-cart .inner-titles h1,
.page-receipt .inner-titles h1 {
  display: inline-block;
}
.page-cart .inner-titles a,
.page-receipt .inner-titles a {
  display: inline-block;
  margin-left: 30px;
  color: #2d8bdb;
  text-decoration: none;
}
.page-cart table.items,
.page-receipt table.items {
  width: 100%;
}
.page-cart table.items td,
.page-receipt table.items td {
  padding: 3px;
}
.page-cart table.items .msg,
.page-receipt table.items .msg {
  width: 90%;
  padding-left: 20px;
}
.page-cart table.items .actions button,
.page-receipt table.items .actions button {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #cdbb7d;
}
.page-cart table.items .actions .update-cart-quantity,
.page-receipt table.items .actions .update-cart-quantity {
  margin-bottom: 10px;
}
.page-cart table.items .actions .update-cart-quantity input,
.page-receipt table.items .actions .update-cart-quantity input {
  width: 40px;
}
.page-cart table.items .price-reason,
.page-receipt table.items .price-reason {
  white-space: nowrap;
  text-align: right;
  padding-right: 15px;
}
.page-cart .product-thumbnail,
.page-receipt .product-thumbnail {
  width: 100px;
}
.page-cart table.totals,
.page-receipt table.totals {
  width: 100%;
}
.page-cart table.totals td:last-child,
.page-receipt table.totals td:last-child {
  text-align: right;
}
.page-cart table.totals td:first-child,
.page-receipt table.totals td:first-child {
  font-weight: 600;
  padding-left: 127px;
  padding-bottom: 10px;
  text-align: left;
}
.page-cart .shipping-options,
.page-receipt .shipping-options {
  margin-bottom: 30px;
}
.page-cart .shipping-options label,
.page-receipt .shipping-options label {
  padding-right: 15px;
}
@media (max-width: 650px) {
  .page-cart .shipping-options label,
  .page-receipt .shipping-options label {
    display: block;
  }
}
.page-cart .shipping-location,
.page-receipt .shipping-location {
  margin-bottom: 30px;
}
.page-cart .shipping-location.hidden,
.page-receipt .shipping-location.hidden {
  display: none;
}
.page-cart .shipping-location label,
.page-receipt .shipping-location label {
  margin-bottom: 0;
}
.page-cart .checkout-button:disabled,
.page-receipt .checkout-button:disabled {
  background-color: #f1f1f1;
}
.page-receipt table.items .actions {
  display: none;
}
.page-checkout #payment-form {
  margin-top: 20px;
}
.page-checkout #payment-form.submitting input,
.page-checkout #payment-form.submitting button {
  opacity: 0.2;
}
.page-checkout #payment-form button {
  background-color: #2d8bdb;
  margin-top: 10px;
  border: 0;
  color: white;
}
.page-checkout #payment-form button:disabled {
  background-color: #f1f1f1;
}
.add-to-cart.added button {
  background-color: #b3b3b3;
}
#add-to-cart-response {
  margin-right: 10px;
}
#add-to-cart-response > * {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
}
#add-to-cart-response .tan-link {
  margin-left: 20px;
}
/*# sourceMappingURL=pages.css.map */